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

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

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

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

body {
  margin: 0;
  font-family: "KlinicSlabMedium", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #500000;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #040000;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "PT Serif", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #500000; }

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

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

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

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

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

h6, .h6 {
  font-size: 1.1rem; }

.lead {
  font-size: 1.375rem;
  font-weight: normal; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.3rem 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.375rem; }

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

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

.img-thumbnail {
  padding: 0rem;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  border-radius: 0px;
  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: #6c757d; }

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0px;
  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: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55; }

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

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

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

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

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

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

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

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

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

.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.375rem;
  line-height: 1.5; }

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.9625rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0px; }

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

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

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 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: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(80, 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(80, 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: #ffffff;
  background-color: #500000;
  border-color: #500000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #2a0000;
    border-color: #1d0000; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(106, 38, 38, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #500000;
    border-color: #500000; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #1d0000;
    border-color: #100000; }
    .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(106, 38, 38, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .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(222, 222, 223, 0.5); }

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

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

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

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

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

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

.btn-outline-primary {
  color: #500000;
  border-color: #500000; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #500000;
    border-color: #500000; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(80, 0, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #500000;
    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: #ffffff;
    background-color: #500000;
    border-color: #500000; }
    .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(80, 0, 0, 0.5); }

.btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ffffff;
    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: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
    .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(255, 255, 255, 0.5); }

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

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

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

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

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

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

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

.btn-lg, .btn-group-lg > .btn {
  padding: 0.7rem 1.4rem;
  font-size: 1.375rem;
  line-height: 1.5;
  border-radius: 0px; }

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

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

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

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

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

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

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

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

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

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.05rem;
  padding-left: 1.05rem; }

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

.input-group-lg > .form-control:not(textarea),
.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.375rem;
  line-height: 1.5;
  border-radius: 0px; }

.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.9625rem;
  line-height: 1.5;
  border-radius: 0px; }

.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.65rem;
  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: #ffffff;
    border-color: #500000;
    background-color: #500000;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(80, 0, 0, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #d00000; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #ff0404;
    border-color: #ff0404;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.325rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-control-label::after {
    position: absolute;
    top: 0.325rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' 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: #500000;
  background-color: #500000;
  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='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

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

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(80, 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='%23ffffff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(80, 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.325rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(80, 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: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none; }
  .custom-select:focus {
    border-color: #d00000;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(80, 0, 0, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

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

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

.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: #d00000;
    box-shadow: 0 0 0 0.2rem rgba(80, 0, 0, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0px 0px 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 #f5f5f5, 0 0 0 0.2rem rgba(80, 0, 0, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(80, 0, 0, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(80, 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: #500000;
    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: #ff0404; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    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: #500000;
    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: #ff0404; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    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: #500000;
    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: #ff0404; }
  .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: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

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

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

.nav-pills .nav-link {
  border-radius: 0px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 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.25rem; }

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: 0 0 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 0 0; }

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

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

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

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

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

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

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }
.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }
.card-columns .card {
  margin-bottom: 0.75rem; }

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

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

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

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

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

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

.breadcrumb-item.active {
  color: #6c757d; }

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

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #500000;
  border-color: #500000; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6; }

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge: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: #ffffff;
  background-color: #500000; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #1d0000; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(80, 0, 0, 0.5); }

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

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

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

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

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0px; }
  @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: 0 solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #100000;
  background-color: #500000;
  border-color: #ceb8b8; }
  .alert-primary hr {
    border-top-color: #c4a9a9; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #333333;
  background-color: white;
  border-color: white; }
  .alert-secondary hr {
    border-top-color: #f2f2f2; }
  .alert-secondary .alert-link {
    color: #1a1a1a; }

.alert-success {
  color: #08210e;
  background-color: #28a745;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: black; }

.alert-info {
  color: #052025;
  background-color: #17a2b8;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: black; }

.alert-warning {
  color: #332701;
  background-color: #ffc107;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #010100; }

.alert-danger {
  color: #2c0b0e;
  background-color: #dc3545;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #030101; }

.alert-light {
  color: #323232;
  background-color: #f8f9fa;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #191919; }

.alert-dark {
  color: #0a0c0d;
  background-color: #343a40;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: black; }

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.825rem;
  background-color: #e9ecef;
  border-radius: 0px;
  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: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #500000;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

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

.media-body {
  flex: 1; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #500000;
    border-color: #500000; }

.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: 0px;
      border-bottom-left-radius: 0px;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      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: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        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: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        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: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        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: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        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: #2a0000;
  background-color: #ceb8b8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #2a0000;
    background-color: #c4a9a9; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #2a0000;
    border-color: #2a0000; }

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

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460; }

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #721c24;
    border-color: #721c24; }

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

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

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

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

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

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

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

.toast-body {
  padding: 0.75rem; }

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  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: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
  .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: "KlinicSlabMedium", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9625rem;
  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: #000000; }

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "KlinicSlabMedium", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9625rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  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 0px; }
    .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: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0px 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -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: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0px 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  color: #500000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0px - 1px);
  border-top-right-radius: calc(0px - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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='%23ffffff' 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: #ffffff;
    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: #ffffff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

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

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-info {
  background-color: #17a2b8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-info {
  color: #17a2b8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

.alert-wrap {
  animation: alert-animation 0.2s forwards 3s ease-in-out;
  overflow: hidden;
  max-height: 0;
  height: 0;
  padding: 0;
  will-change: height;
  z-index: 0; }
  .alert-wrap .alert {
    z-index: 0;
    font-family: "Roboto", sans-serif; }
    .alert-wrap .alert .close {
      text-shadow: none; }
    .alert-wrap .alert a.alert-link {
      color: #d6d3c4; }
      .alert-wrap .alert a.alert-link:hover {
        color: #ffffff; }
    @media (max-width: 575.98px) {
      .alert-wrap .alert {
        line-height: 1.2; } }
  .alert-wrap.in {
    max-height: 100px; }

@keyframes alert-animation {
  0% {
    height: 0; }
  100% {
    height: 81px; } }

@media (min-width: 576px) {
  @keyframes alert-animation {
    0% {
      height: 0; }
    100% {
      height: 62px; } } }

@media (min-width: 768px) {
  @keyframes alert-animation {
    0% {
      height: 0; }
    100% {
      height: 48px; } } }

.nav.sticky-top {
  top: 100px; }

#faq .accordion .btn,
#priority-points .accordion .btn,
#football-season-ticket-renewals-faq .accordion .btn,
#fall-sports-season-ticket-renewals-faqs .accordion .btn,
#south-suites .accordion .btn {
  width: 100%;
  text-align: left; }
  #faq .accordion .btn:focus, #faq .accordion .btn.focus,
  #priority-points .accordion .btn:focus,
  #priority-points .accordion .btn.focus,
  #football-season-ticket-renewals-faq .accordion .btn:focus,
  #football-season-ticket-renewals-faq .accordion .btn.focus,
  #fall-sports-season-ticket-renewals-faqs .accordion .btn:focus,
  #fall-sports-season-ticket-renewals-faqs .accordion .btn.focus,
  #south-suites .accordion .btn:focus,
  #south-suites .accordion .btn.focus {
    outline: 0;
    box-shadow: none; }

.modal-full {
  min-width: 100%;
  margin: 0; }

.modal-full .modal-content {
  min-height: 100vh; }
  .modal-full .modal-content .close {
    font-size: 3rem;
    right: 20px;
    top: 10px;
    position: absolute;
    z-index: 10000; }

#cta {
  padding-top: 50px; }
  #cta video {
    margin-top: -20px;
    margin-bottom: -20px; }
  #cta .modal-dialog {
    margin-top: 80px; }
    #cta .modal-dialog.season-ticket-renewals {
      margin-top: 30px; }
  #cta .modal-header {
    position: relative;
    padding: 0;
    margin-bottom: 0px; }
  #cta .close {
    width: 8px;
    height: 8px;
    top: 8px;
    right: 8px;
    position: absolute;
    z-index: 1;
    background: url(../img/index/icon-avd-close.svg) no-repeat 0 0;
    background-size: 75%;
    margin-top: 5px;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer; }
    @media (max-width: 576px) {
      #cta .close {
        top: 3px;
        right: 3px; } }
    #cta .close.primary {
      background: url(../img/index/icon-avd-close-primary.svg) no-repeat 0 0; }
  #cta .close:hover {
    opacity: 1; }
  #cta .modal-body {
    padding: 0;
    margin-top: -5px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat; }

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"), url("../fonts/bootstrap-icons.woff") format("woff"); }

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bi-123::before {
  content: ""; }

.bi-alarm-fill::before {
  content: ""; }

.bi-alarm::before {
  content: ""; }

.bi-align-bottom::before {
  content: ""; }

.bi-align-center::before {
  content: ""; }

.bi-align-end::before {
  content: ""; }

.bi-align-middle::before {
  content: ""; }

.bi-align-start::before {
  content: ""; }

.bi-align-top::before {
  content: ""; }

.bi-alt::before {
  content: ""; }

.bi-app-indicator::before {
  content: ""; }

.bi-app::before {
  content: ""; }

.bi-archive-fill::before {
  content: ""; }

.bi-archive::before {
  content: ""; }

.bi-arrow-90deg-down::before {
  content: ""; }

.bi-arrow-90deg-left::before {
  content: ""; }

.bi-arrow-90deg-right::before {
  content: ""; }

.bi-arrow-90deg-up::before {
  content: ""; }

.bi-arrow-bar-down::before {
  content: ""; }

.bi-arrow-bar-left::before {
  content: ""; }

.bi-arrow-bar-right::before {
  content: ""; }

.bi-arrow-bar-up::before {
  content: ""; }

.bi-arrow-clockwise::before {
  content: ""; }

.bi-arrow-counterclockwise::before {
  content: ""; }

.bi-arrow-down-circle-fill::before {
  content: ""; }

.bi-arrow-down-circle::before {
  content: ""; }

.bi-arrow-down-left-circle-fill::before {
  content: ""; }

.bi-arrow-down-left-circle::before {
  content: ""; }

.bi-arrow-down-left-square-fill::before {
  content: ""; }

.bi-arrow-down-left-square::before {
  content: ""; }

.bi-arrow-down-left::before {
  content: ""; }

.bi-arrow-down-right-circle-fill::before {
  content: ""; }

.bi-arrow-down-right-circle::before {
  content: ""; }

.bi-arrow-down-right-square-fill::before {
  content: ""; }

.bi-arrow-down-right-square::before {
  content: ""; }

.bi-arrow-down-right::before {
  content: ""; }

.bi-arrow-down-short::before {
  content: ""; }

.bi-arrow-down-square-fill::before {
  content: ""; }

.bi-arrow-down-square::before {
  content: ""; }

.bi-arrow-down-up::before {
  content: ""; }

.bi-arrow-down::before {
  content: ""; }

.bi-arrow-left-circle-fill::before {
  content: ""; }

.bi-arrow-left-circle::before {
  content: ""; }

.bi-arrow-left-right::before {
  content: ""; }

.bi-arrow-left-short::before {
  content: ""; }

.bi-arrow-left-square-fill::before {
  content: ""; }

.bi-arrow-left-square::before {
  content: ""; }

.bi-arrow-left::before {
  content: ""; }

.bi-arrow-repeat::before {
  content: ""; }

.bi-arrow-return-left::before {
  content: ""; }

.bi-arrow-return-right::before {
  content: ""; }

.bi-arrow-right-circle-fill::before {
  content: ""; }

.bi-arrow-right-circle::before {
  content: ""; }

.bi-arrow-right-short::before {
  content: ""; }

.bi-arrow-right-square-fill::before {
  content: ""; }

.bi-arrow-right-square::before {
  content: ""; }

.bi-arrow-right::before {
  content: ""; }

.bi-arrow-up-circle-fill::before {
  content: ""; }

.bi-arrow-up-circle::before {
  content: ""; }

.bi-arrow-up-left-circle-fill::before {
  content: ""; }

.bi-arrow-up-left-circle::before {
  content: ""; }

.bi-arrow-up-left-square-fill::before {
  content: ""; }

.bi-arrow-up-left-square::before {
  content: ""; }

.bi-arrow-up-left::before {
  content: ""; }

.bi-arrow-up-right-circle-fill::before {
  content: ""; }

.bi-arrow-up-right-circle::before {
  content: ""; }

.bi-arrow-up-right-square-fill::before {
  content: ""; }

.bi-arrow-up-right-square::before {
  content: ""; }

.bi-arrow-up-right::before {
  content: ""; }

.bi-arrow-up-short::before {
  content: ""; }

.bi-arrow-up-square-fill::before {
  content: ""; }

.bi-arrow-up-square::before {
  content: ""; }

.bi-arrow-up::before {
  content: ""; }

.bi-arrows-angle-contract::before {
  content: ""; }

.bi-arrows-angle-expand::before {
  content: ""; }

.bi-arrows-collapse::before {
  content: ""; }

.bi-arrows-expand::before {
  content: ""; }

.bi-arrows-fullscreen::before {
  content: ""; }

.bi-arrows-move::before {
  content: ""; }

.bi-aspect-ratio-fill::before {
  content: ""; }

.bi-aspect-ratio::before {
  content: ""; }

.bi-asterisk::before {
  content: ""; }

.bi-at::before {
  content: ""; }

.bi-award-fill::before {
  content: ""; }

.bi-award::before {
  content: ""; }

.bi-back::before {
  content: ""; }

.bi-backspace-fill::before {
  content: ""; }

.bi-backspace-reverse-fill::before {
  content: ""; }

.bi-backspace-reverse::before {
  content: ""; }

.bi-backspace::before {
  content: ""; }

.bi-badge-3d-fill::before {
  content: ""; }

.bi-badge-3d::before {
  content: ""; }

.bi-badge-4k-fill::before {
  content: ""; }

.bi-badge-4k::before {
  content: ""; }

.bi-badge-8k-fill::before {
  content: ""; }

.bi-badge-8k::before {
  content: ""; }

.bi-badge-ad-fill::before {
  content: ""; }

.bi-badge-ad::before {
  content: ""; }

.bi-badge-ar-fill::before {
  content: ""; }

.bi-badge-ar::before {
  content: ""; }

.bi-badge-cc-fill::before {
  content: ""; }

.bi-badge-cc::before {
  content: ""; }

.bi-badge-hd-fill::before {
  content: ""; }

.bi-badge-hd::before {
  content: ""; }

.bi-badge-tm-fill::before {
  content: ""; }

.bi-badge-tm::before {
  content: ""; }

.bi-badge-vo-fill::before {
  content: ""; }

.bi-badge-vo::before {
  content: ""; }

.bi-badge-vr-fill::before {
  content: ""; }

.bi-badge-vr::before {
  content: ""; }

.bi-badge-wc-fill::before {
  content: ""; }

.bi-badge-wc::before {
  content: ""; }

.bi-bag-check-fill::before {
  content: ""; }

.bi-bag-check::before {
  content: ""; }

.bi-bag-dash-fill::before {
  content: ""; }

.bi-bag-dash::before {
  content: ""; }

.bi-bag-fill::before {
  content: ""; }

.bi-bag-plus-fill::before {
  content: ""; }

.bi-bag-plus::before {
  content: ""; }

.bi-bag-x-fill::before {
  content: ""; }

.bi-bag-x::before {
  content: ""; }

.bi-bag::before {
  content: ""; }

.bi-bar-chart-fill::before {
  content: ""; }

.bi-bar-chart-line-fill::before {
  content: ""; }

.bi-bar-chart-line::before {
  content: ""; }

.bi-bar-chart-steps::before {
  content: ""; }

.bi-bar-chart::before {
  content: ""; }

.bi-basket-fill::before {
  content: ""; }

.bi-basket::before {
  content: ""; }

.bi-basket2-fill::before {
  content: ""; }

.bi-basket2::before {
  content: ""; }

.bi-basket3-fill::before {
  content: ""; }

.bi-basket3::before {
  content: ""; }

.bi-battery-charging::before {
  content: ""; }

.bi-battery-full::before {
  content: ""; }

.bi-battery-half::before {
  content: ""; }

.bi-battery::before {
  content: ""; }

.bi-bell-fill::before {
  content: ""; }

.bi-bell::before {
  content: ""; }

.bi-bezier::before {
  content: ""; }

.bi-bezier2::before {
  content: ""; }

.bi-bicycle::before {
  content: ""; }

.bi-binoculars-fill::before {
  content: ""; }

.bi-binoculars::before {
  content: ""; }

.bi-blockquote-left::before {
  content: ""; }

.bi-blockquote-right::before {
  content: ""; }

.bi-book-fill::before {
  content: ""; }

.bi-book-half::before {
  content: ""; }

.bi-book::before {
  content: ""; }

.bi-bookmark-check-fill::before {
  content: ""; }

.bi-bookmark-check::before {
  content: ""; }

.bi-bookmark-dash-fill::before {
  content: ""; }

.bi-bookmark-dash::before {
  content: ""; }

.bi-bookmark-fill::before {
  content: ""; }

.bi-bookmark-heart-fill::before {
  content: ""; }

.bi-bookmark-heart::before {
  content: ""; }

.bi-bookmark-plus-fill::before {
  content: ""; }

.bi-bookmark-plus::before {
  content: ""; }

.bi-bookmark-star-fill::before {
  content: ""; }

.bi-bookmark-star::before {
  content: ""; }

.bi-bookmark-x-fill::before {
  content: ""; }

.bi-bookmark-x::before {
  content: ""; }

.bi-bookmark::before {
  content: ""; }

.bi-bookmarks-fill::before {
  content: ""; }

.bi-bookmarks::before {
  content: ""; }

.bi-bookshelf::before {
  content: ""; }

.bi-bootstrap-fill::before {
  content: ""; }

.bi-bootstrap-reboot::before {
  content: ""; }

.bi-bootstrap::before {
  content: ""; }

.bi-border-all::before {
  content: ""; }

.bi-border-bottom::before {
  content: ""; }

.bi-border-center::before {
  content: ""; }

.bi-border-inner::before {
  content: ""; }

.bi-border-left::before {
  content: ""; }

.bi-border-middle::before {
  content: ""; }

.bi-border-outer::before {
  content: ""; }

.bi-border-right::before {
  content: ""; }

.bi-border-style::before {
  content: ""; }

.bi-border-top::before {
  content: ""; }

.bi-border-width::before {
  content: ""; }

.bi-border::before {
  content: ""; }

.bi-bounding-box-circles::before {
  content: ""; }

.bi-bounding-box::before {
  content: ""; }

.bi-box-arrow-down-left::before {
  content: ""; }

.bi-box-arrow-down-right::before {
  content: ""; }

.bi-box-arrow-down::before {
  content: ""; }

.bi-box-arrow-in-down-left::before {
  content: ""; }

.bi-box-arrow-in-down-right::before {
  content: ""; }

.bi-box-arrow-in-down::before {
  content: ""; }

.bi-box-arrow-in-left::before {
  content: ""; }

.bi-box-arrow-in-right::before {
  content: ""; }

.bi-box-arrow-in-up-left::before {
  content: ""; }

.bi-box-arrow-in-up-right::before {
  content: ""; }

.bi-box-arrow-in-up::before {
  content: ""; }

.bi-box-arrow-left::before {
  content: ""; }

.bi-box-arrow-right::before {
  content: ""; }

.bi-box-arrow-up-left::before {
  content: ""; }

.bi-box-arrow-up-right::before {
  content: ""; }

.bi-box-arrow-up::before {
  content: ""; }

.bi-box-seam::before {
  content: ""; }

.bi-box::before {
  content: ""; }

.bi-braces::before {
  content: ""; }

.bi-bricks::before {
  content: ""; }

.bi-briefcase-fill::before {
  content: ""; }

.bi-briefcase::before {
  content: ""; }

.bi-brightness-alt-high-fill::before {
  content: ""; }

.bi-brightness-alt-high::before {
  content: ""; }

.bi-brightness-alt-low-fill::before {
  content: ""; }

.bi-brightness-alt-low::before {
  content: ""; }

.bi-brightness-high-fill::before {
  content: ""; }

.bi-brightness-high::before {
  content: ""; }

.bi-brightness-low-fill::before {
  content: ""; }

.bi-brightness-low::before {
  content: ""; }

.bi-broadcast-pin::before {
  content: ""; }

.bi-broadcast::before {
  content: ""; }

.bi-brush-fill::before {
  content: ""; }

.bi-brush::before {
  content: ""; }

.bi-bucket-fill::before {
  content: ""; }

.bi-bucket::before {
  content: ""; }

.bi-bug-fill::before {
  content: ""; }

.bi-bug::before {
  content: ""; }

.bi-building::before {
  content: ""; }

.bi-bullseye::before {
  content: ""; }

.bi-calculator-fill::before {
  content: ""; }

.bi-calculator::before {
  content: ""; }

.bi-calendar-check-fill::before {
  content: ""; }

.bi-calendar-check::before {
  content: ""; }

.bi-calendar-date-fill::before {
  content: ""; }

.bi-calendar-date::before {
  content: ""; }

.bi-calendar-day-fill::before {
  content: ""; }

.bi-calendar-day::before {
  content: ""; }

.bi-calendar-event-fill::before {
  content: ""; }

.bi-calendar-event::before {
  content: ""; }

.bi-calendar-fill::before {
  content: ""; }

.bi-calendar-minus-fill::before {
  content: ""; }

.bi-calendar-minus::before {
  content: ""; }

.bi-calendar-month-fill::before {
  content: ""; }

.bi-calendar-month::before {
  content: ""; }

.bi-calendar-plus-fill::before {
  content: ""; }

.bi-calendar-plus::before {
  content: ""; }

.bi-calendar-range-fill::before {
  content: ""; }

.bi-calendar-range::before {
  content: ""; }

.bi-calendar-week-fill::before {
  content: ""; }

.bi-calendar-week::before {
  content: ""; }

.bi-calendar-x-fill::before {
  content: ""; }

.bi-calendar-x::before {
  content: ""; }

.bi-calendar::before {
  content: ""; }

.bi-calendar2-check-fill::before {
  content: ""; }

.bi-calendar2-check::before {
  content: ""; }

.bi-calendar2-date-fill::before {
  content: ""; }

.bi-calendar2-date::before {
  content: ""; }

.bi-calendar2-day-fill::before {
  content: ""; }

.bi-calendar2-day::before {
  content: ""; }

.bi-calendar2-event-fill::before {
  content: ""; }

.bi-calendar2-event::before {
  content: ""; }

.bi-calendar2-fill::before {
  content: ""; }

.bi-calendar2-minus-fill::before {
  content: ""; }

.bi-calendar2-minus::before {
  content: ""; }

.bi-calendar2-month-fill::before {
  content: ""; }

.bi-calendar2-month::before {
  content: ""; }

.bi-calendar2-plus-fill::before {
  content: ""; }

.bi-calendar2-plus::before {
  content: ""; }

.bi-calendar2-range-fill::before {
  content: ""; }

.bi-calendar2-range::before {
  content: ""; }

.bi-calendar2-week-fill::before {
  content: ""; }

.bi-calendar2-week::before {
  content: ""; }

.bi-calendar2-x-fill::before {
  content: ""; }

.bi-calendar2-x::before {
  content: ""; }

.bi-calendar2::before {
  content: ""; }

.bi-calendar3-event-fill::before {
  content: ""; }

.bi-calendar3-event::before {
  content: ""; }

.bi-calendar3-fill::before {
  content: ""; }

.bi-calendar3-range-fill::before {
  content: ""; }

.bi-calendar3-range::before {
  content: ""; }

.bi-calendar3-week-fill::before {
  content: ""; }

.bi-calendar3-week::before {
  content: ""; }

.bi-calendar3::before {
  content: ""; }

.bi-calendar4-event::before {
  content: ""; }

.bi-calendar4-range::before {
  content: ""; }

.bi-calendar4-week::before {
  content: ""; }

.bi-calendar4::before {
  content: ""; }

.bi-camera-fill::before {
  content: ""; }

.bi-camera-reels-fill::before {
  content: ""; }

.bi-camera-reels::before {
  content: ""; }

.bi-camera-video-fill::before {
  content: ""; }

.bi-camera-video-off-fill::before {
  content: ""; }

.bi-camera-video-off::before {
  content: ""; }

.bi-camera-video::before {
  content: ""; }

.bi-camera::before {
  content: ""; }

.bi-camera2::before {
  content: ""; }

.bi-capslock-fill::before {
  content: ""; }

.bi-capslock::before {
  content: ""; }

.bi-card-checklist::before {
  content: ""; }

.bi-card-heading::before {
  content: ""; }

.bi-card-image::before {
  content: ""; }

.bi-card-list::before {
  content: ""; }

.bi-card-text::before {
  content: ""; }

.bi-caret-down-fill::before {
  content: ""; }

.bi-caret-down-square-fill::before {
  content: ""; }

.bi-caret-down-square::before {
  content: ""; }

.bi-caret-down::before {
  content: ""; }

.bi-caret-left-fill::before {
  content: ""; }

.bi-caret-left-square-fill::before {
  content: ""; }

.bi-caret-left-square::before {
  content: ""; }

.bi-caret-left::before {
  content: ""; }

.bi-caret-right-fill::before {
  content: ""; }

.bi-caret-right-square-fill::before {
  content: ""; }

.bi-caret-right-square::before {
  content: ""; }

.bi-caret-right::before {
  content: ""; }

.bi-caret-up-fill::before {
  content: ""; }

.bi-caret-up-square-fill::before {
  content: ""; }

.bi-caret-up-square::before {
  content: ""; }

.bi-caret-up::before {
  content: ""; }

.bi-cart-check-fill::before {
  content: ""; }

.bi-cart-check::before {
  content: ""; }

.bi-cart-dash-fill::before {
  content: ""; }

.bi-cart-dash::before {
  content: ""; }

.bi-cart-fill::before {
  content: ""; }

.bi-cart-plus-fill::before {
  content: ""; }

.bi-cart-plus::before {
  content: ""; }

.bi-cart-x-fill::before {
  content: ""; }

.bi-cart-x::before {
  content: ""; }

.bi-cart::before {
  content: ""; }

.bi-cart2::before {
  content: ""; }

.bi-cart3::before {
  content: ""; }

.bi-cart4::before {
  content: ""; }

.bi-cash-stack::before {
  content: ""; }

.bi-cash::before {
  content: ""; }

.bi-cast::before {
  content: ""; }

.bi-chat-dots-fill::before {
  content: ""; }

.bi-chat-dots::before {
  content: ""; }

.bi-chat-fill::before {
  content: ""; }

.bi-chat-left-dots-fill::before {
  content: ""; }

.bi-chat-left-dots::before {
  content: ""; }

.bi-chat-left-fill::before {
  content: ""; }

.bi-chat-left-quote-fill::before {
  content: ""; }

.bi-chat-left-quote::before {
  content: ""; }

.bi-chat-left-text-fill::before {
  content: ""; }

.bi-chat-left-text::before {
  content: ""; }

.bi-chat-left::before {
  content: ""; }

.bi-chat-quote-fill::before {
  content: ""; }

.bi-chat-quote::before {
  content: ""; }

.bi-chat-right-dots-fill::before {
  content: ""; }

.bi-chat-right-dots::before {
  content: ""; }

.bi-chat-right-fill::before {
  content: ""; }

.bi-chat-right-quote-fill::before {
  content: ""; }

.bi-chat-right-quote::before {
  content: ""; }

.bi-chat-right-text-fill::before {
  content: ""; }

.bi-chat-right-text::before {
  content: ""; }

.bi-chat-right::before {
  content: ""; }

.bi-chat-square-dots-fill::before {
  content: ""; }

.bi-chat-square-dots::before {
  content: ""; }

.bi-chat-square-fill::before {
  content: ""; }

.bi-chat-square-quote-fill::before {
  content: ""; }

.bi-chat-square-quote::before {
  content: ""; }

.bi-chat-square-text-fill::before {
  content: ""; }

.bi-chat-square-text::before {
  content: ""; }

.bi-chat-square::before {
  content: ""; }

.bi-chat-text-fill::before {
  content: ""; }

.bi-chat-text::before {
  content: ""; }

.bi-chat::before {
  content: ""; }

.bi-check-all::before {
  content: ""; }

.bi-check-circle-fill::before {
  content: ""; }

.bi-check-circle::before {
  content: ""; }

.bi-check-square-fill::before {
  content: ""; }

.bi-check-square::before {
  content: ""; }

.bi-check::before {
  content: ""; }

.bi-check2-all::before {
  content: ""; }

.bi-check2-circle::before {
  content: ""; }

.bi-check2-square::before {
  content: ""; }

.bi-check2::before {
  content: ""; }

.bi-chevron-bar-contract::before {
  content: ""; }

.bi-chevron-bar-down::before {
  content: ""; }

.bi-chevron-bar-expand::before {
  content: ""; }

.bi-chevron-bar-left::before {
  content: ""; }

.bi-chevron-bar-right::before {
  content: ""; }

.bi-chevron-bar-up::before {
  content: ""; }

.bi-chevron-compact-down::before {
  content: ""; }

.bi-chevron-compact-left::before {
  content: ""; }

.bi-chevron-compact-right::before {
  content: ""; }

.bi-chevron-compact-up::before {
  content: ""; }

.bi-chevron-contract::before {
  content: ""; }

.bi-chevron-double-down::before {
  content: ""; }

.bi-chevron-double-left::before {
  content: ""; }

.bi-chevron-double-right::before {
  content: ""; }

.bi-chevron-double-up::before {
  content: ""; }

.bi-chevron-down::before {
  content: ""; }

.bi-chevron-expand::before {
  content: ""; }

.bi-chevron-left::before {
  content: ""; }

.bi-chevron-right::before {
  content: ""; }

.bi-chevron-up::before {
  content: ""; }

.bi-circle-fill::before {
  content: ""; }

.bi-circle-half::before {
  content: ""; }

.bi-circle-square::before {
  content: ""; }

.bi-circle::before {
  content: ""; }

.bi-clipboard-check::before {
  content: ""; }

.bi-clipboard-data::before {
  content: ""; }

.bi-clipboard-minus::before {
  content: ""; }

.bi-clipboard-plus::before {
  content: ""; }

.bi-clipboard-x::before {
  content: ""; }

.bi-clipboard::before {
  content: ""; }

.bi-clock-fill::before {
  content: ""; }

.bi-clock-history::before {
  content: ""; }

.bi-clock::before {
  content: ""; }

.bi-cloud-arrow-down-fill::before {
  content: ""; }

.bi-cloud-arrow-down::before {
  content: ""; }

.bi-cloud-arrow-up-fill::before {
  content: ""; }

.bi-cloud-arrow-up::before {
  content: ""; }

.bi-cloud-check-fill::before {
  content: ""; }

.bi-cloud-check::before {
  content: ""; }

.bi-cloud-download-fill::before {
  content: ""; }

.bi-cloud-download::before {
  content: ""; }

.bi-cloud-drizzle-fill::before {
  content: ""; }

.bi-cloud-drizzle::before {
  content: ""; }

.bi-cloud-fill::before {
  content: ""; }

.bi-cloud-fog-fill::before {
  content: ""; }

.bi-cloud-fog::before {
  content: ""; }

.bi-cloud-fog2-fill::before {
  content: ""; }

.bi-cloud-fog2::before {
  content: ""; }

.bi-cloud-hail-fill::before {
  content: ""; }

.bi-cloud-hail::before {
  content: ""; }

.bi-cloud-haze-1::before {
  content: ""; }

.bi-cloud-haze-fill::before {
  content: ""; }

.bi-cloud-haze::before {
  content: ""; }

.bi-cloud-haze2-fill::before {
  content: ""; }

.bi-cloud-lightning-fill::before {
  content: ""; }

.bi-cloud-lightning-rain-fill::before {
  content: ""; }

.bi-cloud-lightning-rain::before {
  content: ""; }

.bi-cloud-lightning::before {
  content: ""; }

.bi-cloud-minus-fill::before {
  content: ""; }

.bi-cloud-minus::before {
  content: ""; }

.bi-cloud-moon-fill::before {
  content: ""; }

.bi-cloud-moon::before {
  content: ""; }

.bi-cloud-plus-fill::before {
  content: ""; }

.bi-cloud-plus::before {
  content: ""; }

.bi-cloud-rain-fill::before {
  content: ""; }

.bi-cloud-rain-heavy-fill::before {
  content: ""; }

.bi-cloud-rain-heavy::before {
  content: ""; }

.bi-cloud-rain::before {
  content: ""; }

.bi-cloud-slash-fill::before {
  content: ""; }

.bi-cloud-slash::before {
  content: ""; }

.bi-cloud-sleet-fill::before {
  content: ""; }

.bi-cloud-sleet::before {
  content: ""; }

.bi-cloud-snow-fill::before {
  content: ""; }

.bi-cloud-snow::before {
  content: ""; }

.bi-cloud-sun-fill::before {
  content: ""; }

.bi-cloud-sun::before {
  content: ""; }

.bi-cloud-upload-fill::before {
  content: ""; }

.bi-cloud-upload::before {
  content: ""; }

.bi-cloud::before {
  content: ""; }

.bi-clouds-fill::before {
  content: ""; }

.bi-clouds::before {
  content: ""; }

.bi-cloudy-fill::before {
  content: ""; }

.bi-cloudy::before {
  content: ""; }

.bi-code-slash::before {
  content: ""; }

.bi-code-square::before {
  content: ""; }

.bi-code::before {
  content: ""; }

.bi-collection-fill::before {
  content: ""; }

.bi-collection-play-fill::before {
  content: ""; }

.bi-collection-play::before {
  content: ""; }

.bi-collection::before {
  content: ""; }

.bi-columns-gap::before {
  content: ""; }

.bi-columns::before {
  content: ""; }

.bi-command::before {
  content: ""; }

.bi-compass-fill::before {
  content: ""; }

.bi-compass::before {
  content: ""; }

.bi-cone-striped::before {
  content: ""; }

.bi-cone::before {
  content: ""; }

.bi-controller::before {
  content: ""; }

.bi-cpu-fill::before {
  content: ""; }

.bi-cpu::before {
  content: ""; }

.bi-credit-card-2-back-fill::before {
  content: ""; }

.bi-credit-card-2-back::before {
  content: ""; }

.bi-credit-card-2-front-fill::before {
  content: ""; }

.bi-credit-card-2-front::before {
  content: ""; }

.bi-credit-card-fill::before {
  content: ""; }

.bi-credit-card::before {
  content: ""; }

.bi-crop::before {
  content: ""; }

.bi-cup-fill::before {
  content: ""; }

.bi-cup-straw::before {
  content: ""; }

.bi-cup::before {
  content: ""; }

.bi-cursor-fill::before {
  content: ""; }

.bi-cursor-text::before {
  content: ""; }

.bi-cursor::before {
  content: ""; }

.bi-dash-circle-dotted::before {
  content: ""; }

.bi-dash-circle-fill::before {
  content: ""; }

.bi-dash-circle::before {
  content: ""; }

.bi-dash-square-dotted::before {
  content: ""; }

.bi-dash-square-fill::before {
  content: ""; }

.bi-dash-square::before {
  content: ""; }

.bi-dash::before {
  content: ""; }

.bi-diagram-2-fill::before {
  content: ""; }

.bi-diagram-2::before {
  content: ""; }

.bi-diagram-3-fill::before {
  content: ""; }

.bi-diagram-3::before {
  content: ""; }

.bi-diamond-fill::before {
  content: ""; }

.bi-diamond-half::before {
  content: ""; }

.bi-diamond::before {
  content: ""; }

.bi-dice-1-fill::before {
  content: ""; }

.bi-dice-1::before {
  content: ""; }

.bi-dice-2-fill::before {
  content: ""; }

.bi-dice-2::before {
  content: ""; }

.bi-dice-3-fill::before {
  content: ""; }

.bi-dice-3::before {
  content: ""; }

.bi-dice-4-fill::before {
  content: ""; }

.bi-dice-4::before {
  content: ""; }

.bi-dice-5-fill::before {
  content: ""; }

.bi-dice-5::before {
  content: ""; }

.bi-dice-6-fill::before {
  content: ""; }

.bi-dice-6::before {
  content: ""; }

.bi-disc-fill::before {
  content: ""; }

.bi-disc::before {
  content: ""; }

.bi-discord::before {
  content: ""; }

.bi-display-fill::before {
  content: ""; }

.bi-display::before {
  content: ""; }

.bi-distribute-horizontal::before {
  content: ""; }

.bi-distribute-vertical::before {
  content: ""; }

.bi-door-closed-fill::before {
  content: ""; }

.bi-door-closed::before {
  content: ""; }

.bi-door-open-fill::before {
  content: ""; }

.bi-door-open::before {
  content: ""; }

.bi-dot::before {
  content: ""; }

.bi-download::before {
  content: ""; }

.bi-droplet-fill::before {
  content: ""; }

.bi-droplet-half::before {
  content: ""; }

.bi-droplet::before {
  content: ""; }

.bi-earbuds::before {
  content: ""; }

.bi-easel-fill::before {
  content: ""; }

.bi-easel::before {
  content: ""; }

.bi-egg-fill::before {
  content: ""; }

.bi-egg-fried::before {
  content: ""; }

.bi-egg::before {
  content: ""; }

.bi-eject-fill::before {
  content: ""; }

.bi-eject::before {
  content: ""; }

.bi-emoji-angry-fill::before {
  content: ""; }

.bi-emoji-angry::before {
  content: ""; }

.bi-emoji-dizzy-fill::before {
  content: ""; }

.bi-emoji-dizzy::before {
  content: ""; }

.bi-emoji-expressionless-fill::before {
  content: ""; }

.bi-emoji-expressionless::before {
  content: ""; }

.bi-emoji-frown-fill::before {
  content: ""; }

.bi-emoji-frown::before {
  content: ""; }

.bi-emoji-heart-eyes-fill::before {
  content: ""; }

.bi-emoji-heart-eyes::before {
  content: ""; }

.bi-emoji-laughing-fill::before {
  content: ""; }

.bi-emoji-laughing::before {
  content: ""; }

.bi-emoji-neutral-fill::before {
  content: ""; }

.bi-emoji-neutral::before {
  content: ""; }

.bi-emoji-smile-fill::before {
  content: ""; }

.bi-emoji-smile-upside-down-fill::before {
  content: ""; }

.bi-emoji-smile-upside-down::before {
  content: ""; }

.bi-emoji-smile::before {
  content: ""; }

.bi-emoji-sunglasses-fill::before {
  content: ""; }

.bi-emoji-sunglasses::before {
  content: ""; }

.bi-emoji-wink-fill::before {
  content: ""; }

.bi-emoji-wink::before {
  content: ""; }

.bi-envelope-fill::before {
  content: ""; }

.bi-envelope-open-fill::before {
  content: ""; }

.bi-envelope-open::before {
  content: ""; }

.bi-envelope::before {
  content: ""; }

.bi-eraser-fill::before {
  content: ""; }

.bi-eraser::before {
  content: ""; }

.bi-exclamation-circle-fill::before {
  content: ""; }

.bi-exclamation-circle::before {
  content: ""; }

.bi-exclamation-diamond-fill::before {
  content: ""; }

.bi-exclamation-diamond::before {
  content: ""; }

.bi-exclamation-octagon-fill::before {
  content: ""; }

.bi-exclamation-octagon::before {
  content: ""; }

.bi-exclamation-square-fill::before {
  content: ""; }

.bi-exclamation-square::before {
  content: ""; }

.bi-exclamation-triangle-fill::before {
  content: ""; }

.bi-exclamation-triangle::before {
  content: ""; }

.bi-exclamation::before {
  content: ""; }

.bi-exclude::before {
  content: ""; }

.bi-eye-fill::before {
  content: ""; }

.bi-eye-slash-fill::before {
  content: ""; }

.bi-eye-slash::before {
  content: ""; }

.bi-eye::before {
  content: ""; }

.bi-eyedropper::before {
  content: ""; }

.bi-eyeglasses::before {
  content: ""; }

.bi-facebook::before {
  content: ""; }

.bi-file-arrow-down-fill::before {
  content: ""; }

.bi-file-arrow-down::before {
  content: ""; }

.bi-file-arrow-up-fill::before {
  content: ""; }

.bi-file-arrow-up::before {
  content: ""; }

.bi-file-bar-graph-fill::before {
  content: ""; }

.bi-file-bar-graph::before {
  content: ""; }

.bi-file-binary-fill::before {
  content: ""; }

.bi-file-binary::before {
  content: ""; }

.bi-file-break-fill::before {
  content: ""; }

.bi-file-break::before {
  content: ""; }

.bi-file-check-fill::before {
  content: ""; }

.bi-file-check::before {
  content: ""; }

.bi-file-code-fill::before {
  content: ""; }

.bi-file-code::before {
  content: ""; }

.bi-file-diff-fill::before {
  content: ""; }

.bi-file-diff::before {
  content: ""; }

.bi-file-earmark-arrow-down-fill::before {
  content: ""; }

.bi-file-earmark-arrow-down::before {
  content: ""; }

.bi-file-earmark-arrow-up-fill::before {
  content: ""; }

.bi-file-earmark-arrow-up::before {
  content: ""; }

.bi-file-earmark-bar-graph-fill::before {
  content: ""; }

.bi-file-earmark-bar-graph::before {
  content: ""; }

.bi-file-earmark-binary-fill::before {
  content: ""; }

.bi-file-earmark-binary::before {
  content: ""; }

.bi-file-earmark-break-fill::before {
  content: ""; }

.bi-file-earmark-break::before {
  content: ""; }

.bi-file-earmark-check-fill::before {
  content: ""; }

.bi-file-earmark-check::before {
  content: ""; }

.bi-file-earmark-code-fill::before {
  content: ""; }

.bi-file-earmark-code::before {
  content: ""; }

.bi-file-earmark-diff-fill::before {
  content: ""; }

.bi-file-earmark-diff::before {
  content: ""; }

.bi-file-earmark-easel-fill::before {
  content: ""; }

.bi-file-earmark-easel::before {
  content: ""; }

.bi-file-earmark-excel-fill::before {
  content: ""; }

.bi-file-earmark-excel::before {
  content: ""; }

.bi-file-earmark-fill::before {
  content: ""; }

.bi-file-earmark-font-fill::before {
  content: ""; }

.bi-file-earmark-font::before {
  content: ""; }

.bi-file-earmark-image-fill::before {
  content: ""; }

.bi-file-earmark-image::before {
  content: ""; }

.bi-file-earmark-lock-fill::before {
  content: ""; }

.bi-file-earmark-lock::before {
  content: ""; }

.bi-file-earmark-lock2-fill::before {
  content: ""; }

.bi-file-earmark-lock2::before {
  content: ""; }

.bi-file-earmark-medical-fill::before {
  content: ""; }

.bi-file-earmark-medical::before {
  content: ""; }

.bi-file-earmark-minus-fill::before {
  content: ""; }

.bi-file-earmark-minus::before {
  content: ""; }

.bi-file-earmark-music-fill::before {
  content: ""; }

.bi-file-earmark-music::before {
  content: ""; }

.bi-file-earmark-person-fill::before {
  content: ""; }

.bi-file-earmark-person::before {
  content: ""; }

.bi-file-earmark-play-fill::before {
  content: ""; }

.bi-file-earmark-play::before {
  content: ""; }

.bi-file-earmark-plus-fill::before {
  content: ""; }

.bi-file-earmark-plus::before {
  content: ""; }

.bi-file-earmark-post-fill::before {
  content: ""; }

.bi-file-earmark-post::before {
  content: ""; }

.bi-file-earmark-ppt-fill::before {
  content: ""; }

.bi-file-earmark-ppt::before {
  content: ""; }

.bi-file-earmark-richtext-fill::before {
  content: ""; }

.bi-file-earmark-richtext::before {
  content: ""; }

.bi-file-earmark-ruled-fill::before {
  content: ""; }

.bi-file-earmark-ruled::before {
  content: ""; }

.bi-file-earmark-slides-fill::before {
  content: ""; }

.bi-file-earmark-slides::before {
  content: ""; }

.bi-file-earmark-spreadsheet-fill::before {
  content: ""; }

.bi-file-earmark-spreadsheet::before {
  content: ""; }

.bi-file-earmark-text-fill::before {
  content: ""; }

.bi-file-earmark-text::before {
  content: ""; }

.bi-file-earmark-word-fill::before {
  content: ""; }

.bi-file-earmark-word::before {
  content: ""; }

.bi-file-earmark-x-fill::before {
  content: ""; }

.bi-file-earmark-x::before {
  content: ""; }

.bi-file-earmark-zip-fill::before {
  content: ""; }

.bi-file-earmark-zip::before {
  content: ""; }

.bi-file-earmark::before {
  content: ""; }

.bi-file-easel-fill::before {
  content: ""; }

.bi-file-easel::before {
  content: ""; }

.bi-file-excel-fill::before {
  content: ""; }

.bi-file-excel::before {
  content: ""; }

.bi-file-fill::before {
  content: ""; }

.bi-file-font-fill::before {
  content: ""; }

.bi-file-font::before {
  content: ""; }

.bi-file-image-fill::before {
  content: ""; }

.bi-file-image::before {
  content: ""; }

.bi-file-lock-fill::before {
  content: ""; }

.bi-file-lock::before {
  content: ""; }

.bi-file-lock2-fill::before {
  content: ""; }

.bi-file-lock2::before {
  content: ""; }

.bi-file-medical-fill::before {
  content: ""; }

.bi-file-medical::before {
  content: ""; }

.bi-file-minus-fill::before {
  content: ""; }

.bi-file-minus::before {
  content: ""; }

.bi-file-music-fill::before {
  content: ""; }

.bi-file-music::before {
  content: ""; }

.bi-file-person-fill::before {
  content: ""; }

.bi-file-person::before {
  content: ""; }

.bi-file-play-fill::before {
  content: ""; }

.bi-file-play::before {
  content: ""; }

.bi-file-plus-fill::before {
  content: ""; }

.bi-file-plus::before {
  content: ""; }

.bi-file-post-fill::before {
  content: ""; }

.bi-file-post::before {
  content: ""; }

.bi-file-ppt-fill::before {
  content: ""; }

.bi-file-ppt::before {
  content: ""; }

.bi-file-richtext-fill::before {
  content: ""; }

.bi-file-richtext::before {
  content: ""; }

.bi-file-ruled-fill::before {
  content: ""; }

.bi-file-ruled::before {
  content: ""; }

.bi-file-slides-fill::before {
  content: ""; }

.bi-file-slides::before {
  content: ""; }

.bi-file-spreadsheet-fill::before {
  content: ""; }

.bi-file-spreadsheet::before {
  content: ""; }

.bi-file-text-fill::before {
  content: ""; }

.bi-file-text::before {
  content: ""; }

.bi-file-word-fill::before {
  content: ""; }

.bi-file-word::before {
  content: ""; }

.bi-file-x-fill::before {
  content: ""; }

.bi-file-x::before {
  content: ""; }

.bi-file-zip-fill::before {
  content: ""; }

.bi-file-zip::before {
  content: ""; }

.bi-file::before {
  content: ""; }

.bi-files-alt::before {
  content: ""; }

.bi-files::before {
  content: ""; }

.bi-film::before {
  content: ""; }

.bi-filter-circle-fill::before {
  content: ""; }

.bi-filter-circle::before {
  content: ""; }

.bi-filter-left::before {
  content: ""; }

.bi-filter-right::before {
  content: ""; }

.bi-filter-square-fill::before {
  content: ""; }

.bi-filter-square::before {
  content: ""; }

.bi-filter::before {
  content: ""; }

.bi-flag-fill::before {
  content: ""; }

.bi-flag::before {
  content: ""; }

.bi-flower1::before {
  content: ""; }

.bi-flower2::before {
  content: ""; }

.bi-flower3::before {
  content: ""; }

.bi-folder-check::before {
  content: ""; }

.bi-folder-fill::before {
  content: ""; }

.bi-folder-minus::before {
  content: ""; }

.bi-folder-plus::before {
  content: ""; }

.bi-folder-symlink-fill::before {
  content: ""; }

.bi-folder-symlink::before {
  content: ""; }

.bi-folder-x::before {
  content: ""; }

.bi-folder::before {
  content: ""; }

.bi-folder2-open::before {
  content: ""; }

.bi-folder2::before {
  content: ""; }

.bi-fonts::before {
  content: ""; }

.bi-forward-fill::before {
  content: ""; }

.bi-forward::before {
  content: ""; }

.bi-front::before {
  content: ""; }

.bi-fullscreen-exit::before {
  content: ""; }

.bi-fullscreen::before {
  content: ""; }

.bi-funnel-fill::before {
  content: ""; }

.bi-funnel::before {
  content: ""; }

.bi-gear-fill::before {
  content: ""; }

.bi-gear-wide-connected::before {
  content: ""; }

.bi-gear-wide::before {
  content: ""; }

.bi-gear::before {
  content: ""; }

.bi-gem::before {
  content: ""; }

.bi-geo-alt-fill::before {
  content: ""; }

.bi-geo-alt::before {
  content: ""; }

.bi-geo-fill::before {
  content: ""; }

.bi-geo::before {
  content: ""; }

.bi-gift-fill::before {
  content: ""; }

.bi-gift::before {
  content: ""; }

.bi-github::before {
  content: ""; }

.bi-globe::before {
  content: ""; }

.bi-globe2::before {
  content: ""; }

.bi-google::before {
  content: ""; }

.bi-graph-down::before {
  content: ""; }

.bi-graph-up::before {
  content: ""; }

.bi-grid-1x2-fill::before {
  content: ""; }

.bi-grid-1x2::before {
  content: ""; }

.bi-grid-3x2-gap-fill::before {
  content: ""; }

.bi-grid-3x2-gap::before {
  content: ""; }

.bi-grid-3x2::before {
  content: ""; }

.bi-grid-3x3-gap-fill::before {
  content: ""; }

.bi-grid-3x3-gap::before {
  content: ""; }

.bi-grid-3x3::before {
  content: ""; }

.bi-grid-fill::before {
  content: ""; }

.bi-grid::before {
  content: ""; }

.bi-grip-horizontal::before {
  content: ""; }

.bi-grip-vertical::before {
  content: ""; }

.bi-hammer::before {
  content: ""; }

.bi-hand-index-fill::before {
  content: ""; }

.bi-hand-index-thumb-fill::before {
  content: ""; }

.bi-hand-index-thumb::before {
  content: ""; }

.bi-hand-index::before {
  content: ""; }

.bi-hand-thumbs-down-fill::before {
  content: ""; }

.bi-hand-thumbs-down::before {
  content: ""; }

.bi-hand-thumbs-up-fill::before {
  content: ""; }

.bi-hand-thumbs-up::before {
  content: ""; }

.bi-handbag-fill::before {
  content: ""; }

.bi-handbag::before {
  content: ""; }

.bi-hash::before {
  content: ""; }

.bi-hdd-fill::before {
  content: ""; }

.bi-hdd-network-fill::before {
  content: ""; }

.bi-hdd-network::before {
  content: ""; }

.bi-hdd-rack-fill::before {
  content: ""; }

.bi-hdd-rack::before {
  content: ""; }

.bi-hdd-stack-fill::before {
  content: ""; }

.bi-hdd-stack::before {
  content: ""; }

.bi-hdd::before {
  content: ""; }

.bi-headphones::before {
  content: ""; }

.bi-headset::before {
  content: ""; }

.bi-heart-fill::before {
  content: ""; }

.bi-heart-half::before {
  content: ""; }

.bi-heart::before {
  content: ""; }

.bi-heptagon-fill::before {
  content: ""; }

.bi-heptagon-half::before {
  content: ""; }

.bi-heptagon::before {
  content: ""; }

.bi-hexagon-fill::before {
  content: ""; }

.bi-hexagon-half::before {
  content: ""; }

.bi-hexagon::before {
  content: ""; }

.bi-hourglass-bottom::before {
  content: ""; }

.bi-hourglass-split::before {
  content: ""; }

.bi-hourglass-top::before {
  content: ""; }

.bi-hourglass::before {
  content: ""; }

.bi-house-door-fill::before {
  content: ""; }

.bi-house-door::before {
  content: ""; }

.bi-house-fill::before {
  content: ""; }

.bi-house::before {
  content: ""; }

.bi-hr::before {
  content: ""; }

.bi-hurricane::before {
  content: ""; }

.bi-image-alt::before {
  content: ""; }

.bi-image-fill::before {
  content: ""; }

.bi-image::before {
  content: ""; }

.bi-images::before {
  content: ""; }

.bi-inbox-fill::before {
  content: ""; }

.bi-inbox::before {
  content: ""; }

.bi-inboxes-fill::before {
  content: ""; }

.bi-inboxes::before {
  content: ""; }

.bi-info-circle-fill::before {
  content: ""; }

.bi-info-circle::before {
  content: ""; }

.bi-info-square-fill::before {
  content: ""; }

.bi-info-square::before {
  content: ""; }

.bi-info::before {
  content: ""; }

.bi-input-cursor-text::before {
  content: ""; }

.bi-input-cursor::before {
  content: ""; }

.bi-instagram::before {
  content: ""; }

.bi-intersect::before {
  content: ""; }

.bi-journal-album::before {
  content: ""; }

.bi-journal-arrow-down::before {
  content: ""; }

.bi-journal-arrow-up::before {
  content: ""; }

.bi-journal-bookmark-fill::before {
  content: ""; }

.bi-journal-bookmark::before {
  content: ""; }

.bi-journal-check::before {
  content: ""; }

.bi-journal-code::before {
  content: ""; }

.bi-journal-medical::before {
  content: ""; }

.bi-journal-minus::before {
  content: ""; }

.bi-journal-plus::before {
  content: ""; }

.bi-journal-richtext::before {
  content: ""; }

.bi-journal-text::before {
  content: ""; }

.bi-journal-x::before {
  content: ""; }

.bi-journal::before {
  content: ""; }

.bi-journals::before {
  content: ""; }

.bi-joystick::before {
  content: ""; }

.bi-justify-left::before {
  content: ""; }

.bi-justify-right::before {
  content: ""; }

.bi-justify::before {
  content: ""; }

.bi-kanban-fill::before {
  content: ""; }

.bi-kanban::before {
  content: ""; }

.bi-key-fill::before {
  content: ""; }

.bi-key::before {
  content: ""; }

.bi-keyboard-fill::before {
  content: ""; }

.bi-keyboard::before {
  content: ""; }

.bi-ladder::before {
  content: ""; }

.bi-lamp-fill::before {
  content: ""; }

.bi-lamp::before {
  content: ""; }

.bi-laptop-fill::before {
  content: ""; }

.bi-laptop::before {
  content: ""; }

.bi-layer-backward::before {
  content: ""; }

.bi-layer-forward::before {
  content: ""; }

.bi-layers-fill::before {
  content: ""; }

.bi-layers-half::before {
  content: ""; }

.bi-layers::before {
  content: ""; }

.bi-layout-sidebar-inset-reverse::before {
  content: ""; }

.bi-layout-sidebar-inset::before {
  content: ""; }

.bi-layout-sidebar-reverse::before {
  content: ""; }

.bi-layout-sidebar::before {
  content: ""; }

.bi-layout-split::before {
  content: ""; }

.bi-layout-text-sidebar-reverse::before {
  content: ""; }

.bi-layout-text-sidebar::before {
  content: ""; }

.bi-layout-text-window-reverse::before {
  content: ""; }

.bi-layout-text-window::before {
  content: ""; }

.bi-layout-three-columns::before {
  content: ""; }

.bi-layout-wtf::before {
  content: ""; }

.bi-life-preserver::before {
  content: ""; }

.bi-lightbulb-fill::before {
  content: ""; }

.bi-lightbulb-off-fill::before {
  content: ""; }

.bi-lightbulb-off::before {
  content: ""; }

.bi-lightbulb::before {
  content: ""; }

.bi-lightning-charge-fill::before {
  content: ""; }

.bi-lightning-charge::before {
  content: ""; }

.bi-lightning-fill::before {
  content: ""; }

.bi-lightning::before {
  content: ""; }

.bi-link-45deg::before {
  content: ""; }

.bi-link::before {
  content: ""; }

.bi-linkedin::before {
  content: ""; }

.bi-list-check::before {
  content: ""; }

.bi-list-nested::before {
  content: ""; }

.bi-list-ol::before {
  content: ""; }

.bi-list-stars::before {
  content: ""; }

.bi-list-task::before {
  content: ""; }

.bi-list-ul::before {
  content: ""; }

.bi-list::before {
  content: ""; }

.bi-lock-fill::before {
  content: ""; }

.bi-lock::before {
  content: ""; }

.bi-mailbox::before {
  content: ""; }

.bi-mailbox2::before {
  content: ""; }

.bi-map-fill::before {
  content: ""; }

.bi-map::before {
  content: ""; }

.bi-markdown-fill::before {
  content: ""; }

.bi-markdown::before {
  content: ""; }

.bi-mask::before {
  content: ""; }

.bi-megaphone-fill::before {
  content: ""; }

.bi-megaphone::before {
  content: ""; }

.bi-menu-app-fill::before {
  content: ""; }

.bi-menu-app::before {
  content: ""; }

.bi-menu-button-fill::before {
  content: ""; }

.bi-menu-button-wide-fill::before {
  content: ""; }

.bi-menu-button-wide::before {
  content: ""; }

.bi-menu-button::before {
  content: ""; }

.bi-menu-down::before {
  content: ""; }

.bi-menu-up::before {
  content: ""; }

.bi-mic-fill::before {
  content: ""; }

.bi-mic-mute-fill::before {
  content: ""; }

.bi-mic-mute::before {
  content: ""; }

.bi-mic::before {
  content: ""; }

.bi-minecart-loaded::before {
  content: ""; }

.bi-minecart::before {
  content: ""; }

.bi-moisture::before {
  content: ""; }

.bi-moon-fill::before {
  content: ""; }

.bi-moon-stars-fill::before {
  content: ""; }

.bi-moon-stars::before {
  content: ""; }

.bi-moon::before {
  content: ""; }

.bi-mouse-fill::before {
  content: ""; }

.bi-mouse::before {
  content: ""; }

.bi-mouse2-fill::before {
  content: ""; }

.bi-mouse2::before {
  content: ""; }

.bi-mouse3-fill::before {
  content: ""; }

.bi-mouse3::before {
  content: ""; }

.bi-music-note-beamed::before {
  content: ""; }

.bi-music-note-list::before {
  content: ""; }

.bi-music-note::before {
  content: ""; }

.bi-music-player-fill::before {
  content: ""; }

.bi-music-player::before {
  content: ""; }

.bi-newspaper::before {
  content: ""; }

.bi-node-minus-fill::before {
  content: ""; }

.bi-node-minus::before {
  content: ""; }

.bi-node-plus-fill::before {
  content: ""; }

.bi-node-plus::before {
  content: ""; }

.bi-nut-fill::before {
  content: ""; }

.bi-nut::before {
  content: ""; }

.bi-octagon-fill::before {
  content: ""; }

.bi-octagon-half::before {
  content: ""; }

.bi-octagon::before {
  content: ""; }

.bi-option::before {
  content: ""; }

.bi-outlet::before {
  content: ""; }

.bi-paint-bucket::before {
  content: ""; }

.bi-palette-fill::before {
  content: ""; }

.bi-palette::before {
  content: ""; }

.bi-palette2::before {
  content: ""; }

.bi-paperclip::before {
  content: ""; }

.bi-paragraph::before {
  content: ""; }

.bi-patch-check-fill::before {
  content: ""; }

.bi-patch-check::before {
  content: ""; }

.bi-patch-exclamation-fill::before {
  content: ""; }

.bi-patch-exclamation::before {
  content: ""; }

.bi-patch-minus-fill::before {
  content: ""; }

.bi-patch-minus::before {
  content: ""; }

.bi-patch-plus-fill::before {
  content: ""; }

.bi-patch-plus::before {
  content: ""; }

.bi-patch-question-fill::before {
  content: ""; }

.bi-patch-question::before {
  content: ""; }

.bi-pause-btn-fill::before {
  content: ""; }

.bi-pause-btn::before {
  content: ""; }

.bi-pause-circle-fill::before {
  content: ""; }

.bi-pause-circle::before {
  content: ""; }

.bi-pause-fill::before {
  content: ""; }

.bi-pause::before {
  content: ""; }

.bi-peace-fill::before {
  content: ""; }

.bi-peace::before {
  content: ""; }

.bi-pen-fill::before {
  content: ""; }

.bi-pen::before {
  content: ""; }

.bi-pencil-fill::before {
  content: ""; }

.bi-pencil-square::before {
  content: ""; }

.bi-pencil::before {
  content: ""; }

.bi-pentagon-fill::before {
  content: ""; }

.bi-pentagon-half::before {
  content: ""; }

.bi-pentagon::before {
  content: ""; }

.bi-people-fill::before {
  content: ""; }

.bi-people::before {
  content: ""; }

.bi-percent::before {
  content: ""; }

.bi-person-badge-fill::before {
  content: ""; }

.bi-person-badge::before {
  content: ""; }

.bi-person-bounding-box::before {
  content: ""; }

.bi-person-check-fill::before {
  content: ""; }

.bi-person-check::before {
  content: ""; }

.bi-person-circle::before {
  content: ""; }

.bi-person-dash-fill::before {
  content: ""; }

.bi-person-dash::before {
  content: ""; }

.bi-person-fill::before {
  content: ""; }

.bi-person-lines-fill::before {
  content: ""; }

.bi-person-plus-fill::before {
  content: ""; }

.bi-person-plus::before {
  content: ""; }

.bi-person-square::before {
  content: ""; }

.bi-person-x-fill::before {
  content: ""; }

.bi-person-x::before {
  content: ""; }

.bi-person::before {
  content: ""; }

.bi-phone-fill::before {
  content: ""; }

.bi-phone-landscape-fill::before {
  content: ""; }

.bi-phone-landscape::before {
  content: ""; }

.bi-phone-vibrate-fill::before {
  content: ""; }

.bi-phone-vibrate::before {
  content: ""; }

.bi-phone::before {
  content: ""; }

.bi-pie-chart-fill::before {
  content: ""; }

.bi-pie-chart::before {
  content: ""; }

.bi-pin-angle-fill::before {
  content: ""; }

.bi-pin-angle::before {
  content: ""; }

.bi-pin-fill::before {
  content: ""; }

.bi-pin::before {
  content: ""; }

.bi-pip-fill::before {
  content: ""; }

.bi-pip::before {
  content: ""; }

.bi-play-btn-fill::before {
  content: ""; }

.bi-play-btn::before {
  content: ""; }

.bi-play-circle-fill::before {
  content: ""; }

.bi-play-circle::before {
  content: ""; }

.bi-play-fill::before {
  content: ""; }

.bi-play::before {
  content: ""; }

.bi-plug-fill::before {
  content: ""; }

.bi-plug::before {
  content: ""; }

.bi-plus-circle-dotted::before {
  content: ""; }

.bi-plus-circle-fill::before {
  content: ""; }

.bi-plus-circle::before {
  content: ""; }

.bi-plus-square-dotted::before {
  content: ""; }

.bi-plus-square-fill::before {
  content: ""; }

.bi-plus-square::before {
  content: ""; }

.bi-plus::before {
  content: ""; }

.bi-power::before {
  content: ""; }

.bi-printer-fill::before {
  content: ""; }

.bi-printer::before {
  content: ""; }

.bi-puzzle-fill::before {
  content: ""; }

.bi-puzzle::before {
  content: ""; }

.bi-question-circle-fill::before {
  content: ""; }

.bi-question-circle::before {
  content: ""; }

.bi-question-diamond-fill::before {
  content: ""; }

.bi-question-diamond::before {
  content: ""; }

.bi-question-octagon-fill::before {
  content: ""; }

.bi-question-octagon::before {
  content: ""; }

.bi-question-square-fill::before {
  content: ""; }

.bi-question-square::before {
  content: ""; }

.bi-question::before {
  content: ""; }

.bi-rainbow::before {
  content: ""; }

.bi-receipt-cutoff::before {
  content: ""; }

.bi-receipt::before {
  content: ""; }

.bi-reception-0::before {
  content: ""; }

.bi-reception-1::before {
  content: ""; }

.bi-reception-2::before {
  content: ""; }

.bi-reception-3::before {
  content: ""; }

.bi-reception-4::before {
  content: ""; }

.bi-record-btn-fill::before {
  content: ""; }

.bi-record-btn::before {
  content: ""; }

.bi-record-circle-fill::before {
  content: ""; }

.bi-record-circle::before {
  content: ""; }

.bi-record-fill::before {
  content: ""; }

.bi-record::before {
  content: ""; }

.bi-record2-fill::before {
  content: ""; }

.bi-record2::before {
  content: ""; }

.bi-reply-all-fill::before {
  content: ""; }

.bi-reply-all::before {
  content: ""; }

.bi-reply-fill::before {
  content: ""; }

.bi-reply::before {
  content: ""; }

.bi-rss-fill::before {
  content: ""; }

.bi-rss::before {
  content: ""; }

.bi-rulers::before {
  content: ""; }

.bi-save-fill::before {
  content: ""; }

.bi-save::before {
  content: ""; }

.bi-save2-fill::before {
  content: ""; }

.bi-save2::before {
  content: ""; }

.bi-scissors::before {
  content: ""; }

.bi-screwdriver::before {
  content: ""; }

.bi-search::before {
  content: ""; }

.bi-segmented-nav::before {
  content: ""; }

.bi-server::before {
  content: ""; }

.bi-share-fill::before {
  content: ""; }

.bi-share::before {
  content: ""; }

.bi-shield-check::before {
  content: ""; }

.bi-shield-exclamation::before {
  content: ""; }

.bi-shield-fill-check::before {
  content: ""; }

.bi-shield-fill-exclamation::before {
  content: ""; }

.bi-shield-fill-minus::before {
  content: ""; }

.bi-shield-fill-plus::before {
  content: ""; }

.bi-shield-fill-x::before {
  content: ""; }

.bi-shield-fill::before {
  content: ""; }

.bi-shield-lock-fill::before {
  content: ""; }

.bi-shield-lock::before {
  content: ""; }

.bi-shield-minus::before {
  content: ""; }

.bi-shield-plus::before {
  content: ""; }

.bi-shield-shaded::before {
  content: ""; }

.bi-shield-slash-fill::before {
  content: ""; }

.bi-shield-slash::before {
  content: ""; }

.bi-shield-x::before {
  content: ""; }

.bi-shield::before {
  content: ""; }

.bi-shift-fill::before {
  content: ""; }

.bi-shift::before {
  content: ""; }

.bi-shop-window::before {
  content: ""; }

.bi-shop::before {
  content: ""; }

.bi-shuffle::before {
  content: ""; }

.bi-signpost-2-fill::before {
  content: ""; }

.bi-signpost-2::before {
  content: ""; }

.bi-signpost-fill::before {
  content: ""; }

.bi-signpost-split-fill::before {
  content: ""; }

.bi-signpost-split::before {
  content: ""; }

.bi-signpost::before {
  content: ""; }

.bi-sim-fill::before {
  content: ""; }

.bi-sim::before {
  content: ""; }

.bi-skip-backward-btn-fill::before {
  content: ""; }

.bi-skip-backward-btn::before {
  content: ""; }

.bi-skip-backward-circle-fill::before {
  content: ""; }

.bi-skip-backward-circle::before {
  content: ""; }

.bi-skip-backward-fill::before {
  content: ""; }

.bi-skip-backward::before {
  content: ""; }

.bi-skip-end-btn-fill::before {
  content: ""; }

.bi-skip-end-btn::before {
  content: ""; }

.bi-skip-end-circle-fill::before {
  content: ""; }

.bi-skip-end-circle::before {
  content: ""; }

.bi-skip-end-fill::before {
  content: ""; }

.bi-skip-end::before {
  content: ""; }

.bi-skip-forward-btn-fill::before {
  content: ""; }

.bi-skip-forward-btn::before {
  content: ""; }

.bi-skip-forward-circle-fill::before {
  content: ""; }

.bi-skip-forward-circle::before {
  content: ""; }

.bi-skip-forward-fill::before {
  content: ""; }

.bi-skip-forward::before {
  content: ""; }

.bi-skip-start-btn-fill::before {
  content: ""; }

.bi-skip-start-btn::before {
  content: ""; }

.bi-skip-start-circle-fill::before {
  content: ""; }

.bi-skip-start-circle::before {
  content: ""; }

.bi-skip-start-fill::before {
  content: ""; }

.bi-skip-start::before {
  content: ""; }

.bi-slack::before {
  content: ""; }

.bi-slash-circle-fill::before {
  content: ""; }

.bi-slash-circle::before {
  content: ""; }

.bi-slash-square-fill::before {
  content: ""; }

.bi-slash-square::before {
  content: ""; }

.bi-slash::before {
  content: ""; }

.bi-sliders::before {
  content: ""; }

.bi-smartwatch::before {
  content: ""; }

.bi-snow::before {
  content: ""; }

.bi-snow2::before {
  content: ""; }

.bi-snow3::before {
  content: ""; }

.bi-sort-alpha-down-alt::before {
  content: ""; }

.bi-sort-alpha-down::before {
  content: ""; }

.bi-sort-alpha-up-alt::before {
  content: ""; }

.bi-sort-alpha-up::before {
  content: ""; }

.bi-sort-down-alt::before {
  content: ""; }

.bi-sort-down::before {
  content: ""; }

.bi-sort-numeric-down-alt::before {
  content: ""; }

.bi-sort-numeric-down::before {
  content: ""; }

.bi-sort-numeric-up-alt::before {
  content: ""; }

.bi-sort-numeric-up::before {
  content: ""; }

.bi-sort-up-alt::before {
  content: ""; }

.bi-sort-up::before {
  content: ""; }

.bi-soundwave::before {
  content: ""; }

.bi-speaker-fill::before {
  content: ""; }

.bi-speaker::before {
  content: ""; }

.bi-speedometer::before {
  content: ""; }

.bi-speedometer2::before {
  content: ""; }

.bi-spellcheck::before {
  content: ""; }

.bi-square-fill::before {
  content: ""; }

.bi-square-half::before {
  content: ""; }

.bi-square::before {
  content: ""; }

.bi-stack::before {
  content: ""; }

.bi-star-fill::before {
  content: ""; }

.bi-star-half::before {
  content: ""; }

.bi-star::before {
  content: ""; }

.bi-stars::before {
  content: ""; }

.bi-stickies-fill::before {
  content: ""; }

.bi-stickies::before {
  content: ""; }

.bi-sticky-fill::before {
  content: ""; }

.bi-sticky::before {
  content: ""; }

.bi-stop-btn-fill::before {
  content: ""; }

.bi-stop-btn::before {
  content: ""; }

.bi-stop-circle-fill::before {
  content: ""; }

.bi-stop-circle::before {
  content: ""; }

.bi-stop-fill::before {
  content: ""; }

.bi-stop::before {
  content: ""; }

.bi-stoplights-fill::before {
  content: ""; }

.bi-stoplights::before {
  content: ""; }

.bi-stopwatch-fill::before {
  content: ""; }

.bi-stopwatch::before {
  content: ""; }

.bi-subtract::before {
  content: ""; }

.bi-suit-club-fill::before {
  content: ""; }

.bi-suit-club::before {
  content: ""; }

.bi-suit-diamond-fill::before {
  content: ""; }

.bi-suit-diamond::before {
  content: ""; }

.bi-suit-heart-fill::before {
  content: ""; }

.bi-suit-heart::before {
  content: ""; }

.bi-suit-spade-fill::before {
  content: ""; }

.bi-suit-spade::before {
  content: ""; }

.bi-sun-fill::before {
  content: ""; }

.bi-sun::before {
  content: ""; }

.bi-sunglasses::before {
  content: ""; }

.bi-sunrise-fill::before {
  content: ""; }

.bi-sunrise::before {
  content: ""; }

.bi-sunset-fill::before {
  content: ""; }

.bi-sunset::before {
  content: ""; }

.bi-symmetry-horizontal::before {
  content: ""; }

.bi-symmetry-vertical::before {
  content: ""; }

.bi-table::before {
  content: ""; }

.bi-tablet-fill::before {
  content: ""; }

.bi-tablet-landscape-fill::before {
  content: ""; }

.bi-tablet-landscape::before {
  content: ""; }

.bi-tablet::before {
  content: ""; }

.bi-tag-fill::before {
  content: ""; }

.bi-tag::before {
  content: ""; }

.bi-tags-fill::before {
  content: ""; }

.bi-tags::before {
  content: ""; }

.bi-telegram::before {
  content: ""; }

.bi-telephone-fill::before {
  content: ""; }

.bi-telephone-forward-fill::before {
  content: ""; }

.bi-telephone-forward::before {
  content: ""; }

.bi-telephone-inbound-fill::before {
  content: ""; }

.bi-telephone-inbound::before {
  content: ""; }

.bi-telephone-minus-fill::before {
  content: ""; }

.bi-telephone-minus::before {
  content: ""; }

.bi-telephone-outbound-fill::before {
  content: ""; }

.bi-telephone-outbound::before {
  content: ""; }

.bi-telephone-plus-fill::before {
  content: ""; }

.bi-telephone-plus::before {
  content: ""; }

.bi-telephone-x-fill::before {
  content: ""; }

.bi-telephone-x::before {
  content: ""; }

.bi-telephone::before {
  content: ""; }

.bi-terminal-fill::before {
  content: ""; }

.bi-terminal::before {
  content: ""; }

.bi-text-center::before {
  content: ""; }

.bi-text-indent-left::before {
  content: ""; }

.bi-text-indent-right::before {
  content: ""; }

.bi-text-left::before {
  content: ""; }

.bi-text-paragraph::before {
  content: ""; }

.bi-text-right::before {
  content: ""; }

.bi-textarea-resize::before {
  content: ""; }

.bi-textarea-t::before {
  content: ""; }

.bi-textarea::before {
  content: ""; }

.bi-thermometer-half::before {
  content: ""; }

.bi-thermometer-high::before {
  content: ""; }

.bi-thermometer-low::before {
  content: ""; }

.bi-thermometer-snow::before {
  content: ""; }

.bi-thermometer-sun::before {
  content: ""; }

.bi-thermometer::before {
  content: ""; }

.bi-three-dots-vertical::before {
  content: ""; }

.bi-three-dots::before {
  content: ""; }

.bi-toggle-off::before {
  content: ""; }

.bi-toggle-on::before {
  content: ""; }

.bi-toggle2-off::before {
  content: ""; }

.bi-toggle2-on::before {
  content: ""; }

.bi-toggles::before {
  content: ""; }

.bi-toggles2::before {
  content: ""; }

.bi-tools::before {
  content: ""; }

.bi-tornado::before {
  content: ""; }

.bi-trash-fill::before {
  content: ""; }

.bi-trash::before {
  content: ""; }

.bi-trash2-fill::before {
  content: ""; }

.bi-trash2::before {
  content: ""; }

.bi-tree-fill::before {
  content: ""; }

.bi-tree::before {
  content: ""; }

.bi-triangle-fill::before {
  content: ""; }

.bi-triangle-half::before {
  content: ""; }

.bi-triangle::before {
  content: ""; }

.bi-trophy-fill::before {
  content: ""; }

.bi-trophy::before {
  content: ""; }

.bi-tropical-storm::before {
  content: ""; }

.bi-truck-flatbed::before {
  content: ""; }

.bi-truck::before {
  content: ""; }

.bi-tsunami::before {
  content: ""; }

.bi-tv-fill::before {
  content: ""; }

.bi-tv::before {
  content: ""; }

.bi-twitch::before {
  content: ""; }

.bi-twitter::before {
  content: ""; }

.bi-type-bold::before {
  content: ""; }

.bi-type-h1::before {
  content: ""; }

.bi-type-h2::before {
  content: ""; }

.bi-type-h3::before {
  content: ""; }

.bi-type-italic::before {
  content: ""; }

.bi-type-strikethrough::before {
  content: ""; }

.bi-type-underline::before {
  content: ""; }

.bi-type::before {
  content: ""; }

.bi-ui-checks-grid::before {
  content: ""; }

.bi-ui-checks::before {
  content: ""; }

.bi-ui-radios-grid::before {
  content: ""; }

.bi-ui-radios::before {
  content: ""; }

.bi-umbrella-fill::before {
  content: ""; }

.bi-umbrella::before {
  content: ""; }

.bi-union::before {
  content: ""; }

.bi-unlock-fill::before {
  content: ""; }

.bi-unlock::before {
  content: ""; }

.bi-upc-scan::before {
  content: ""; }

.bi-upc::before {
  content: ""; }

.bi-upload::before {
  content: ""; }

.bi-vector-pen::before {
  content: ""; }

.bi-view-list::before {
  content: ""; }

.bi-view-stacked::before {
  content: ""; }

.bi-vinyl-fill::before {
  content: ""; }

.bi-vinyl::before {
  content: ""; }

.bi-voicemail::before {
  content: ""; }

.bi-volume-down-fill::before {
  content: ""; }

.bi-volume-down::before {
  content: ""; }

.bi-volume-mute-fill::before {
  content: ""; }

.bi-volume-mute::before {
  content: ""; }

.bi-volume-off-fill::before {
  content: ""; }

.bi-volume-off::before {
  content: ""; }

.bi-volume-up-fill::before {
  content: ""; }

.bi-volume-up::before {
  content: ""; }

.bi-vr::before {
  content: ""; }

.bi-wallet-fill::before {
  content: ""; }

.bi-wallet::before {
  content: ""; }

.bi-wallet2::before {
  content: ""; }

.bi-watch::before {
  content: ""; }

.bi-water::before {
  content: ""; }

.bi-whatsapp::before {
  content: ""; }

.bi-wifi-1::before {
  content: ""; }

.bi-wifi-2::before {
  content: ""; }

.bi-wifi-off::before {
  content: ""; }

.bi-wifi::before {
  content: ""; }

.bi-wind::before {
  content: ""; }

.bi-window-dock::before {
  content: ""; }

.bi-window-sidebar::before {
  content: ""; }

.bi-window::before {
  content: ""; }

.bi-wrench::before {
  content: ""; }

.bi-x-circle-fill::before {
  content: ""; }

.bi-x-circle::before {
  content: ""; }

.bi-x-diamond-fill::before {
  content: ""; }

.bi-x-diamond::before {
  content: ""; }

.bi-x-octagon-fill::before {
  content: ""; }

.bi-x-octagon::before {
  content: ""; }

.bi-x-square-fill::before {
  content: ""; }

.bi-x-square::before {
  content: ""; }

.bi-x::before {
  content: ""; }

.bi-youtube::before {
  content: ""; }

.bi-zoom-in::before {
  content: ""; }

.bi-zoom-out::before {
  content: ""; }

.bi-bank::before {
  content: ""; }

.bi-bank2::before {
  content: ""; }

.bi-bell-slash-fill::before {
  content: ""; }

.bi-bell-slash::before {
  content: ""; }

.bi-cash-coin::before {
  content: ""; }

.bi-check-lg::before {
  content: ""; }

.bi-coin::before {
  content: ""; }

.bi-currency-bitcoin::before {
  content: ""; }

.bi-currency-dollar::before {
  content: ""; }

.bi-currency-euro::before {
  content: ""; }

.bi-currency-exchange::before {
  content: ""; }

.bi-currency-pound::before {
  content: ""; }

.bi-currency-yen::before {
  content: ""; }

.bi-dash-lg::before {
  content: ""; }

.bi-exclamation-lg::before {
  content: ""; }

.bi-file-earmark-pdf-fill::before {
  content: ""; }

.bi-file-earmark-pdf::before {
  content: ""; }

.bi-file-pdf-fill::before {
  content: ""; }

.bi-file-pdf::before {
  content: ""; }

.bi-gender-ambiguous::before {
  content: ""; }

.bi-gender-female::before {
  content: ""; }

.bi-gender-male::before {
  content: ""; }

.bi-gender-trans::before {
  content: ""; }

.bi-headset-vr::before {
  content: ""; }

.bi-info-lg::before {
  content: ""; }

.bi-mastodon::before {
  content: ""; }

.bi-messenger::before {
  content: ""; }

.bi-piggy-bank-fill::before {
  content: ""; }

.bi-piggy-bank::before {
  content: ""; }

.bi-pin-map-fill::before {
  content: ""; }

.bi-pin-map::before {
  content: ""; }

.bi-plus-lg::before {
  content: ""; }

.bi-question-lg::before {
  content: ""; }

.bi-recycle::before {
  content: ""; }

.bi-reddit::before {
  content: ""; }

.bi-safe-fill::before {
  content: ""; }

.bi-safe2-fill::before {
  content: ""; }

.bi-safe2::before {
  content: ""; }

.bi-sd-card-fill::before {
  content: ""; }

.bi-sd-card::before {
  content: ""; }

.bi-skype::before {
  content: ""; }

.bi-slash-lg::before {
  content: ""; }

.bi-translate::before {
  content: ""; }

.bi-x-lg::before {
  content: ""; }

.bi-safe::before {
  content: ""; }

.bi-apple::before {
  content: ""; }

.bi-microsoft::before {
  content: ""; }

.bi-windows::before {
  content: ""; }

.bi-behance::before {
  content: ""; }

.bi-dribbble::before {
  content: ""; }

.bi-line::before {
  content: ""; }

.bi-medium::before {
  content: ""; }

.bi-paypal::before {
  content: ""; }

.bi-pinterest::before {
  content: ""; }

.bi-signal::before {
  content: ""; }

.bi-snapchat::before {
  content: ""; }

.bi-spotify::before {
  content: ""; }

.bi-stack-overflow::before {
  content: ""; }

.bi-strava::before {
  content: ""; }

.bi-wordpress::before {
  content: ""; }

.bi-vimeo::before {
  content: ""; }

.bi-activity::before {
  content: ""; }

.bi-easel2-fill::before {
  content: ""; }

.bi-easel2::before {
  content: ""; }

.bi-easel3-fill::before {
  content: ""; }

.bi-easel3::before {
  content: ""; }

.bi-fan::before {
  content: ""; }

.bi-fingerprint::before {
  content: ""; }

.bi-graph-down-arrow::before {
  content: ""; }

.bi-graph-up-arrow::before {
  content: ""; }

.bi-hypnotize::before {
  content: ""; }

.bi-magic::before {
  content: ""; }

.bi-person-rolodex::before {
  content: ""; }

.bi-person-video::before {
  content: ""; }

.bi-person-video2::before {
  content: ""; }

.bi-person-video3::before {
  content: ""; }

.bi-person-workspace::before {
  content: ""; }

.bi-radioactive::before {
  content: ""; }

.bi-webcam-fill::before {
  content: ""; }

.bi-webcam::before {
  content: ""; }

.bi-yin-yang::before {
  content: ""; }

.bi-bandaid-fill::before {
  content: ""; }

.bi-bandaid::before {
  content: ""; }

.bi-bluetooth::before {
  content: ""; }

.bi-body-text::before {
  content: ""; }

.bi-boombox::before {
  content: ""; }

.bi-boxes::before {
  content: ""; }

.bi-dpad-fill::before {
  content: ""; }

.bi-dpad::before {
  content: ""; }

.bi-ear-fill::before {
  content: ""; }

.bi-ear::before {
  content: ""; }

.bi-envelope-check-1::before {
  content: ""; }

.bi-envelope-check-fill::before {
  content: ""; }

.bi-envelope-check::before {
  content: ""; }

.bi-envelope-dash-1::before {
  content: ""; }

.bi-envelope-dash-fill::before {
  content: ""; }

.bi-envelope-dash::before {
  content: ""; }

.bi-envelope-exclamation-1::before {
  content: ""; }

.bi-envelope-exclamation-fill::before {
  content: ""; }

.bi-envelope-exclamation::before {
  content: ""; }

.bi-envelope-plus-fill::before {
  content: ""; }

.bi-envelope-plus::before {
  content: ""; }

.bi-envelope-slash-1::before {
  content: ""; }

.bi-envelope-slash-fill::before {
  content: ""; }

.bi-envelope-slash::before {
  content: ""; }

.bi-envelope-x-1::before {
  content: ""; }

.bi-envelope-x-fill::before {
  content: ""; }

.bi-envelope-x::before {
  content: ""; }

.bi-explicit-fill::before {
  content: ""; }

.bi-explicit::before {
  content: ""; }

.bi-git::before {
  content: ""; }

.bi-infinity::before {
  content: ""; }

.bi-list-columns-reverse::before {
  content: ""; }

.bi-list-columns::before {
  content: ""; }

.bi-meta::before {
  content: ""; }

.bi-mortorboard-fill::before {
  content: ""; }

.bi-mortorboard::before {
  content: ""; }

.bi-nintendo-switch::before {
  content: ""; }

.bi-pc-display-horizontal::before {
  content: ""; }

.bi-pc-display::before {
  content: ""; }

.bi-pc-horizontal::before {
  content: ""; }

.bi-pc::before {
  content: ""; }

.bi-playstation::before {
  content: ""; }

.bi-plus-slash-minus::before {
  content: ""; }

.bi-projector-fill::before {
  content: ""; }

.bi-projector::before {
  content: ""; }

.bi-qr-code-scan::before {
  content: ""; }

.bi-qr-code::before {
  content: ""; }

.bi-quora::before {
  content: ""; }

.bi-quote::before {
  content: ""; }

.bi-robot::before {
  content: ""; }

.bi-send-check-fill::before {
  content: ""; }

.bi-send-check::before {
  content: ""; }

.bi-send-dash-fill::before {
  content: ""; }

.bi-send-dash::before {
  content: ""; }

.bi-send-exclamation-1::before {
  content: ""; }

.bi-send-exclamation-fill::before {
  content: ""; }

.bi-send-exclamation::before {
  content: ""; }

.bi-send-fill::before {
  content: ""; }

.bi-send-plus-fill::before {
  content: ""; }

.bi-send-plus::before {
  content: ""; }

.bi-send-slash-fill::before {
  content: ""; }

.bi-send-slash::before {
  content: ""; }

.bi-send-x-fill::before {
  content: ""; }

.bi-send-x::before {
  content: ""; }

.bi-send::before {
  content: ""; }

.bi-steam::before {
  content: ""; }

.bi-terminal-dash-1::before {
  content: ""; }

.bi-terminal-dash::before {
  content: ""; }

.bi-terminal-plus::before {
  content: ""; }

.bi-terminal-split::before {
  content: ""; }

.bi-ticket-detailed-fill::before {
  content: ""; }

.bi-ticket-detailed::before {
  content: ""; }

.bi-ticket-fill::before {
  content: ""; }

.bi-ticket-perforated-fill::before {
  content: ""; }

.bi-ticket-perforated::before {
  content: ""; }

.bi-ticket::before {
  content: ""; }

.bi-tiktok::before {
  content: ""; }

.bi-window-dash::before {
  content: ""; }

.bi-window-desktop::before {
  content: ""; }

.bi-window-fullscreen::before {
  content: ""; }

.bi-window-plus::before {
  content: ""; }

.bi-window-split::before {
  content: ""; }

.bi-window-stack::before {
  content: ""; }

.bi-window-x::before {
  content: ""; }

.bi-xbox::before {
  content: ""; }

.bi-ethernet::before {
  content: ""; }

.bi-hdmi-fill::before {
  content: ""; }

.bi-hdmi::before {
  content: ""; }

.bi-usb-c-fill::before {
  content: ""; }

.bi-usb-c::before {
  content: ""; }

.bi-usb-fill::before {
  content: ""; }

.bi-usb-plug-fill::before {
  content: ""; }

.bi-usb-plug::before {
  content: ""; }

.bi-usb-symbol::before {
  content: ""; }

.bi-usb::before {
  content: ""; }

.bi-boombox-fill::before {
  content: ""; }

.bi-displayport-1::before {
  content: ""; }

.bi-displayport::before {
  content: ""; }

.bi-gpu-card::before {
  content: ""; }

.bi-memory::before {
  content: ""; }

.bi-modem-fill::before {
  content: ""; }

.bi-modem::before {
  content: ""; }

.bi-motherboard-fill::before {
  content: ""; }

.bi-motherboard::before {
  content: ""; }

.bi-optical-audio-fill::before {
  content: ""; }

.bi-optical-audio::before {
  content: ""; }

.bi-pci-card::before {
  content: ""; }

.bi-router-fill::before {
  content: ""; }

.bi-router::before {
  content: ""; }

.bi-ssd-fill::before {
  content: ""; }

.bi-ssd::before {
  content: ""; }

.bi-thunderbolt-fill::before {
  content: ""; }

.bi-thunderbolt::before {
  content: ""; }

.bi-usb-drive-fill::before {
  content: ""; }

.bi-usb-drive::before {
  content: ""; }

.bi-usb-micro-fill::before {
  content: ""; }

.bi-usb-micro::before {
  content: ""; }

.bi-usb-mini-fill::before {
  content: ""; }

.bi-usb-mini::before {
  content: ""; }

.bi-cloud-haze2::before {
  content: ""; }

.bi-device-hdd-fill::before {
  content: ""; }

.bi-device-hdd::before {
  content: ""; }

.bi-device-ssd-fill::before {
  content: ""; }

.bi-device-ssd::before {
  content: ""; }

.bi-displayport-fill::before {
  content: ""; }

.bi-mortarboard-fill::before {
  content: ""; }

.bi-mortarboard::before {
  content: ""; }

.bi-terminal-x::before {
  content: ""; }

.bi-arrow-through-heart-fill::before {
  content: ""; }

.bi-arrow-through-heart::before {
  content: ""; }

.bi-badge-sd-fill::before {
  content: ""; }

.bi-badge-sd::before {
  content: ""; }

.bi-bag-heart-fill::before {
  content: ""; }

.bi-bag-heart::before {
  content: ""; }

.bi-balloon-fill::before {
  content: ""; }

.bi-balloon-heart-fill::before {
  content: ""; }

.bi-balloon-heart::before {
  content: ""; }

.bi-balloon::before {
  content: ""; }

.bi-box2-fill::before {
  content: ""; }

.bi-box2-heart-fill::before {
  content: ""; }

.bi-box2-heart::before {
  content: ""; }

.bi-box2::before {
  content: ""; }

.bi-braces-asterisk::before {
  content: ""; }

.bi-calendar-heart-fill::before {
  content: ""; }

.bi-calendar-heart::before {
  content: ""; }

.bi-calendar2-heart-fill::before {
  content: ""; }

.bi-calendar2-heart::before {
  content: ""; }

.bi-chat-heart-fill::before {
  content: ""; }

.bi-chat-heart::before {
  content: ""; }

.bi-chat-left-heart-fill::before {
  content: ""; }

.bi-chat-left-heart::before {
  content: ""; }

.bi-chat-right-heart-fill::before {
  content: ""; }

.bi-chat-right-heart::before {
  content: ""; }

.bi-chat-square-heart-fill::before {
  content: ""; }

.bi-chat-square-heart::before {
  content: ""; }

.bi-clipboard-check-fill::before {
  content: ""; }

.bi-clipboard-data-fill::before {
  content: ""; }

.bi-clipboard-fill::before {
  content: ""; }

.bi-clipboard-heart-fill::before {
  content: ""; }

.bi-clipboard-heart::before {
  content: ""; }

.bi-clipboard-minus-fill::before {
  content: ""; }

.bi-clipboard-plus-fill::before {
  content: ""; }

.bi-clipboard-pulse::before {
  content: ""; }

.bi-clipboard-x-fill::before {
  content: ""; }

.bi-clipboard2-check-fill::before {
  content: ""; }

.bi-clipboard2-check::before {
  content: ""; }

.bi-clipboard2-data-fill::before {
  content: ""; }

.bi-clipboard2-data::before {
  content: ""; }

.bi-clipboard2-fill::before {
  content: ""; }

.bi-clipboard2-heart-fill::before {
  content: ""; }

.bi-clipboard2-heart::before {
  content: ""; }

.bi-clipboard2-minus-fill::before {
  content: ""; }

.bi-clipboard2-minus::before {
  content: ""; }

.bi-clipboard2-plus-fill::before {
  content: ""; }

.bi-clipboard2-plus::before {
  content: ""; }

.bi-clipboard2-pulse-fill::before {
  content: ""; }

.bi-clipboard2-pulse::before {
  content: ""; }

.bi-clipboard2-x-fill::before {
  content: ""; }

.bi-clipboard2-x::before {
  content: ""; }

.bi-clipboard2::before {
  content: ""; }

.bi-emoji-kiss-fill::before {
  content: ""; }

.bi-emoji-kiss::before {
  content: ""; }

.bi-envelope-heart-fill::before {
  content: ""; }

.bi-envelope-heart::before {
  content: ""; }

.bi-envelope-open-heart-fill::before {
  content: ""; }

.bi-envelope-open-heart::before {
  content: ""; }

.bi-envelope-paper-fill::before {
  content: ""; }

.bi-envelope-paper-heart-fill::before {
  content: ""; }

.bi-envelope-paper-heart::before {
  content: ""; }

.bi-envelope-paper::before {
  content: ""; }

.bi-filetype-aac::before {
  content: ""; }

.bi-filetype-ai::before {
  content: ""; }

.bi-filetype-bmp::before {
  content: ""; }

.bi-filetype-cs::before {
  content: ""; }

.bi-filetype-css::before {
  content: ""; }

.bi-filetype-csv::before {
  content: ""; }

.bi-filetype-doc::before {
  content: ""; }

.bi-filetype-docx::before {
  content: ""; }

.bi-filetype-exe::before {
  content: ""; }

.bi-filetype-gif::before {
  content: ""; }

.bi-filetype-heic::before {
  content: ""; }

.bi-filetype-html::before {
  content: ""; }

.bi-filetype-java::before {
  content: ""; }

.bi-filetype-jpg::before {
  content: ""; }

.bi-filetype-js::before {
  content: ""; }

.bi-filetype-jsx::before {
  content: ""; }

.bi-filetype-key::before {
  content: ""; }

.bi-filetype-m4p::before {
  content: ""; }

.bi-filetype-md::before {
  content: ""; }

.bi-filetype-mdx::before {
  content: ""; }

.bi-filetype-mov::before {
  content: ""; }

.bi-filetype-mp3::before {
  content: ""; }

.bi-filetype-mp4::before {
  content: ""; }

.bi-filetype-otf::before {
  content: ""; }

.bi-filetype-pdf::before {
  content: ""; }

.bi-filetype-php::before {
  content: ""; }

.bi-filetype-png::before {
  content: ""; }

.bi-filetype-ppt-1::before {
  content: ""; }

.bi-filetype-ppt::before {
  content: ""; }

.bi-filetype-psd::before {
  content: ""; }

.bi-filetype-py::before {
  content: ""; }

.bi-filetype-raw::before {
  content: ""; }

.bi-filetype-rb::before {
  content: ""; }

.bi-filetype-sass::before {
  content: ""; }

.bi-filetype-scss::before {
  content: ""; }

.bi-filetype-sh::before {
  content: ""; }

.bi-filetype-svg::before {
  content: ""; }

.bi-filetype-tiff::before {
  content: ""; }

.bi-filetype-tsx::before {
  content: ""; }

.bi-filetype-ttf::before {
  content: ""; }

.bi-filetype-txt::before {
  content: ""; }

.bi-filetype-wav::before {
  content: ""; }

.bi-filetype-woff::before {
  content: ""; }

.bi-filetype-xls-1::before {
  content: ""; }

.bi-filetype-xls::before {
  content: ""; }

.bi-filetype-xml::before {
  content: ""; }

.bi-filetype-yml::before {
  content: ""; }

.bi-heart-arrow::before {
  content: ""; }

.bi-heart-pulse-fill::before {
  content: ""; }

.bi-heart-pulse::before {
  content: ""; }

.bi-heartbreak-fill::before {
  content: ""; }

.bi-heartbreak::before {
  content: ""; }

.bi-hearts::before {
  content: ""; }

.bi-hospital-fill::before {
  content: ""; }

.bi-hospital::before {
  content: ""; }

.bi-house-heart-fill::before {
  content: ""; }

.bi-house-heart::before {
  content: ""; }

.bi-incognito::before {
  content: ""; }

.bi-magnet-fill::before {
  content: ""; }

.bi-magnet::before {
  content: ""; }

.bi-person-heart::before {
  content: ""; }

.bi-person-hearts::before {
  content: ""; }

.bi-phone-flip::before {
  content: ""; }

.bi-plugin::before {
  content: ""; }

.bi-postage-fill::before {
  content: ""; }

.bi-postage-heart-fill::before {
  content: ""; }

.bi-postage-heart::before {
  content: ""; }

.bi-postage::before {
  content: ""; }

.bi-postcard-fill::before {
  content: ""; }

.bi-postcard-heart-fill::before {
  content: ""; }

.bi-postcard-heart::before {
  content: ""; }

.bi-postcard::before {
  content: ""; }

.bi-search-heart-fill::before {
  content: ""; }

.bi-search-heart::before {
  content: ""; }

.bi-sliders2-vertical::before {
  content: ""; }

.bi-sliders2::before {
  content: ""; }

.bi-trash3-fill::before {
  content: ""; }

.bi-trash3::before {
  content: ""; }

.bi-valentine::before {
  content: ""; }

.bi-valentine2::before {
  content: ""; }

.bi-wrench-adjustable-circle-fill::before {
  content: ""; }

.bi-wrench-adjustable-circle::before {
  content: ""; }

.bi-wrench-adjustable::before {
  content: ""; }

.bi-filetype-json::before {
  content: ""; }

.bi-filetype-pptx::before {
  content: ""; }

.bi-filetype-xlsx::before {
  content: ""; }

.bi-1-circle-1::before {
  content: ""; }

.bi-1-circle-fill-1::before {
  content: ""; }

.bi-1-circle-fill::before {
  content: ""; }

.bi-1-circle::before {
  content: ""; }

.bi-1-square-fill::before {
  content: ""; }

.bi-1-square::before {
  content: ""; }

.bi-2-circle-1::before {
  content: ""; }

.bi-2-circle-fill-1::before {
  content: ""; }

.bi-2-circle-fill::before {
  content: ""; }

.bi-2-circle::before {
  content: ""; }

.bi-2-square-fill::before {
  content: ""; }

.bi-2-square::before {
  content: ""; }

.bi-3-circle-1::before {
  content: ""; }

.bi-3-circle-fill-1::before {
  content: ""; }

.bi-3-circle-fill::before {
  content: ""; }

.bi-3-circle::before {
  content: ""; }

.bi-3-square-fill::before {
  content: ""; }

.bi-3-square::before {
  content: ""; }

.bi-4-circle-1::before {
  content: ""; }

.bi-4-circle-fill-1::before {
  content: ""; }

.bi-4-circle-fill::before {
  content: ""; }

.bi-4-circle::before {
  content: ""; }

.bi-4-square-fill::before {
  content: ""; }

.bi-4-square::before {
  content: ""; }

.bi-5-circle-1::before {
  content: ""; }

.bi-5-circle-fill-1::before {
  content: ""; }

.bi-5-circle-fill::before {
  content: ""; }

.bi-5-circle::before {
  content: ""; }

.bi-5-square-fill::before {
  content: ""; }

.bi-5-square::before {
  content: ""; }

.bi-6-circle-1::before {
  content: ""; }

.bi-6-circle-fill-1::before {
  content: ""; }

.bi-6-circle-fill::before {
  content: ""; }

.bi-6-circle::before {
  content: ""; }

.bi-6-square-fill::before {
  content: ""; }

.bi-6-square::before {
  content: ""; }

.bi-7-circle-1::before {
  content: ""; }

.bi-7-circle-fill-1::before {
  content: ""; }

.bi-7-circle-fill::before {
  content: ""; }

.bi-7-circle::before {
  content: ""; }

.bi-7-square-fill::before {
  content: ""; }

.bi-7-square::before {
  content: ""; }

.bi-8-circle-1::before {
  content: ""; }

.bi-8-circle-fill-1::before {
  content: ""; }

.bi-8-circle-fill::before {
  content: ""; }

.bi-8-circle::before {
  content: ""; }

.bi-8-square-fill::before {
  content: ""; }

.bi-8-square::before {
  content: ""; }

.bi-9-circle-1::before {
  content: ""; }

.bi-9-circle-fill-1::before {
  content: ""; }

.bi-9-circle-fill::before {
  content: ""; }

.bi-9-circle::before {
  content: ""; }

.bi-9-square-fill::before {
  content: ""; }

.bi-9-square::before {
  content: ""; }

.bi-airplane-engines-fill::before {
  content: ""; }

.bi-airplane-engines::before {
  content: ""; }

.bi-airplane-fill::before {
  content: ""; }

.bi-airplane::before {
  content: ""; }

.bi-alexa::before {
  content: ""; }

.bi-alipay::before {
  content: ""; }

.bi-android::before {
  content: ""; }

.bi-android2::before {
  content: ""; }

.bi-box-fill::before {
  content: ""; }

.bi-box-seam-fill::before {
  content: ""; }

.bi-browser-chrome::before {
  content: ""; }

.bi-browser-edge::before {
  content: ""; }

.bi-browser-firefox::before {
  content: ""; }

.bi-browser-safari::before {
  content: ""; }

.bi-c-circle-1::before {
  content: ""; }

.bi-c-circle-fill-1::before {
  content: ""; }

.bi-c-circle-fill::before {
  content: ""; }

.bi-c-circle::before {
  content: ""; }

.bi-c-square-fill::before {
  content: ""; }

.bi-c-square::before {
  content: ""; }

.bi-capsule-pill::before {
  content: ""; }

.bi-capsule::before {
  content: ""; }

.bi-car-front-fill::before {
  content: ""; }

.bi-car-front::before {
  content: ""; }

.bi-cassette-fill::before {
  content: ""; }

.bi-cassette::before {
  content: ""; }

.bi-cc-circle-1::before {
  content: ""; }

.bi-cc-circle-fill-1::before {
  content: ""; }

.bi-cc-circle-fill::before {
  content: ""; }

.bi-cc-circle::before {
  content: ""; }

.bi-cc-square-fill::before {
  content: ""; }

.bi-cc-square::before {
  content: ""; }

.bi-cup-hot-fill::before {
  content: ""; }

.bi-cup-hot::before {
  content: ""; }

.bi-currency-rupee::before {
  content: ""; }

.bi-dropbox::before {
  content: ""; }

.bi-escape::before {
  content: ""; }

.bi-fast-forward-btn-fill::before {
  content: ""; }

.bi-fast-forward-btn::before {
  content: ""; }

.bi-fast-forward-circle-fill::before {
  content: ""; }

.bi-fast-forward-circle::before {
  content: ""; }

.bi-fast-forward-fill::before {
  content: ""; }

.bi-fast-forward::before {
  content: ""; }

.bi-filetype-sql::before {
  content: ""; }

.bi-fire::before {
  content: ""; }

.bi-google-play::before {
  content: ""; }

.bi-h-circle-1::before {
  content: ""; }

.bi-h-circle-fill-1::before {
  content: ""; }

.bi-h-circle-fill::before {
  content: ""; }

.bi-h-circle::before {
  content: ""; }

.bi-h-square-fill::before {
  content: ""; }

.bi-h-square::before {
  content: ""; }

.bi-indent::before {
  content: ""; }

.bi-lungs-fill::before {
  content: ""; }

.bi-lungs::before {
  content: ""; }

.bi-microsoft-teams::before {
  content: ""; }

.bi-p-circle-1::before {
  content: ""; }

.bi-p-circle-fill-1::before {
  content: ""; }

.bi-p-circle-fill::before {
  content: ""; }

.bi-p-circle::before {
  content: ""; }

.bi-p-square-fill::before {
  content: ""; }

.bi-p-square::before {
  content: ""; }

.bi-pass-fill::before {
  content: ""; }

.bi-pass::before {
  content: ""; }

.bi-prescription::before {
  content: ""; }

.bi-prescription2::before {
  content: ""; }

.bi-r-circle-1::before {
  content: ""; }

.bi-r-circle-fill-1::before {
  content: ""; }

.bi-r-circle-fill::before {
  content: ""; }

.bi-r-circle::before {
  content: ""; }

.bi-r-square-fill::before {
  content: ""; }

.bi-r-square::before {
  content: ""; }

.bi-repeat-1::before {
  content: ""; }

.bi-repeat::before {
  content: ""; }

.bi-rewind-btn-fill::before {
  content: ""; }

.bi-rewind-btn::before {
  content: ""; }

.bi-rewind-circle-fill::before {
  content: ""; }

.bi-rewind-circle::before {
  content: ""; }

.bi-rewind-fill::before {
  content: ""; }

.bi-rewind::before {
  content: ""; }

.bi-train-freight-front-fill::before {
  content: ""; }

.bi-train-freight-front::before {
  content: ""; }

.bi-train-front-fill::before {
  content: ""; }

.bi-train-front::before {
  content: ""; }

.bi-train-lightrail-front-fill::before {
  content: ""; }

.bi-train-lightrail-front::before {
  content: ""; }

.bi-truck-front-fill::before {
  content: ""; }

.bi-truck-front::before {
  content: ""; }

.bi-ubuntu::before {
  content: ""; }

.bi-unindent::before {
  content: ""; }

.bi-unity::before {
  content: ""; }

.bi-universal-access-circle::before {
  content: ""; }

.bi-universal-access::before {
  content: ""; }

.bi-virus::before {
  content: ""; }

.bi-virus2::before {
  content: ""; }

.bi-wechat::before {
  content: ""; }

.bi-yelp::before {
  content: ""; }

.bi-sign-stop-fill::before {
  content: ""; }

.bi-sign-stop-lights-fill::before {
  content: ""; }

.bi-sign-stop-lights::before {
  content: ""; }

.bi-sign-stop::before {
  content: ""; }

.bi-sign-turn-left-fill::before {
  content: ""; }

.bi-sign-turn-left::before {
  content: ""; }

.bi-sign-turn-right-fill::before {
  content: ""; }

.bi-sign-turn-right::before {
  content: ""; }

.bi-sign-turn-slight-left-fill::before {
  content: ""; }

.bi-sign-turn-slight-left::before {
  content: ""; }

.bi-sign-turn-slight-right-fill::before {
  content: ""; }

.bi-sign-turn-slight-right::before {
  content: ""; }

.bi-sign-yield-fill::before {
  content: ""; }

.bi-sign-yield::before {
  content: ""; }

.bi-ev-station-fill::before {
  content: ""; }

.bi-ev-station::before {
  content: ""; }

.bi-fuel-pump-diesel-fill::before {
  content: ""; }

.bi-fuel-pump-diesel::before {
  content: ""; }

.bi-fuel-pump-fill::before {
  content: ""; }

.bi-fuel-pump::before {
  content: ""; }

html {
  scroll-behavior: smooth; }

body.noScroll {
  /* ...or body.dialogShowing */
  overflow: hidden; }
  @media (min-width: 1200px) {
    body.noScroll {
      overflow: visible; } }
section {
  padding: 8rem 0; }
  section.fabric-bg {
    background-image: url(../img/gravel-white.png);
    background-position: 0% 0%;
    background-size: 200px 200px;
    background-repeat: repeat; }
  section.fabric-tan-bg {
    background-image: url(../img/gravel-tan.png);
    background-position: 0% 0%;
    background-size: 200px 200px;
    background-repeat: repeat;
    background-color: #d6d3c4; }

.we-need {
  padding: 18px 20px 1px;
  margin-bottom: 20px;
  background-color: magenta;
  color: #ffffff; }

.slide-in--down {
  -webkit-animation-name: slide-in--down;
  animation-name: slide-in--down; }

@keyframes slide-in--down {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.staff-bio p.first-name {
  line-height: 0.6; }

.staff-bio h2 {
  font-size: 1.86rem !important; }
  .staff-bio h2 small {
    font-size: 1.3rem; }

.staff-bio .contact p {
  line-height: 1.4;
  font-size: 0.95rem;
  margin-bottom: 0; }
  .staff-bio .contact p a {
    font-family: "Roboto", sans-serif; }

@media (min-width: 768px) {
  .h-md-250 {
    min-height: 250px !important; } }

@font-face {
  font-family: 'KlinicSlabBold';
  src: url("../fonts/KlinicSlab-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/KlinicSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/KlinicSlab-Bold.woff") format("woff"), url("../fonts/KlinicSlab-Bold.ttf") format("truetype"), url("../fonts/KlinicSlab-Bold.svg#KlinicSlab-Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'KlinicSlabBoldItalic';
  src: url("../fonts/KlinicSlab-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/KlinicSlab-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/KlinicSlab-BoldItalic.woff") format("woff"), url("../fonts/KlinicSlab-BoldItalic.ttf") format("truetype"), url("../fonts/KlinicSlab-BoldItalic.svg#KlinicSlab-BoldItalic") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'KlinicSlabMedium';
  src: url("../fonts/KlinicSlab-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/KlinicSlab-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/KlinicSlab-Medium.woff") format("woff"), url("../fonts/KlinicSlab-Medium.ttf") format("truetype"), url("../fonts/KlinicSlab-Medium.svg#KlinicSlab-Medium") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'KlinicSlabBook';
  src: url("../fonts/KlinicSlab-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/KlinicSlab-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/KlinicSlab-Book.woff") format("woff"), url("../fonts/KlinicSlab-Book.ttf") format("truetype"), url("../fonts/KlinicSlab-Book.svg#KlinicSlab-Book") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'KlinicSlabLight';
  src: url("../fonts/KlinicSlab-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/KlinicSlab-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/KlinicSlab-Light.woff") format("woff"), url("../fonts/KlinicSlab-Light.ttf") format("truetype"), url("../fonts/KlinicSlab-Light.svg#KlinicSlab-Light") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'A&MPRIDE';
  src: url("../fonts/Prime-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Prime-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Prime-Regular.woff") format("woff"), url("../fonts/Prime-Regular.ttf") format("truetype"), url("../fonts/Prime-Regular.svg#Prime-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

.alert-wrap {
  animation: alert-animation 0.2s forwards 3s ease-in-out;
  overflow: hidden;
  max-height: 0;
  height: 0;
  padding: 0;
  will-change: height;
  z-index: 0; }
  .alert-wrap .alert {
    z-index: 0;
    font-family: "Roboto", sans-serif; }
    .alert-wrap .alert .close {
      text-shadow: none; }
    .alert-wrap .alert a.alert-link {
      color: #d6d3c4; }
      .alert-wrap .alert a.alert-link:hover {
        color: #ffffff; }
    @media (max-width: 575.98px) {
      .alert-wrap .alert {
        line-height: 1.2; } }
  .alert-wrap.in {
    max-height: 100px; }

@keyframes alert-animation {
  0% {
    height: 0; }
  100% {
    height: 81px; } }

@media (min-width: 576px) {
  @keyframes alert-animation {
    0% {
      height: 0; }
    100% {
      height: 62px; } } }

@media (min-width: 768px) {
  @keyframes alert-animation {
    0% {
      height: 0; }
    100% {
      height: 48px; } } }

.nav.sticky-top {
  top: 100px; }

#faq .accordion .btn,
#priority-points .accordion .btn,
#football-season-ticket-renewals-faq .accordion .btn,
#fall-sports-season-ticket-renewals-faqs .accordion .btn,
#south-suites .accordion .btn {
  width: 100%;
  text-align: left; }
  #faq .accordion .btn:focus, #faq .accordion .btn.focus,
  #priority-points .accordion .btn:focus,
  #priority-points .accordion .btn.focus,
  #football-season-ticket-renewals-faq .accordion .btn:focus,
  #football-season-ticket-renewals-faq .accordion .btn.focus,
  #fall-sports-season-ticket-renewals-faqs .accordion .btn:focus,
  #fall-sports-season-ticket-renewals-faqs .accordion .btn.focus,
  #south-suites .accordion .btn:focus,
  #south-suites .accordion .btn.focus {
    outline: 0;
    box-shadow: none; }

.modal-full {
  min-width: 100%;
  margin: 0; }

.modal-full .modal-content {
  min-height: 100vh; }
  .modal-full .modal-content .close {
    font-size: 3rem;
    right: 20px;
    top: 10px;
    position: absolute;
    z-index: 10000; }

#cta {
  padding-top: 50px; }
  #cta video {
    margin-top: -20px;
    margin-bottom: -20px; }
  #cta .modal-dialog {
    margin-top: 80px; }
    #cta .modal-dialog.season-ticket-renewals {
      margin-top: 30px; }
  #cta .modal-header {
    position: relative;
    padding: 0;
    margin-bottom: 0px; }
  #cta .close {
    width: 8px;
    height: 8px;
    top: 8px;
    right: 8px;
    position: absolute;
    z-index: 1;
    background: url(../img/index/icon-avd-close.svg) no-repeat 0 0;
    background-size: 75%;
    margin-top: 5px;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer; }
    @media (max-width: 576px) {
      #cta .close {
        top: 3px;
        right: 3px; } }
    #cta .close.primary {
      background: url(../img/index/icon-avd-close-primary.svg) no-repeat 0 0; }
  #cta .close:hover {
    opacity: 1; }
  #cta .modal-body {
    padding: 0;
    margin-top: -5px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat; }

@keyframes rotate-bounce {
  0%,
  16.667%,
  33.333%,
  53.33%,
  67.667% {
    transform: translateY(0) rotate(-90deg); }
  26.667% {
    transform: translateY(-30px) rotate(-90deg); }
  40% {
    transform: translateY(-15px) rotate(-90deg); } }

/* -------------------------------- 

Primary style

-------------------------------- */
@media only screen and (max-width: 1199px) {
  body.overflow-hidden {
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%; } }

input {
  font-family: "KlinicSlabBook", sans-serif;
  font-size: 1.6rem; }

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none; }

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

/* -------------------------------- 

Main components 

-------------------------------- */
.am-main-header {
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  will-change: transform; }

.am-main-content,
.am-main-header {
  position: relative;
  transition: transform 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .am-main-content,
    .am-main-header {
      transition: none; } }
  @media only screen and (max-width: 1199px) {
    .am-main-content.nav-is-visible,
    .am-main-header.nav-is-visible {
      transform: translateX(-260px); }
    .nav-on-left .am-main-content.nav-is-visible, .nav-on-left .am-main-header.nav-is-visible {
      transform: translateX(260px); } }
.am-main-content {
  z-index: 2;
  margin-top: -55px; }
  @media only screen and (min-width: 1200px) {
    .am-main-content {
      margin-top: -70px; } }
.am-main-header {
  height: 50px;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  z-index: 3; }
  .am-main-header ol,
  .am-main-header ul {
    list-style: none; }
  .nav-is-fixed .am-main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  @media only screen and (min-width: 1200px) {
    .am-main-header {
      height: 70px; }
      .am-main-header::after {
        display: block;
        clear: both;
        content: ""; } }
.am-logo {
  position: absolute;
  top: 12px;
  left: 5%; }
  .am-logo img {
    display: block; }
  @media only screen and (max-width: 1199px) {
    .nav-on-left .am-logo {
      left: auto;
      right: 5%; } }
  @media only screen and (min-width: 1200px) {
    .am-logo {
      top: 26px;
      left: 4em; } }
.am-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 25px; }
  .am-header-buttons li {
    display: inline-block; }
  @media only screen and (max-width: 1199px) {
    .nav-on-left .am-header-buttons {
      right: auto;
      padding-left: 0px; }
      .nav-on-left .am-header-buttons li {
        float: right; } }
  @media only screen and (min-width: 1200px) {
    .am-header-buttons {
      top: 18px;
      right: 4em;
      display: none; } }
.am-search-trigger,
.am-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent !important;
  z-index: 3; }

.am-search-trigger::before, .am-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media (prefers-reduced-motion: reduce) {
    .am-search-trigger::before, .am-search-trigger::after {
      transition: none; } }
.am-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #332c2c; }

.am-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #332c2c;
  bottom: 14px;
  right: 11px;
  transform: rotate(45deg); }

.am-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.am-search-trigger span::before,
.am-search-trigger span::after {
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #332c2c;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .am-search-trigger span::before,
    .am-search-trigger span::after {
      transition: none; } }
.am-search-trigger span::before {
  transform: rotate(45deg); }

.am-search-trigger span::after {
  transform: rotate(-45deg); }

.am-search-trigger.search-is-visible::before, .am-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }

.am-search-trigger.search-is-visible span::before,
.am-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1; }

.am-search-trigger.search-is-visible span::before {
  transform: rotate(135deg); }

.am-search-trigger.search-is-visible span::after {
  transform: rotate(45deg); }

.am-nav-trigger span,
.am-nav-trigger span::before,
.am-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #332c2c; }

.am-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  transition: background 0.3s 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .am-nav-trigger span {
      transition: none; } }
.am-nav-trigger span::before,
.am-nav-trigger span::after {
  /* other 2 lines */
  content: "";
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0% 50%;
  transition: transform 0.3s 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .am-nav-trigger span::before,
    .am-nav-trigger span::after {
      transition: none; } }
.am-nav-trigger span::before {
  /* menu icon top line */
  top: -6px; }

.am-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px; }

.am-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(51, 44, 44, 0); }

.am-nav-trigger.nav-is-visible span::before,
.am-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #332c2c; }

.am-nav-trigger.nav-is-visible span::before {
  transform: translateX(4px) translateY(-3px) rotate(45deg); }

.am-nav-trigger.nav-is-visible span::after {
  transform: translateX(4px) translateY(2px) rotate(-45deg); }

@media only screen and (min-width: 1200px) {
  .am-nav-trigger {
    display: none; } }

.am-primary-nav,
.am-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  width: 260px;
  background: #d6d3c4;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  transform: translateX(0);
  transition: transform 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .am-primary-nav,
    .am-primary-nav ul {
      transition: none; } }
  .am-primary-nav a,
  .am-primary-nav ul a {
    display: block;
    text-decoration: none;
    font-family: "KlinicSlabBold", sans-serif;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #500000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: gray-darkscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e0ded3;
    transform: translateZ(0);
    will-change: transform, opacity;
    transition: transform 0.3s, opacity 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      .am-primary-nav a,
      .am-primary-nav ul a {
        transition: none; } }
  .am-primary-nav.is-hidden,
  .am-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    transform: translateX(100%); }
  .am-primary-nav.moves-out > li > a,
  .am-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    transform: translateX(-100%);
    opacity: 0;
    color: #332c2c; }

@media only screen and (max-width: 1199px) {
  .nav-on-left .am-primary-nav,
  .nav-on-left .am-primary-nav ul {
    right: auto;
    left: 0; } }

.am-primary-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .am-primary-nav .sport-link h4 {
    line-height: 50px; }
    @media (max-width: 1199.98px) {
      .am-primary-nav .sport-link h4 {
        font-size: 1rem; } }
  .am-primary-nav p.section-head {
    height: 50px;
    line-height: 50px;
    padding: 0 6px;
    color: #999999;
    border-bottom: 1px solid #413838;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif; }
    @media (min-width: 1200px) {
      .am-primary-nav p.section-head {
        color: #6a5b5b; } }
  .am-primary-nav .see-all a {
    /* different style for the See all button on mobile and tablet */
    color: #500000; }
  .am-primary-nav .am-nav-gallery .am-nav-item,
  .am-primary-nav .am-nav-icons .am-nav-item,
  .am-primary-nav .am-nav-item-secondary {
    /* items with picture (or icon) and title */ }
    @media (max-width: 1199px) {
      .am-primary-nav .am-nav-gallery .am-nav-item .video-nav h4,
      .am-primary-nav .am-nav-icons .am-nav-item .video-nav h4,
      .am-primary-nav .am-nav-item-secondary .video-nav h4 {
        margin-left: -69px; } }
    .am-primary-nav .am-nav-gallery .am-nav-item h4,
    .am-primary-nav .am-nav-icons .am-nav-item h4,
    .am-primary-nav .am-nav-item-secondary h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 50px; }
    .am-primary-nav .am-nav-gallery .am-nav-item.double-line,
    .am-primary-nav .am-nav-icons .am-nav-item.double-line,
    .am-primary-nav .am-nav-item-secondary.double-line {
      height: 70px; }
      .am-primary-nav .am-nav-gallery .am-nav-item.double-line h4,
      .am-primary-nav .am-nav-icons .am-nav-item.double-line h4,
      .am-primary-nav .am-nav-item-secondary.double-line h4 {
        padding-top: 15px;
        line-height: 20px; }
  .am-primary-nav .am-nav-gallery .am-nav-item {
    padding-left: 90px; }
    .am-primary-nav .am-nav-gallery .am-nav-item img {
      position: absolute;
      display: block;
      height: 40px;
      width: auto;
      left: 20px;
      top: 50%;
      margin-top: -20px; }
  .am-primary-nav .am-nav-icons .am-nav-item p {
    color: #707373;
    /* hide description on small devices */
    display: none; }
  .am-primary-nav .am-nav-icons .am-nav-item h4 {
    font-family: "KlinicSlabBold", sans-serif; }
  .am-primary-nav .am-nav-icons .am-nav-item-secondary h4 {
    padding-left: 0.5rem; }
  .am-primary-nav .am-nav-icons .am-border-bottom {
    border-bottom: 1px solid #e0ded3; }
    @media only screen and (min-width: 1200px) {
      .am-primary-nav .am-nav-icons .am-border-bottom {
        border: none; } }
  @media only screen and (max-width: 1199px) {
    .am-primary-nav {
      /* by default .am-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
      visibility: hidden;
      transition: visibility 0s 0.3s; } }
  @media only screen and (max-width: 1199px) and (prefers-reduced-motion: reduce) {
    .am-primary-nav {
      transition: none; } }
  @media only screen and (max-width: 1199px) {
      .am-primary-nav.nav-is-visible {
        visibility: visible;
        transition: visibility 0s 0s; } }
    @media only screen and (max-width: 1199px) and (prefers-reduced-motion: reduce) {
      .am-primary-nav.nav-is-visible {
        transition: none; } }
@media only screen and (min-width: 1200px) {
  .am-primary-nav {
    position: static;
    margin-left: 50px;
    height: auto;
    width: auto;
    text-align: center;
    overflow: visible;
    background: transparent; }
    .am-primary-nav::after {
      display: block;
      clear: both;
      content: ""; }
    .am-primary-nav.moves-out > li > a {
      /* reset mobile style */
      transform: translateX(0);
      opacity: 1; }
      .am-primary-nav.moves-out > li > a.btn.btn-secondary {
        border: 1px solid #500000; }
    .am-primary-nav.moves-out > li {
      /* reset mobile style */ }
      .am-primary-nav.moves-out > li:nth-child(-n + 4) > a:not(.selected) {
        opacity: 0.5;
        transition: all 0.3s ease-in-out; }
      .am-primary-nav.moves-out > li:nth-child(-n + 4) > a:hover {
        opacity: 1; }
    .am-primary-nav h4 {
      font-size: 1.5rem;
      line-height: 26px; }
    .am-primary-nav p.section-head {
      color: #000000;
      padding-left: 0px;
      border: none;
      margin-bottom: 0px; }
    .am-primary-nav ul {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      overflow: visible;
      z-index: 3; }
      .am-primary-nav ul.is-hidden {
        /* reset mobile style */
        transform: translateX(0); }
      .am-primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        transform: translateX(0);
        opacity: 1; }
    .am-primary-nav a.login {
      background-color: transparent;
      padding-left: 0px;
      padding-right: 0px; }
    .am-primary-nav > li {
      display: inline-block;
      margin-left: 0.3em;
      text-align: left; } }
    @media only screen and (min-width: 1200px) and (min-width: 1200px) {
      .am-primary-nav > li {
        margin-left: 1em; }
        .am-primary-nav > li:first-of-type {
          margin-left: 0; }
        .am-primary-nav > li:last-of-type {
          margin-left: 2em; } }
    @media only screen and (min-width: 1200px) and (min-width: 1350px) {
      .am-primary-nav > li {
        margin-left: 2em; }
        .am-primary-nav > li:first-of-type {
          margin-left: 0; }
        .am-primary-nav > li:last-of-type {
          margin-left: 4em; } }
@media only screen and (min-width: 1200px) {
    .am-primary-nav > li > a {
      /* main navigation buttons style */
      position: relative;
      display: inline-block;
      padding: 0 10px;
      color: #332c2c;
      overflow: visible;
      border-bottom: none;
      font-size: 1.3rem;
      font-family: "KlinicSlabBold", sans-serif;
      font-weight: normal;
      font-style: normal;
      transition: color 0.3s, box-shadow 0.3s; } }
    @media only screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {
      .am-primary-nav > li > a {
        transition: none; } }
    @media only screen and (min-width: 1200px) and (min-width: 1441px) {
      .am-primary-nav > li > a {
        font-size: 1.5rem; } }
@media only screen and (min-width: 1200px) {
      .am-primary-nav > li > a:hover {
        color: #500000 !important; }
      .am-primary-nav > li > a.selected {
        color: #500000;
        box-shadow: inset 0 -3px 0 #500000; }
      .am-primary-nav > li > a.btn.btn-primary {
        height: 40px;
        margin-top: 8px;
        line-height: 36px;
        color: #ffffff !important; }
      .am-primary-nav > li > a.btn.btn-secondary {
        height: 40px;
        margin-top: 8px;
        line-height: 36px;
        text-align: left;
        color: #500000;
        padding-left: 40px; }
        .am-primary-nav > li > a.btn.btn-secondary span::before {
          content: url(../img/Texas-AM-logo-maroon.svg);
          width: 27px;
          height: 27px;
          margin-top: 8px;
          left: 8px;
          line-height: 0;
          position: absolute; }
        .am-primary-nav > li > a.btn.btn-secondary #texas-am-logo {
          width: 40px;
          height: 40px;
          margin-top: 10px; }
          .am-primary-nav > li > a.btn.btn-secondary #texas-am-logo .texas-am-logo-color {
            fill: #500000; }
    .am-primary-nav .go-back,
    .am-primary-nav .see-all {
      display: none; }
    .am-primary-nav .am-secondary-nav,
    .am-primary-nav .am-nav-gallery,
    .am-primary-nav .am-nav-icons {
      /* dropdown menu style */
      position: absolute;
      top: 70px;
      width: 100vw;
      background: #ffffff;
      padding: 38px 64px 38px;
      box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
      transform: translateX(0);
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0s; }
      .am-primary-nav .am-secondary-nav::after,
      .am-primary-nav .am-nav-gallery::after,
      .am-primary-nav .am-nav-icons::after {
        display: block;
        clear: both;
        content: ""; }
      .am-primary-nav .am-secondary-nav.is-hidden,
      .am-primary-nav .am-nav-gallery.is-hidden,
      .am-primary-nav .am-nav-icons.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s; }
      .am-primary-nav .am-secondary-nav > .see-all,
      .am-primary-nav .am-nav-gallery > .see-all,
      .am-primary-nav .am-nav-icons > .see-all {
        /* this is the BIG See all button at the bottom of the dropdown menu */
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden;
        /* reset some inherited style */
        margin: 0;
        padding: 0; }
        .am-primary-nav .am-secondary-nav > .see-all a,
        .am-primary-nav .am-nav-gallery > .see-all a,
        .am-primary-nav .am-nav-icons > .see-all a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 2rem;
          font-weight: bold;
          text-align: center;
          line-height: 80px;
          border-top: 1px solid #e2e3df;
          /* reset some inherited style */
          border-bottom: none;
          margin: 0;
          padding: 0;
          transition: color 0.2s, background 0.2s, border 0.2s; } }
        @media only screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {
          .am-primary-nav .am-secondary-nav > .see-all a,
          .am-primary-nav .am-nav-gallery > .see-all a,
          .am-primary-nav .am-nav-icons > .see-all a {
            transition: none; } }
@media only screen and (min-width: 1200px) {
          .am-primary-nav .am-secondary-nav > .see-all a:hover,
          .am-primary-nav .am-nav-gallery > .see-all a:hover,
          .am-primary-nav .am-nav-icons > .see-all a:hover {
            background: #332c2c;
            border-color: #332c2c;
            color: #ffffff; }
    .am-primary-nav .am-secondary-nav > li {
      /* change the height according to your needs - you can even set height: auto */
      height: 400px;
      /* here you set the number of columns - use width percentage */
      width: 75%;
      float: left;
      margin-right: 2.66%;
      border-right: 1px solid #e2e3df;
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .am-primary-nav .am-secondary-nav > li:nth-child(2n + 1) {
        /* +2 because we have 2 list items with display:none */
        margin-right: 0;
        border-right: none; }
      .am-primary-nav .am-secondary-nav > li:nth-child(2n + 1) {
        width: 20% !important; }
      .am-primary-nav .am-secondary-nav > li > a {
        /* secondary nav title */
        color: #500000;
        font-weight: bold;
        margin-bottom: 0.6em; }
    .am-primary-nav .am-secondary-nav a {
      height: 30px;
      line-height: 30px;
      padding: 0px 18% 0px 0px;
      color: #332c2c;
      border-bottom: none; }
      .am-primary-nav .am-secondary-nav a:hover {
        color: #500000; }
    .am-primary-nav .am-secondary-nav a.sport-link {
      height: 50px;
      line-height: 50px;
      padding: 0px 18% 0px 16px;
      color: #332c2c;
      border-bottom: none;
      font-weight: bold; }
      .am-primary-nav .am-secondary-nav a.sport-link:hover {
        color: #500000;
        background: #f6f6f5; }
    .am-primary-nav .am-secondary-nav ul {
      /* Force Hardware Acceleration in WebKit */
      transform: translateZ(0); }
    .am-primary-nav .am-secondary-nav ul ul {
      /* gray-dark navigation */
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .am-primary-nav .am-secondary-nav ul ul.is-hidden {
        transform: translateX(100%); }
      .am-primary-nav .am-secondary-nav ul ul .go-back {
        display: block; }
        .am-primary-nav .am-secondary-nav ul ul .go-back a {
          color: #500000; }
      .am-primary-nav .am-secondary-nav ul ul .see-all {
        display: block; }
    .am-primary-nav .am-secondary-nav .moves-out > li > a {
      /* push the navigation items to the left - and lower down opacity - when gray-dark nav slides in */
      transform: translateX(-100%); }
    .am-primary-nav .am-nav-gallery li {
      /* set here number of columns - use width percentage */
      width: 22%;
      float: left;
      margin: 0 4% 40px 0; }
      .am-primary-nav .am-nav-gallery li:nth-child(4n + 1) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
      .am-primary-nav .am-nav-gallery li.center-items {
        margin-left: 12%; }
    .am-primary-nav .am-nav-gallery.center-three li {
      /* set here number of columns - use width percentage */
      width: 22%;
      float: left;
      margin: 0 4% 40px 0; }
      .am-primary-nav .am-nav-gallery.center-three li:nth-child(4) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0;
        width: 26%; }
      .am-primary-nav .am-nav-gallery.center-three li.center-items {
        margin-left: 12%; }
    .am-primary-nav .am-nav-gallery .am-nav-item {
      border-bottom: none;
      padding: 0;
      height: auto;
      line-height: 1.2; }
      .am-primary-nav .am-nav-gallery .am-nav-item img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%; }
      .am-primary-nav .am-nav-gallery .am-nav-item h4 {
        color: #500000;
        font-weight: bold;
        padding: 0 0.4em; }
    .am-primary-nav .am-nav-gallery .am-nav-item-secondary {
      border-bottom: none;
      height: 50px;
      line-height: 50px;
      padding: 12px 0 0 16px;
      position: relative; }
      .am-primary-nav .am-nav-gallery .am-nav-item-secondary:hover {
        background: #f6f6f5; }
      .am-primary-nav .am-nav-gallery .am-nav-item-secondary h4 {
        color: #500000;
        margin: 0;
        line-height: 26px; }
      .am-primary-nav .am-nav-gallery .am-nav-item-secondary.double-line {
        height: 60px; }
        .am-primary-nav .am-nav-gallery .am-nav-item-secondary.double-line h4 {
          padding-top: 0px;
          line-height: 18px; }
      .am-primary-nav .am-nav-gallery .am-nav-item-secondary p {
        display: block; }
      .am-primary-nav .am-nav-gallery .am-nav-item-secondary::before {
        left: 25px; }
    .am-primary-nav .am-nav-icons li {
      /* set here number of columns - use width percentage */
      margin: 0 2% 20px 0; }
      .am-primary-nav .am-nav-icons li:nth-child(3n + 1) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
      .am-primary-nav .am-nav-icons li:nth-child(2) {
        /* +2 because we have two additional list items with display:none */
        width: 38%;
        float: left;
        margin-left: 12%; }
      .am-primary-nav .am-nav-icons li:nth-child(3) {
        width: 38%;
        float: left; }
      .am-primary-nav .am-nav-icons li a.btn {
        width: 200px;
        color: #ffffff !important;
        margin-left: 16px;
        margin-top: 16px; }
    .am-primary-nav .am-nav-icons .am-nav-item {
      border-bottom: none;
      height: 60px;
      line-height: 1.2;
      padding: 16px 0 0 30px;
      position: relative;
      background: #f6f6f5;
      margin: 0.75rem 0; }
      .am-primary-nav .am-nav-icons .am-nav-item:nth-child(1) {
        margin-top: 0; }
      .am-primary-nav .am-nav-icons .am-nav-item::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: auto;
        bottom: 0;
        height: 100%;
        width: 15px;
        background-color: #ebe9e2; }
      .am-primary-nav .am-nav-icons .am-nav-item:hover {
        background: #500000; }
        .am-primary-nav .am-nav-icons .am-nav-item:hover h4 {
          color: white; }
      .am-primary-nav .am-nav-icons .am-nav-item h4 {
        color: #500000;
        margin: 0;
        line-height: initial; }
      .am-primary-nav .am-nav-icons .am-nav-item p {
        display: block; }
    .am-primary-nav .am-nav-icons .am-nav-item-secondary {
      border-bottom: none;
      height: 40px;
      line-height: 40px;
      padding: 4px 0 0 16px;
      position: relative; }
      .am-primary-nav .am-nav-icons .am-nav-item-secondary:hover h4 {
        color: #500000; }
      .am-primary-nav .am-nav-icons .am-nav-item-secondary h4 {
        color: #707373;
        margin: 0;
        line-height: 26px;
        font-size: 1.6rem; }
      .am-primary-nav .am-nav-icons .am-nav-item-secondary p {
        display: block; }
      .am-primary-nav .am-nav-icons .am-nav-item-secondary::before {
        left: 25px; } }

.has-children > a,
.go-back a {
  position: relative; }
  .has-children > a::before, .has-children > a::after,
  .go-back a::before,
  .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #97906a;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .has-children > a::before,
  .go-back a::before {
    transform: rotate(45deg); }
  .has-children > a::after,
  .go-back a::after {
    transform: rotate(-45deg); }
  @media only screen and (min-width: 1200px) {
    .has-children > a::before, .has-children > a::after,
    .go-back a::before,
    .go-back a::after {
      background: #c9cbc4; }
    .has-children > a:hover::before, .has-children > a:hover::after,
    .go-back a:hover::before,
    .go-back a:hover::after {
      background: #500000; } }
.has-children > a {
  padding-right: 40px; }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    transform-origin: 9px 50%; }
  .has-children > a span {
    position: relative; }
    @media (min-width: 1200px) {
      .has-children > a span::before {
        content: url(../img/Texas-AM-logo-maroon.svg);
        width: 35px;
        height: 35px;
        margin-top: 8px;
        top: -12px;
        left: -50px;
        line-height: 0;
        position: absolute; } }
.am-primary-nav .go-back a {
  padding-left: 40px; }
  .am-primary-nav .go-back a::before, .am-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    transform-origin: 1px 50%; }

@media only screen and (min-width: 1200px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%; }
  .am-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */ }
    .am-primary-nav > .has-children > a::before, .am-primary-nav > .has-children > a::after {
      width: 9px;
      transform-origin: 50% 50%;
      background: transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: width 0.3s, transform 0.3s; } }
    @media only screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {
      .am-primary-nav > .has-children > a::before, .am-primary-nav > .has-children > a::after {
        transition: none; } }
@media only screen and (min-width: 1200px) {
    .am-primary-nav > .has-children > a::before {
      right: 12px; }
    .am-primary-nav > .has-children > a::after {
      right: 7px; }
    .am-primary-nav > .has-children > a.selected::before, .am-primary-nav > .has-children > a.selected::after {
      width: 14px; }
    .am-primary-nav > .has-children > a.selected::before {
      transform: translateX(5px) rotate(-45deg); }
    .am-primary-nav > .has-children > a.selected::after {
      transform: rotate(45deg); }
  .am-secondary-nav > .has-children > a::before,
  .am-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }
  .am-primary-nav .go-back a {
    padding-left: 20px; }
    .am-primary-nav .go-back a::before, .am-primary-nav .go-back a::after {
      left: 1px; } }

.am-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .am-search form {
    height: 100%;
    width: 100%; }
  .am-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
  .nav-is-fixed .am-search {
    position: fixed; }

.am-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(80, 0, 0, 0.8);
  border-top: solid 50px white;
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
  @media only screen and (min-width: 1200px) {
    .am-overlay {
      border-top: solid 70px white; } }
  @media (prefers-reduced-motion: reduce) {
    .am-overlay {
      transition: none; } }
  .am-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }
    @media (prefers-reduced-motion: reduce) {
      .am-overlay.is-visible {
        transition: none; } }
  @media only screen and (max-width: 1199px) {
    .am-overlay.is-visible {
      transform: translateX(-260px); }
    .nav-on-left .am-overlay.is-visible {
      transform: translateX(260px); }
    .am-overlay.is-visible.search-is-visible, .nav-on-left .am-overlay.is-visible.search-is-visible {
      transform: translateX(0); } }
/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .am-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js .am-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1200px) {
  .no-js .am-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }
  .no-js .nav-is-fixed .am-primary-nav {
    position: fixed; } }

/* -------------------------------- 

Primary style

-------------------------------- */
/* -------------------------------- 

Hero Slider - by CodyHouse.co

-------------------------------- */
/* Main Header */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c; }

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
    background-color: transparent; } }

.cd-header__logo {
  float: left;
  margin: 13px 0 0 5%; }

.cd-header__logo img {
  display: block; }

@media only screen and (min-width: 768px) {
  .cd-header__logo {
    margin: 23px 0 0 5%; } }

.cd-header__nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/tickets/slider/cd-icon-menu.svg") no-repeat center center; }

.cd-header__nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.cd-header__nav ul.cd-is-visible {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.cd-header__nav a {
  display: block;
  height: 6px;
  padding-left: 5%;
  background: #21272c;
  color: #ffffff; }

@media only screen and (min-width: 768px) {
  .cd-header__nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none; }
  .cd-header__nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px; }
  .cd-header__nav ul.cd-is-visible {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .cd-header__nav li {
    display: inline-block;
    margin-left: 1em; }
  .cd-header__nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none; } }

/* Slider */
.cd-hero {
  position: relative; }
  @media (min-width: 768px) {
    .cd-hero {
      margin-top: 55px; } }
  .cd-hero ul,
  .cd-hero li {
    margin: 0;
    padding: 0; }
  .cd-hero ol,
  .cd-hero ul {
    list-style: none; }
  .cd-hero img,
  .cd-hero video {
    max-width: 100%; }

.cd-hero__slider {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden; }

.cd-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  will-change: transform;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-hero__slide.cd-hero__slide--selected {
  /* this is the visible slide */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.cd-hero__slide.cd-hero__slide--move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.cd-hero__slide.cd-hero__slide--is-moving,
.cd-hero__slide.cd-hero__slide--selected {
  /* the cd-hero__slide--is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

@media only screen and (min-width: 768px) {
  .cd-hero__slider {
    height: 500px; } }

@media only screen and (min-width: 1170px) {
  .cd-hero__slider {
    height: 500px; } }

.cd-hero__slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.cd-hero__content.cd-hero__content--full-width,
.cd-hero__content.cd-hero__content--half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 75px;
  text-align: center;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.cd-hero__content h2,
.cd-hero__content p,
.cd-hero__btn,
.cd-hero__content--img img {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.cd-hero__content.cd-hero__content--img {
  /* hide image on mobile device */
  display: none; }

.cd-hero__content--img img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.cd-hero__content.cd-hero__content--bg-video {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.cd-hero__content--bg-video video {
  /* you won't see this element in the html, but it will be injected using javascript */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.cd-hero__content h2,
.cd-hero__content p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px; }

.cd-hero__content h2 {
  font-size: 2.4rem; }

.cd-hero__btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: #500000;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.cd-hero__btn.cd-hero__btn--secondary {
  background-color: rgba(22, 26, 30, 0.8); }

.cd-hero__btn:nth-of-type(2) {
  margin-left: 1em; }

.cd-hero__btn:hover {
  background-color: #d6d3c4; }

.cd-hero__btn.cd-hero__btn--secondary:hover {
  background-color: #161a1e; }

@media only screen and (min-width: 768px) {
  .cd-hero__slide:nth-of-type(2),
  .cd-hero__slide:nth-of-type(3),
  .cd-hero__slide:nth-of-type(4) {
    background-image: none; }
  .cd-hero__content.cd-hero__content--bg-video {
    display: block; }
  .cd-hero__content.cd-hero__content--half-width {
    width: 45%; }
  .cd-hero__content.cd-hero__content--half-width:first-of-type {
    left: 10%; }
  .cd-hero__content.cd-hero__content--half-width:nth-of-type(2) {
    right: 10%;
    left: auto; }
  .cd-hero__content.cd-hero__content--img {
    display: block; }
  .cd-hero__content h2,
  .cd-hero__content p {
    max-width: 600px; }
  .cd-hero__content h2 {
    font-size: 2.4em;
    font-weight: 300; }
  .cd-hero__btn {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1170px) {
  .cd-hero__content.cd-hero__content--full-width,
  .cd-hero__content.cd-hero__content--half-width {
    padding-top: 55px; }
  .cd-hero__content h2,
  .cd-hero__content p {
    margin-bottom: 20px; }
  .cd-hero__content h2 {
    font-size: 3.2em; } }

/* Single slide animation */
@media only screen and (min-width: 768px) {
  .cd-hero__content.cd-hero__content--half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  .cd-hero__slide--move-left .cd-hero__content.cd-hero__content--half-width {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  .cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .cd-hero__slide--is-moving .cd-hero__content.cd-hero__content--half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s; }
  .cd-hero__slide--from-left.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:nth-of-type(2),
  .cd-hero__slide--from-right.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s; }
  .cd-hero__slide--from-left.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:first-of-type,
  .cd-hero__slide--from-right.cd-hero__slide--selected .cd-hero__content.cd-hero__content--half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, -webkit-transform 0.5s 0.4s; }
  .cd-hero__content--full-width h2,
  .cd-hero__content--full-width p,
  .cd-hero__content--full-width .cd-hero__btn {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
  .cd-hero__slide--move-left .cd-hero__content--full-width h2,
  .cd-hero__slide--move-left .cd-hero__content--full-width p,
  .cd-hero__slide--move-left .cd-hero__content--full-width .cd-hero__btn {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  .cd-hero__slide--selected .cd-hero__content--full-width h2,
  .cd-hero__slide--selected .cd-hero__content--full-width p,
  .cd-hero__slide--selected .cd-hero__content--full-width .cd-hero__btn {
    /* this is the visible slide */
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .cd-hero__slide--is-moving .cd-hero__content--full-width h2,
  .cd-hero__slide--is-moving .cd-hero__content--full-width p,
  .cd-hero__slide--is-moving .cd-hero__content--full-width .cd-hero__btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set translate to 100px/-100px */
    -webkit-transition: -webkit-transform 0s 0.5s;
    transition: -webkit-transform 0s 0.5s;
    transition: transform 0s 0.5s;
    transition: transform 0s 0.5s, -webkit-transform 0s 0.5s; }
  .cd-hero__slide--selected h2 {
    -webkit-transition: -webkit-transform 0.5s 0.2s;
    transition: -webkit-transform 0.5s 0.2s;
    transition: transform 0.5s 0.2s;
    transition: transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s; }
  .cd-hero__slide--selected p {
    -webkit-transition: -webkit-transform 0.5s 0.3s;
    transition: -webkit-transform 0.5s 0.3s;
    transition: transform 0.5s 0.3s;
    transition: transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s; }
  .cd-hero__slide--selected .cd-hero__btn {
    -webkit-transition: background-color 0.2s 0s, -webkit-transform 0.5s 0.4s;
    transition: background-color 0.2s 0s, -webkit-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: transform 0.5s 0.4s, background-color 0.2s 0s, -webkit-transform 0.5s 0.4s; } }

/* Slider navigation */
.cd-hero__nav {
  position: absolute;
  width: 100%;
  bottom: 45px;
  z-index: 2;
  text-align: center;
  height: 6px; }

.cd-hero__nav nav,
.cd-hero__nav ul,
.cd-hero__nav li,
.cd-hero__nav a {
  height: 100%; }

.cd-hero__nav nav {
  display: inline-block;
  position: relative; }

.cd-hero__marker {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 10px;
  width: 60px;
  height: 100%;
  color: #d6d3c4;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s; }

.cd-hero__marker.cd-hero__marker--item-2 {
  left: 10px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.cd-hero__marker.cd-hero__marker--item-3 {
  left: 20px;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%); }

.cd-hero__marker.cd-hero__marker--item-4 {
  left: 30px;
  -webkit-transform: translateX(300%);
  -ms-transform: translateX(300%);
  transform: translateX(300%); }

.cd-hero__marker.cd-hero__marker--item-5 {
  left: 40px;
  -webkit-transform: translateX(400%);
  -ms-transform: translateX(400%);
  transform: translateX(400%); }

.cd-hero__nav ul::after {
  clear: both;
  content: "";
  display: table; }

.cd-hero__nav li {
  display: inline-block;
  width: 60px;
  float: left;
  background: #707373;
  margin-left: 10px; }
  .cd-hero__nav li:last-child {
    border: none; }

.cd-hero__nav .cd-selected a {
  color: #500000; }

.cd-hero__nav .cd-selected a:hover {
  background-color: transparent; }

.cd-hero__nav a {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.cd-hero__nav a:hover {
  background-color: rgba(0, 1, 1, 0.5); }

@media only screen and (min-width: 768px) {
  .cd-hero__marker,
  .cd-hero__nav li {
    width: 85px;
    margin-left: 10px; } }

/* Main Content */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0; }

.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0; }

@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0; }
  .cd-main-content p {
    font-size: 1.6rem; } }

/* Javascript disabled */
.no-js .cd-hero__slide {
  display: none; }

.no-js .cd-hero__slide.cd-hero__slide--selected {
  display: block; }

.no-js .cd-hero__nav {
  display: none; }

/* -------------------------------- 

Primary style

-------------------------------- */
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 0 auto;
  transition: opacity 0.2s; }
  .cd-horizontal-timeline a {
    text-decoration: none; }
  .cd-horizontal-timeline ol,
  .cd-horizontal-timeline ul {
    list-style: none; }
  .cd-horizontal-timeline ol,
  .cd-horizontal-timeline ul,
  .cd-horizontal-timeline li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "mobile";
    display: none; }
  .cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1; }
  .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
  .cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden; }
    .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
      /* these are used to create a shadow effect at the sides of the timeline */
      content: "";
      position: absolute;
      z-index: 2;
      top: 0;
      height: 100%;
      width: 20px; }
    .cd-horizontal-timeline .events-wrapper::before {
      left: 0;
      background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)); }
    .cd-horizontal-timeline .events-wrapper::after {
      right: 0;
      background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)); }
  .cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #dfdfdf;
    transition: transform 0.4s; }
  .cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #500000;
    transform-scalex: 0;
    transform-origin: left center;
    transition: transform 0.3s; }
  .cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    padding-bottom: 15px;
    color: #383838;
    /* fix bug on Safari - text flickering while timeline translates */
    transform: translateZ(0); }
    .cd-horizontal-timeline .events a::after {
      /* this is used to create the event spot */
      content: "";
      position: absolute;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      bottom: -5px;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      border: 2px solid #dfdfdf;
      background-color: #f8f8f8;
      transition: background-color 0.3s, border-color 0.3s; }
    .no-touch .cd-horizontal-timeline .events a:hover::after {
      background-color: #500000;
      border-color: #500000; }
    .cd-horizontal-timeline .events a.selected {
      pointer-events: none; }
      .cd-horizontal-timeline .events a.selected::after {
        background-color: #500000;
        border-color: #500000; }
    .cd-horizontal-timeline .events a.older-event::after {
      border-color: #500000; }
  @media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
      margin: 0 auto; }
      .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: "desktop"; } }
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  transition: border-color 0.3s; }
  .cd-timeline-navigation a::after {
    /* arrow icon */
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/cd-arrow.svg) no-repeat 0 0; }
  .cd-timeline-navigation a.prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg); }
  .cd-timeline-navigation a.next {
    right: 0; }
  .no-touch .cd-timeline-navigation a:hover {
    border-color: #500000; }
  .cd-timeline-navigation a.inactive {
    cursor: not-allowed; }
    .cd-timeline-navigation a.inactive::after {
      background-position: 0 -16px; }
    .no-touch .cd-timeline-navigation a.inactive:hover {
      border-color: #dfdfdf; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  transition: height 0.4s; }
  .cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out; }
    .cd-horizontal-timeline .events-content li.selected {
      /* visible event content */
      position: relative;
      z-index: 2;
      opacity: 1;
      transform: translateX(0); }
    .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
      animation-name: cd-enter-right; }
    .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
      animation-name: cd-enter-left; }
    .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
      animation-direction: reverse; }
  .cd-horizontal-timeline .events-content li > * {
    max-width: 1000px;
    margin: 0 auto; }
  .cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-weight: 700;
    line-height: 1.2; }
    @media (min-width: 1441px) {
      .cd-horizontal-timeline .events-content h2.kyle-field {
        font-size: 3rem !important; } }
  .cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto; }
    .cd-horizontal-timeline .events-content em::before {
      content: "- "; }
  .cd-horizontal-timeline .events-content p {
    color: shade(#f8f8f8, 40%); }
  .cd-horizontal-timeline .events-content em,
  .cd-horizontal-timeline .events-content p {
    line-height: 1.6; }

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: #d70206; }

.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
  fill: #f05b4f; }

.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

#logo-1922-fund img .cls-1,
#logo-1922-fund svg .cls-1 {
  fill: #500000; }

#logo-1922-fund img .cls-2,
#logo-1922-fund img .cls-4,
#logo-1922-fund svg .cls-2,
#logo-1922-fund svg .cls-4 {
  fill: #fff; }

#logo-1922-fund img .cls-2,
#logo-1922-fund img .cls-5,
#logo-1922-fund svg .cls-2,
#logo-1922-fund svg .cls-5 {
  stroke: #fff; }

#logo-1922-fund img .cls-2,
#logo-1922-fund img .cls-3,
#logo-1922-fund img .cls-5,
#logo-1922-fund svg .cls-2,
#logo-1922-fund svg .cls-3,
#logo-1922-fund svg .cls-5 {
  stroke-miterlimit: 10; }

#logo-1922-fund img .cls-3,
#logo-1922-fund img .cls-5,
#logo-1922-fund svg .cls-3,
#logo-1922-fund svg .cls-5 {
  fill: none; }

#logo-1922-fund img .cls-3,
#logo-1922-fund svg .cls-3 {
  stroke: #500000;
  stroke-width: 0.95px; }

#logo-1922-fund img .cls-5,
#logo-1922-fund svg .cls-5 {
  stroke-width: 4.07px; }

#main-index .am-main-header.sps.sps--abv .am-logo {
  display: none !important; }

@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #main-index .am-main-header.sps.sps--blw .am-primary-nav > li:nth-child(3) {
    margin-left: 6rem; } }

@media only screen and (min-width: 1100px) and (min-width: 1350px) {
  #main-index .am-main-header.sps.sps--blw .am-primary-nav > li:nth-child(3) {
    margin-left: 9rem; } }

@media (max-width: 1199px) {
  #interior-header.header-wrapper {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%; } }

@media (min-width: 1200px) {
  #interior-header.header-wrapper {
    height: 70px; } }

#interior-header .am-main-header {
  background-color: transparent;
  background-color: #ffffff; }
  @media (max-width: 1199px) {
    #interior-header .am-main-header.sps.sps--abv {
      height: 50px; } }
  #interior-header .am-main-header.sps.sps--abv .am-primary-nav {
    padding-top: 0px; }
  #interior-header .am-main-header.sps.sps--abv .am-primary-nav > li > a {
    color: #707373; }
    @media (max-width: 1199.98px) {
      #interior-header .am-main-header.sps.sps--abv .am-primary-nav > li > a {
        color: #ffffff; } }
    #interior-header .am-main-header.sps.sps--abv .am-primary-nav > li > a.selected {
      color: #500000; }
    #interior-header .am-main-header.sps.sps--abv .am-primary-nav > li > a.active {
      color: #500000;
      box-shadow: inset 0 -3px 0 #500000; }
    #interior-header .am-main-header.sps.sps--abv .am-primary-nav > li > a.btn.btn-secondary {
      border: 1px solid #500000; }
  #interior-header .am-main-header.sps.sps--abv .moves-out > li > a.active {
    color: #707373;
    box-shadow: inset 0 -3px 0 #707373; }
  #interior-header .am-main-header.sps.sps--abv .moves-out > li > a.selected {
    color: #500000;
    box-shadow: inset 0 -3px 0 #500000; }
  @media (min-width: 1200px) {
    #interior-header .am-main-header.sps.sps--abv .am-logo {
      display: block; } }
  #interior-header .am-main-header.sps.sps--blw.active {
    color: #500000;
    box-shadow: inset 0 -3px 0 #500000; }
  #interior-header .am-main-header.sps.sps--blw .moves-out > li > a.active {
    color: #707373;
    box-shadow: inset 0 -3px 0 #707373; }
  #interior-header .am-main-header.sps.sps--blw .moves-out > li > a.selected {
    color: #500000;
    box-shadow: inset 0 -3px 0 #500000; }

@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  #interior-header .am-primary-nav > li:nth-child(3) {
    margin-left: 6rem; } }

@media only screen and (min-width: 1100px) and (min-width: 1350px) {
  #interior-header .am-primary-nav > li:nth-child(3) {
    margin-left: 9rem; } }

.interior-page .am-main-content {
  margin-top: 0px; }

.am-nav {
  position: relative; }
  .am-nav .btn.btn-login {
    line-height: 1; }
    @media (min-width: 1200px) {
      .am-nav .btn.btn-login {
        box-shadow: none;
        border: 0;
        position: absolute;
        content: "";
        top: 8px;
        width: 200px;
        padding-right: 45px;
        left: 20px;
        right: auto; }
        .am-nav .btn.btn-login::before {
          position: absolute;
          content: "";
          top: 0;
          left: auto;
          right: 0;
          bottom: 0;
          height: 100%;
          width: 15px;
          background-color: #d6d3c4; } }
  .am-nav .btn.btn-donate-now {
    line-height: 1; }
    @media (min-width: 1200px) {
      .am-nav .btn.btn-donate-now {
        box-shadow: none;
        border: 0;
        position: absolute;
        content: "";
        top: 8px;
        width: 200px;
        padding-left: 45px;
        right: 20px;
        left: auto; }
        .am-nav .btn.btn-donate-now::before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          right: auto;
          bottom: 0;
          height: 100%;
          width: 15px;
          background-color: #d6d3c4; } }
  .am-nav p {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0; }
  .am-nav h4 {
    font-family: "KlinicSlabMedium", sans-serif;
    font-size: 1rem;
    color: #500000; }
    @media (min-width: 1200px) {
      .am-nav h4 {
        font-size: 1.5rem; } }
    @media (min-width: 1441px) {
      .am-nav h4 {
        font-size: 1.7rem; } }
    .am-nav h4.externial-link::after {
      content: url(../img/external-link-symbol.svg);
      width: 16px;
      height: 16px;
      position: absolute;
      opacity: 0.5;
      margin-left: 12px;
      margin-top: 2px; }

.am-main-header.sps {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  transition: all 0.3s; }
  @media only screen and (min-width: 1100px) {
    .am-main-header.sps {
      position: relative; } }
  .am-main-header.sps.is-visible {
    background: #ffffff; }
  .am-main-header.sps .am-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
    width: 60px;
    left: 50%;
    margin-left: -30px; }
    .am-main-header.sps .am-logo #main-logo {
      width: 55px;
      height: 55px;
      transition: all 0.3s; }
    @media only screen and (min-width: 1100px) {
      .am-main-header.sps .am-logo {
        top: 6px; } }
    #impact .am-main-header.sps .am-logo {
      left: 2.5rem; }
  .am-main-header.sps .am-logo-text {
    display: inline;
    position: absolute;
    top: 14px;
    left: 20px;
    width: 250px;
    font-family: "A&MPRIDE", sans-serif;
    font-size: 1.1rem; }
    @media (min-width: 1200px) {
      .am-main-header.sps .am-logo-text {
        display: none;
        left: 55px; } }
    @media only screen and (min-width: 1100px) {
      .am-main-header.sps .am-logo-text {
        letter-spacing: 0.1rem; } }
  .am-main-header.sps .am-primary-nav > li > a {
    color: #500000; }
    .am-main-header.sps .am-primary-nav > li > a.active {
      color: #500000;
      box-shadow: inset 0 -3px 0 #500000; }
    .am-main-header.sps .am-primary-nav > li > a.login {
      color: #500000 !important; }
    .am-main-header.sps .am-primary-nav > li > a.btn.btn-secondary {
      border: 1px solid #500000; }
  .am-main-header.sps .am-primary-nav.moves-out > li > a {
    color: #707373; }
    .am-main-header.sps .am-primary-nav.moves-out > li > a.selected {
      color: #500000; }
  .am-main-header.sps .am-nav-trigger span,
  .am-main-header.sps .am-nav-trigger span::before,
  .am-main-header.sps .am-nav-trigger span::after {
    /* hamburger icon in CSS */
    background: #500000; }
  .am-main-header.sps .am-nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(112, 115, 115, 0); }
  .am-main-header.sps.nav-is-visible .am-nav-trigger span,
  .am-main-header.sps.nav-is-visible .am-nav-trigger span::before,
  .am-main-header.sps.nav-is-visible .am-nav-trigger span::after {
    /* hamburger icon in CSS */
    background: #707373; }
  .am-main-header.sps.nav-is-visible .am-nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(112, 115, 115, 0); }
  .am-main-header.sps.sps--blw {
    padding-top: 0px;
    background: #ffffff;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1); }
    @media (min-width: 1200px) {
      .am-main-header.sps.sps--blw {
        padding-top: 0px;
        opacity: 1;
        animation: slide-in--down 400ms forwards cubic-bezier(0.3, 0.73, 0.3, 0.74); } }
    @media only screen and (min-width: 1100px) {
      .am-main-header.sps.sps--blw .am-logo-text {
        letter-spacing: 0.1rem;
        top: 14px; }
        .am-main-header.sps.sps--blw .am-logo-text a {
          color: #ffffff; } }
    .am-main-header.sps.sps--blw .am-logo-text a {
      color: #500000; }
    .am-main-header.sps.sps--blw .am-primary-nav {
      padding-top: 0px; }
    .am-main-header.sps.sps--blw .am-primary-nav > li > a {
      color: #707373; }
      .am-main-header.sps.sps--blw .am-primary-nav > li > a.login {
        color: #500000; }
      .am-main-header.sps.sps--blw .am-primary-nav > li > a.active {
        color: #500000;
        box-shadow: inset 0 -3px 0 #500000; }
      .am-main-header.sps.sps--blw .am-primary-nav > li > a.btn.btn-secondary {
        border: 1px solid #500000; }

.sps.sps--abv {
  transition: all 0.3s; }
  @media only screen and (min-width: 1100px) {
    .sps.sps--abv .am-primary-nav > li > a {
      height: 70px;
      line-height: 70px; } }
@media only screen and (min-width: 1100px) {
  .sps.sps--blw {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    animation: slide-in--down 400ms cubic-bezier(0.3, 0.73, 0.3, 0.74); } }

@media (min-width: 1200px) {
  .sps.sps--blw.am-overlay {
    border-top: solid 70px white; } }

.sps.sps--blw .am-main-content {
  margin-top: -70px; }

@media only screen and (min-width: 1100px) {
  .sps.sps--blw .am-primary-nav > li > a {
    height: 70px;
    line-height: 70px; } }

.sps.sps--blw .am-primary-nav,
.sps.sps--blw .am-secondary-nav,
.sps.sps--blw .am-nav-gallery,
.sps.sps--blw .am-nav-icons {
  top: 70px; }

.navbar {
  font-family: "Roboto", sans-serif;
  padding: 0.2rem 1rem;
  z-index: 10; }
  .navbar.sps.sps--abv {
    transition: all 0.3s; }
  @media only screen and (min-width: 1100px) {
    .navbar.sps.sps--blw {
      position: fixed;
      width: 100%;
      left: 0;
      top: 70px;
      animation: slide-in--down 400ms cubic-bezier(0.3, 0.73, 0.3, 0.74); } }
  .navbar .navbar-brand {
    color: #d6d3c4 !important;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    position: relative; }
    .navbar .navbar-brand::after {
      content: "";
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      height: 75%;
      top: 11%;
      right: -8%;
      position: absolute; }
  @media (max-width: 767.98px) {
    .navbar .navbar-brand {
      padding: 0; }
    .navbar .nav-link {
      padding: 0.1rem 1rem; }
    .navbar .navbar-nav-scroll {
      max-width: 100%;
      margin-top: 0;
      font-size: 0.875rem;
      width: 100%;
      overflow-x: auto;
      white-space: nowrap; }
      .navbar .navbar-nav-scroll .navbar-nav {
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; } }
  .navbar .navbar-nav > li {
    position: relative; }
    .navbar .navbar-nav > li:nth-child(2)::before {
      content: "";
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      height: 60%;
      top: 20%;
      left: -3%;
      position: absolute; }
  .navbar .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 0px;
    top: 30%; }
    @media (min-width: 576px) {
      .navbar .dropdown-toggle::before {
        top: 35%; } }
  .navbar .dropdown-toggle::after {
    top: 60%;
    position: absolute;
    right: 0px; }
    @media (min-width: 768px) {
      .navbar .dropdown-toggle::after {
        top: 55%; } }
  .navbar .dropdown-menu {
    min-width: 14rem;
    border: none;
    box-shadow: none;
    border-radius: 0; }

p {
  line-height: 1.4;
  letter-spacing: 0.02rem; }
  p strong {
    font-family: "KlinicSlabBold", sans-serif;
    font-weight: normal;
    font-style: normal; }
  p .tertiary a {
    font-family: "KlinicSlabBold", sans-serif; }
  p a.gray {
    color: #707373; }
  @media (min-width: 768px) {
    p.lead {
      font-size: 1.54rem; } }
ul {
  letter-spacing: 0.02rem; }

@media (max-width: 991.98px) {
  .display-3 {
    font-size: 2.1rem; } }

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 2rem; } }

@media (min-width: 768px) and (max-width: 1441px) {
  .display-4 {
    font-size: 2.5rem; } }

.display-5 {
  font-size: 1.5rem; }

h4.video-heading {
  padding-left: 0px !important; }

hr.hr-tertiary {
  border-color: #d6d3c4; }

hr.hr-white {
  border-color: #ffffff; }

hr.hr-gray-dark {
  border-color: #332c2c; }

hr.hr-gray {
  border-color: #707373; }

hr.hr-gray-light {
  border-color: #ebeced; }

hr.hr-primary {
  border-color: #500000; }

hr.hr-short {
  width: 5rem;
  clear: both; }

hr.hr-long {
  width: 10rem;
  clear: both; }

.text-tertiary {
  color: #d6d3c4 !important; }

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

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

.text-gray-dark {
  color: #332c2c !important; }

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

.bg-tertiary {
  background-color: #d6d3c4 !important; }

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

.bg-gray-dark {
  background-color: #332c2c !important; }

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

.bg-primary-10-dark {
  background-color: #5a0000; }

.lead {
  font-family: "KlinicSlabBold", sans-serif;
  line-height: 1.2;
  font-style: normal;
  font-weight: normal; }

.font-weight-light {
  font-family: "KlinicSlabLight", sans-serif;
  font-style: normal;
  font-weight: normal; }

.font-weight-book {
  font-family: "KlinicSlabBook", sans-serif;
  font-style: normal;
  font-weight: normal; }

.font-weight-medium {
  font-family: "KlinicSlabMedium", sans-serif;
  font-style: normal;
  font-weight: normal; }

.font-weight-bold {
  font-family: "KlinicSlabBold", sans-serif;
  font-style: normal !important;
  font-weight: normal !important; }

.font-weight-bold-italic {
  font-family: "KlinicSlabBoldItalic", sans-serif;
  font-style: italic;
  font-weight: normal; }

.font-secondary {
  font-family: "PT Serif", serif !important; }

.font-tertiary {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
  .font-tertiary strong {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700; }

.font-am {
  font-family: "A&MPRIDE", sans-serif;
  font-style: normal;
  font-weight: normal; }

.seciton-header p.subhead {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem; }

.seciton-header h1.display-3 {
  line-height: 1.2;
  font-size: 5rem;
  margin-top: 3rem; }
  @media (max-width: 767.98px) {
    .seciton-header h1.display-3 {
      line-height: 1;
      font-size: 3.7rem;
      margin-top: 4rem; } }
.form-control {
  font-family: "Roboto", sans-serif; }

@media (max-width: 767.98px) {
  .jumbotron h1.display-4 {
    font-size: 1.5rem; } }

.jumbotron p.display-4 {
  font-size: 2rem; }
  @media (max-width: 767.98px) {
    .jumbotron p.display-4 {
      font-size: 1.5rem; } }
@media (min-width: 992px) {
  .jumbotron blockquote h2.display-4 {
    font-size: 2rem; } }

@media (max-width: 767.98px) {
  .jumbotron blockquote h2.display-4 {
    font-size: 1.5rem; } }

@media (min-width: 576px) {
  .jumbotron.jumbotron-margin {
    margin-top: -100px; } }

@media (min-width: 576px) {
  .jumbotron.jumbotron-margin-bottom {
    margin-bottom: -125px;
    z-index: 1; } }

.btn {
  font-family: "KlinicSlabBold", sans-serif;
  font-weight: normal !important;
  font-style: normal;
  white-space: normal;
  line-height: 1;
  cursor: pointer;
  border-radius: 0; }
  .btn.btn-lg, .btn-group-lg > .btn {
    padding: 1.1rem 2rem; }
  .btn span.hr::after {
    content: "";
    border-bottom: solid 0.25rem #500000;
    display: block;
    position: relative;
    bottom: 0px;
    width: 75%; }
  .btn span.hr.hr-center {
    left: 25%; }
  .btn.btn-inactive {
    background-color: #d5d8db;
    color: grey; }
    .btn.btn-inactive:hover {
      color: grey;
      background-color: #d5d8db; }
  .btn.btn-tertiary {
    color: #212529;
    background-color: #d6d3c4;
    border-color: #d6d3c4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #500000; }
    .btn.btn-tertiary:hover {
      color: #212529;
      background-color: #c6c2ad;
      border-color: #c1bda6; }
    .btn.btn-tertiary:focus, .btn.btn-tertiary.focus {
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(187, 185, 173, 0.5); }
    .btn.btn-tertiary.disabled, .btn.btn-tertiary:disabled {
      color: #212529;
      background-color: #d6d3c4;
      border-color: #d6d3c4; }
    .btn.btn-tertiary:not(:disabled):not(.disabled):active, .btn.btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn.btn-tertiary.dropdown-toggle {
      color: #212529;
      background-color: #c1bda6;
      border-color: #bcb79e; }
      .btn.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn.btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn.btn-tertiary.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(187, 185, 173, 0.5); }
    .btn.btn-tertiary:hover {
      color: #500000; }
    .btn.btn-tertiary span.hr::after {
      border-bottom: solid 0.25rem #500000; }
    .btn.btn-tertiary.btn-tertiary-outline {
      color: #d6d3c4;
      background-color: transparent;
      border: 4px solid #d6d3c4; }
      .btn.btn-tertiary.btn-tertiary-outline:hover {
        color: #500000;
        background-color: #d6d3c4; }
  .btn.btn-primary {
    color: #d6d3c4; }
    .btn.btn-primary span.hr::after {
      border-bottom: solid 0.25rem #d6d3c4;
      width: 45%; }
    .btn.btn-primary.btn-primary-outline {
      color: #500000;
      background-color: transparent;
      border: 4px solid #500000; }
      .btn.btn-primary.btn-primary-outline:hover {
        color: #ffffff;
        background-color: #500000; }
  @media (min-width: 992px) {
    .btn.join-today {
      margin-top: -100px;
      line-height: 1.3; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .btn.join-today {
      margin-top: -95px;
      line-height: 1.3; } }
  @media (max-width: 767px) {
    .btn.join-today {
      margin-top: -50px;
      line-height: 1.3; } }
.notification-wrapper {
  height: 100vh;
  width: 97vw;
  position: absolute;
  z-index: 100;
  top: 5%; }
  @media (min-width: 768px) {
    .notification-wrapper {
      height: 60vh;
      width: 25vw;
      z-index: 1000; } }
  @media (max-width: 767.98px) {
    .notification-wrapper {
      top: 0%; } }
  @media (min-width: 1441px) {
    .notification-wrapper {
      height: 100vh;
      top: -250px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .notification-wrapper {
      height: 55vh; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .notification-wrapper {
      height: 90vh; } }
  .notification-wrapper .carousel {
    height: 400px; }
    @media (min-width: 576px) {
      .notification-wrapper .carousel {
        height: 380px; } }
    .notification-wrapper .carousel .carousel-control-prev,
    .notification-wrapper .carousel .carousel-control-next {
      top: -260px; }
      @media (min-width: 576px) {
        .notification-wrapper .carousel .carousel-control-prev,
        .notification-wrapper .carousel .carousel-control-next {
          top: -260px; } }
    .notification-wrapper .carousel .carousel-indicators {
      bottom: 0;
      top: auto; }
      .notification-wrapper .carousel .carousel-indicators li {
        width: 15px;
        background-color: #ffffff; }

.demo-avd {
  position: absolute;
  width: 250px;
  border-radius: 0.3em;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  right: 20px;
  bottom: 20px;
  left: 10%;
  background-color: #d6d3c4;
  top: auto;
  opacity: 0;
  animation: yourAnimation 600ms forwards 1.25s ease; }
  @media (max-width: 991.98px) {
    .demo-avd {
      width: 250px;
      left: 30px;
      bottom: -30px; } }
  @media (max-width: 767.98px) {
    .demo-avd {
      left: 25%;
      bottom: 210px;
      width: 270px; } }
  @media (max-width: 575.98px) {
    .demo-avd {
      left: 20%;
      bottom: 180px;
      width: 270px; } }
  @media (max-width: 575.98px) and (max-width: 400px) and (min-width: 340px) {
    .demo-avd {
      left: 15%; } }
  @media (max-width: 575.98px) and (max-width: 339px) {
    .demo-avd {
      left: 8%; } }
.demo-avd--light .demo-avd__label {
  color: #500000; }

.demo-avd--light .demo-avd__text a {
  color: white; }

.demo-avd--dark .demo-avd__label {
  color: rgba(0, 0, 0, 0.5); }

.demo-avd--dark .demo-avd__text a {
  color: rgba(0, 0, 0, 0.8); }

.demo-avd__img a,
.demo-avd__img svg {
  display: block; }

.demk-avd__text-wrapper {
  padding: 16px;
  font-family: "Roboto", sans-serif;
  text-align: center; }
  .demk-avd__text-wrapper p {
    line-height: 1;
    font-size: 1rem; }
  .demk-avd__text-wrapper .secondary-text {
    font-weight: 700;
    line-height: 1.2; }

.demo-avd__label {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.6em; }

.demo-avd__text {
  font-size: 0.8rem;
  line-height: 1.2; }
  .demo-avd__text strong {
    font-family: "Roboto", sans-serif; }

.demo-avd__text a {
  font-size: 0.5rem;
  display: block;
  line-height: 1.1; }

.demo-avd__text a:hover {
  text-decoration: underline; }

.demo-avd__close {
  display: block;
  width: 16px;
  height: 16px;
  top: 8px;
  right: 8px;
  position: absolute;
  z-index: 1;
  background: url(../img/index/icon-avd-close.svg) no-repeat 0 0;
  opacity: 0.8;
  cursor: pointer; }
  @media (min-width: 576px) {
    .demo-avd__close {
      background: url(../img/index/icon-avd-close.svg) no-repeat 0 0; } }
.demo-avd__close:hover {
  opacity: 1; }

@keyframes yourAnimation {
  0% {
    transform: rotate(0) translateY(50%);
    opacity: 0; }
  100% {
    transform: rotate(0) translateY(0);
    opacity: 1; } }

table.table tbody tr td {
  text-align: center;
  vertical-align: middle; }
  table.table tbody tr td:nth-of-type(1) {
    text-align: left; }

#buy-tickets {
  position: relative; }
  @media (min-width: 2100px) {
    #buy-tickets #ticket-sidebar {
      position: absolute;
      top: 0;
      right: 0;
      width: 400px; } }
  @media (max-width: 2099px) {
    #buy-tickets #ticket-sidebar::before {
      content: "";
      display: block;
      height: 1px;
      border: 0;
      border-top: 0.3rem solid rgba(0, 0, 0, 0.1);
      margin: 1em 0;
      padding: 0; } }
/* Common style */
figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #500000;
  text-align: center;
  cursor: pointer; }

figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1; }

figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure figcaption::before,
figure figcaption::after {
  pointer-events: none; }

figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

figure h2 span {
  font-weight: 800; }

figure h2,
figure p {
  margin: 0; }

figure p {
  letter-spacing: 0;
  font-size: 68.5%; }

/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 0;
  height: 2em;
  background: #fff;
  color: #3c4a50;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0); }
  figure.effect-zoe figcaption.no-links {
    background: transparent;
    height: 0em; }

figure.effect-zoe img {
  transition: transform 0.6s, opacity 0.6s;
  transform: scale(1); }

figure.effect-zoe:hover img {
  transform: scale(1); }

figure.effect-zoe h2 {
  float: left; }

figure.effect-zoe p.icon-links {
  width: 95%;
  padding-left: 5%;
  font-size: 0.9rem; }

figure.effect-zoe p.icon-links a {
  float: left;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #3c4a50; }

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31; }

figure.effect-zoe p.description {
  margin-top: -3rem;
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 1.8rem;
  opacity: 1;
  line-height: 1;
  font-family: "A&MPRIDE", sans-serif;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */ }
  @media (max-width: 500px) {
    figure.effect-zoe p.description {
      font-size: 1.3rem; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    figure.effect-zoe p.description {
      font-size: 1.2rem;
      margin-top: -1.5rem; } }
  figure.effect-zoe p.description-long {
    margin-top: -4.2rem; }
    @media (min-width: 768px) and (max-width: 1200px) {
      figure.effect-zoe p.description-long {
        margin-top: -2.5rem; } }
  figure.effect-zoe p.description a {
    font-family: "A&MPRIDE", sans-serif;
    text-shadow: 2px 2px 8px #332c2c;
    text-decoration: none; }

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0); }

figure.effect-zoe p.icon-links a {
  display: block;
  padding-top: 0.7rem;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

figure.effect-zoe:hover p.description {
  opacity: 1; }

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

figure.effect-zoe:hover img {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

figure.effect-zoe:hover img::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media (min-width: 992px) {
  figure.effect-zoe:hover img {
    transform: scale(1.1); }
  figure.effect-zoe:hover img {
    opacity: 0.3;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; } }

@media (max-width: 991.98px) {
  figure.effect-zoe p.icon-links {
    font-size: 0.7rem; }
  figure.effect-zoe p.icon-links a {
    padding-top: 0.9rem; }
  figure.effect-zoe:focus img {
    opacity: 1;
    transform: scale(1) !important; }
  figure.effect-zoe p.description {
    opacity: 1; }
  figure.effect-zoe figcaption,
  figure.effect-zoe h2,
  figure.effect-zoe p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-zoe img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  figure.effect-zoe h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s; }
  figure.effect-zoe p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  figure.effect-zoe p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  figure.effect-zoe p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  figure.effect-zoe img::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 992px) {
  #news #article-highlight {
    height: 100%;
    width: 100%;
    max-width: 478px; } }

@media (min-width: 992px) {
  #news #article-highlight {
    background-image: url(../img/about-us/news/article-thumbs/news-highlight-md.jpg);
    background-position: 50% 50%;
    background-size: 478px 600px;
    background-repeat: no-repeat; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #news #article-highlight {
      background-image: url(../img/about-us/news/article-thumbs/news-highlight-md@2x.jpg);
      background-position: 50% 50%;
      background-size: 478px 600px;
      background-repeat: no-repeat; } }
.news-grid section#more-stories,
.story-grid section#more-stories {
  position: relative;
  background-image: none !important;
  z-index: 3; }
  .news-grid section#more-stories h1,
  .story-grid section#more-stories h1 {
    color: #ffffff; }
  .news-grid section#more-stories .primary-dark,
  .story-grid section#more-stories .primary-dark {
    color: #212529;
    background-color: white;
    border-color: white;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    color: white !important; }
    .news-grid section#more-stories .primary-dark:hover,
    .story-grid section#more-stories .primary-dark:hover {
      color: #212529;
      background-color: white;
      border-color: #e6e6e6; }
    .news-grid section#more-stories .primary-dark:focus, .news-grid section#more-stories .primary-dark.focus,
    .story-grid section#more-stories .primary-dark:focus,
    .story-grid section#more-stories .primary-dark.focus {
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
    .news-grid section#more-stories .primary-dark.disabled, .news-grid section#more-stories .primary-dark:disabled,
    .story-grid section#more-stories .primary-dark.disabled,
    .story-grid section#more-stories .primary-dark:disabled {
      color: #212529;
      background-color: white;
      border-color: white; }
    .news-grid section#more-stories .primary-dark:not(:disabled):not(.disabled):active, .news-grid section#more-stories .primary-dark:not(:disabled):not(.disabled).active, .show > .news-grid section#more-stories .primary-dark.dropdown-toggle,
    .story-grid section#more-stories .primary-dark:not(:disabled):not(.disabled):active,
    .story-grid section#more-stories .primary-dark:not(:disabled):not(.disabled).active, .show > .story-grid section#more-stories .primary-dark.dropdown-toggle {
      color: #212529;
      background-color: #e6e6e6;
      border-color: #dfdfdf; }
      .news-grid section#more-stories .primary-dark:not(:disabled):not(.disabled):active:focus, .news-grid section#more-stories .primary-dark:not(:disabled):not(.disabled).active:focus, .show > .news-grid section#more-stories .primary-dark.dropdown-toggle:focus,
      .story-grid section#more-stories .primary-dark:not(:disabled):not(.disabled):active:focus,
      .story-grid section#more-stories .primary-dark:not(:disabled):not(.disabled).active:focus, .show > .story-grid section#more-stories .primary-dark.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
    .news-grid section#more-stories .primary-dark:hover, .news-grid section#more-stories .primary-dark:active, .news-grid section#more-stories .primary-dark:focus,
    .story-grid section#more-stories .primary-dark:hover,
    .story-grid section#more-stories .primary-dark:active,
    .story-grid section#more-stories .primary-dark:focus {
      background-color: #500000 !important;
      color: #ffffff !important;
      border-color: #500000 !important; }
  .news-grid section#more-stories .section-header:after,
  .story-grid section#more-stories .section-header:after {
    content: url(../img/argyle-vert-blue-white.svg); }

.news-grid .stories-grid,
.story-grid .stories-grid {
  position: relative;
  z-index: 1; }
  .news-grid .stories-grid .container .story .card .card-img-right:hover,
  .story-grid .stories-grid .container .story .card .card-img-right:hover {
    opacity: 0.9; }
  .news-grid .stories-grid .container .story .card .card-body h5,
  .story-grid .stories-grid .container .story .card .card-body h5 {
    line-height: 1;
    font-size: 1.35rem; }
  .news-grid .stories-grid .container .story .card .card-body p,
  .story-grid .stories-grid .container .story .card .card-body p {
    font-size: 0.9rem;
    line-height: 1.1; }
  .news-grid .stories-grid #loadMore,
  .story-grid .stories-grid #loadMore {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .news-grid .stories-grid #loadMore a,
    .story-grid .stories-grid #loadMore a {
      position: relative;
      transition: all 0.25s ease-out;
      -webkit-font-smoothing: antialiased; }

.jumbotron-header {
  background-size: cover;
  background-position: center; }

.story-thumb {
  width: 200px;
  height: 250px; }

.donor-impact-story .jumbotron-header {
  background-image: url(../img/donor-impact/stories/story-header-bg-sm.jpg); }
  @media (min-width: 768px) {
    .donor-impact-story .jumbotron-header {
      background-image: url(../img/donor-impact/stories/story-header-bg-lg.jpg); } }
@media (max-width: 1024px) {
  .donor-impact-story .jumbotron img.float-none,
  .donor-impact-story .jumbotron div.float-none {
    min-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .donor-impact-story .jumbotron .carousel-item > img {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

#donor-appreciation .jumbotron-header {
  background-image: url(../img/donor-impact/stories/donor-appreciation/header-bg-sm.jpg); }
  @media (min-width: 768px) {
    #donor-appreciation .jumbotron-header {
      background-image: url(../img/donor-impact/stories/donor-appreciation/header-bg-lg.jpg); } }
#donor-appreciation.thanksgiving-page .jumbotron-header {
  background-image: url(../img/donor-impact/thanksgiving/22-header-bg-sm.jpg); }
  @media (min-width: 768px) {
    #donor-appreciation.thanksgiving-page .jumbotron-header {
      background-image: url(../img/donor-impact/thanksgiving/22-header-bg-lg.jpg); } }
#mvp .card-footer {
  background-color: transparent;
  border-top: none; }

@media (min-width: 576px) {
  #mvp .single-row {
    margin-right: 50%; } }

#mvp .jumbotron-header {
  background-image: url(../img/donor-impact/stories/mvp/header-bg-sm.jpg); }
  @media (min-width: 768px) {
    #mvp .jumbotron-header {
      background-image: url(../img/donor-impact/stories/mvp/header-bg-lg.jpg); } }
@media (min-width: 768px) {
  #cta.become-a-member {
    background-position: 0% 50%;
    background-image: url(../img/cta/become-a-member-lg.jpg);
    background-size: 738px 500px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #cta.become-a-member {
      background-image: url(../img/cta/become-a-member-lg@2x.jpg);
      background-position: 0% 50%;
      background-size: 738px 500px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #cta.athletics-tickets {
    background-position: 100% 50%;
    background-image: url(../img/cta/athletics-tickets-lg.jpg);
    background-size: 695px 500px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #cta.athletics-tickets {
      background-image: url(../img/cta/athletics-tickets-lg@2x.jpg);
      background-position: 100% 50%;
      background-size: 695px 500px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #cta.have-a-question {
    background-position: 0% 50%;
    background-image: url(../img/cta/have-a-question-v2-lg.jpg);
    background-size: 762px 500px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #cta.have-a-question {
      background-image: url(../img/cta/have-a-question-v2-lg@2x.jpg);
      background-position: 0% 50%;
      background-size: 762px 500px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #cta.softball-footer {
    background-position: 0% 0%;
    background-image: url(../img/cta/softball-bg-lg.jpg);
    background-size: 1280px 500px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #cta.softball-footer {
      background-image: url(../img/cta/softball-bg-lg.jpg);
      background-position: 0% 0%;
      background-size: 1280px 500px;
      background-repeat: no-repeat; } }
.chart-custom .ct-label {
  font-size: 0.95rem;
  color: #500000 !important;
  fill: #500000 !important; }
  @media (min-width: 1200px) {
    .chart-custom .ct-label {
      font-size: 1rem !important; } }
.chart-custom span.ct-label {
  font-size: 18px;
  color: #500000;
  width: 30px; }
  .chart-custom span.ct-label.ct-start {
    font-size: 15px; }
    @media (min-width: 576px) {
      .chart-custom span.ct-label.ct-start {
        font-size: 15px; } }
  .chart-custom span.ct-label.ct-end {
    font-size: 13px;
    margin-left: -25px !important; }

.chart-custom .ct-series-a .ct-bar {
  stroke: #500000;
  stroke-width: 10px; }

.chart-custom .ct-series-a .ct-slice-donut {
  stroke: white; }

.chart-custom .ct-series-b .ct-bar {
  stroke: #b3b3b3; }

.chart-custom .ct-series-b .ct-slice-donut {
  stroke: #500000; }
  .chart-custom .ct-series-b .ct-slice-donut .ct-label {
    fill: #500000;
    color: #500000; }

.chart-custom .ct-series-c .ct-bar {
  stroke: #b3b3b3; }

.chart-custom .ct-series-d .ct-bar {
  stroke: #b3b3b3; }

.chart-custom .ct-series-e .ct-bar {
  stroke: #b3b3b3; }

.chart-custom .ct-series-f .ct-bar {
  stroke: #b3b3b3; }

.chart-custom .ct-series-g .ct-bar {
  stroke: #b3b3b3; }

.chart-custom .ct-series-h .ct-bar {
  stroke: #b3b3b3; }

.chart-custom .ct-series-a .ct-bar,
.chart-custom .ct-series-b .ct-bar,
.chart-custom .ct-series-c .ct-bar,
.chart-custom .ct-series-d .ct-bar,
.chart-custom .ct-series-e .ct-bar,
.chart-custom .ct-series-f .ct-bar,
.chart-custom .ct-series-g .ct-bar,
.chart-custom .ct-series-h .ct-bar {
  stroke-width: 25px; }
  @media (min-width: 1200px) {
    .chart-custom .ct-series-a .ct-bar,
    .chart-custom .ct-series-b .ct-bar,
    .chart-custom .ct-series-c .ct-bar,
    .chart-custom .ct-series-d .ct-bar,
    .chart-custom .ct-series-e .ct-bar,
    .chart-custom .ct-series-f .ct-bar,
    .chart-custom .ct-series-g .ct-bar,
    .chart-custom .ct-series-h .ct-bar {
      stroke-width: 40px; } }
  @media (min-width: 992px) {
    .chart-custom .ct-series-a .ct-bar,
    .chart-custom .ct-series-b .ct-bar,
    .chart-custom .ct-series-c .ct-bar,
    .chart-custom .ct-series-d .ct-bar,
    .chart-custom .ct-series-e .ct-bar,
    .chart-custom .ct-series-f .ct-bar,
    .chart-custom .ct-series-g .ct-bar,
    .chart-custom .ct-series-h .ct-bar {
      stroke-width: 30px; } }
.chart-custom .ct-grid {
  stroke: black;
  stroke-width: 1px;
  stroke-dasharray: 2px; }

#annual-report .chart-custom .ct-label {
  font-size: 0.95rem;
  color: #500000 !important;
  fill: #500000 !important; }
  @media (min-width: 1200px) {
    #annual-report .chart-custom .ct-label {
      font-size: 1rem !important; } }
#annual-report .chart-custom span.ct-label {
  font-size: 18px;
  color: #500000;
  width: 30px; }
  #annual-report .chart-custom span.ct-label.ct-start {
    font-size: 15px; }
    @media (min-width: 576px) {
      #annual-report .chart-custom span.ct-label.ct-start {
        font-size: 15px; } }
  #annual-report .chart-custom span.ct-label.ct-end {
    font-size: 13px;
    margin-left: -25px !important; }

#annual-report .chart-custom .ct-chart-donut {
  overflow: visible; }
  #annual-report .chart-custom .ct-chart-donut .ct-series-a .ct-slice-donut {
    stroke: #500000; }
  #annual-report .chart-custom .ct-chart-donut .ct-series-b .ct-slice-donut {
    stroke: #d6d3c4; }
  #annual-report .chart-custom .ct-chart-donut .ct-series-c .ct-slice-donut {
    stroke: #707373; }

#annual-report .chart-custom .ct-series-a .ct-bar {
  stroke: #b3b3b3;
  stroke-width: 10px; }

#annual-report .chart-custom .ct-series-a .ct-slice-donut {
  stroke: white; }

#annual-report .chart-custom .ct-series-b .ct-bar {
  stroke: #b3b3b3; }

#annual-report .chart-custom .ct-series-b .ct-slice-donut {
  stroke: #500000; }
  #annual-report .chart-custom .ct-series-b .ct-slice-donut .ct-label {
    fill: #500000;
    color: #500000; }

#annual-report .chart-custom .ct-series-c .ct-bar {
  stroke: #b3b3b3; }

#annual-report .chart-custom .ct-series-d .ct-bar {
  stroke: #b3b3b3; }

#annual-report .chart-custom .ct-series-e .ct-bar {
  stroke: #b3b3b3; }

#annual-report .chart-custom .ct-series-f .ct-bar {
  stroke: #b3b3b3; }

#annual-report .chart-custom .ct-series-g .ct-bar {
  stroke: #b3b3b3; }

#annual-report .chart-custom .ct-series-h .ct-bar {
  stroke: #b3b3b3; }

#annual-report .chart-custom .ct-series-i .ct-bar {
  stroke: #500000; }

#annual-report .chart-custom .ct-series-a .ct-bar,
#annual-report .chart-custom .ct-series-b .ct-bar,
#annual-report .chart-custom .ct-series-c .ct-bar,
#annual-report .chart-custom .ct-series-d .ct-bar,
#annual-report .chart-custom .ct-series-e .ct-bar,
#annual-report .chart-custom .ct-series-f .ct-bar,
#annual-report .chart-custom .ct-series-g .ct-bar,
#annual-report .chart-custom .ct-series-h .ct-bar,
#annual-report .chart-custom .ct-series-i .ct-bar {
  stroke-width: 25px; }
  @media (min-width: 1200px) {
    #annual-report .chart-custom .ct-series-a .ct-bar,
    #annual-report .chart-custom .ct-series-b .ct-bar,
    #annual-report .chart-custom .ct-series-c .ct-bar,
    #annual-report .chart-custom .ct-series-d .ct-bar,
    #annual-report .chart-custom .ct-series-e .ct-bar,
    #annual-report .chart-custom .ct-series-f .ct-bar,
    #annual-report .chart-custom .ct-series-g .ct-bar,
    #annual-report .chart-custom .ct-series-h .ct-bar,
    #annual-report .chart-custom .ct-series-i .ct-bar {
      stroke-width: 40px; } }
  @media (min-width: 992px) {
    #annual-report .chart-custom .ct-series-a .ct-bar,
    #annual-report .chart-custom .ct-series-b .ct-bar,
    #annual-report .chart-custom .ct-series-c .ct-bar,
    #annual-report .chart-custom .ct-series-d .ct-bar,
    #annual-report .chart-custom .ct-series-e .ct-bar,
    #annual-report .chart-custom .ct-series-f .ct-bar,
    #annual-report .chart-custom .ct-series-g .ct-bar,
    #annual-report .chart-custom .ct-series-h .ct-bar,
    #annual-report .chart-custom .ct-series-i .ct-bar {
      stroke-width: 30px; } }
#annual-report .chart-custom .ct-grid {
  stroke: black;
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.eh {
  /* ****************************************************** */
  /*                          DOWN                          */
  /* ****************************************************** */ }
  @media (max-width: 576px) {
    .eh.eh-sm {
      min-height: auto !important; } }
  @media (max-width: 768px) {
    .eh.eh-md {
      min-height: auto !important; } }
  @media (max-width: 992px) {
    .eh.eh-lg {
      min-height: auto !important; } }
  @media (max-width: 1200px) {
    .eh.eh-xl {
      min-height: auto !important; } }
  @media (max-width: 1400px) {
    .eh.eh-xxl {
      min-height: auto !important; } }
  @media (max-width: 1600px) {
    .eh.eh-xxl2 {
      min-height: auto !important; } }
  @media (max-width: 1900px) {
    .eh.eh-xxl3 {
      min-height: auto !important; } }
  @media (max-width: 2400px) {
    .eh.eh-xxl4 {
      min-height: auto !important; } }
staff-card {
  opacity: 0;
  transition: opacity 0.75s; }

@media (max-width: 575px) {
  #main-index #cta .modal-login p {
    font-size: 1rem; } }

#main-index #footer-logo-topper {
  position: relative; }
  #main-index #footer-logo-topper #main-logo {
    position: absolute;
    content: '';
    top: -80px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    height: 230px;
    width: 194px; }
    #main-index #footer-logo-topper #main-logo img,
    #main-index #footer-logo-topper #main-logo svg {
      height: 230px;
      width: 194px; }

#main-index #footer {
  padding-top: 10rem; }
  #main-index #footer .main-logo-inset {
    display: none; }

#footer-anchor-element {
  position: relative; }
  #footer-anchor-element::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    width: 100%;
    opacity: 1;
    box-shadow: inset 33.33vw 0px 0px #707373, inset 66.66vw 0px 0px #500000, inset 99.99vw 0px 0px #707373; }

#footer {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  color: #707373;
  background-image: url(../img/gravel-tan.png);
  background-position: 0% 0%;
  background-size: 200px 200px;
  background-repeat: repeat;
  background-color: #d6d3c4; }
  @media (min-width: 992px) {
    #footer {
      padding-bottom: 7rem; } }
  @media (min-width: 1200px) {
    #footer {
      padding-bottom: .1rem; } }
  @media (min-width: 992px) {
    #footer::before {
      bottom: 50px;
      left: 50px;
      width: 200px;
      height: 200px;
      content: url(../img/corner-line-highlight-sm.svg);
      position: absolute;
      transform: rotate(270deg);
      opacity: .2;
      z-index: 0; } }
  @media (min-width: 1430px) {
    #footer::before {
      bottom: 100px;
      left: 50px;
      width: 700px;
      height: 200px;
      content: url(../img/corner-line-highlight.svg);
      position: absolute;
      transform: rotate(180deg);
      opacity: .2;
      z-index: 0; } }
  @media (min-width: 1200px) {
    #footer {
      padding-bottom: 7rem; }
      #footer::before {
        bottom: 50px; } }
  @media (min-width: 1600px) {
    #footer::before {
      left: 5%; } }
  @media (min-width: 2200px) {
    #footer::after {
      bottom: 100px;
      right: 50px;
      width: 700px;
      height: 200px;
      content: url(../img/corner-line-highlight-left.svg);
      position: absolute;
      transform: rotate(180deg);
      opacity: .2;
      z-index: 0; }
    #footer::after {
      right: 5%;
      bottom: 50px; } }
  @media (max-width: 767.98px) {
    #footer #main-logo {
      width: 110px;
      height: 110px; } }
  @media (min-width: 768px) {
    #footer #main-logo {
      width: 140px;
      height: 140px; } }
  @media (min-width: 992px) {
    #footer .row.align-items-end {
      height: 350px; } }
  #footer #main-logo {
    height: 230px;
    width: 194px; }
    #footer #main-logo img,
    #footer #main-logo svg {
      height: 230px;
      width: 194px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #footer {
      background-image: url(../img/gravel-tan.png);
      background-position: 0% 0%;
      background-size: 200px 200px;
      background-repeat: repeat;
      background-color: #d6d3c4; } }
  #footer .mission-text h3 {
    font-size: 1.4rem;
    line-height: 1.2; }
    @media (min-width: 576px) {
      #footer .mission-text h3 {
        font-size: 1.925rem; } }
    #footer .mission-text h3 span.text-wrap {
      position: relative; }
      #footer .mission-text h3 span.text-wrap span {
        font-family: "KlinicSlabBoldItalic", sans-serif; }
      @media (min-width: 1200px) {
        #footer .mission-text h3 span.text-wrap::before {
          position: absolute;
          content: '';
          top: 11px;
          left: -150px;
          height: 5px;
          width: 120px;
          background: linear-gradient(to right, #707373 25%, #500000 75%); }
        #footer .mission-text h3 span.text-wrap::after {
          position: absolute;
          content: '';
          top: 11px;
          right: -150px;
          height: 5px;
          width: 120px;
          background: linear-gradient(to right, #500000 75%, #707373 25%); } }
  #footer .mission-text-bold h2 {
    line-height: 1;
    font-size: 2rem; }
    @media (min-width: 576px) {
      #footer .mission-text-bold h2 {
        font-size: 4.5rem; } }
    @media (min-width: 1200px) {
      #footer .mission-text-bold h2 {
        font-size: 5.5rem; } }
  #footer #texas-am-logo {
    margin-right: auto;
    margin-left: auto;
    width: 90px;
    height: 78px; }
    #footer #texas-am-logo .texas-am-logo-color {
      fill: #500000; }
  #footer .z-index {
    position: relative;
    z-index: 1; }
  #footer .copy-wrapper {
    position: relative; }
    @media (min-width: 992px) {
      #footer .copy-wrapper .copyright {
        position: absolute;
        content: '';
        bottom: -75px;
        right: 0;
        left: auto;
        margin-right: 8.3333333333%;
        text-align: right; } }
    @media (min-width: 2200px) {
      #footer .copy-wrapper .copyright {
        text-align: center;
        right: 0;
        left: 0;
        margin-right: 0; } }
    #footer .copy-wrapper .copyright .sam-logo {
      position: relative;
      top: 1px; }
      #footer .copy-wrapper .copyright .sam-logo img,
      #footer .copy-wrapper .copyright .sam-logo svg {
        position: relative;
        top: -2px;
        margin: 0 2px;
        height: 23px;
        width: 15px; }
        #footer .copy-wrapper .copyright .sam-logo img .cls-1,
        #footer .copy-wrapper .copyright .sam-logo svg .cls-1 {
          fill: #500000; }

ul.social-links {
  padding-left: 0px; }
  ul.social-links li {
    width: 40px;
    margin-left: 18px;
    display: inline-block; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      ul.social-links li {
        width: 24px;
        margin-left: 3px; } }
    ul.social-links li:nth-child(1) {
      margin-left: 0px; }
    ul.social-links li .facebook path {
      transition: fill .4s ease; }
    ul.social-links li .facebook .st0 {
      fill: #500000; }
    ul.social-links li .facebook .st1 {
      fill: #ffffff; }
    ul.social-links li .facebook:hover .st0 {
      fill: #ffffff; }
    ul.social-links li .facebook:hover .st1 {
      fill: #500000; }
    ul.social-links li .facebook.fb-light .st0 {
      fill: #d6d3c4; }
    ul.social-links li .facebook.fb-light .st1 {
      fill: #500000; }
    ul.social-links li .facebook.fb-light:hover .st0 {
      fill: #ffffff; }
    ul.social-links li .facebook.fb-light:hover .st1 {
      fill: #500000; }
    ul.social-links li .twitter path,
    ul.social-links li .instagram path,
    ul.social-links li .youtube path {
      transition: fill .2s ease; }
    ul.social-links li .twitter .st0,
    ul.social-links li .instagram .st0,
    ul.social-links li .youtube .st0 {
      fill: #500000; }
    ul.social-links li .twitter:hover .st0,
    ul.social-links li .instagram:hover .st0,
    ul.social-links li .youtube:hover .st0 {
      fill: #ffffff; }
    ul.social-links li .twitter.social-light .st0,
    ul.social-links li .instagram.social-light .st0,
    ul.social-links li .youtube.social-light .st0 {
      fill: #d6d3c4; }
    ul.social-links li .twitter.social-light:hover .st0,
    ul.social-links li .instagram.social-light:hover .st0,
    ul.social-links li .youtube.social-light:hover .st0 {
      fill: #ffffff; }

.page-header {
  background-size: cover;
  background-position: center; }

.jumbotron-header.jumbotron-header-1 {
  background-image: url(../img/header-bg/1-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-1 {
      background-image: url(../img/header-bg/1-lg.jpg); } }
.jumbotron-header.jumbotron-header-2 {
  background-image: url(../img/header-bg/2-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-2 {
      background-image: url(../img/header-bg/2-lg.jpg); } }
.jumbotron-header.jumbotron-header-3 {
  background-image: url(../img/header-bg/3-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-3 {
      background-image: url(../img/header-bg/3-lg.jpg); } }
.jumbotron-header.jumbotron-header-3a {
  background-image: url(../img/header-bg/3a-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-3a {
      background-image: url(../img/header-bg/3a-lg.jpg); } }
.jumbotron-header.jumbotron-header-3b {
  background-image: url(../img/header-bg/3b-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-3b {
      background-image: url(../img/header-bg/3b-lg.jpg); } }
.jumbotron-header.jumbotron-header-4 {
  background-image: url(../img/header-bg/4-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-4 {
      background-image: url(../img/header-bg/4-lg.jpg); } }
.jumbotron-header.jumbotron-header-5 {
  background-image: url(../img/header-bg/5-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-5 {
      background-image: url(../img/header-bg/5-lg.jpg); } }
.jumbotron-header.jumbotron-header-6 {
  background-image: url(../img/header-bg/6-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-6 {
      background-image: url(../img/header-bg/6-lg.jpg); } }
.jumbotron-header.jumbotron-header-7 {
  background-image: url(../img/header-bg/7-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-7 {
      background-image: url(../img/header-bg/7-lg.jpg); } }
.jumbotron-header.jumbotron-header-8 {
  background-image: url(../img/header-bg/8-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-8 {
      background-image: url(../img/header-bg/8-lg.jpg); } }
.jumbotron-header.jumbotron-header-9 {
  background-image: url(../img/header-bg/9-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-9 {
      background-image: url(../img/header-bg/9-lg.jpg); } }
.jumbotron-header.jumbotron-header-10 {
  background-image: url(../img/header-bg/10-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-10 {
      background-image: url(../img/header-bg/10-lg.jpg); } }
.jumbotron-header.jumbotron-header-11 {
  background-image: url(../img/header-bg/11-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-11 {
      background-image: url(../img/header-bg/11-lg.jpg); } }
.jumbotron-header.jumbotron-header-12 {
  background-image: url(../img/header-bg/12-lg.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-12 {
      background-image: url(../img/header-bg/12-lg.jpg); } }
.jumbotron-header.jumbotron-header-13 {
  background-image: url(../img/header-bg/13-sm-new.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-13 {
      background-image: url(../img/header-bg/13-lg-new.jpg); } }
.jumbotron-header.jumbotron-header-summer-meetings {
  background-image: url(../img/header-bg/summer-meetings-bg-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-summer-meetings {
      background-image: url(../img/header-bg/summer-meetings-bg-lg.jpg); } }
.jumbotron-header.jumbotron-header-fb-ticket-interest {
  background-image: url(../img/header-bg/fb-ticket-interest-bg-sm.jpg); }
  @media (min-width: 768px) {
    .jumbotron-header.jumbotron-header-fb-ticket-interest {
      background-image: url(../img/header-bg/fb-ticket-interest-bg-lg.jpg); } }
#nil-fund .about-us-header {
  background: url(../img/nil-fund/bg-header-sm.jpg), url(../img/gravel-white.png);
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: 768px 373px, 200px 200px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #nil-fund .about-us-header {
      background: url(../img/nil-fund/bg-header-sm@2x.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 768px 373px, 200px 200px; } }
  @media (min-width: 768px) {
    #nil-fund .about-us-header {
      background: url(../img/nil-fund/bg-header-md.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 200px 200px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #nil-fund .about-us-header {
      background: url(../img/nil-fund/bg-header-md@2x.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 200px 200px; } }
  @media (min-width: 1441px) {
    #nil-fund .about-us-header {
      background-image: url(../img/nil-fund/bg-header-lg.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-size: 2560px 1244px, 200px 200px; } }
@media (min-width: 768px) {
  #nil-fund .jumbotron-mission {
    padding-bottom: 20rem;
    background-position: 50% 100%;
    background-image: url(../img/nil-fund/jumbotron-bg-lg.jpg);
    background-size: 1200px 493px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #nil-fund .jumbotron-mission {
      background-image: url(../img/nil-fund/jumbotron-bg-lg@2x.jpg);
      background-position: 50% 100%;
      background-size: 1200px 493px;
      background-repeat: no-repeat; } }
#about-us .about-us-header,
#donation .about-us-header {
  background: url(../img/about-us/who-we-are-bg-header-sm-v2.jpg), url(../img/fabric_1.png);
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: 768px 373px, 400px 400px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #about-us .about-us-header,
    #donation .about-us-header {
      background: url(../img/about-us/who-we-are-bg-header-sm@2x.jpg), url(../img/fabric_1_@2X.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 768px 373px, 400px 400px; } }
  @media (min-width: 768px) {
    #about-us .about-us-header,
    #donation .about-us-header {
      background: url(../img/about-us/who-we-are-bg-header-md.jpg), url(../img/fabric_1.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 400px 400px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #about-us .about-us-header,
    #donation .about-us-header {
      background: url(../img/about-us/who-we-are-bg-header-md@2x.jpg), url(../img/fabric_1_@2X.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 400px 400px; } }
  @media (min-width: 1441px) {
    #about-us .about-us-header,
    #donation .about-us-header {
      background-image: url(../img/about-us/who-we-are-bg-header-lg.jpg), url(../img/fabric_1.png);
      background-repeat: no-repeat, repeat;
      background-size: 2560px 1244px, 400px 400px; } }
@media (min-width: 768px) {
  #about-us .jumbotron-mission,
  #donation .jumbotron-mission {
    padding-bottom: 20rem;
    background-position: 50% 100%;
    background-image: url(../img/about-us/about-us-jumbotron-bg-lg.jpg);
    background-size: 1200px 493px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #about-us .jumbotron-mission,
    #donation .jumbotron-mission {
      background-image: url(../img/about-us/about-us-jumbotron-bg-lg@2x.jpg);
      background-position: 50% 100%;
      background-size: 1200px 493px;
      background-repeat: no-repeat; } }
#our-staff .our-staff-header {
  background: url(../img/about-us/our-team/header/bg-header-sm.jpg), url(../img/gravel-white.png);
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: 768px 373px, 200px 200px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #our-staff .our-staff-header {
      background: url(../img/about-us/our-team/header/bg-header-sm@2x.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 768px 373px, 200px 200px; } }
  @media (min-width: 768px) {
    #our-staff .our-staff-header {
      background: url(../img/about-us/our-team/header/bg-header-md.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 200px 200px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #our-staff .our-staff-header {
      background: url(../img/about-us/our-team/header/bg-header-md@2x.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 200px 200px; } }
  @media (min-width: 1441px) {
    #our-staff .our-staff-header {
      background-image: url(../img/about-us/our-team/header/bg-header-lg.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-size: 2560px 1244px, 200px 200px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #our-staff .our-staff-header {
      background: url(../img/about-us/our-team/header/bg-header-lg@2x.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 2560px 1244px, 200px 200px; } }
#faq .faq-header,
#digital-tickets .faq-header {
  background: url(../img/about-us/faq/header/bg-header-sm.jpg), url(../img/fabric_1.png);
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: 768px 373px, 400px 400px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #faq .faq-header,
    #digital-tickets .faq-header {
      background: url(../img/about-us/faq/header/bg-header-sm@2x.jpg), url(../img/fabric_1_@2X.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 768px 373px, 400px 400px; } }
  @media (min-width: 768px) {
    #faq .faq-header,
    #digital-tickets .faq-header {
      background: url(../img/about-us/faq/header/bg-header-md.jpg), url(../img/fabric_1.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 400px 400px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #faq .faq-header,
    #digital-tickets .faq-header {
      background: url(../img/about-us/faq/header/bg-header-md@2x.jpg), url(../img/fabric_1_@2X.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 400px 400px; } }
  @media (min-width: 1441px) {
    #faq .faq-header,
    #digital-tickets .faq-header {
      background-image: url(../img/about-us/faq/header/bg-header-lg.jpg), url(../img/fabric_1.png);
      background-repeat: no-repeat, repeat;
      background-size: 2560px 1244px, 400px 400px; } }
#donor-impact .donor-impact-header {
  background: url(../img/donor-impact/bg-header-sm.jpg), url(../img/fabric_1.png);
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: 768px 373px, 400px 400px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #donor-impact .donor-impact-header {
      background: url(../img/donor-impact/bg-header-sm@2x.jpg), url(../img/fabric_1_@2X.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 768px 373px, 400px 400px; } }
  @media (min-width: 768px) {
    #donor-impact .donor-impact-header {
      background: url(../img/donor-impact/bg-header-md.jpg), url(../img/fabric_1.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 400px 400px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #donor-impact .donor-impact-header {
      background: url(../img/donor-impact/bg-header-md@2x.jpg), url(../img/fabric_1_@2X.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 400px 400px; } }
  @media (min-width: 1441px) {
    #donor-impact .donor-impact-header {
      background-image: url(../img/donor-impact/bg-header-lg.jpg), url(../img/fabric_1.png);
      background-repeat: no-repeat, repeat;
      background-size: 2560px 1244px, 400px 400px; } }
#cost-of-athletics .cost-of-athletics-header {
  background: url(../img/donor-impact/cost-of-athletics/bg-header-sm.jpg), url(../img/fabric_1.png);
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: 768px 373px, 400px 400px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #cost-of-athletics .cost-of-athletics-header {
      background: url(../img/donor-impact/cost-of-athletics/bg-header-sm@2x.jpg), url(../img/fabric_1_@2X.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 768px 373px, 400px 400px; } }
  @media (min-width: 768px) {
    #cost-of-athletics .cost-of-athletics-header {
      background: url(../img/donor-impact/cost-of-athletics/bg-header-md.jpg), url(../img/fabric_1.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 400px 400px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #cost-of-athletics .cost-of-athletics-header {
      background: url(../img/donor-impact/cost-of-athletics/bg-header-md@2x.jpg), url(../img/fabric_1_@2X.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 400px 400px; } }
  @media (min-width: 1441px) {
    #cost-of-athletics .cost-of-athletics-header {
      background-image: url(../img/donor-impact/cost-of-athletics/bg-header-lg.jpg), url(../img/fabric_1.png);
      background-repeat: no-repeat, repeat;
      background-size: 2560px 1244px, 400px 400px; } }
#davis-player-development-center .davis-player-development-center-header {
  background: url(../img/priorities-events/davis-player-development-center/header/bg-header-sm.jpg), url(../img/fabric_1.png);
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: 768px 373px, 400px 400px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #davis-player-development-center .davis-player-development-center-header {
      background: url(../img/priorities-events/davis-player-development-center/header/bg-header-sm@2x.jpg), url(../img/fabric_1_@2X.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 768px 373px, 400px 400px; } }
  @media (min-width: 768px) {
    #davis-player-development-center .davis-player-development-center-header {
      background: url(../img/priorities-events/davis-player-development-center/header/bg-header-md.jpg), url(../img/fabric_1.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 400px 400px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #davis-player-development-center .davis-player-development-center-header {
      background: url(../img/priorities-events/davis-player-development-center/header/bg-header-md@2x.jpg), url(../img/fabric_1_@2X.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 699px, 400px 400px; } }
  @media (min-width: 1441px) {
    #davis-player-development-center .davis-player-development-center-header {
      background-image: url(../img/priorities-events/davis-player-development-center/header/bg-header-lg.jpg), url(../img/fabric_1.png);
      background-repeat: no-repeat, repeat;
      background-size: 2560px 1244px, 400px 400px; } }
#membership-giving .membership-giving-header {
  background: url(../img/membership-giving/bg-header-sm.jpg), url(../img/gravel-white.png);
  background-repeat: no-repeat, repeat;
  background-position: top center;
  background-size: 768px 373px, 200px 200px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #membership-giving .membership-giving-header {
      background: url(../img/membership-giving/bg-header-sm@2x.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 768px 373px, 200px 200px; } }
  @media (min-width: 768px) {
    #membership-giving .membership-giving-header {
      background: url(../img/membership-giving/bg-header-md.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 700px, 200px 200px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #membership-giving .membership-giving-header {
      background: url(../img/membership-giving/bg-header-md@2x.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 1440px 700px, 200px 200px; } }
  @media (min-width: 1441px) {
    #membership-giving .membership-giving-header {
      background-image: url(../img/membership-giving/bg-header-lg.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-size: 2560px 1244px, 200px 200px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #membership-giving .membership-giving-header {
      background: url(../img/membership-giving/bg-header-lg@2x.jpg), url(../img/gravel-white.png);
      background-repeat: no-repeat, repeat;
      background-position: top center;
      background-size: 2560px 1244px, 200px 200px; } }
.no-webp #main-index section#your-impact {
  background-image: url(../img/index/your-impact/xs.png), url(../img/gravel-white.png);
  background-position: 50% 0%, 0% 0%;
  background-size: 576px 356px, 200px 200px;
  background-repeat: no-repeat, repeat;
  background-color: #ffffff; }
  @media (min-width: 576px) {
    .no-webp #main-index section#your-impact {
      background-image: url(../img/index/your-impact/xl.png), url(../img/gravel-white.png);
      background-position: 50% 0%, 0% 0%;
      background-size: 1440px 653px, 200px 200px;
      background-repeat: no-repeat, repeat;
      background-color: #ffffff; } }
  @media (min-width: 1441px) {
    .no-webp #main-index section#your-impact {
      background-image: url(../img/index/your-impact/xxl.png), url(../img/gravel-white.png);
      background-position: 50% 0%, 0% 0%;
      background-size: 2560px 1170px, 200px 200px;
      background-repeat: no-repeat, repeat;
      background-color: #ffffff; } }
.webp #main-index section#your-impact {
  background-image: url(../img/index/your-impact/xs.webp), url(../img/gravel-white.png);
  background-position: 50% 0%, 0% 0%;
  background-size: 576px 356px, 200px 200px;
  background-repeat: no-repeat, repeat;
  background-color: #ffffff; }
  @media (min-width: 576px) {
    .webp #main-index section#your-impact {
      background-image: url(../img/index/your-impact/xl.webp), url(../img/gravel-white.png);
      background-position: 50% 0%, 0% 0%;
      background-size: 1440px 653px, 200px 200px;
      background-repeat: no-repeat, repeat;
      background-color: #ffffff; } }
  @media (min-width: 1441px) {
    .webp #main-index section#your-impact {
      background-image: url(../img/index/your-impact/xxl.webp), url(../img/gravel-white.png);
      background-position: 50% 0%, 0% 0%;
      background-size: 2560px 1170px, 200px 200px;
      background-repeat: no-repeat, repeat;
      background-color: #ffffff; } }
@media (max-width: 992px) {
  #main-index .modal .modal-body h1 {
    font-size: 1.6rem; } }

#main-index .modal .modal-content {
  border-radius: 0; }

#main-index .modal .close {
  position: absolute;
  content: "";
  left: auto;
  bottom: auto;
  font-size: 2.5rem;
  background-image: url(../img/index/cd-icon-close.svg) no-repeat 0 0; }

#main-index .header-wrapper {
  height: 50px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }
  @media only screen and (min-width: 1100px) {
    #main-index .header-wrapper {
      height: 70px; } }
#main-index .notification-wrapper-main-index .carousel {
  height: 200px; }
  @media (min-width: 576px) {
    #main-index .notification-wrapper-main-index .carousel {
      height: 250px; } }
  #main-index .notification-wrapper-main-index .carousel .carousel-indicators {
    height: 20px;
    width: 250px;
    margin: 0;
    top: 175px;
    left: 34px; }
    @media (min-width: 576px) {
      #main-index .notification-wrapper-main-index .carousel .carousel-indicators {
        left: 105px;
        transform: rotate(90deg);
        top: 108px; } }
    #main-index .notification-wrapper-main-index .carousel .carousel-indicators li {
      height: 5px;
      width: 18px;
      margin: 0 3px;
      opacity: 1;
      background-color: #500000; }
      #main-index .notification-wrapper-main-index .carousel .carousel-indicators li.active {
        background-color: #fff; }

#main-index .notification-wrapper-main-index .demo-avd {
  width: 340px;
  border-radius: 0;
  left: 20px;
  bottom: 0; }
  @media (min-width: 576px) {
    #main-index .notification-wrapper-main-index .demo-avd {
      width: 450px; } }
  #main-index .notification-wrapper-main-index .demo-avd .demo-avd__close {
    top: 0;
    right: 0;
    background: url(../img/index/icon-avd-x.svg) no-repeat 0 0;
    background-size: 50%;
    background-position: 50% 50%;
    opacity: 1;
    cursor: pointer;
    background-color: #500000;
    height: 20px;
    width: 20px; }
  #main-index .notification-wrapper-main-index .demo-avd .demo-avd__img {
    height: 250px; }
    #main-index .notification-wrapper-main-index .demo-avd .demo-avd__img video {
      height: 250px;
      max-width: initial;
      margin-left: -50%; }
    #main-index .notification-wrapper-main-index .demo-avd .demo-avd__img .video-wrapper {
      overflow: hidden; }
  #main-index .notification-wrapper-main-index .demo-avd .demk-avd__text-wrapper {
    padding: 16px 22px 16px 16px;
    text-align: left; }

#main-index .scroll-text-wrapper {
  position: relative; }
  #main-index .scroll-text-wrapper .scroll-text {
    position: absolute;
    content: "";
    top: -78px;
    bottom: auto;
    left: auto;
    right: 10%;
    z-index: 10000;
    width: 150px;
    height: 50px;
    color: #ffffff;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    text-align: center;
    text-shadow: 0px 0px 18px #000000; }
    #main-index .scroll-text-wrapper .scroll-text a {
      color: #ffffff; }
    #main-index .scroll-text-wrapper .scroll-text span {
      font-weight: 700;
      font-size: 1.5rem; }
    #main-index .scroll-text-wrapper .scroll-text::before {
      display: block;
      position: static;
      width: 25px;
      height: 13px;
      margin: 0 auto 35px;
      transform: rotate(-90deg);
      background: url(../img/arrow-white.svg);
      content: "";
      opacity: 1;
      animation: rotate-bounce 3s infinite; }

#main-index section {
  background-image: url(../img/gravel-white.png);
  background-position: 0% 0%;
  background-size: 200px 200px;
  background-repeat: repeat;
  background-color: #ffffff; }
  #main-index section .container-fluid {
    max-width: 1140px; }
    @media (min-width: 1441px) {
      #main-index section .container-fluid {
        max-width: 1300px; } }
    @media (min-width: 1800px) {
      #main-index section .container-fluid {
        max-width: 1600px; } }
    @media (min-width: 576px) {
      #main-index section .container-fluid.container-fluid-wide {
        padding-left: 65px;
        padding-right: 65px; } }
    @media (min-width: 1441px) {
      #main-index section .container-fluid.container-fluid-wide {
        max-width: 1600px; } }
    @media (min-width: 1800px) {
      #main-index section .container-fluid.container-fluid-wide {
        max-width: 2200px; } }
    @media (min-width: 576px) {
      #main-index section .container-fluid.container-fluid-extra-wide {
        padding-left: 65px;
        padding-right: 65px; } }
    @media (min-width: 1200px) {
      #main-index section .container-fluid.container-fluid-extra-wide {
        max-width: 1440px; } }
    @media (min-width: 1441px) {
      #main-index section .container-fluid.container-fluid-extra-wide {
        max-width: 1800px; } }
    @media (min-width: 1800px) {
      #main-index section .container-fluid.container-fluid-extra-wide {
        max-width: 2400px; } }
  #main-index section#intro {
    position: relative; }
    #main-index section#intro .cd-hero__content.cd-hero__content--bg-video {
      display: block; }
    #main-index section#intro .cd-hero__slider {
      min-height: 550px;
      height: 95vh; }
      @media (min-width: 576px) {
        #main-index section#intro .cd-hero__slider {
          min-height: 600px;
          height: 100vh; } }
      @media (min-width: 992px) {
        #main-index section#intro .cd-hero__slider {
          height: calc(100vh + 20px); } }
      #main-index section#intro .cd-hero__slider .cd-hero__slide {
        background-image: none;
        background-color: #ffffff; }
    #main-index section#intro .bar.bar-left {
      position: absolute;
      content: "";
      top: auto;
      bottom: 0;
      right: auto;
      left: 0;
      width: 20px; }
      #main-index section#intro .bar.bar-left .top {
        height: 15vh;
        background-color: #d6d3c4; }
      #main-index section#intro .bar.bar-left .bottom {
        height: 30vh;
        background-color: #500000; }
    #main-index section#intro .bar.bar-right {
      position: absolute;
      content: "";
      top: auto;
      bottom: 0;
      right: 0;
      left: auto;
      width: 20px; }
      #main-index section#intro .bar.bar-right .top {
        height: 15vh;
        background-color: #d6d3c4; }
      #main-index section#intro .bar.bar-right .bottom {
        height: 30vh;
        background-color: #500000; }
    #main-index section#intro #main-logo {
      height: 165px;
      width: 139px; }
      @media (min-width: 576px) {
        #main-index section#intro #main-logo {
          height: 190px;
          width: 160px; } }
      @media (min-width: 1441px) {
        #main-index section#intro #main-logo {
          height: 230px;
          width: 194px; } }
      #main-index section#intro #main-logo img,
      #main-index section#intro #main-logo svg {
        height: 165px;
        width: 139px; }
        @media (min-width: 576px) {
          #main-index section#intro #main-logo img,
          #main-index section#intro #main-logo svg {
            height: 190px;
            width: 160px; } }
        @media (min-width: 1441px) {
          #main-index section#intro #main-logo img,
          #main-index section#intro #main-logo svg {
            height: 230px;
            width: 194px; } }
    #main-index section#intro h1 {
      position: relative;
      font-family: "KlinicSlabBold", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.8rem; }
      @media (min-width: 768px) {
        #main-index section#intro h1 {
          font-size: 2.4rem; } }
      @media (min-width: 992px) {
        #main-index section#intro h1 {
          font-size: 2.75rem; } }
      #main-index section#intro h1 span {
        font-family: "KlinicSlabBoldItalic", sans-serif; }
      #main-index section#intro h1::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        width: 150px;
        margin: 0 auto;
        text-align: center;
        background: linear-gradient(to right, #500000 20%, #ffffff 20% 80%, #500000 80%); }
  #main-index section#your-impact {
    position: relative;
    padding-top: 9rem; }
    @media (min-width: 576px) {
      #main-index section#your-impact {
        padding-top: 14rem; } }
    @media (min-width: 1441px) {
      #main-index section#your-impact {
        padding-top: 23rem; } }
    #main-index section#your-impact .bar.bar-horz {
      position: absolute;
      content: "";
      top: -20px;
      bottom: auto;
      right: 0;
      left: 0;
      margin: 0 auto;
      height: 20px;
      width: 40%;
      margin: 0 auto;
      text-align: center;
      background: linear-gradient(to right, #500000 20%, #d6d3c4 20% 80%, #500000 80%); }
    #main-index section#your-impact .bar.bar-left {
      position: absolute;
      content: "";
      top: 0;
      bottom: auto;
      right: auto;
      left: 0;
      width: 20px;
      height: 15vh;
      background-color: #707373; }
    #main-index section#your-impact .bar.bar-right {
      position: absolute;
      content: "";
      top: 0;
      bottom: auto;
      right: 0;
      left: auto;
      width: 20px;
      height: 15vh;
      background-color: #707373; }
    #main-index section#your-impact .section-title h3 {
      position: relative; }
      #main-index section#your-impact .section-title h3::before {
        position: absolute;
        content: "";
        bottom: -40px;
        left: 0;
        right: 0;
        height: 5px;
        width: 150px;
        margin: 0 auto;
        text-align: center;
        background: linear-gradient(to right, #707373 20%, #500000 20% 80%, #707373 80%); }
    #main-index section#your-impact .your-impact-buttons-wrapper {
      padding-top: 4.5rem; }
      #main-index section#your-impact .your-impact-buttons-wrapper a.btn {
        color: #d6d3c4;
        border-radius: 0;
        font-family: "KlinicSlabBook", sans-serif;
        font-weight: 300 !important;
        line-height: 1.2; }
        @media (min-width: 1441px) {
          #main-index section#your-impact .your-impact-buttons-wrapper a.btn {
            line-height: 1.4; } }
        #main-index section#your-impact .your-impact-buttons-wrapper a.btn strong {
          font-family: "KlinicSlabBold", sans-serif;
          font-weight: 700; }
        @media (min-width: 992px) {
          #main-index section#your-impact .your-impact-buttons-wrapper a.btn span {
            display: block; } }
        @media (min-width: 1441px) {
          #main-index section#your-impact .your-impact-buttons-wrapper a.btn span {
            display: inline-block; } }
    #main-index section#your-impact .callout-wrapper {
      padding-top: 8rem; }
      #main-index section#your-impact .callout-wrapper #looping-video {
        position: relative; }
        @media (min-width: 1200px) {
          #main-index section#your-impact .callout-wrapper #looping-video {
            margin-right: 2rem; } }
        #main-index section#your-impact .callout-wrapper #looping-video:hover {
          cursor: pointer; }
          #main-index section#your-impact .callout-wrapper #looping-video:hover .video-play-button img {
            transform: scale(1.2); }
        #main-index section#your-impact .callout-wrapper #looping-video .video-container {
          position: relative; }
          #main-index section#your-impact .callout-wrapper #looping-video .video-container .video-play-button {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1; }
            #main-index section#your-impact .callout-wrapper #looping-video .video-container .video-play-button img {
              height: 100px;
              width: 100px;
              transition: ease 0.3s all; }
          #main-index section#your-impact .callout-wrapper #looping-video .video-container .video-wrapper {
            position: relative;
            overflow: hidden;
            height: 100%;
            width: 100%; }
            #main-index section#your-impact .callout-wrapper #looping-video .video-container .video-wrapper .bar.bar-left {
              position: absolute;
              content: "";
              top: 0;
              left: 0;
              height: calc(100% - 8px);
              width: 25px;
              z-index: 1;
              background-color: #500000; }
            #main-index section#your-impact .callout-wrapper #looping-video .video-container .video-wrapper .video {
              position: relative; }
              #main-index section#your-impact .callout-wrapper #looping-video .video-container .video-wrapper .video::before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                height: 15%;
                width: 25px;
                z-index: 2;
                background-color: #707373; }
              #main-index section#your-impact .callout-wrapper #looping-video .video-container .video-wrapper .video::after {
                position: absolute;
                content: "";
                bottom: 8px;
                left: 0;
                height: 15%;
                width: 25px;
                z-index: 2;
                background-color: #d6d3c4; }
            #main-index section#your-impact .callout-wrapper #looping-video .video-container .video-wrapper video {
              position: relative;
              background-color: #500000;
              padding-left: 25px;
              margin-left: 50%;
              transform: translateX(-50%);
              height: 100%;
              width: 100%; }
              @media (min-width: 1200px) {
                #main-index section#your-impact .callout-wrapper #looping-video .video-container .video-wrapper video {
                  height: 650px;
                  width: auto;
                  margin-right: 2rem; } }
              @media (min-width: 1441px) {
                #main-index section#your-impact .callout-wrapper #looping-video .video-container .video-wrapper video {
                  height: 100%;
                  width: 100%; } }
      #main-index section#your-impact .callout-wrapper h3 {
        font-size: 1.3rem; }
        @media (min-width: 768px) {
          #main-index section#your-impact .callout-wrapper h3 {
            font-size: 1.5rem; } }
      #main-index section#your-impact .callout-wrapper h2 {
        position: relative;
        font-size: 2.4rem; }
        @media (min-width: 768px) {
          #main-index section#your-impact .callout-wrapper h2 {
            font-size: 3.2rem; } }
        @media (min-width: 992px) {
          #main-index section#your-impact .callout-wrapper h2 {
            font-size: 4rem; } }
        @media (min-width: 1441px) {
          #main-index section#your-impact .callout-wrapper h2 {
            font-size: 4.5rem; } }
        #main-index section#your-impact .callout-wrapper h2::before {
          position: absolute;
          content: "";
          height: 5px;
          bottom: -20px;
          left: 0;
          width: 120px;
          right: 0;
          margin: 0 auto;
          background: linear-gradient(to right, #500000 75%, #707373 25%); }
          @media (min-width: 576px) {
            #main-index section#your-impact .callout-wrapper h2::before {
              right: auto;
              margin: auto; } }
          @media (min-width: 1200px) {
            #main-index section#your-impact .callout-wrapper h2::before {
              bottom: 25px;
              left: -100px;
              width: 240px; } }
        #main-index section#your-impact .callout-wrapper h2::after {
          display: none;
          height: 50px;
          width: 61px;
          background-image: url(../img/Texas-AM-logo-white.svg);
          background-position: 0% 0%;
          background-size: 61px 50px;
          background-repeat: no-repeat; }
          @media (min-width: 576px) {
            #main-index section#your-impact .callout-wrapper h2::after {
              position: absolute;
              content: "";
              bottom: -40px;
              left: -90px;
              display: block; } }
          @media (min-width: 1200px) {
            #main-index section#your-impact .callout-wrapper h2::after {
              bottom: 4px;
              left: -185px; } }
      #main-index section#your-impact .callout-wrapper p.lead {
        line-height: 1.8; }
  #main-index section#home-of-the-12th-man {
    padding-top: 3rem; }
  #main-index section#ways-to-support {
    position: relative; }
    #main-index section#ways-to-support::before {
      position: absolute;
      content: "";
      top: 102px;
      left: 0;
      height: 5px;
      width: 50%;
      z-index: 1;
      background-color: #d6d3c4; }
    #main-index section#ways-to-support::after {
      display: none;
      color: #707373; }
      @media (min-width: 576px) {
        #main-index section#ways-to-support::after {
          position: absolute;
          content: "There’s a spirit can ne’er be told...";
          top: 50%;
          left: -142px;
          font-size: 1.1rem;
          font-family: "KlinicSlabBoldItalic", sans-serif;
          font-style: italic;
          font-weight: normal;
          transform: rotate(270deg);
          display: block; } }
      @media (min-width: 992px) {
        #main-index section#ways-to-support::after {
          left: -125px;
          font-size: 1.4rem; } }
      @media (min-width: 2470px) {
        #main-index section#ways-to-support::after {
          left: -145px; } }
    #main-index section#ways-to-support .content-wrapper {
      position: relative;
      z-index: 2;
      background-image: url(../img/index/ways-to-support/Texas-AM-logo-maroon-dark.svg);
      background-position: -130px 100%;
      background-size: 860px 700px;
      background-repeat: no-repeat;
      background-color: #500000;
      min-height: 900px;
      color: #ffffff; }
      #main-index section#ways-to-support .content-wrapper .section-title {
        position: relative;
        padding: 4rem 4rem 0; }
        @media (min-width: 576px) {
          #main-index section#ways-to-support .content-wrapper .section-title {
            padding: 6rem 6rem 0; } }
        #main-index section#ways-to-support .content-wrapper .section-title::before {
          position: absolute;
          content: "";
          left: 0;
          top: 70px;
          height: 5px;
          width: 100%;
          z-index: 2;
          background-color: #d6d3c4; }
          @media (min-width: 576px) {
            #main-index section#ways-to-support .content-wrapper .section-title::before {
              top: 102px; } }
        #main-index section#ways-to-support .content-wrapper .section-title h3 {
          position: relative;
          z-index: 3;
          left: 2rem;
          font-size: 1.4rem;
          font-weight: 700; }
          #main-index section#ways-to-support .content-wrapper .section-title h3 span {
            padding: 0 1rem;
            background-color: #500000; }
        #main-index section#ways-to-support .content-wrapper .section-title h2 {
          position: relative;
          top: 0;
          font-size: 3.2rem;
          top: -18px; }
          @media (min-width: 992px) {
            #main-index section#ways-to-support .content-wrapper .section-title h2 {
              font-size: 4rem; } }
          @media (min-width: 1441px) {
            #main-index section#ways-to-support .content-wrapper .section-title h2 {
              font-size: 4.5rem; } }
      #main-index section#ways-to-support .content-wrapper .content .carousel {
        padding: 0 3rem 3rem; }
        @media (min-width: 576px) {
          #main-index section#ways-to-support .content-wrapper .content .carousel {
            padding: 0 6rem 6rem; } }
        #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-indicators li {
          width: 100%;
          max-width: 100px;
          margin: 0 10px; }
        #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev,
        #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
          opacity: 1;
          z-index: 2;
          width: 86px;
          top: 85px; }
          @media (min-width: 768px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev,
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
              top: 170px; } }
          @media (min-width: 992px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev,
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
              top: 250px; } }
          @media (min-width: 1200px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev,
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
              top: 140px; } }
          @media (min-width: 1300px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev,
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
              top: 160px; } }
          @media (min-width: 1520px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev,
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
              top: 200px; } }
          @media (min-width: 2030px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev,
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
              top: 280px; } }
          @media (min-width: 2300px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev,
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
              top: 350px; } }
        #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev {
          left: -40px; }
          @media (min-width: 768px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev {
              left: -50px; } }
          @media (min-width: 1200px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev {
              left: 0; } }
        #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
          right: -40px; }
          @media (min-width: 768px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
              right: -50px; } }
          @media (min-width: 1200px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next {
              right: 0; } }
        #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev-icon,
        #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next-icon {
          transition: ease 0.3s all; }
          #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev-icon:hover,
          #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next-icon:hover {
            transform: scale(1.1); }
        #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev-icon {
          background-image: url(../img/index/ways-to-support/slides/arrow-prev.png);
          background-position: 0% 0%;
          background-repeat: no-repeat;
          height: 87px;
          width: 43px;
          background-size: 43px 87px; }
          @media (min-width: 768px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-prev-icon {
              height: 173px;
              width: 86px;
              background-size: 86px 173px; } }
        #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next-icon {
          background-image: url(../img/index/ways-to-support/slides/arrow-next.png);
          background-position: 0% 0%;
          background-repeat: no-repeat;
          height: 87px;
          width: 43px;
          background-size: 43px 87px; }
          @media (min-width: 768px) {
            #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-control-next-icon {
              height: 173px;
              width: 86px;
              background-size: 86px 173px; } }
        #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-inner .carousel-item {
          opacity: 0;
          transition: 1s all ease-in-out 0.1s; }
          #main-index section#ways-to-support .content-wrapper .content .carousel .carousel-inner .carousel-item.active {
            opacity: 1;
            transition: 1s all ease-in-out 0.1s; }
      #main-index section#ways-to-support .content-wrapper .content p.lead {
        line-height: 1.5; }
        @media (min-width: 1200px) {
          #main-index section#ways-to-support .content-wrapper .content p.lead {
            font-size: 1.3rem;
            line-height: 1.2; } }
        @media (min-width: 1441px) {
          #main-index section#ways-to-support .content-wrapper .content p.lead {
            font-size: 1.54rem;
            line-height: 1.4; } }
#faq .bd-toc,
#football-season-ticket-renewals-faq .bd-toc,
#fall-sports-season-ticket-renewals-faqs .bd-toc,
#digital-tickets .bd-toc {
  order: 2;
  padding-top: 0.3rem;
  font-size: 0.875rem; }
  @supports (position: sticky) {
    #faq .bd-toc,
    #football-season-ticket-renewals-faq .bd-toc,
    #fall-sports-season-ticket-renewals-faqs .bd-toc,
    #digital-tickets .bd-toc {
      position: sticky;
      top: 4rem;
      height: 90vh;
      overflow-y: auto; } }
  @media (min-width: 1200px) {
    #faq .bd-toc,
    #football-season-ticket-renewals-faq .bd-toc,
    #fall-sports-season-ticket-renewals-faqs .bd-toc,
    #digital-tickets .bd-toc {
      padding-top: 1rem; } }
  @media (min-width: 1500px) {
    #faq .bd-toc,
    #football-season-ticket-renewals-faq .bd-toc,
    #fall-sports-season-ticket-renewals-faqs .bd-toc,
    #digital-tickets .bd-toc {
      height: 100vh !important; } }
#faq .other-faq,
#football-season-ticket-renewals-faq .other-faq,
#fall-sports-season-ticket-renewals-faqs .other-faq,
#digital-tickets .other-faq {
  position: relative; }
  #faq .other-faq::after,
  #football-season-ticket-renewals-faq .other-faq::after,
  #fall-sports-season-ticket-renewals-faqs .other-faq::after,
  #digital-tickets .other-faq::after {
    content: url(../img/external-link-symbol.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    opacity: 0.5;
    margin-left: 12px;
    margin-top: 2px; }

#fall-sports-season-ticket-renewals-faqs .nav-pills .nav-link {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  width: 48%;
  margin: 0 1%; }
  #fall-sports-season-ticket-renewals-faqs .nav-pills .nav-link.active {
    color: #d6d3c4;
    background-color: #500000; }
    #fall-sports-season-ticket-renewals-faqs .nav-pills .nav-link.active span {
      color: #ffffff; }
    #fall-sports-season-ticket-renewals-faqs .nav-pills .nav-link.active:hover {
      background-color: #500000; }
  #fall-sports-season-ticket-renewals-faqs .nav-pills .nav-link:hover {
    background-color: #ebeced; }
  #fall-sports-season-ticket-renewals-faqs .nav-pills .nav-link span {
    margin-top: 8px;
    font-size: 1.6rem; }

@media (min-width: 992px) {
  #our-staff #information-technology .long-name,
  #board-of-trustees #information-technology .long-name,
  #major-gifts #information-technology .long-name {
    font-size: 2.1rem; } }

#board-of-trustees .staff-bio p.first-name {
  line-height: 0.6; }

#board-of-trustees .staff-bio .contact p {
  line-height: 1.4;
  font-size: 0.95rem;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif; }

#ticket-center .card ul.list-unstyled {
  font-size: 1.3rem; }

#ticket-center .card .btn.btn-primary.btn-block {
  font-size: 1.5rem; }

#ticket-center .sub-nav-wrapper {
  padding-top: 105px;
  height: 105px;
  z-index: 1111; }
  @media (min-width: 1200px) {
    #ticket-center .sub-nav-wrapper {
      padding-top: 70px;
      height: 70px; } }
  @media (max-width: 767.98px) {
    #ticket-center .sub-nav-wrapper h5 {
      font-size: 0.9rem; } }
  #ticket-center .sub-nav-wrapper #page-nav {
    width: 100%; }
    #ticket-center .sub-nav-wrapper #page-nav.sps.sps--abv {
      min-width: 100%; }
    #ticket-center .sub-nav-wrapper #page-nav.sps.sps--blw {
      top: 70px;
      margin-bottom: 60px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      position: fixed;
      animation: slide-in--down 400ms cubic-bezier(0.3, 0.73, 0.3, 0.74); }
      @media (max-width: 1199.98px) {
        #ticket-center .sub-nav-wrapper #page-nav.sps.sps--blw {
          top: 50px; } }
    #ticket-center .sub-nav-wrapper #page-nav .navbar-brand {
      color: #500000 !important;
      text-align: center; }
    #ticket-center .sub-nav-wrapper #page-nav.navbar .navbar-nav > li {
      position: relative; }
      #ticket-center .sub-nav-wrapper #page-nav.navbar .navbar-nav > li:nth-child(2)::before {
        content: "";
        border-right: none;
        height: 60%;
        top: 20%;
        left: -3%;
        position: absolute; }
      #ticket-center .sub-nav-wrapper #page-nav.navbar .navbar-nav > li a.active {
        color: black; }

#sports {
  padding-top: 1.5rem; }

#sport-header {
  position: relative;
  height: 375px;
  padding-bottom: 50px; }
  @media (max-width: 767.98px) {
    #sport-header {
      height: 250px; } }
  @media (min-width: 768px) {
    #sport-header {
      padding-top: 50px; } }
  @media (min-width: 768px) {
    #sport-header .align-items-end {
      min-height: 275px; } }
  @media (min-width: 992px) {
    #sport-header::before {
      top: 65px;
      right: 20px;
      width: 700px;
      height: 700px;
      content: url(../img/corner-line-highlight.svg);
      position: absolute;
      opacity: 0.2;
      z-index: 1; } }
.sport-menu {
  position: relative;
  z-index: 1; }
  .sport-menu a {
    font-family: "Roboto", sans-serif; }

#sport-tickets {
  padding-top: 3rem; }
  @media (min-width: 768px) {
    #sport-tickets {
      padding-top: 0rem; } }
  @media (min-width: 768px) {
    #sport-tickets .col-12 {
      margin-top: -65px; } }
  #sport-tickets p {
    font-size: 1.3rem; }
    #sport-tickets p.lead {
      font-size: 1.6rem; }

.stubhub {
  width: 40px;
  height: 20px; }

#football #sport-header {
  background-position: 50% 0;
  background-image: url(../img/tickets/football/football-header-sm-v3.jpg);
  background-size: 768px 250px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #football #sport-header {
      background-image: url(../img/tickets/football/football-header-sm-v3@2x.jpg);
      background-position: 50% 0;
      background-size: 768px 250px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) {
    #football #sport-header {
      background-position: 50% 0;
      background-image: url(../img/tickets/football/football-header-md-v3.jpg);
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #sport-header {
      background-image: url(../img/tickets/football/football-header-md-v3@2x.jpg);
      background-position: 50% 0;
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) {
    #football #sport-header {
      background-position: 70% 0;
      background-image: url(../img/tickets/football/football-header-lg-v3.jpg);
      background-size: 1670px 375px;
      background-repeat: no-repeat; } }
#football #reserve-tickets {
  background-position: 50% 275%; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #football #reserve-tickets {
      background-position: 50% 330%; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #football #reserve-tickets {
      background-position: 50% 850%; } }
  @media (min-width: 992px) and (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (max-width: 1199.98px) and (min-resolution: 192dpi), (min-width: 992px) and (max-width: 1199.98px) and (min-resolution: 2dppx) {
    #football #reserve-tickets {
      background-position: 50% 800%; } }
  @media (max-width: 1199.98px) {
    #football #reserve-tickets {
      background-position: 50% 300%; } }
  @media (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1199.98px) and (min-resolution: 192dpi), (max-width: 1199.98px) and (min-resolution: 2dppx) {
    #football #reserve-tickets {
      background-position: 50% 300%; } }
  @media (max-width: 991.98px) {
    #football #reserve-tickets {
      background-position: 50% 205%; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #football #reserve-tickets {
      background-position: 50% 205%; } }
  @media (min-width: 768px) {
    #football #reserve-tickets {
      background-image: url(../img/tickets/football/reserve-tickets-md.jpg);
      background-size: 768px 523px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #reserve-tickets {
      background-image: url(../img/tickets/football/reserve-tickets-md@2x.jpg);
      background-size: 768px 523px;
      background-repeat: no-repeat; } }
  @media (max-width: 767.98px) {
    #football #reserve-tickets {
      background-position: 50% 100%;
      background-image: url(../img/tickets/football/reserve-tickets-xs.jpg);
      background-size: 576px 392px;
      background-repeat: no-repeat;
      padding-bottom: 310px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #football #reserve-tickets {
      background-image: url(../img/tickets/football/reserve-tickets-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 392px;
      background-repeat: no-repeat; } }
#football #group-tickets {
  padding-bottom: 10rem !important; }
  @media (min-width: 768px) {
    #football #group-tickets {
      background-position: 50% 100%; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #group-tickets {
      background-position: 50% 100%; } }
  @media (max-width: 991.98px) {
    #football #group-tickets {
      background-position: 50% 130%; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #football #group-tickets {
      background-position: 50% 130%; } }
  @media (min-width: 768px) {
    #football #group-tickets {
      background-image: url(../img/tickets/football/group-tickets-md.jpg);
      background-size: 768px 403px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #group-tickets {
      background-image: url(../img/tickets/football/group-tickets-md@2x.jpg);
      background-size: 768px 403px;
      background-repeat: no-repeat; } }
  @media (max-width: 767.98px) {
    #football #group-tickets {
      background-position: 50% 100%;
      background-image: url(../img/tickets/football/group-tickets-xs.jpg);
      background-size: 576px 302px;
      background-repeat: no-repeat;
      padding-bottom: 310px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #football #group-tickets {
      background-image: url(../img/tickets/football/group-tickets-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 302px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #football #military-appreciation {
    background-position: 50% 150%;
    background-image: url(../img/tickets/football/military-appreciation-md.jpg);
    background-size: 768px 551px;
    background-repeat: no-repeat;
    padding-bottom: 310px; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #football #military-appreciation {
      background-image: url(../img/tickets/football/military-appreciation-md@2x.jpg);
      background-position: 50% 150%;
      background-size: 768px 551px;
      background-repeat: no-repeat; } }
@media (max-width: 767.98px) {
  #football #military-appreciation {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/military-appreciation-xs.jpg);
    background-size: 576px 413px;
    background-repeat: no-repeat; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #football #military-appreciation {
      background-image: url(../img/tickets/football/military-appreciation-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 413px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #football #flex-pack {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/flex-pack-md-v2.jpg);
    background-size: 768px 480px;
    background-repeat: no-repeat;
    padding-bottom: 300px !important; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #flex-pack {
      background-image: url(../img/tickets/football/flex-pack-md-v2@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 480px;
      background-repeat: no-repeat;
      padding-bottom: 300px !important; } }
@media (max-width: 767.98px) {
  #football #flex-pack {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/flex-pack-xs-v2.jpg);
    background-size: 576px 354px;
    background-repeat: no-repeat;
    padding-bottom: 240px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #football #flex-pack {
      background-image: url(../img/tickets/football/flex-pack-xs-v2@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 354px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #football #arkansas {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/arkansas-md.jpg);
    background-size: 768px 480px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #arkansas {
      background-image: url(../img/tickets/football/arkansas-md@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 480px;
      background-repeat: no-repeat; } }
@media (max-width: 767.98px) {
  #football #arkansas {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/arkansas-xs.jpg);
    background-size: 576px 354px;
    background-repeat: no-repeat;
    padding-bottom: 240px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #football #arkansas {
      background-image: url(../img/tickets/football/arkansas-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 354px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #football #football-tickets {
    background-position: 50% 10%;
    background-image: url(https://mdbootstrap.com/img/Photos/Horizontal/Work/4-col/img%20%2814%29.jpg);
    background-size: 768px 758px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #football-tickets {
      background-image: url(https://mdbootstrap.com/img/Photos/Horizontal/Work/4-col/img%20%2814%29.jpg);
      background-position: 50% 10%;
      background-size: 768px 758px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #football #2020-season-tickets {
    background-position: 50% 115%;
    background-image: url(../img/tickets/football/2020-season-tickets-md.jpg);
    background-size: 768px 457px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #2020-season-tickets {
      background-image: url(../img/tickets/football/2020-season-tickets-md@2x.jpg);
      background-position: 50% 105%;
      background-size: 768px 457px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #football #2020-season-tickets {
    padding-bottom: 310px; } }

@media (max-width: 767.98px) {
  #football #2020-season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/2020-season-tickets-xs.jpg);
    background-size: 576px 377px;
    background-repeat: no-repeat;
    padding-bottom: 360px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #football #2020-season-tickets {
      background-image: url(../img/tickets/football/2020-season-tickets-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 377px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #football #single-game-tickets {
    background-position: 50% 115%;
    background-image: url(../img/tickets/football/single-game-tickets-md.jpg);
    background-size: 768px 457px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #single-game-tickets {
      background-image: url(../img/tickets/football/single-game-tickets-md@2x.jpg);
      background-position: 50% 105%;
      background-size: 768px 457px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #football #single-game-tickets {
    padding-bottom: 310px; } }

@media (max-width: 767.98px) {
  #football #single-game-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/single-game-tickets-xs.jpg);
    background-size: 576px 377px;
    background-repeat: no-repeat;
    padding-bottom: 360px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #football #single-game-tickets {
      background-image: url(../img/tickets/football/single-game-tickets-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 377px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #football #season-tickets-2020 {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/2020-season-tickets-md.jpg);
    background-size: 768px 457px;
    background-repeat: no-repeat;
    padding-bottom: 260px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #season-tickets-2020 {
      background-image: url(../img/tickets/football/2020-season-tickets-md@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 457px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #football #season-tickets-2020 {
    padding-bottom: 310px; } }

@media (max-width: 767.98px) {
  #football #season-tickets-2020 {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/2020-season-tickets-xs.jpg);
    background-size: 576px 377px;
    background-repeat: no-repeat;
    padding-bottom: 260px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #football #season-tickets-2020 {
      background-image: url(../img/tickets/football/2020-season-tickets-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 377px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #football #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/season-game-tickets-md.jpg);
    background-size: 768px 758px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #football #season-tickets {
      background-image: url(../img/tickets/football/season-game-tickets-md@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 758px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #football #season-tickets {
    padding-bottom: 310px; } }

@media (max-width: 767.98px) {
  #football #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/football/season-game-tickets-sm.jpg);
    background-size: 576px 569px;
    background-repeat: no-repeat;
    padding-bottom: 260px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #football #season-tickets {
      background-image: url(../img/tickets/football/season-game-tickets-sm@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 569px;
      background-repeat: no-repeat; } }
#mbb #sport-header {
  background-position: 50% 0;
  background-image: url(../img/tickets/mens-basketball/header-sm.jpg);
  background-size: 768px 250px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #mbb #sport-header {
      background-image: url(../img/tickets/mens-basketball/header-sm@2x.jpg);
      background-position: 50% 0;
      background-size: 768px 250px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) {
    #mbb #sport-header {
      background-position: 50% 0;
      background-image: url(../img/tickets/mens-basketball/header-md.jpg);
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #mbb #sport-header {
      background-image: url(../img/tickets/mens-basketball/header-md@2x.jpg);
      background-position: 50% 0;
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) {
    #mbb #sport-header {
      background-position: 70% 100%;
      background-image: url(../img/tickets/mens-basketball/header-lg.jpg);
      background-size: 1670px 375px;
      background-repeat: no-repeat; } }
#mbb #season-tickets {
  background-position: 50% 100%;
  background-image: url(../img/tickets/mens-basketball/season-tickets-xs.jpg);
  background-size: 576px 397px;
  background-repeat: no-repeat;
  padding-bottom: 330px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #mbb #season-tickets {
      background-image: url(../img/tickets/mens-basketball/season-tickets-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 397px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) {
    #mbb #season-tickets {
      background-position: 50% 100%;
      background-image: url(../img/tickets/mens-basketball/season-tickets-md.jpg);
      background-size: 768px 530px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #mbb #season-tickets {
      background-image: url(../img/tickets/mens-basketball/season-tickets-md@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 530px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #mbb #flex-packs {
    background-position: 50% 0%;
    background-image: url(../img/tickets/mens-basketball/flex-packs-md.jpg);
    background-size: 768px 429px;
    background-repeat: no-repeat;
    padding-top: 13rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #mbb #flex-packs {
      background-image: url(../img/tickets/mens-basketball/flex-packs-md@2x.jpg);
      background-position: 50% 0%;
      background-size: 768px 429px;
      background-repeat: no-repeat; } }
@media (max-width: 767.98px) {
  #mbb #flex-packs {
    background-position: 50% 0%;
    background-image: url(../img/tickets/mens-basketball/flex-packs-xs.jpg);
    background-size: 576px 322px;
    background-repeat: no-repeat;
    padding-top: 180px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #mbb #flex-packs {
      background-image: url(../img/tickets/mens-basketball/flex-packs-xs@2x.jpg);
      background-position: 50% 0%;
      background-size: 576px 322px;
      background-repeat: no-repeat; } }
#mbb #single-game {
  background-position: 50% 100%;
  background-image: url(../img/tickets/mens-basketball/single-game-sm.v4.jpg);
  background-size: 576px 322px;
  background-repeat: no-repeat;
  padding-bottom: 285px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #mbb #single-game {
      background-image: url(../img/tickets/mens-basketball/single-game-sm.v4@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 322px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) {
    #mbb #single-game {
      background-position: 50% 100%;
      background-image: url(../img/tickets/mens-basketball/single-game-md.v4.jpg);
      background-size: 768px 429px;
      background-repeat: no-repeat;
      padding-bottom: 23rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #mbb #single-game {
      background-image: url(../img/tickets/mens-basketball/single-game-md.v4@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 429px;
      background-repeat: no-repeat; } }
#wbb #sport-header {
  background-position: 50% 0;
  background-image: url(../img/tickets/womens-basketball/header-sm.jpg);
  background-size: 768px 250px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #wbb #sport-header {
      background-image: url(../img/tickets/womens-basketball/header-sm@2x.jpg);
      background-position: 50% 0;
      background-size: 768px 250px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) {
    #wbb #sport-header {
      background-position: 50% 0;
      background-image: url(../img/tickets/womens-basketball/header-md.jpg);
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #wbb #sport-header {
      background-image: url(../img/tickets/womens-basketball/header-md@2x.jpg);
      background-position: 50% 0;
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) {
    #wbb #sport-header {
      background-position: 70% 100%;
      background-image: url(../img/tickets/womens-basketball/header-lg.jpg);
      background-size: 1670px 375px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #wbb #tickets {
    background-position: center bottom -100px;
    background-image: url(../img/tickets/womens-basketball/tickets-md.jpg);
    background-size: 768px 476px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #wbb #tickets {
      background-image: url(../img/tickets/womens-basketball/tickets-md@2x.jpg);
      background-position: center bottom -100px;
      background-size: 768px 476px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #wbb #tickets {
    background-position: 50% 100%; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #wbb #tickets {
      background-position: 50% 100%; } }
@media (max-width: 767.98px) {
  #wbb #tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/womens-basketball/tickets-xs.jpg);
    background-size: 576px 357px;
    background-repeat: no-repeat;
    padding-bottom: 240px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #wbb #tickets {
      background-image: url(../img/tickets/womens-basketball/tickets-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 357px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #wbb #ncaa {
    background-position: center bottom -150px;
    background-image: url(../img/tickets/womens-basketball/ncaa-md.jpg);
    background-size: 768px 476px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #wbb #ncaa {
      background-image: url(../img/tickets/womens-basketball/ncaa-md@2x.jpg);
      background-position: center bottom -150px;
      background-size: 768px 476px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #wbb #ncaa {
    background-position: 50% 100%; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #wbb #ncaa {
      background-position: 50% 100%; } }
@media (max-width: 767.98px) {
  #wbb #ncaa {
    background-position: 50% 100%;
    background-image: url(../img/tickets/womens-basketball/ncaa-xs.jpg);
    background-size: 576px 357px;
    background-repeat: no-repeat;
    padding-bottom: 240px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #wbb #ncaa {
      background-image: url(../img/tickets/womens-basketball/ncaa-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 357px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #wbb #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/womens-basketball/season-tickets-md.jpg);
    background-size: 768px 530px;
    background-repeat: no-repeat;
    padding-bottom: 120px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #wbb #season-tickets {
      background-image: url(../img/tickets/womens-basketball/season-tickets-md@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 530px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #wbb #season-tickets {
    background-position: 50% 100%; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #wbb #season-tickets {
      background-position: 50% 100%; } }
@media (max-width: 767.98px) {
  #wbb #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/mens-basketball/season-tickets-xs.jpg);
    background-size: 576px 397px;
    background-repeat: no-repeat;
    padding-bottom: 330px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #wbb #season-tickets {
      background-image: url(../img/tickets/mens-basketball/season-tickets-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 397px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #wbb #flex-packs {
    background-position: 50% 0%;
    background-image: url(../img/tickets/womens-basketball/flex-packs-md.jpg);
    background-size: 768px 429px;
    background-repeat: no-repeat;
    padding-top: 12rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #wbb #flex-packs {
      background-image: url(../img/tickets/womens-basketball/flex-packs-md@2x.jpg);
      background-position: 50% 0%;
      background-size: 768px 429px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #wbb #flex-packs {
    background-position: 50% 915%; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #wbb #flex-packs {
      background-position: 50% 915%; } }
@media (max-width: 767.98px) {
  #wbb #flex-packs {
    background-position: 50% 0%;
    background-image: url(../img/tickets/womens-basketball/flex-packs-sm.jpg);
    background-size: 576px 322px;
    background-repeat: no-repeat;
    padding-top: 12rem; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #wbb #flex-packs {
      background-image: url(../img/tickets/womens-basketball/flex-packs-sm@2x.jpg);
      background-position: 50% 0%;
      background-size: 576px 322px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #wbb #single-game {
    background-image: url(../img/tickets/womens-basketball/single-game-md-v2.jpg);
    background-position: 50% 100%;
    background-size: 768px 429px;
    background-repeat: no-repeat;
    padding-bottom: 22rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #wbb #single-game {
      background-image: url(../img/tickets/womens-basketball/single-game-md-v2@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 429px;
      background-repeat: no-repeat; } }
@media (min-width: 1441px) {
  #wbb #single-game {
    background-position: 50% 100% !important;
    padding-bottom: 23rem; } }

@media (max-width: 767.98px) {
  #wbb #single-game {
    background-position: 50% 100%;
    background-image: url(../img/tickets/womens-basketball/single-game-sm-v2.jpg);
    background-size: 576px 322px;
    background-repeat: no-repeat;
    padding-bottom: 18rem; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #wbb #single-game {
      background-image: url(../img/tickets/womens-basketball/single-game-sm-v2@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 322px;
      background-repeat: no-repeat; } }
#base #sport-header {
  background-position: 50% 0;
  background-image: url(../img/tickets/baseball/header-sm.jpg);
  background-size: 768px 250px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #base #sport-header {
      background-image: url(../img/tickets/baseball/header-sm@2x.jpg);
      background-position: 50% 0;
      background-size: 768px 250px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) {
    #base #sport-header {
      background-position: 50% 0;
      background-image: url(../img/tickets/baseball/header-md.jpg);
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #base #sport-header {
      background-image: url(../img/tickets/baseball/header-md@2x.jpg);
      background-position: 50% 0;
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) {
    #base #sport-header {
      background-position: 70% 100%;
      background-image: url(../img/tickets/baseball/header-lg.jpg);
      background-size: 1670px 375px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #base #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/baseball/season-tickets-md-v2.jpg);
    background-size: 768px 330px;
    background-repeat: no-repeat;
    padding-bottom: 240px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #base #season-tickets {
      background-image: url(../img/tickets/baseball/season-tickets-md-v2@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 330px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #base #season-tickets {
    background-position: 50% 100%;
    padding-bottom: 300px; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #base #season-tickets {
      background-position: 50% 100%; } }
@media (max-width: 767.98px) {
  #base #season-tickets {
    background-position: 75% 100%;
    background-image: url(../img/tickets/baseball/season-tickets-xs-v2.jpg);
    background-size: 576px 239px;
    background-repeat: no-repeat;
    padding-bottom: 180px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #base #season-tickets {
      background-image: url(../img/tickets/baseball/season-tickets-xs-v2@2x.jpg);
      background-position: 75% 100%;
      background-size: 576px 239px;
      background-repeat: no-repeat; } }
#sb #sport-header {
  background-position: 50% 0;
  background-image: url(../img/tickets/softball/header-sm.jpg);
  background-size: 768px 250px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #sb #sport-header {
      background-image: url(../img/tickets/softball/header-sm@2x.jpg);
      background-position: 50% 0;
      background-size: 768px 250px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) {
    #sb #sport-header {
      background-position: 50% 0;
      background-image: url(../img/tickets/softball/header-md.jpg);
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #sb #sport-header {
      background-image: url(../img/tickets/softball/header-md@2x.jpg);
      background-position: 50% 0;
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) {
    #sb #sport-header {
      background-position: 70% 100%;
      background-image: url(../img/tickets/softball/header-lg.jpg);
      background-size: 1670px 375px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #sb #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/softball/season-tickets-md-v3.jpg);
    background-size: 768px 416px;
    background-repeat: no-repeat;
    padding-bottom: 300px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #sb #season-tickets {
      background-image: url(../img/tickets/softball/season-tickets-md-v3@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 416px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #sb #season-tickets {
    background-position: 35% 100%;
    padding-bottom: 300px; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #sb #season-tickets {
      background-position: 35% 100%; } }
@media (max-width: 767.98px) {
  #sb #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/softball/season-tickets-xs-v3.jpg);
    background-size: 576px 319px;
    background-repeat: no-repeat;
    padding-bottom: 220px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #sb #season-tickets {
      background-image: url(../img/tickets/softball/season-tickets-xs-v3@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 319px;
      background-repeat: no-repeat; } }
#tenn #sport-header {
  background-position: 50% 0;
  background-image: url(../img/tickets/tennis/header-sm.v2.jpg);
  background-size: 768px 250px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #tenn #sport-header {
      background-image: url(../img/tickets/tennis/header-sm.v2@2x.jpg);
      background-position: 50% 0;
      background-size: 768px 250px;
      background-repeat: no-repeat; } }
  @media (max-width: 767.98px) {
    #tenn #sport-header {
      background-position: 70% 0; } }
  @media (min-width: 768px) {
    #tenn #sport-header {
      background-position: 50% 0;
      background-image: url(../img/tickets/tennis/header-md.v2.jpg);
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #tenn #sport-header {
      background-image: url(../img/tickets/tennis/header-md.v2@2x.jpg);
      background-position: 50% 0;
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) {
    #tenn #sport-header {
      background-position: 70% 100%;
      background-image: url(../img/tickets/tennis/header-lg.v2.jpg);
      background-size: 1670px 375px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #tenn #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/tennis/season-tickets-md.jpg);
    background-size: 768px 386px;
    background-repeat: no-repeat;
    padding-bottom: 340px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #tenn #season-tickets {
      background-image: url(../img/tickets/tennis/season-tickets-md@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 386px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #tenn #season-tickets {
    background-position: 35% 100%;
    padding-bottom: 330px; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #tenn #season-tickets {
      background-position: 35% 100%; } }
@media (max-width: 767.98px) {
  #tenn #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/tennis/season-tickets-xs.jpg);
    background-size: 576px 289px;
    background-repeat: no-repeat;
    padding-bottom: 240px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #tenn #season-tickets {
      background-image: url(../img/tickets/tennis/season-tickets-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 289px;
      background-repeat: no-repeat; } }
#soc #sport-header {
  background-position: 50% 0;
  background-image: url(../img/tickets/soccer/header-sm-v2.jpg);
  background-size: 768px 250px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #soc #sport-header {
      background-image: url(../img/tickets/soccer/header-sm-v2@2x.jpg);
      background-position: 50% 0;
      background-size: 768px 250px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) {
    #soc #sport-header {
      background-position: 50% 0;
      background-image: url(../img/tickets/soccer/header-md-v2.jpg);
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #soc #sport-header {
      background-image: url(../img/tickets/soccer/header-md-v2@2x.jpg);
      background-position: 50% 0;
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) {
    #soc #sport-header {
      background-position: 70% 100%;
      background-image: url(../img/tickets/soccer/header-lg-v2.jpg);
      background-size: 1670px 375px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #soc #tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/soccer/tickets-md.jpg);
    background-size: 768px 470px;
    background-repeat: no-repeat;
    padding-bottom: 300px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #soc #tickets {
      background-image: url(../img/tickets/soccer/tickets-md@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 470px;
      background-repeat: no-repeat; } }
@media (max-width: 991.98px) {
  #soc #tickets {
    background-position: 35% 100%;
    padding-bottom: 300px; } }
  @media (max-width: 991.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 991.98px) and (min-resolution: 192dpi), (max-width: 991.98px) and (min-resolution: 2dppx) {
    #soc #tickets {
      background-position: 35% 100%; } }
@media (max-width: 767.98px) {
  #soc #tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/soccer/tickets-xs.jpg);
    background-size: 576px 353px;
    background-repeat: no-repeat;
    padding-bottom: 170px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #soc #tickets {
      background-image: url(../img/tickets/soccer/tickets-xs@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 353px;
      background-repeat: no-repeat; } }
#vb #sport-header {
  background-position: 50% 0;
  background-image: url(../img/tickets/volleyball/header-sm-v2.jpg);
  background-size: 768px 250px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #vb #sport-header {
      background-image: url(../img/tickets/volleyball/header-sm-v2@2x.jpg);
      background-position: 50% 0;
      background-size: 768px 250px;
      background-repeat: no-repeat; } }
  @media (max-width: 767.98px) {
    #vb #sport-header {
      background-position: 25% 0; } }
  @media (min-width: 768px) {
    #vb #sport-header {
      background-position: 50% 0;
      background-image: url(../img/tickets/volleyball/header-md-v2.jpg);
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #vb #sport-header {
      background-image: url(../img/tickets/volleyball/header-md-v2@2x.jpg);
      background-position: 50% 0;
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) {
    #vb #sport-header {
      background-position: 70% 100%;
      background-image: url(../img/tickets/volleyball/header-lg-v2.jpg);
      background-size: 1670px 375px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #vb #tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/volleyball/tickets-md-v2.jpg);
    background-size: 768px 425px;
    background-repeat: no-repeat;
    padding-bottom: 380px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #vb #tickets {
      background-image: url(../img/tickets/volleyball/tickets-md-v2@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 425px;
      background-repeat: no-repeat; } }
@media (max-width: 767.98px) {
  #vb #tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/volleyball/tickets-xs-v2.jpg);
    background-size: 576px 318px;
    background-repeat: no-repeat;
    padding-bottom: 240px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #vb #tickets {
      background-image: url(../img/tickets/volleyball/tickets-xs-v2@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 318px;
      background-repeat: no-repeat; } }
#tf #sport-header {
  background-position: 50% 0;
  background-image: url(../img/tickets/track-and-field/header-sm.v2.jpg);
  background-size: 768px 250px;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #tf #sport-header {
      background-image: url(../img/tickets/track-and-field/header-sm.v2@2x.jpg);
      background-position: 50% 0;
      background-size: 768px 250px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) {
    #tf #sport-header {
      background-position: 50% 0;
      background-image: url(../img/tickets/track-and-field/header-md.v2.jpg);
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #tf #sport-header {
      background-image: url(../img/tickets/track-and-field/header-md.v2@2x.jpg);
      background-position: 50% 0;
      background-size: 1440px 375px;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) {
    #tf #sport-header {
      background-position: 70% 100%;
      background-image: url(../img/tickets/track-and-field/header-lg.v2.jpg);
      background-size: 1670px 375px;
      background-repeat: no-repeat; } }
@media (min-width: 768px) {
  #tf #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/track-and-field/season-tickets-md-v3.jpg);
    background-size: 768px 426px;
    background-repeat: no-repeat;
    padding-bottom: 420px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #tf #season-tickets {
      background-image: url(../img/tickets/track-and-field/season-tickets-md-v3@2x.jpg);
      background-position: 50% 100%;
      background-size: 768px 426px;
      background-repeat: no-repeat; } }
@media (max-width: 767.98px) {
  #tf #season-tickets {
    background-position: 50% 100%;
    background-image: url(../img/tickets/track-and-field/season-tickets-xs-v3.jpg);
    background-size: 576px 283px;
    background-repeat: no-repeat;
    padding-bottom: 250px; } }
  @media (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767.98px) and (min-resolution: 192dpi), (max-width: 767.98px) and (min-resolution: 2dppx) {
    #tf #season-tickets {
      background-image: url(../img/tickets/track-and-field/season-tickets-xs-v3@2x.jpg);
      background-position: 50% 100%;
      background-size: 576px 283px;
      background-repeat: no-repeat; } }
#group-tickets-experience #sport-tabs ul {
  width: 100%; }
  #group-tickets-experience #sport-tabs ul.nav-tabs {
    border: 0; }
    #group-tickets-experience #sport-tabs ul.nav-tabs li.nav-item {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      height: 100%;
      width: 33%;
      /*@media (max-width: 1440px) {
                        font-size: 12px;
                    }*/ }
      @media (max-width: 1199.98px) {
        #group-tickets-experience #sport-tabs ul.nav-tabs li.nav-item {
          height: auto; } }
      @media (max-width: 767.98px) {
        #group-tickets-experience #sport-tabs ul.nav-tabs li.nav-item {
          font-size: 0.8rem;
          /*width: 100%;*/ } }
      #group-tickets-experience #sport-tabs ul.nav-tabs li.nav-item .nav-link {
        height: 100%;
        border: 0;
        background-color: #d6d3c4;
        padding: 0.7rem 1.4rem;
        border-radius: 4px; }
        #group-tickets-experience #sport-tabs ul.nav-tabs li.nav-item .nav-link.active {
          color: #ffffff;
          background-color: #500000 !important; }
          #group-tickets-experience #sport-tabs ul.nav-tabs li.nav-item .nav-link.active hr {
            border-top: 0.3rem solid #d6d3c4; }
          #group-tickets-experience #sport-tabs ul.nav-tabs li.nav-item .nav-link.active .card {
            color: #ffffff;
            background-color: #500000 !important; }

#davis-player-development-center .jumbotron-bg-davis {
  padding-top: 12rem;
  background-image: url(../img/priorities-events/davis-player-development-center/davis-jumbo-bg-md.jpg);
  background-position: top center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    #davis-player-development-center .jumbotron-bg-davis {
      background-image: url(../img/priorities-events/davis-player-development-center/davis-jumbo-bg-lg.jpg); } }
#summer-meetings .jumbotron-header.jumbotron-header-summer-meetings {
  background-image: url(../img/priorities-events/summer-meetings/summer-meetings-header-bg-sm-v2.jpg); }
  @media (min-width: 768px) {
    #summer-meetings .jumbotron-header.jumbotron-header-summer-meetings {
      background-image: url(../img/priorities-events/summer-meetings/summer-meetings-header-bg-lg-v2.jpg); } }
  @media (min-width: 1200px) {
    #summer-meetings .jumbotron-header.jumbotron-header-summer-meetings {
      padding-top: 5em; } }
  @media (min-width: 1441px) {
    #summer-meetings .jumbotron-header.jumbotron-header-summer-meetings {
      padding-top: 11em; } }
#summer-meeting .jumbotron-header.jumbotron-header-summer-meeting {
  background-image: url(../img/priorities-events/summer-meetings/summer-meetings-header-bg-sm-v2.jpg); }
  @media (min-width: 768px) {
    #summer-meeting .jumbotron-header.jumbotron-header-summer-meeting {
      background-image: url(../img/priorities-events/summer-meetings/summer-meetings-header-bg-lg-v2.jpg); } }
#priority-points-bonus-program .close {
  width: 8px;
  height: 8px;
  top: 8px;
  right: 8px;
  position: absolute;
  z-index: 1;
  background: url(../img/index/icon-avd-close-primary.svg) no-repeat 0 0;
  background-size: 75%;
  margin-top: 5px;
  margin-right: 5px;
  background-position: 0% 100%;
  opacity: 0.8;
  cursor: pointer; }

#priority-points-bonus-program .close:hover {
  opacity: 1; }

#priority-points-bonus-program .modal-full .modal-content {
  min-height: 100vh; }
  #priority-points-bonus-program .modal-full .modal-content .close {
    font-size: 3rem;
    right: 20px;
    top: 10px;
    position: absolute;
    z-index: 10000; }

#priority-points-bonus-program .modal-header {
  border-bottom: 0px; }

@media (max-width: 540px) {
  #priority-points-bonus-program .subhead {
    font-size: 0.75rem; } }

#priority-points-bonus-program .nav-tabs {
  border: none; }
  #priority-points-bonus-program .nav-tabs .nav-link {
    width: 100%;
    border: none; }
    #priority-points-bonus-program .nav-tabs .nav-link .font-tertiary {
      color: #500000 !important; }
    #priority-points-bonus-program .nav-tabs .nav-link.active {
      background-color: #ffffff !important;
      border-bottom: none;
      transition: 0.25s; }

#priority-points-bonus-program .tab-content {
  border-radius: 0px 0px 4px 4px; }

@media (min-width: 768px) {
  #priority-points-bonus-program #calculator {
    display: block; } }

@media (max-width: 767px) {
  #priority-points-bonus-program #calculator {
    display: none; } }

@media (max-width: 767px) {
  #priority-points-bonus-program #calculator-sm {
    display: block; } }

@media (min-width: 767px) {
  #priority-points-bonus-program #calculator-sm {
    display: none; } }

#priority-points-bonus-program #calculator hr,
#priority-points-bonus-program #calculator-sm hr {
  border: 0 !important;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1) !important; }

#priority-points-bonus-program #calculator .dollar-sign-input,
#priority-points-bonus-program #calculator-sm .dollar-sign-input {
  position: relative;
  display: inline; }
  #priority-points-bonus-program #calculator .dollar-sign-input::before,
  #priority-points-bonus-program #calculator-sm .dollar-sign-input::before {
    position: absolute;
    content: '$';
    z-index: 2;
    top: -10px;
    left: 10px;
    font-size: 1.5rem;
    color: #000000;
    font-weight: 400; }
  #priority-points-bonus-program #calculator .dollar-sign-input input,
  #priority-points-bonus-program #calculator-sm .dollar-sign-input input {
    padding-left: 1.2em; }

@media (max-width: 768px) {
  #membership-giving .benefits-container {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

#membership-giving .membership-table.table th, #membership-giving .membership-table.table td {
  vertical-align: middle !important; }

#membership-giving .mobile-table {
  margin-top: 8rem; }
  #membership-giving .mobile-table .benefits-title,
  #membership-giving .mobile-table .level-container {
    height: 5.45rem; }
    @media (min-width: 768px) {
      #membership-giving .mobile-table .benefits-title,
      #membership-giving .mobile-table .level-container {
        height: 4.1rem; } }
  #membership-giving .mobile-table .benefit-row {
    border-bottom: 1px solid #707373;
    height: 3rem;
    display: flex;
    align-items: center; }
    @media (min-width: 500px) {
      #membership-giving .mobile-table .benefit-row {
        height: 2.8rem; } }
    #membership-giving .mobile-table .benefit-row small {
      line-height: 1;
      font-size: 0.75rem; }
  #membership-giving .mobile-table .benefits-wrapper {
    width: 75%; }
    #membership-giving .mobile-table .benefits-wrapper p:not(.benefit-heading) {
      font-size: 0.75rem; }
      @media (min-width: 500px) {
        #membership-giving .mobile-table .benefits-wrapper p:not(.benefit-heading) {
          font-size: 0.85rem; } }
  #membership-giving .mobile-table .levels-wrapper {
    width: 25%; }
    #membership-giving .mobile-table .levels-wrapper .carousel .level-container .level-name {
      border-bottom: 2px solid #500000; }
      #membership-giving .mobile-table .levels-wrapper .carousel .level-container .level-name p {
        font-size: 0.75rem; }
        @media (min-width: 500px) {
          #membership-giving .mobile-table .levels-wrapper .carousel .level-container .level-name p {
            font-size: 1rem; } }
    #membership-giving .mobile-table .levels-wrapper .carousel .benefit-row {
      justify-content: center; }
    #membership-giving .mobile-table .levels-wrapper .carousel .controls-container {
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%; }
      #membership-giving .mobile-table .levels-wrapper .carousel .controls-container p {
        font-size: 0.8rem;
        line-height: 1; }
      #membership-giving .mobile-table .levels-wrapper .carousel .controls-container button {
        position: relative;
        height: fit-content;
        bottom: 100%;
        top: auto;
        width: 50%;
        background-color: #500000;
        opacity: 1;
        border: 0.5px solid #d6d3c4 !important;
        padding: 12px; }

#monthly-membership .bg-12man {
  background-color: #5c5441 !important; }
  #monthly-membership .bg-12man:hover {
    background-color: #4d4636 !important; }

#monthly-membership .bg-mvp {
  background-color: #00628b !important; }
  #monthly-membership .bg-mvp:hover {
    background-color: #005072 !important; }

#monthly-membership .bg-mvp-gold {
  background-color: #99830b !important; }
  #monthly-membership .bg-mvp-gold:hover {
    background-color: #816f09 !important; }

#monthly-membership .membership-table {
  height: 80vh; }
  @media (min-width: 768px) {
    #monthly-membership .membership-table {
      height: auto; } }
  #monthly-membership .membership-table.table th, #monthly-membership .membership-table.table td {
    vertical-align: middle !important; }
  #monthly-membership .membership-table.table-bordered {
    border: none; }
  #monthly-membership .membership-table .bg-associate {
    background-color: #8a8c03 !important; }
    #monthly-membership .membership-table .bg-associate #sheild-icon {
      fill: #dedcaf; }
  #monthly-membership .membership-table .bg-12man {
    background-color: #5c5441 !important; }
    #monthly-membership .membership-table .bg-12man #sheild-icon {
      fill: #dedcaf; }
  #monthly-membership .membership-table .bg-mvp {
    background-color: #00628b !important; }
    #monthly-membership .membership-table .bg-mvp #sheild-icon {
      fill: #c6d9e7; }
  #monthly-membership .membership-table .bg-mvp-gold {
    background-color: #99830b !important; }
    #monthly-membership .membership-table .bg-mvp-gold #sheild-icon {
      fill: #c6d9e7; }
  #monthly-membership .membership-table .annual-seat {
    background-color: #bcbb66 !important;
    color: #ffffff;
    line-height: 1; }
  #monthly-membership .membership-table .philanthropic {
    background-color: #5696b8 !important;
    color: #ffffff;
    line-height: 1; }

#monthly-membership #sheild-icon {
  width: 20px;
  height: 20px; }

#group-tickets-experience .football-tab {
  background-image: url(../img/tickets/group-tickets/fb-schedule-header-v2.jpg);
  background-position: 50% 0%;
  background-size: 1200px 616px;
  background-repeat: no-repeat;
  padding-top: 200px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #group-tickets-experience .football-tab {
      background-image: url(../img/tickets/group-tickets/fb-schedule-header-v2@2x.jpg);
      background-position: 50% 0%;
      background-size: 1200px 616px;
      background-repeat: no-repeat;
      padding-top: 200px; } }
  @media (max-width: 767.98px) {
    #group-tickets-experience .football-tab .table-striped .game {
      width: 50%; } }
  @media (max-width: 446px) {
    #group-tickets-experience .football-tab .table-striped .game {
      width: 70%;
      font-size: 0.9em; } }
  @media (max-width: 767.98px) {
    #group-tickets-experience .football-tab .table-striped .date {
      width: 30%; } }
  @media (max-width: 446px) {
    #group-tickets-experience .football-tab .table-striped .date {
      font-size: 0.9em; } }
  @media (max-width: 446px) {
    #group-tickets-experience .football-tab .table-striped .tickets p.lead {
      font-size: 0.8rem; } }
  @media (max-width: 767.98px) {
    #group-tickets-experience .football-tab .table-striped thead p.lead {
      font-size: 1rem; } }
  #group-tickets-experience .football-tab img.team-logo {
    height: auto;
    width: 25px; }
    @media (min-width: 768px) {
      #group-tickets-experience .football-tab img.team-logo {
        height: auto;
        width: 40px; } }
#group-tickets-experience .basketball-tab {
  background-image: url(../img/tickets/group-tickets/mbb-schedule-header-v2.jpg);
  background-position: 50% 0%;
  background-size: 1200px 542px;
  background-repeat: no-repeat;
  padding-top: 200px; }

#group-tickets-experience .all-sports-tab {
  background-image: url(../img/tickets/group-tickets/all-schedule-header.jpg);
  background-position: 50% 0%;
  background-size: 1200px 542px;
  background-repeat: no-repeat;
  padding-top: 200px; }

#student-membership .student-membership {
  background-image: url(../img/membership-giving/student-membership/bg-xl.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 1140px 381px;
  padding-top: 20rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #student-membership .student-membership {
      background-image: url(../img/membership-giving/student-membership/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1140px 381px; } }
#impact #showcase {
  position: relative;
  height: 100%;
  padding-bottom: 10rem !important;
  background-image: url(../img/impact/2022/header-bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: bottom -3rem left -2rem;
  background-size: 120%; }
  @media (min-width: 500px) {
    #impact #showcase {
      height: 100vh;
      padding-bottom: 0 !important;
      background-image: url(../img/impact/2022/header-bg.jpg);
      background-position: bottom 0 left -4rem; } }
  @media (min-width: 768px) {
    #impact #showcase {
      background-image: url(../img/impact/2022/header-bg-lg.jpg);
      background-position: right -8rem bottom -11rem;
      background-size: cover; } }
  @media (min-width: 1920px) {
    #impact #showcase {
      background-position: right -8rem bottom -14rem; } }
  #impact #showcase .title-section h1 {
    position: relative;
    font-size: 2.05rem; }
    @media (min-width: 992px) {
      #impact #showcase .title-section h1 {
        font-size: 2.55rem;
        line-height: 1.1; } }
    #impact #showcase .title-section h1::after {
      position: absolute;
      content: "";
      height: 5px;
      bottom: -1rem;
      left: 0;
      width: 174px;
      z-index: 1;
      background: linear-gradient(to right, #500000 75%, #707373 25%); }
      @media (min-width: 768px) {
        #impact #showcase .title-section h1::after {
          width: 174px;
          left: -8rem; } }
      @media (min-width: 992px) {
        #impact #showcase .title-section h1::after {
          width: 320px;
          left: -14rem; } }
      @media (min-width: 1200px) {
        #impact #showcase .title-section h1::after {
          width: 340px;
          left: -15rem; } }
      @media (min-width: 1440px) {
        #impact #showcase .title-section h1::after {
          width: 380px;
          left: -18rem; } }
      @media (min-width: 1800px) {
        #impact #showcase .title-section h1::after {
          width: 480px;
          left: -20rem; } }
      @media (min-width: 1920px) {
        #impact #showcase .title-section h1::after {
          width: 600px;
          left: -27rem;
          background: linear-gradient(to right, #500000 65%, #707373 35%); } }
      @media (min-width: 2200px) {
        #impact #showcase .title-section h1::after {
          width: 700px;
          left: -32rem; } }
  #impact #showcase .title-section p {
    font-size: 1.2rem; }
    @media (min-width: 992px) {
      #impact #showcase .title-section p {
        font-size: 1.375rem; } }
  #impact #showcase .title-section a.btn {
    padding: 0.7rem 1.4rem; }
    @media (min-width: 992px) {
      #impact #showcase .title-section a.btn {
        padding: 1.1rem 2rem; } }
  #impact #showcase #video-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden; }
    @media (min-width: 768px) {
      #impact #showcase #video-container {
        top: 70px;
        width: 44%;
        height: 65%; } }
    @media (min-width: 992px) {
      #impact #showcase #video-container {
        width: 38%;
        height: 75%; } }
    @media (min-width: 1920px) {
      #impact #showcase #video-container {
        width: 35%;
        height: 65%; } }
    #impact #showcase #video-container .bar.bar-left {
      position: absolute;
      content: "";
      top: 94%;
      left: 0;
      height: 25px;
      width: 100%;
      z-index: 1;
      background-color: #500000; }
      @media (min-width: 768px) {
        #impact #showcase #video-container .bar.bar-left {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          height: 100%;
          width: 25px;
          z-index: 1;
          background-color: #500000; } }
    #impact #showcase #video-container video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #impact #showcase #video-container::before {
      position: absolute;
      content: "";
      top: 94%;
      left: 0;
      height: 25px;
      width: 15%;
      z-index: 2;
      background-color: #707373; }
      @media (min-width: 768px) {
        #impact #showcase #video-container::before {
          height: 15%;
          width: 25px; } }
    #impact #showcase #video-container::after {
      position: absolute;
      content: "";
      top: 94%;
      right: 0;
      height: 25px;
      width: 15%;
      z-index: 2;
      background-color: #d6d3c4; }
      @media (min-width: 768px) {
        #impact #showcase #video-container::after {
          top: 85%;
          left: 0;
          height: 15%;
          width: 25px; } }
    #impact #showcase #video-container .vid-overlay {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.45); }
  #impact #showcase .content {
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    top: 115%;
    z-index: 2; }
    @media (min-width: 768px) {
      #impact #showcase .content {
        left: 16.5%;
        top: 34%;
        transform: none; } }
    @media (min-width: 992px) {
      #impact #showcase .content {
        top: 36%; } }
    @media (min-width: 1920px) {
      #impact #showcase .content {
        top: 30%; } }
    #impact #showcase .content i {
      font-size: 6.5rem;
      transition: color 0.3s, transform 0.3s; }
      #impact #showcase .content i:hover {
        color: #c1bda6 !important;
        transform: scale(1.1) !important; }

#impact #cta {
  padding-top: 50px; }
  @media (min-width: 810px) {
    #impact #cta .modal-dialog {
      width: 1000px; } }
  #impact #cta .modal-dialog {
    margin-top: 70px; }
  #impact #cta .close {
    width: 5px;
    height: 5px;
    top: -10px;
    left: 5px;
    position: relative;
    z-index: 1;
    background: url(../img/index/icon-avd-close.svg) no-repeat 0 0;
    background-size: 75%;
    margin-top: 5px;
    margin-left: 10px;
    background-position: 0% 100%;
    opacity: 0.8;
    cursor: pointer; }
  #impact #cta .close:hover {
    opacity: 1; }
  #impact #cta .modal-body {
    padding: 0;
    margin-top: -35px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat; }

#impact #intro {
  background-image: url(../img/impact/intro/bg-xs.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 576px 1050px;
  background-color: #d6d3c4;
  height: 1050px;
  padding: 5rem 0 20rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #impact #intro {
      background-image: url(../img/impact/intro/bg-xs@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 576px 1050px;
      background-color: #d6d3c4; } }
  @media (min-width: 576px) {
    #impact #intro {
      background-image: url(../img/impact/intro/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 992px 1050px;
      background-color: #d6d3c4;
      height: 1050px;
      padding: 5rem 0 20rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #impact #intro {
      background-image: url(../img/impact/intro/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 992px 1050px;
      background-color: #d6d3c4; } }
  @media (min-width: 992px) {
    #impact #intro {
      background-image: url(../img/impact/intro/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 1050px;
      background-color: #d6d3c4; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #impact #intro {
      background-image: url(../img/impact/intro/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 1050px;
      background-color: #d6d3c4; } }
  @media (min-width: 1441px) {
    #impact #intro {
      background-image: url(../img/impact/intro/bg-xxl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 2560px 1500px;
      background-color: #d6d3c4;
      height: 1500px;
      padding-top: 7rem; } }
  #impact #intro #main-logo {
    width: 93px;
    height: 110px; }
    #impact #intro #main-logo img,
    #impact #intro #main-logo svg {
      width: 93px;
      height: 110px; }
  #impact #intro h1.display-2 {
    line-height: 1;
    font-size: 3rem; }
    @media (min-width: 576px) {
      #impact #intro h1.display-2 {
        font-size: 4rem; } }
    @media (min-width: 768px) {
      #impact #intro h1.display-2 {
        font-size: 5.5rem; } }
    @media (min-width: 992px) {
      #impact #intro h1.display-2 {
        font-size: 7rem; } }
    @media (min-width: 1441px) {
      #impact #intro h1.display-2 {
        font-size: 9rem; } }
  #impact #intro p {
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3); }
    @media (min-width: 1441px) {
      #impact #intro p {
        font-size: 2rem; } }
    #impact #intro p.lead-bottom {
      position: relative;
      top: -15px; }
      @media (min-width: 1200px) {
        #impact #intro p.lead-bottom {
          top: -20px; } }
      @media (min-width: 1441px) {
        #impact #intro p.lead-bottom {
          top: -25px; } }
  #impact #intro .scroll-text {
    position: absolute;
    top: 700px;
    z-index: 10000;
    width: 150px;
    height: 50px;
    color: #ffffff;
    margin-left: calc(50% - 75px);
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    text-align: center;
    text-shadow: 0px 0px 18px #000000;
    text-align: center;
    left: 0; }
    @media (min-width: 768px) {
      #impact #intro .scroll-text {
        top: 600px; } }
    @media (min-width: 1441px) {
      #impact #intro .scroll-text {
        top: 1000px; } }
    #impact #intro .scroll-text a {
      color: #ffffff; }
    #impact #intro .scroll-text span {
      font-weight: 700;
      font-size: 1.5rem; }
    #impact #intro .scroll-text::before {
      display: block;
      position: static;
      width: 25px;
      height: 13px;
      margin: 0 auto 35px;
      transform: rotate(-90deg);
      background: url(../img/arrow-white.svg);
      content: "";
      opacity: 1;
      animation: rotate-bounce 3s infinite; }

#impact #slider {
  position: relative;
  padding: 0 0 2rem;
  height: 500px; }
  @media (min-width: 768px) {
    #impact #slider {
      padding: 2rem 0;
      height: 300px; } }
  @media (min-width: 1200px) {
    #impact #slider {
      height: auto; } }
  #impact #slider .container-fluid {
    max-width: 1140px; }
    @media (min-width: 1441px) {
      #impact #slider .container-fluid {
        max-width: 1300px; } }
    @media (min-width: 1800px) {
      #impact #slider .container-fluid {
        max-width: 1600px; } }
  #impact #slider .carousel.carousel-fade .carousel-item {
    transition: opacity 0.2s ease-in-out;
    opacity: 0; }
  #impact #slider .carousel.carousel-fade .active.carousel-item {
    opacity: 1; }
  #impact #slider .carousel.carousel-fade .active.left,
  #impact #slider .carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0); }
  #impact #slider .carousel.carousel-fade .next,
  #impact #slider .carousel.carousel-fade .prev {
    left: 0;
    z-index: 1; }
  #impact #slider .carousel-item p.lead {
    font-size: 1.8rem; }
  #impact #slider .carousel-item h2.display-4 {
    font-size: 4rem;
    line-height: 0.9; }
  #impact #slider .carousel-indicators {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    right: 0; }
    @media (min-width: 1200px) {
      #impact #slider .carousel-indicators {
        bottom: 0; } }
    #impact #slider .carousel-indicators li {
      height: 15px;
      width: 200px;
      margin: 0 10px;
      background-color: #959595; }
      #impact #slider .carousel-indicators li.active {
        background-color: #500000; }
  @media (min-width: 1200px) {
    #impact #slider {
      background-image: url(../img/impact/slider/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 700px;
      background-color: #ffffff;
      height: 700px; } }
  @media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (min-resolution: 192dpi), (min-width: 1200px) and (min-resolution: 2dppx) {
    #impact #slider {
      background-image: url(../img/impact/slider/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 700px;
      background-color: #ffffff; } }
  @media (min-width: 1441px) {
    #impact #slider {
      background-image: url(../img/impact/slider/kid-cutout-xxl.png), url(../img/impact/slider/am-logo-white.png), url(../img/impact/slider/bg-xxl.jpg);
      background-repeat: no-repeat, no-repeat, no-repeat;
      background-position: 50% 0%, 0% 100%, 50% 0%;
      background-size: 2560px 1000px, 1233px 949px, 2560px 1000px;
      background-color: #ffffff;
      height: 1000px; } }
#impact #student-athlete-quotes {
  position: relative;
  height: 600px; }
  #impact #student-athlete-quotes .bar.bar-left {
    display: none !important; }
    @media (min-width: 768px) {
      #impact #student-athlete-quotes .bar.bar-left {
        position: absolute;
        content: "";
        top: -25px;
        left: 0;
        height: 25px;
        width: 100%;
        z-index: 1;
        background-color: #ffffff; } }
  @media (min-width: 768px) {
    #impact #student-athlete-quotes::before {
      position: absolute;
      content: "";
      top: -25px;
      left: 0;
      height: 25px;
      width: 35%;
      z-index: 2;
      background-color: #707373; }
    #impact #student-athlete-quotes::after {
      position: absolute;
      content: "";
      top: -25px;
      right: 0;
      height: 25px;
      width: 15%;
      z-index: 2;
      background-color: #500000; } }
  @media (min-width: 768px) {
    #impact #student-athlete-quotes > .container-fluid {
      margin-top: 25px; } }
  @media (min-width: 576px) {
    #impact #student-athlete-quotes {
      height: 700px; } }
  @media (min-width: 992px) {
    #impact #student-athlete-quotes {
      height: 650px; } }
  #impact #student-athlete-quotes .carousel.carousel-fade .carousel-item {
    transition: opacity 0.2s ease-in-out;
    opacity: 0; }
  #impact #student-athlete-quotes .carousel.carousel-fade .active.carousel-item {
    opacity: 1; }
  #impact #student-athlete-quotes .carousel.carousel-fade .active.left,
  #impact #student-athlete-quotes .carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0); }
  #impact #student-athlete-quotes .carousel.carousel-fade .next,
  #impact #student-athlete-quotes .carousel.carousel-fade .prev {
    left: 0;
    z-index: 1; }
  #impact #student-athlete-quotes .carousel-item p.lead {
    font-size: 1.8rem; }
  #impact #student-athlete-quotes .carousel-item h2.display-4 {
    font-size: 4rem;
    line-height: 0.9; }
  #impact #student-athlete-quotes .carousel-indicators {
    position: absolute;
    content: "";
    bottom: 20px;
    left: 0;
    right: 0; }
    #impact #student-athlete-quotes .carousel-indicators li {
      height: 15px;
      width: 200px;
      margin: 0 10px;
      background-color: #959595; }
      #impact #student-athlete-quotes .carousel-indicators li.active {
        background-color: #ffffff; }
  #impact #student-athlete-quotes .carousel-item {
    width: 100%;
    height: 100%;
    padding: 12rem 0; }
    @media (min-width: 576px) {
      #impact #student-athlete-quotes .carousel-item p.lead.lead-copy {
        font-size: 2.2rem; } }
    #impact #student-athlete-quotes .carousel-item h2.display-4 {
      font-size: 3rem; }
      #impact #student-athlete-quotes .carousel-item h2.display-4 small {
        font-size: 1.2rem;
        margin-top: 5px; }
        @media (min-width: 576px) {
          #impact #student-athlete-quotes .carousel-item h2.display-4 small {
            font-size: 1.6rem;
            margin-top: 0; } }
    #impact #student-athlete-quotes .carousel-item:nth-child(1) {
      background-image: url(../img/impact/2022/player-quotes/troy-claunch/bg-xs.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 576px 302px;
      background-color: #530002;
      padding: 10rem 0; }
      @media (max-width: 991.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(1) p.lead {
          font-size: 1.6rem; } }
      @media (max-width: 1199.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(1) p.lead {
          font-size: 1.8rem; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #impact #student-athlete-quotes .carousel-item:nth-child(1) {
          background-image: url(../img/impact/2022/player-quotes/troy-claunch/bg-xs@2x.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 576px 302px;
          background-color: #530002; } }
      @media (min-width: 576px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(1) {
          background-image: url(../img/impact/2022/player-quotes/troy-claunch/bg-md.jpg);
          background-repeat: no-repeat;
          background-position: 25% 0%;
          background-size: 992px 520px;
          background-color: #530002;
          padding: 20rem 0 12rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(1) {
      background-image: url(../img/impact/2022/player-quotes/troy-claunch/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 25% 0%;
      background-size: 992px 520px;
      background-color: #530002; } }
      @media (min-width: 992px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(1) {
          background-image: url(../img/impact/2022/player-quotes/troy-claunch/bg-lg.jpg);
          background-repeat: no-repeat;
          background-position: 0 50%;
          background-size: 880px 659px;
          background-color: #530002;
          padding: 6rem 0 12rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(1) {
      background-image: url(../img/impact/2022/player-quotes/troy-claunch/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: 980px 759px;
      background-color: #530002; } }
      @media (min-width: 1441px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(1) {
          background-image: url(../img/impact/2022/player-quotes/troy-claunch/bg-xl.jpg);
          background-repeat: no-repeat;
          background-position: 0 25%;
          background-size: 1184px 911px;
          background-color: #530002;
          padding: 6rem 0 12rem; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(1) {
      background-image: url(../img/impact/2022/player-quotes/troy-claunch/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0 25%;
      background-size: 1184px 911px;
      background-color: #530002; } }
    #impact #student-athlete-quotes .carousel-item:nth-child(2) {
      background-image: url(../img/impact/player-quotes/morgan-smith/bg-xs.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 576px 233px;
      background-color: #d6d3c4;
      padding: 8rem 0; }
      @media (max-width: 991.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(2) p.lead {
          font-size: 1.6rem; } }
      @media (max-width: 1199.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(2) p.lead {
          font-size: 1.8rem; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #impact #student-athlete-quotes .carousel-item:nth-child(2) {
          background-image: url(../img/impact/player-quotes/morgan-smith/bg-xs@2x.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 576px 233px;
          background-color: #d6d3c4; } }
      @media (min-width: 576px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(2) {
          background-image: url(../img/impact/player-quotes/morgan-smith/bg-md.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 992px 400px;
          background-color: #d6d3c4;
          padding: 16rem 0 12rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(2) {
      background-image: url(../img/impact/player-quotes/morgan-smith/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 992px 400px;
      background-color: #d6d3c4; } }
      @media (min-width: 992px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(2) {
          background-image: url(../img/impact/player-quotes/morgan-smith/bg-lg.jpg);
          background-repeat: no-repeat;
          background-position: 0% 0%;
          background-size: 830px 1121px;
          background-color: #d6d3c4;
          padding: 6rem 0 12rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(2) {
      background-image: url(../img/impact/player-quotes/morgan-smith/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-size: 830px 1121px;
      background-color: #d6d3c4; } }
      @media (min-width: 1441px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(2) {
          background-image: url(../img/impact/player-quotes/morgan-smith/bg-xl.jpg);
          background-repeat: no-repeat;
          background-position: 0% 0%;
          background-size: 1080px 1013px;
          background-color: #d6d3c4;
          padding: 6rem 0 12rem; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(2) {
      background-image: url(../img/impact/player-quotes/morgan-smith/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-size: 1080px 1013px;
      background-color: #d6d3c4; } }
    #impact #student-athlete-quotes .carousel-item:nth-child(3) {
      background-image: url(../img/impact/2022/player-quotes/deshae-wise/bg-xs.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 576px 302px;
      background-color: #530002;
      padding: 8rem 0; }
      @media (max-width: 991.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(3) p.lead {
          font-size: 1.6rem; } }
      @media (max-width: 1199.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(3) p.lead {
          font-size: 1.8rem; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #impact #student-athlete-quotes .carousel-item:nth-child(3) {
          background-image: url(../img/impact/2022/player-quotes/deshae-wise/bg-xs@2x.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 576px 302px;
          background-color: #530002; } }
      @media (min-width: 576px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(3) {
          background-image: url(../img/impact/2022/player-quotes/deshae-wise/bg-md.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 992px 520px;
          background-color: #530002;
          padding: 16rem 0 12rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(3) {
      background-image: url(../img/impact/2022/player-quotes/deshae-wise/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 992px 520px;
      background-color: #530002; } }
      @media (min-width: 992px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(3) {
          background-image: url(../img/impact/2022/player-quotes/deshae-wise/bg-lg.jpg);
          background-repeat: no-repeat;
          background-position: 100% 0%;
          background-size: 880px 659px;
          background-color: #530002;
          padding: 6rem 0 12rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(3) {
      background-image: url(../img/impact/2022/player-quotes/deshae-wise/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 0%;
      background-size: 880px 659px;
      background-color: #530002; } }
      @media (min-width: 1200px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(3) {
          background-image: url(../img/impact/2022/player-quotes/deshae-wise/bg-xl.jpg);
          background-repeat: no-repeat;
          background-position: 100% 0%;
          background-size: 1084px 811px;
          background-color: #530002;
          padding: 6rem 0 12rem; } }
  @media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (min-resolution: 192dpi), (min-width: 1200px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(3) {
      background-image: url(../img/impact/2022/player-quotes/deshae-wise/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 0%;
      background-size: 1084px 811px;
      background-color: #530002; } }
    #impact #student-athlete-quotes .carousel-item:nth-child(4) {
      background-image: url(../img/impact/2022/player-quotes/andre-gordon/bg-xs.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 576px 302px;
      background-color: #d6d3c4;
      padding: 8rem 0; }
      @media (max-width: 991.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(4) p.lead {
          font-size: 1.6rem; } }
      @media (max-width: 1199.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(4) p.lead {
          font-size: 1.8rem; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #impact #student-athlete-quotes .carousel-item:nth-child(4) {
          background-image: url(../img/impact/2022/player-quotes/andre-gordon/bg-xs@2x.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 576px 302px;
          background-color: #d6d3c4; } }
      @media (min-width: 576px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(4) {
          background-image: url(../img/impact/2022/player-quotes/andre-gordon/bg-md.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 992px 520px;
          padding: 16rem 0 12rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(4) {
      background-image: url(../img/impact/2022/player-quotes/andre-gordon/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 992px 520px; } }
      @media (min-width: 992px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(4) {
          background-image: url(../img/impact/2022/player-quotes/andre-gordon/bg-lg.jpg);
          background-repeat: no-repeat;
          background-position: 100% 85%;
          background-size: 880px 659px;
          padding: 6rem 0 12rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(4) {
      background-image: url(../img/impact/2022/player-quotes/andre-gordon/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 85%;
      background-size: 880px 659px; } }
      @media (min-width: 1441px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(4) {
          background-image: url(../img/impact/2022/player-quotes/andre-gordon/bg-xl.jpg);
          background-repeat: no-repeat;
          background-position: 100% 70%;
          background-size: 1084px 811px;
          padding: 6rem 0 12rem; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(4) {
      background-image: url(../img/impact/2022/player-quotes/andre-gordon/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 70%;
      background-size: 1084px 811px; } }
    #impact #student-athlete-quotes .carousel-item:nth-child(5) {
      background-image: url(../img/impact/2022/player-quotes/amanda-scarborough/bg-xs.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 576px 302px;
      background-color: #530002;
      padding: 8rem 0; }
      @media (max-width: 991.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(5) p.lead {
          font-size: 1.6rem; } }
      @media (max-width: 1199.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(5) p.lead {
          font-size: 1.8rem; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #impact #student-athlete-quotes .carousel-item:nth-child(5) {
          background-image: url(../img/impact/2022/player-quotes/amanda-scarborough/bg-xs@2x.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 576px 302px;
          background-color: #530002; } }
      @media (min-width: 576px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(5) {
          background-image: url(../img/impact/2022/player-quotes/amanda-scarborough/bg-md.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 992px 520px;
          background-color: #530002;
          padding: 16rem 0 12rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(5) {
      background-image: url(../img/impact/2022/player-quotes/amanda-scarborough/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 992px 520px;
      background-color: #530002; } }
      @media (min-width: 992px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(5) {
          background-image: url(../img/impact/2022/player-quotes/amanda-scarborough/bg-lg.jpg);
          background-repeat: no-repeat;
          background-position: 100% 0%;
          background-size: 880px 659px;
          background-color: #530002;
          padding: 6rem 0 12rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(5) {
      background-image: url(../img/impact/2022/player-quotes/amanda-scarborough/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 0%;
      background-size: 880px 659px;
      background-color: #530002; } }
      @media (min-width: 1200px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(5) {
          background-image: url(../img/impact/2022/player-quotes/amanda-scarborough/bg-xl.jpg);
          background-repeat: no-repeat;
          background-position: 100% 0%;
          background-size: 1084px 811px;
          background-color: #530002;
          padding: 6rem 0 12rem; } }
  @media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (min-resolution: 192dpi), (min-width: 1200px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(5) {
      background-image: url(../img/impact/2022/player-quotes/amanda-scarborough/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 0%;
      background-size: 1084px 811px;
      background-color: #530002; } }
    #impact #student-athlete-quotes .carousel-item:nth-child(6) {
      background-image: url(../img/impact/2022/player-quotes/terry-price/bg-xs.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 576px 302px;
      background-color: #d6d3c4;
      padding: 8rem 0; }
      @media (max-width: 991.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(6) p.lead {
          font-size: 1.6rem; } }
      @media (max-width: 1199.98px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(6) p.lead {
          font-size: 1.8rem; } }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        #impact #student-athlete-quotes .carousel-item:nth-child(6) {
          background-image: url(../img/impact/2022/player-quotes/terry-price/bg-xs@2x.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 576px 302px;
          background-color: #d6d3c4; } }
      @media (min-width: 576px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(6) {
          background-image: url(../img/impact/2022/player-quotes/terry-price/bg-md.jpg);
          background-repeat: no-repeat;
          background-position: 50% 0%;
          background-size: 992px 520px;
          padding: 16rem 0 12rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(6) {
      background-image: url(../img/impact/2022/player-quotes/terry-price/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 992px 520px; } }
      @media (min-width: 992px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(6) {
          background-image: url(../img/impact/2022/player-quotes/terry-price/bg-lg.jpg);
          background-repeat: no-repeat;
          background-position: 175% 85%;
          background-size: 880px 659px;
          padding: 6rem 0 12rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(6) {
      background-image: url(../img/impact/2022/player-quotes/terry-price/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 175% 85%;
      background-size: 880px 659px; } }
      @media (min-width: 1100px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(6) {
          background-position: 130% 85%; } }
      @media (min-width: 1200px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(6) {
          background-position: 100% 85%; } }
      @media (min-width: 1441px) {
        #impact #student-athlete-quotes .carousel-item:nth-child(6) {
          background-image: url(../img/impact/2022/player-quotes/terry-price/bg-xl.jpg);
          background-repeat: no-repeat;
          background-position: 100% 70%;
          background-size: 1084px 811px;
          padding: 6rem 0 12rem; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #impact #student-athlete-quotes .carousel-item:nth-child(6) {
      background-image: url(../img/impact/2022/player-quotes/terry-price/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 70%;
      background-size: 1084px 811px; } }
#impact #hollann-hans {
  background-image: url(../img/impact/player-quotes/hollann-hans/bg-xs.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 576px 362px;
  background-color: #d6d3c4;
  padding: 4rem 0 21rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #impact #hollann-hans {
      background-image: url(../img/impact/player-quotes/hollann-hans/bg-xs@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 576px 362px;
      background-color: #d6d3c4; } }
  @media (min-width: 576px) {
    #impact #hollann-hans {
      background-image: url(../img/impact/player-quotes/hollann-hans/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 527px;
      background-color: #d6d3c4;
      padding: 6rem 0 32rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #impact #hollann-hans {
      background-image: url(../img/impact/player-quotes/hollann-hans/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 527px;
      background-color: #d6d3c4; } }
  @media (min-width: 992px) {
    #impact #hollann-hans {
      background-image: url(../img/impact/player-quotes/hollann-hans/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-size: 830px 1121px;
      background-color: #d6d3c4;
      padding: 4rem 0 20rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #impact #hollann-hans {
      background-image: url(../img/impact/player-quotes/hollann-hans/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-size: 830px 1121px;
      background-color: #d6d3c4; } }
  @media (min-width: 1441px) {
    #impact #hollann-hans {
      background-image: url(../img/impact/player-quotes/hollann-hans/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-size: 1080px 1013px;
      background-color: #d6d3c4;
      padding: 12rem 0; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #impact #hollann-hans {
      background-image: url(../img/impact/player-quotes/hollann-hans/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-size: 1080px 1013px;
      background-color: #d6d3c4; } }
  @media (min-width: 1845px) {
    #impact #hollann-hans {
      background-image: url(../img/impact/player-quotes/hollann-hans/bg-xl-2.jpg);
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-size: 1259px 1013px;
      background-color: #d6d3c4;
      padding: 12rem 0; } }
  @media (min-width: 1845px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1845px) and (min-resolution: 192dpi), (min-width: 1845px) and (min-resolution: 2dppx) {
    #impact #hollann-hans {
      background-image: url(../img/impact/player-quotes/hollann-hans/bg-xl-2@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-size: 1259px 1013px;
      background-color: #d6d3c4; } }
#impact #keeath-magee {
  position: relative;
  background-image: url(../img/impact/player-quotes/keeath-magee/bg-xs.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 576px 378px;
  background-color: #500000;
  padding: 4rem 0 23rem; }
  #impact #keeath-magee #main-logo {
    position: absolute;
    content: "";
    top: -65px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    height: 135px;
    width: 114px; }
    @media (min-width: 576px) {
      #impact #keeath-magee #main-logo {
        height: 170px;
        width: 143px; } }
    #impact #keeath-magee #main-logo img,
    #impact #keeath-magee #main-logo svg {
      height: 135px;
      width: 114px; }
      @media (min-width: 576px) {
        #impact #keeath-magee #main-logo img,
        #impact #keeath-magee #main-logo svg {
          height: 170px;
          width: 143px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #impact #keeath-magee {
      background-image: url(../img/impact/player-quotes/keeath-magee/bg-xs@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 576px 378px;
      background-color: #500000; } }
  @media (min-width: 576px) {
    #impact #keeath-magee {
      background-image: url(../img/impact/player-quotes/keeath-magee/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 522px;
      background-color: #500000;
      padding: 6rem 0 31rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #impact #keeath-magee {
      background-image: url(../img/impact/player-quotes/keeath-magee/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 522px;
      background-color: #500000; } }
  @media (min-width: 992px) {
    #impact #keeath-magee {
      background-image: url(../img/impact/player-quotes/keeath-magee/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 100% 85%;
      background-size: 999px 900px;
      background-color: #500000;
      padding: 6rem 0 12rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #impact #keeath-magee {
      background-image: url(../img/impact/player-quotes/keeath-magee/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 85%;
      background-size: 999px 900px;
      background-color: #500000; } }
  @media (min-width: 1441px) {
    #impact #keeath-magee {
      background-image: url(../img/impact/player-quotes/keeath-magee/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 100% 100%;
      background-size: 1223px 958px;
      background-color: #500000;
      padding: 12rem 0; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #impact #keeath-magee {
      background-image: url(../img/impact/player-quotes/keeath-magee/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 100%;
      background-size: 1223px 958px;
      background-color: #500000; } }
#impact #information {
  padding-bottom: 4rem; }
  #impact #information .jumbotron {
    position: relative;
    top: -50px;
    z-index: 1; }
    #impact #information .jumbotron h4.display-4 {
      font-size: 1.8rem; }
      @media (min-width: 576px) {
        #impact #information .jumbotron h4.display-4 {
          font-size: 2.8rem; } }
  #impact #information .chart-custom .ct-label {
    color: #500000 !important;
    fill: #500000 !important; }
    @media (min-width: 1200px) {
      #impact #information .chart-custom .ct-label {
        font-size: 1rem !important; } }
  #impact #information .chart-custom span.ct-label {
    font-size: 1.2rem !important;
    color: #500000;
    width: 30px; }
    #impact #information .chart-custom span.ct-label.ct-end {
      margin-left: -25px !important; }
  #impact #information .chart-custom .ct-chart-donut {
    overflow: visible; }
    #impact #information .chart-custom .ct-chart-donut .ct-series-a .ct-slice-donut {
      stroke: #500000; }
    #impact #information .chart-custom .ct-chart-donut .ct-series-b .ct-slice-donut {
      stroke: #707373; }
    #impact #information .chart-custom .ct-chart-donut .ct-series-c .ct-slice-donut {
      stroke: #500000; }
    #impact #information .chart-custom .ct-chart-donut .ct-series-d .ct-slice-donut {
      stroke: #707373; }
    #impact #information .chart-custom .ct-chart-donut .ct-series-e .ct-slice-donut {
      stroke: #500000; }
    #impact #information .chart-custom .ct-chart-donut .ct-series-f .ct-slice-donut {
      stroke: #d6d3c4; }
  #impact #information .chart-custom.ct-chart-one {
    height: 250px; }
    #impact #information .chart-custom.ct-chart-one .ct-label {
      font-size: 1.2rem !important; }
      @media (min-width: 576px) {
        #impact #information .chart-custom.ct-chart-one .ct-label {
          font-size: 0.8rem !important; } }
      @media (min-width: 768px) {
        #impact #information .chart-custom.ct-chart-one .ct-label {
          font-size: 1rem !important; } }
      @media (min-width: 992px) {
        #impact #information .chart-custom.ct-chart-one .ct-label {
          font-size: 1.2rem !important; } }
  #impact #information .animated-numbers h1 > sup,
  #impact #information .numbers h1 > sup {
    font-size: 3.25rem; }
  @media (max-width: 992px) {
    #impact #information .animated-numbers h1,
    #impact #information .numbers h1 {
      font-size: 4rem; }
    #impact #information .animated-numbers h1 > sup,
    #impact #information .numbers h1 > sup {
      font-size: 2.75rem;
      top: -2rem; } }
  @media (max-width: 420px) {
    #impact #information .animated-numbers h1,
    #impact #information .numbers h1 {
      font-size: 3rem; }
    #impact #information .animated-numbers h1 > sup,
    #impact #information .numbers h1 > sup {
      font-size: 2rem;
      top: -1rem; } }
#renewals-fb-2021,
#renewals-fb-2022 {
  padding-bottom: 0px; }
  #renewals-fb-2021 #cta,
  #renewals-fb-2022 #cta {
    padding-top: 50px; }
    @media (min-width: 810px) {
      #renewals-fb-2021 #cta .modal-dialog,
      #renewals-fb-2022 #cta .modal-dialog {
        width: 1000px; } }
    #renewals-fb-2021 #cta .modal-dialog,
    #renewals-fb-2022 #cta .modal-dialog {
      margin-top: 70px; }
    #renewals-fb-2021 #cta .close,
    #renewals-fb-2022 #cta .close {
      width: 5px;
      height: 5px;
      top: -10px;
      left: 5px;
      position: relative;
      z-index: 1;
      background: url(../img/index/icon-avd-close.svg) no-repeat 0 0;
      background-size: 75%;
      margin-top: 5px;
      margin-left: 10px;
      background-position: 0% 100%;
      opacity: 0.8;
      cursor: pointer; }
    #renewals-fb-2021 #cta .close:hover,
    #renewals-fb-2022 #cta .close:hover {
      opacity: 1; }
    #renewals-fb-2021 #cta .modal-body,
    #renewals-fb-2022 #cta .modal-body {
      padding: 0;
      margin-top: -35px;
      background-position: top right;
      background-size: cover;
      background-repeat: no-repeat; }
  #renewals-fb-2021 #intro,
  #renewals-fb-2022 #intro {
    position: relative;
    height: 100% !important;
    padding-bottom: 2rem;
    border-top: solid 6px #500000;
    position: relative;
    min-height: 100%;
    background-image: url(../img/renewals/football/2023/intro/intro-sm.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 768px 684px;
    padding-bottom: 60px; }
    #renewals-fb-2021 #intro .align-items-end,
    #renewals-fb-2022 #intro .align-items-end {
      padding-top: 87%;
      padding-bottom: 20px; }
      @media (max-width: 420px) {
        #renewals-fb-2021 #intro .align-items-end,
        #renewals-fb-2022 #intro .align-items-end {
          padding-top: 100%; } }
      @media (min-width: 576px) {
        #renewals-fb-2021 #intro .align-items-end,
        #renewals-fb-2022 #intro .align-items-end {
          padding-top: 79%;
          padding-bottom: 20px; } }
      @media (min-width: 768px) {
        #renewals-fb-2021 #intro .align-items-end,
        #renewals-fb-2022 #intro .align-items-end {
          padding-top: 60%; } }
      @media (min-width: 992px) {
        #renewals-fb-2021 #intro .align-items-end,
        #renewals-fb-2022 #intro .align-items-end {
          padding-top: 42%; } }
      @media (min-width: 1200px) {
        #renewals-fb-2021 #intro .align-items-end,
        #renewals-fb-2022 #intro .align-items-end {
          padding-top: 37.5%; } }
      @media (min-width: 1441px) {
        #renewals-fb-2021 #intro .align-items-end,
        #renewals-fb-2022 #intro .align-items-end {
          padding-top: 78%; } }
      #renewals-fb-2021 #intro .align-items-end small,
      #renewals-fb-2022 #intro .align-items-end small {
        font-size: 70%; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #renewals-fb-2021 #intro .align-items-end h2,
        #renewals-fb-2022 #intro .align-items-end h2 {
          font-size: 200%; } }
      #renewals-fb-2021 #intro .align-items-end p.display-4,
      #renewals-fb-2022 #intro .align-items-end p.display-4 {
        font-size: 175%; }
        @media (max-width: 991.98px) {
          #renewals-fb-2021 #intro .align-items-end p.display-4,
          #renewals-fb-2022 #intro .align-items-end p.display-4 {
            font-size: 150%; } }
        @media (max-width: 575.98px) {
          #renewals-fb-2021 #intro .align-items-end p.display-4,
          #renewals-fb-2022 #intro .align-items-end p.display-4 {
            font-size: 120%; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #renewals-fb-2021 #intro,
      #renewals-fb-2022 #intro {
        background-image: url(../img/renewals/football/2023/intro/intro-sm@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 768px 684px; } }
    @media (min-width: 576px) {
      #renewals-fb-2021 #intro,
      #renewals-fb-2022 #intro {
        padding-bottom: 70px; } }
    @media (min-width: 768px) {
      #renewals-fb-2021 #intro,
      #renewals-fb-2022 #intro {
        background-image: url(../img/renewals/football/2023/intro/intro-md.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 1440px 756px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #renewals-fb-2021 #intro,
    #renewals-fb-2022 #intro {
      background-image: url(../img/renewals/football/2023/intro/intro-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 756px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #renewals-fb-2021 #intro .display-4,
    #renewals-fb-2022 #intro .display-4 {
      font-size: 2.2rem; } }
    @media (min-width: 1200px) {
      #renewals-fb-2021 #intro,
      #renewals-fb-2022 #intro {
        padding-bottom: 60px; } }
    @media (min-width: 1441px) {
      #renewals-fb-2021 #intro,
      #renewals-fb-2022 #intro {
        background-image: url(../img/renewals/football/2023/intro/intro-lg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 2560px 1224px;
        min-height: calc(100vh - 40px) !important;
        padding-bottom: 150px; } }
  #renewals-fb-2021 .notification-wrapper,
  #renewals-fb-2022 .notification-wrapper {
    z-index: 1; }
    #renewals-fb-2021 .notification-wrapper .demo-avd,
    #renewals-fb-2022 .notification-wrapper .demo-avd {
      margin-top: 125px;
      bottom: auto;
      z-index: 1; }
      @media (max-width: 767px) {
        #renewals-fb-2021 .notification-wrapper .demo-avd,
        #renewals-fb-2022 .notification-wrapper .demo-avd {
          margin-top: 350px; } }
    #renewals-fb-2021 .notification-wrapper .demo-avd__close,
    #renewals-fb-2022 .notification-wrapper .demo-avd__close {
      background: url(../img/index/icon-avd-close-primary.svg) no-repeat 0 0; }
    @media (max-width: 991.98px) {
      #renewals-fb-2021 .notification-wrapper,
      #renewals-fb-2022 .notification-wrapper {
        width: 50vw; } }
  #renewals-fb-2021 .navbar .navbar-nav > li:nth-child(2)::before,
  #renewals-fb-2022 .navbar .navbar-nav > li:nth-child(2)::before {
    border: 0px; }
  #renewals-fb-2021 .sub-nav-wrapper,
  #renewals-fb-2022 .sub-nav-wrapper {
    z-index: 1111; }
    @media (min-width: 768px) {
      #renewals-fb-2021 .sub-nav-wrapper,
      #renewals-fb-2022 .sub-nav-wrapper {
        height: 47px; } }
    @media (min-width: 1200px) {
      #renewals-fb-2021 .sub-nav-wrapper,
      #renewals-fb-2022 .sub-nav-wrapper {
        margin-top: 71px; } }
    #renewals-fb-2021 .sub-nav-wrapper #page-nav,
    #renewals-fb-2022 .sub-nav-wrapper #page-nav {
      width: 100%; }
      #renewals-fb-2021 .sub-nav-wrapper #page-nav.sps.sps--abv,
      #renewals-fb-2022 .sub-nav-wrapper #page-nav.sps.sps--abv {
        min-width: 100%; }
      #renewals-fb-2021 .sub-nav-wrapper #page-nav.sps.sps--blw,
      #renewals-fb-2022 .sub-nav-wrapper #page-nav.sps.sps--blw {
        top: 70px;
        margin-bottom: 60px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); }
      #renewals-fb-2021 .sub-nav-wrapper #page-nav .navbar-renewal,
      #renewals-fb-2022 .sub-nav-wrapper #page-nav .navbar-renewal {
        color: #d6d3c4 !important;
        font-size: 0.95rem;
        font-weight: 400;
        letter-spacing: 0.02rem;
        position: relative; }
        #renewals-fb-2021 .sub-nav-wrapper #page-nav .navbar-renewal::after,
        #renewals-fb-2022 .sub-nav-wrapper #page-nav .navbar-renewal::after {
          position: absolute;
          content: "";
          height: 75%;
          top: 11%;
          right: -10px; }
  #renewals-fb-2021 #renewal-countdown,
  #renewals-fb-2022 #renewal-countdown {
    position: relative;
    z-index: 2; }
    #renewals-fb-2021 #renewal-countdown .countdown-box,
    #renewals-fb-2022 #renewal-countdown .countdown-box {
      position: absolute;
      top: -40px;
      left: 0;
      right: 0;
      width: 90%;
      margin: 0 auto; }
      @media (max-width: 575.98px) {
        #renewals-fb-2021 #renewal-countdown .countdown-box,
        #renewals-fb-2022 #renewal-countdown .countdown-box {
          top: -40px; } }
      @media (max-width: 767.98px) {
        #renewals-fb-2021 #renewal-countdown .countdown-box .btn p,
        #renewals-fb-2022 #renewal-countdown .countdown-box .btn p {
          font-size: 80%; } }
@media (max-width: 767.98px) and (max-width: 439px) {
  #renewals-fb-2021 #renewal-countdown .countdown-box .btn p,
  #renewals-fb-2022 #renewal-countdown .countdown-box .btn p {
    font-size: 60%; } }
      @media (min-width: 1441px) {
        #renewals-fb-2021 #renewal-countdown .countdown-box .btn p,
        #renewals-fb-2022 #renewal-countdown .countdown-box .btn p {
          font-size: 140%; } }
      #renewals-fb-2021 #renewal-countdown .countdown-box #countdown-begin-timer,
      #renewals-fb-2021 #renewal-countdown .countdown-box #countdown-end-timer,
      #renewals-fb-2022 #renewal-countdown .countdown-box #countdown-begin-timer,
      #renewals-fb-2022 #renewal-countdown .countdown-box #countdown-end-timer {
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 1.4rem; }
        @media (min-width: 576px) {
          #renewals-fb-2021 #renewal-countdown .countdown-box #countdown-begin-timer,
          #renewals-fb-2021 #renewal-countdown .countdown-box #countdown-end-timer,
          #renewals-fb-2022 #renewal-countdown .countdown-box #countdown-begin-timer,
          #renewals-fb-2022 #renewal-countdown .countdown-box #countdown-end-timer {
            font-size: 2rem; } }
      @media (max-width: 767.98px) {
        #renewals-fb-2021 #renewal-countdown .countdown-box h5,
        #renewals-fb-2022 #renewal-countdown .countdown-box h5 {
          font-size: 1rem; } }
  #renewals-fb-2021 #parking,
  #renewals-fb-2022 #parking {
    padding-bottom: 2rem;
    border-top: solid 6px #500000;
    position: relative;
    padding-top: 16rem;
    background-image: url(../img/renewals/football/2020/parking/bg-sm.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 768px 321px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #renewals-fb-2021 #parking,
      #renewals-fb-2022 #parking {
        background-image: url(../img/renewals/football/2020/parking/bg-sm@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 768px 321px; } }
    @media (min-width: 768px) {
      #renewals-fb-2021 #parking,
      #renewals-fb-2022 #parking {
        padding-top: 28rem;
        background-image: url(../img/renewals/football/2020/parking/bg-md.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 1440px 595px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #renewals-fb-2021 #parking,
    #renewals-fb-2022 #parking {
      background-image: url(../img/renewals/football/2020/parking/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 595px; } }
    @media (min-width: 1441px) {
      #renewals-fb-2021 #parking,
      #renewals-fb-2022 #parking {
        padding-top: 47rem;
        background-image: url(../img/renewals/football/2020/parking/bg-lg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 2560px 956px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #renewals-fb-2021 #parking,
    #renewals-fb-2022 #parking {
      background-image: url(../img/renewals/football/2020/parking/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 2560px 956px; } }
  #renewals-fb-2021 #relocate,
  #renewals-fb-2022 #relocate {
    padding: 8rem 0;
    position: relative;
    z-index: 2;
    border-top: solid 6px #500000;
    padding-bottom: 24rem;
    background-image: url(../img/renewals/football/2021/relocate/bg-sm.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 768px 1256px; }
    @media (min-width: 992px) {
      #renewals-fb-2021 #relocate::before,
      #renewals-fb-2022 #relocate::before {
        top: 50px;
        right: 50px;
        width: 700px;
        height: 200px;
        content: url(../img/corner-line-highlight.svg);
        position: absolute;
        opacity: 0.2;
        z-index: 1; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #renewals-fb-2021 #relocate,
      #renewals-fb-2022 #relocate {
        background-image: url(../img/renewals/football/2021/relocate/bg-sm@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 768px 1256px; } }
    @media (min-width: 768px) {
      #renewals-fb-2021 #relocate,
      #renewals-fb-2022 #relocate {
        background-image: url(../img/renewals/football/2021/relocate/bg-md.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        padding-bottom: 11rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #renewals-fb-2021 #relocate,
    #renewals-fb-2022 #relocate {
      background-image: url(../img/renewals/football/2021/relocate/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; } }
    @media (min-width: 1441px) {
      #renewals-fb-2021 #relocate,
      #renewals-fb-2022 #relocate {
        background-image: url(../img/renewals/football/2021/relocate/bg-lg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 2560px 1244px; } }
    @media (min-width: 1800px) {
      #renewals-fb-2021 #relocate,
      #renewals-fb-2022 #relocate {
        padding: 18rem 0; } }
  #renewals-fb-2021 #impact,
  #renewals-fb-2022 #impact {
    position: relative; }
    #renewals-fb-2021 #impact .card p,
    #renewals-fb-2022 #impact .card p {
      font-size: 1rem; }
    #renewals-fb-2021 #impact .card .impact-img-wrapper::before,
    #renewals-fb-2022 #impact .card .impact-img-wrapper::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #d6d3c4;
      background: linear-gradient(-360deg, #d6d3c4 4%, rgba(255, 255, 255, 0) 59%);
      z-index: 0; }
  #renewals-fb-2021 #faq,
  #renewals-fb-2022 #faq {
    padding-bottom: 14rem; }
  #renewals-fb-2021 #student-athlete-quotes,
  #renewals-fb-2022 #student-athlete-quotes {
    position: relative;
    border-top: solid 6px #500000;
    border-bottom: solid 6px #500000;
    background-image: url(../img/renewals/football/2021/spiller/bg-sm.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 576px 288px;
    background-color: white;
    padding: 3rem 0 17rem; }
    #renewals-fb-2021 #student-athlete-quotes #main-logo,
    #renewals-fb-2022 #student-athlete-quotes #main-logo {
      position: absolute;
      content: "";
      top: -65px;
      left: 0;
      right: 0;
      z-index: 2;
      margin: 0 auto;
      height: 135px;
      width: 114px; }
      @media (min-width: 576px) {
        #renewals-fb-2021 #student-athlete-quotes #main-logo,
        #renewals-fb-2022 #student-athlete-quotes #main-logo {
          height: 170px;
          width: 143px; } }
      #renewals-fb-2021 #student-athlete-quotes #main-logo img,
      #renewals-fb-2021 #student-athlete-quotes #main-logo svg,
      #renewals-fb-2022 #student-athlete-quotes #main-logo img,
      #renewals-fb-2022 #student-athlete-quotes #main-logo svg {
        height: 135px;
        width: 114px; }
        @media (min-width: 576px) {
          #renewals-fb-2021 #student-athlete-quotes #main-logo img,
          #renewals-fb-2021 #student-athlete-quotes #main-logo svg,
          #renewals-fb-2022 #student-athlete-quotes #main-logo img,
          #renewals-fb-2022 #student-athlete-quotes #main-logo svg {
            height: 170px;
            width: 143px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #renewals-fb-2021 #student-athlete-quotes,
      #renewals-fb-2022 #student-athlete-quotes {
        background-image: url(../img/renewals/football/2021/spiller/bg-sm@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 576px 288px;
        background-color: white; } }
    @media (min-width: 576px) {
      #renewals-fb-2021 #student-athlete-quotes,
      #renewals-fb-2022 #student-athlete-quotes {
        background-image: url(../img/renewals/football/2021/spiller/bg-md.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 992px 499px;
        background-color: white;
        padding: 4rem 0 27rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #renewals-fb-2021 #student-athlete-quotes,
    #renewals-fb-2022 #student-athlete-quotes {
      background-image: url(../img/renewals/football/2021/spiller/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 499px;
      background-color: white; } }
    @media (min-width: 992px) {
      #renewals-fb-2021 #student-athlete-quotes,
      #renewals-fb-2022 #student-athlete-quotes {
        background-image: url(../img/renewals/football/2021/spiller/bg-lg.jpg);
        background-repeat: no-repeat;
        background-position: 100% 65%;
        background-size: 999px 900px;
        background-color: white;
        padding: 12rem 0 15rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #renewals-fb-2021 #student-athlete-quotes,
    #renewals-fb-2022 #student-athlete-quotes {
      background-image: url(../img/renewals/football/2021/spiller/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 65%;
      background-size: 999px 900px;
      background-color: white; } }
    @media (min-width: 1441px) {
      #renewals-fb-2021 #student-athlete-quotes,
      #renewals-fb-2022 #student-athlete-quotes {
        background-image: url(../img/renewals/football/2021/spiller/bg-xl.jpg);
        background-repeat: no-repeat;
        background-position: 100% 25%;
        background-size: 1223px 958px;
        background-color: white;
        padding: 16rem 0; } }
  #renewals-fb-2021 .jumbotron,
  #renewals-fb-2022 .jumbotron {
    top: -125px;
    position: relative;
    bottom: 0px;
    width: 80%;
    left: 10%; }
    @media (min-width: 1800px) {
      #renewals-fb-2021 .jumbotron,
      #renewals-fb-2022 .jumbotron {
        width: 50%;
        left: 25%; } }
  #renewals-fb-2021 #timeline,
  #renewals-fb-2022 #timeline {
    background-image: url(../img/renewals/football/2020/important-dates/bg@2x.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1440px 699px;
    padding-bottom: 30rem;
    padding-top: 0rem; }
    @media (min-width: 1441px) {
      #renewals-fb-2021 #timeline,
      #renewals-fb-2022 #timeline {
        background-image: url(../img/renewals/football/2020/important-dates/bg-xl@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 2560px 1004px;
        padding-bottom: 30rem;
        padding-top: 0rem;
        padding-bottom: 35rem; } }
    @media (max-width: 991.98px) {
      #renewals-fb-2021 #timeline,
      #renewals-fb-2022 #timeline {
        padding-bottom: 28rem; } }
    #renewals-fb-2021 #timeline ul,
    #renewals-fb-2022 #timeline ul {
      font-size: 115% !important; }
  #renewals-fb-2021 #contact,
  #renewals-fb-2022 #contact {
    padding-bottom: 0rem; }
    #renewals-fb-2021 #contact .jumbotron,
    #renewals-fb-2022 #contact .jumbotron {
      top: -100px;
      position: relative;
      bottom: -50px; }
    @media (max-width: 767.98px) {
      #renewals-fb-2021 #contact a,
      #renewals-fb-2022 #contact a {
        font-size: 80%; } }
    @media (max-width: 375px) {
      #renewals-fb-2021 #contact a,
      #renewals-fb-2022 #contact a {
        font-size: 60%; } }
#renewals-fb-2022 #pricing-maps {
  padding-top: 12rem; }

#renewals-fb-2020 {
  padding-bottom: 0px; }
  #renewals-fb-2020 .cd-hero {
    position: relative;
    background-color: #500000;
    margin-top: 0;
    min-height: 720px; }
    @media (min-width: 2000px) {
      #renewals-fb-2020 .cd-hero {
        min-height: 850px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #renewals-fb-2020 .cd-hero .cd-hero__content h2 {
        font-size: 200%; } }
    #renewals-fb-2020 .cd-hero .cd-hero__content p.display-4 {
      font-size: 175%; }
      @media (max-width: 991.98px) {
        #renewals-fb-2020 .cd-hero .cd-hero__content p.display-4 {
          font-size: 150%; } }
      @media (max-width: 575.98px) {
        #renewals-fb-2020 .cd-hero .cd-hero__content p.display-4 {
          font-size: 120%; } }
    #renewals-fb-2020 .cd-hero .cd-hero__slider,
    #renewals-fb-2020 .cd-hero .cd-hero-slider {
      height: 750px; }
      @media (min-width: 2000px) {
        #renewals-fb-2020 .cd-hero .cd-hero__slider,
        #renewals-fb-2020 .cd-hero .cd-hero-slider {
          height: 850px; } }
    #renewals-fb-2020 .cd-hero .cd-hero__content.cd-hero__content--bg-video {
      display: block; }
    #renewals-fb-2020 .cd-hero video {
      display: block;
      top: 400px; }
    #renewals-fb-2020 .cd-hero .cd-hero__slide:nth-of-type(1) {
      background: none; }
    #renewals-fb-2020 .cd-hero .cd-hero__content.cd-hero__content--full-width,
    #renewals-fb-2020 .cd-hero .cd-hero__content.cd-hero__content--half-width {
      margin-top: 150px; }
      @media (min-width: 2000px) {
        #renewals-fb-2020 .cd-hero .cd-hero__content.cd-hero__content--full-width,
        #renewals-fb-2020 .cd-hero .cd-hero__content.cd-hero__content--half-width {
          margin-top: 200px; } }
    #renewals-fb-2020 .cd-hero .cd-hero__content h2,
    #renewals-fb-2020 .cd-hero .cd-hero__content p {
      max-width: 1000px; }
  #renewals-fb-2020 .notification-wrapper {
    z-index: 1; }
    @media (max-width: 991.98px) {
      #renewals-fb-2020 .notification-wrapper {
        width: 50vw; } }
  #renewals-fb-2020 .demo-avd {
    margin-top: 125px;
    bottom: auto;
    z-index: 1; }
    @media (max-width: 767px) {
      #renewals-fb-2020 .demo-avd {
        margin-top: -150px; } }
  #renewals-fb-2020 .demo-avd__close {
    background: url(../img/index/icon-avd-close-primary.svg) no-repeat 0 0; }
  #renewals-fb-2020 .navbar .navbar-nav > li:nth-child(2)::before {
    border: 0px; }
  #renewals-fb-2020 .sub-nav-wrapper {
    z-index: 1111; }
    @media (min-width: 768px) {
      #renewals-fb-2020 .sub-nav-wrapper {
        height: 47px; } }
    #renewals-fb-2020 .sub-nav-wrapper #page-nav {
      width: 100%; }
      #renewals-fb-2020 .sub-nav-wrapper #page-nav.sps.sps--abv {
        min-width: 100%; }
      #renewals-fb-2020 .sub-nav-wrapper #page-nav.sps.sps--blw {
        top: 55px;
        margin-bottom: 60px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); }
      #renewals-fb-2020 .sub-nav-wrapper #page-nav .navbar-renewal {
        color: #d6d3c4 !important;
        font-size: 0.95rem;
        font-weight: 400;
        letter-spacing: 0.02rem;
        position: relative; }
        #renewals-fb-2020 .sub-nav-wrapper #page-nav .navbar-renewal::after {
          position: absolute;
          content: "";
          height: 75%;
          top: 11%;
          right: -10px; }
  #renewals-fb-2020 #renewal-countdown {
    position: relative;
    z-index: 2; }
    #renewals-fb-2020 #renewal-countdown .countdown-box {
      position: absolute;
      top: -65px;
      left: 0;
      right: 0;
      width: 90%;
      margin: 0 auto; }
      #renewals-fb-2020 #renewal-countdown .countdown-box #countdown-begin-timer,
      #renewals-fb-2020 #renewal-countdown .countdown-box #countdown-end-timer {
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 1.4rem; }
        @media (min-width: 576px) {
          #renewals-fb-2020 #renewal-countdown .countdown-box #countdown-begin-timer,
          #renewals-fb-2020 #renewal-countdown .countdown-box #countdown-end-timer {
            font-size: 2rem; } }
      @media (max-width: 767.98px) {
        #renewals-fb-2020 #renewal-countdown .countdown-box h5 {
          font-size: 1rem; } }
  #renewals-fb-2020 #schedule {
    padding: 4rem 0; }
    @media (min-width: 768px) {
      #renewals-fb-2020 #schedule {
        padding: 4rem 0 4rem; } }
    #renewals-fb-2020 #schedule #schedule-2020 {
      margin: 0 auto;
      height: 40px;
      width: 350px; }
      @media (min-width: 576px) {
        #renewals-fb-2020 #schedule #schedule-2020 {
          height: 58px;
          width: 510px; } }
      @media (min-width: 768px) {
        #renewals-fb-2020 #schedule #schedule-2020 {
          height: 78px;
          width: 690px; } }
      @media (min-width: 992px) {
        #renewals-fb-2020 #schedule #schedule-2020 {
          height: 105px;
          width: 930px; } }
      @media (min-width: 1200px) {
        #renewals-fb-2020 #schedule #schedule-2020 {
          height: 125px;
          width: 1110px; } }
      #renewals-fb-2020 #schedule #schedule-2020 img,
      #renewals-fb-2020 #schedule #schedule-2020 svg {
        height: 40px;
        width: 350px; }
        @media (min-width: 576px) {
          #renewals-fb-2020 #schedule #schedule-2020 img,
          #renewals-fb-2020 #schedule #schedule-2020 svg {
            height: 58px;
            width: 510px; } }
        @media (min-width: 768px) {
          #renewals-fb-2020 #schedule #schedule-2020 img,
          #renewals-fb-2020 #schedule #schedule-2020 svg {
            height: 78px;
            width: 690px; } }
        @media (min-width: 992px) {
          #renewals-fb-2020 #schedule #schedule-2020 img,
          #renewals-fb-2020 #schedule #schedule-2020 svg {
            height: 105px;
            width: 930px; } }
        @media (min-width: 1200px) {
          #renewals-fb-2020 #schedule #schedule-2020 img,
          #renewals-fb-2020 #schedule #schedule-2020 svg {
            height: 125px;
            width: 1110px; } }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-1,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-1 {
          fill: #221f1f; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-2,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-2 {
          fill: #00953b; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-3,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-3 {
          fill: #c6ac6f; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-3,
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-4,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-3,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-4 {
          fill-rule: evenodd; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-4,
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-6,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-4,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-6 {
          fill: #161a1e; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-5,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-5 {
          fill: #fff; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-7,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-7 {
          fill: #b0b3b2; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-8,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-8 {
          fill: #592c82; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-9,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-9 {
          fill: #002f87; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-10,
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-13,
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-14,
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-15,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-10,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-13,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-14,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-15 {
          fill: none;
          stroke: #002f87; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-10,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-10 {
          stroke-width: 0.28px; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-11,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-11 {
          fill: #ce0e2d; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-12,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-12 {
          fill: #007934; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-13,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-13 {
          stroke-width: 0.28px; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-14,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-14 {
          stroke-width: 0.11px; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-15,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-15 {
          stroke-width: 0.46px; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-16,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-16 {
          fill: #12284c; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-17,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-17 {
          fill: #af8f6e; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-18,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-18 {
          fill: #231f20; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-19,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-19 {
          fill: #342a7b; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-20,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-20 {
          fill: #fdb927; }
        #renewals-fb-2020 #schedule #schedule-2020 img .cls-21,
        #renewals-fb-2020 #schedule #schedule-2020 svg .cls-21 {
          fill: #212529; }
  #renewals-fb-2020 #parking {
    padding-bottom: 2rem;
    border-top: solid 6px #500000;
    position: relative;
    padding-top: 16rem;
    background-image: url(../img/renewals/football/2020/parking/bg-sm.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 768px 321px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #renewals-fb-2020 #parking {
        background-image: url(../img/renewals/football/2020/parking/bg-sm@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 768px 321px; } }
    @media (min-width: 768px) {
      #renewals-fb-2020 #parking {
        padding-top: 28rem;
        background-image: url(../img/renewals/football/2020/parking/bg-md.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 1440px 595px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #renewals-fb-2020 #parking {
      background-image: url(../img/renewals/football/2020/parking/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 595px; } }
    @media (min-width: 1441px) {
      #renewals-fb-2020 #parking {
        padding-top: 47rem;
        background-image: url(../img/renewals/football/2020/parking/bg-lg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 2560px 956px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #renewals-fb-2020 #parking {
      background-image: url(../img/renewals/football/2020/parking/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 2560px 956px; } }
  #renewals-fb-2020 #relocate {
    padding: 8rem 0;
    position: relative;
    z-index: 2;
    border-top: solid 6px #500000;
    padding-bottom: 22rem;
    background-image: url(../img/renewals/football/2020/relocate/bg-sm.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 768px 1256px; }
    @media (min-width: 992px) {
      #renewals-fb-2020 #relocate::before {
        top: 50px;
        right: 50px;
        width: 700px;
        height: 200px;
        content: url(../img/corner-line-highlight.svg);
        position: absolute;
        opacity: 0.2;
        z-index: 1; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #renewals-fb-2020 #relocate {
        background-image: url(../img/renewals/football/2020/relocate/bg-sm@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 768px 1256px; } }
    @media (min-width: 768px) {
      #renewals-fb-2020 #relocate {
        background-image: url(../img/renewals/football/2020/relocate/bg-md.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        padding-bottom: 11rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #renewals-fb-2020 #relocate {
      background-image: url(../img/renewals/football/2020/relocate/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; } }
    @media (min-width: 1441px) {
      #renewals-fb-2020 #relocate {
        background-image: url(../img/renewals/football/2020/relocate/bg-lg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 2560px 1244px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #renewals-fb-2020 #relocate {
      background-image: url(../img/renewals/football/2020/relocate/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 2560px 1244px; } }
    @media (min-width: 1800px) {
      #renewals-fb-2020 #relocate {
        padding: 18rem 0; } }
  #renewals-fb-2020 #impact {
    position: relative; }
    #renewals-fb-2020 #impact .card p {
      font-size: 1rem; }
  #renewals-fb-2020 #faq {
    padding-bottom: 14rem; }
  #renewals-fb-2020 #student-athlete-quotes {
    position: relative;
    border-top: solid 6px #500000;
    border-bottom: solid 6px #500000;
    background-image: url(../img/renewals/football/2020/keeath/bg-xs.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 576px 288px;
    background-color: white;
    padding: 3rem 0 15rem; }
    #renewals-fb-2020 #student-athlete-quotes #main-logo {
      position: absolute;
      content: "";
      top: -65px;
      left: 0;
      right: 0;
      z-index: 2;
      margin: 0 auto;
      height: 135px;
      width: 114px; }
      @media (min-width: 576px) {
        #renewals-fb-2020 #student-athlete-quotes #main-logo {
          height: 170px;
          width: 143px; } }
      #renewals-fb-2020 #student-athlete-quotes #main-logo img,
      #renewals-fb-2020 #student-athlete-quotes #main-logo svg {
        height: 135px;
        width: 114px; }
        @media (min-width: 576px) {
          #renewals-fb-2020 #student-athlete-quotes #main-logo img,
          #renewals-fb-2020 #student-athlete-quotes #main-logo svg {
            height: 170px;
            width: 143px; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #renewals-fb-2020 #student-athlete-quotes {
        background-image: url(../img/renewals/football/2020/keeath/bg-xs@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 576px 288px;
        background-color: white; } }
    @media (min-width: 576px) {
      #renewals-fb-2020 #student-athlete-quotes {
        background-image: url(../img/renewals/football/2020/keeath/bg-md.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 992px 468px;
        background-color: white;
        padding: 4rem 0 26rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #renewals-fb-2020 #student-athlete-quotes {
      background-image: url(../img/renewals/football/2020/keeath/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 468px;
      background-color: white; } }
    @media (min-width: 992px) {
      #renewals-fb-2020 #student-athlete-quotes {
        background-image: url(../img/renewals/football/2020/keeath/bg-lg.jpg);
        background-repeat: no-repeat;
        background-position: 0% 65%;
        background-size: 999px 900px;
        background-color: white;
        padding: 12rem 0 15rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #renewals-fb-2020 #student-athlete-quotes {
      background-image: url(../img/renewals/football/2020/keeath/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 65%;
      background-size: 999px 900px;
      background-color: white; } }
    @media (min-width: 1441px) {
      #renewals-fb-2020 #student-athlete-quotes {
        background-image: url(../img/renewals/football/2020/keeath/bg-xl.jpg);
        background-repeat: no-repeat;
        background-position: 0% 75%;
        background-size: 1223px 958px;
        background-color: white;
        padding: 16rem 0; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #renewals-fb-2020 #student-athlete-quotes {
      background-image: url(../img/renewals/football/2020/keeath/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 75%;
      background-size: 1223px 958px;
      background-color: white; } }
  #renewals-fb-2020 .jumbotron {
    top: -125px;
    position: relative;
    bottom: 0px;
    width: 80%;
    left: 10%; }
    @media (min-width: 1800px) {
      #renewals-fb-2020 .jumbotron {
        width: 50%;
        left: 25%; } }
  #renewals-fb-2020 #timeline {
    background-image: url(../img/renewals/football/2020/important-dates/bg@2x.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 1440px 699px;
    padding-bottom: 30rem;
    padding-top: 0rem; }
    @media (min-width: 1441px) {
      #renewals-fb-2020 #timeline {
        background-image: url(../img/renewals/football/2020/important-dates/bg-xl@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 2560px 1004px;
        padding-bottom: 30rem;
        padding-top: 0rem;
        padding-bottom: 35rem; } }
    @media (max-width: 991.98px) {
      #renewals-fb-2020 #timeline {
        padding-bottom: 28rem; } }
    #renewals-fb-2020 #timeline ul {
      font-size: 115% !important; }
  #renewals-fb-2020 #contact {
    padding-bottom: 0rem; }
    #renewals-fb-2020 #contact .jumbotron {
      top: -100px;
      position: relative;
      bottom: -50px; }
    @media (max-width: 767.98px) {
      #renewals-fb-2020 #contact a {
        font-size: 80%; } }
    @media (max-width: 375px) {
      #renewals-fb-2020 #contact a {
        font-size: 60%; } }
#renewals-fall-sports .cd-hero {
  position: relative;
  background-color: #500000;
  margin-top: 0;
  min-height: 700px; }
  @media (min-width: 2000px) {
    #renewals-fall-sports .cd-hero {
      min-height: 850px; } }
  #renewals-fall-sports .cd-hero .cd-hero__slider,
  #renewals-fall-sports .cd-hero .cd-hero-slider {
    height: 700px; }
    @media (min-width: 2000px) {
      #renewals-fall-sports .cd-hero .cd-hero__slider,
      #renewals-fall-sports .cd-hero .cd-hero-slider {
        height: 850px; } }
  #renewals-fall-sports .cd-hero .cd-hero__content.cd-hero__content--bg-video {
    display: block;
    position: relative; }
    #renewals-fall-sports .cd-hero .cd-hero__content.cd-hero__content--bg-video::before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #500101;
      background: linear-gradient(0deg, #500101 0%, #500101 20%, rgba(80, 1, 1, 0) 68%);
      z-index: 1; }
  #renewals-fall-sports .cd-hero video {
    display: block;
    top: 400px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #renewals-fall-sports .cd-hero .cd-hero__content h2 {
      font-size: 200%; } }
  #renewals-fall-sports .cd-hero .cd-hero__content p.display-4 {
    font-size: 175%; }
    @media (max-width: 991.98px) {
      #renewals-fall-sports .cd-hero .cd-hero__content p.display-4 {
        font-size: 125%;
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    @media (max-width: 575.98px) {
      #renewals-fall-sports .cd-hero .cd-hero__content p.display-4 {
        font-size: 115%;
        padding-top: 2rem;
        padding-bottom: 2rem; } }
  #renewals-fall-sports .cd-hero .cd-hero__slide:nth-of-type(1) {
    background: none; }
  #renewals-fall-sports .cd-hero .cd-hero__content.cd-hero__content--full-width,
  #renewals-fall-sports .cd-hero .cd-hero__content.cd-hero__content--half-width {
    margin-top: 150px; }
    @media (min-width: 2000px) {
      #renewals-fall-sports .cd-hero .cd-hero__content.cd-hero__content--full-width,
      #renewals-fall-sports .cd-hero .cd-hero__content.cd-hero__content--half-width {
        margin-top: 200px; } }
  #renewals-fall-sports .cd-hero .cd-hero__content h2,
  #renewals-fall-sports .cd-hero .cd-hero__content p {
    max-width: 1000px; }

#renewals-fall-sports .notification-wrapper {
  z-index: 1; }
  @media (max-width: 991.98px) {
    #renewals-fall-sports .notification-wrapper {
      width: 50vw; } }
#renewals-fall-sports .demo-avd {
  margin-top: 125px;
  bottom: auto;
  z-index: 1; }
  @media (max-width: 767px) {
    #renewals-fall-sports .demo-avd {
      margin-top: -150px; } }
#renewals-fall-sports .demo-avd__close {
  background: url(../img/index/icon-avd-close-primary.svg) no-repeat 0 0; }

#renewals-fall-sports .navbar .navbar-nav > li:nth-child(2)::before {
  border: 0px; }

#renewals-fall-sports .sub-nav-wrapper {
  z-index: 1111; }
  @media (min-width: 768px) {
    #renewals-fall-sports .sub-nav-wrapper {
      height: 47px; } }
  @media (max-width: 1199.98px) {
    #renewals-fall-sports .sub-nav-wrapper {
      display: none; } }
  #renewals-fall-sports .sub-nav-wrapper #page-nav {
    width: 100%; }
    #renewals-fall-sports .sub-nav-wrapper #page-nav.sps.sps--abv {
      min-width: 100%; }
    #renewals-fall-sports .sub-nav-wrapper #page-nav.sps.sps--blw {
      top: 68px;
      margin-bottom: 60px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); }
    #renewals-fall-sports .sub-nav-wrapper #page-nav .navbar-renewal {
      color: #d6d3c4 !important;
      font-size: 0.95rem;
      font-weight: 400;
      letter-spacing: 0.02rem;
      position: relative; }
      #renewals-fall-sports .sub-nav-wrapper #page-nav .navbar-renewal::after {
        position: absolute;
        content: "";
        height: 75%;
        top: 11%;
        right: -10px; }

#renewals-fall-sports #renewal-countdown {
  position: relative;
  z-index: 2; }
  #renewals-fall-sports #renewal-countdown .countdown-box {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto; }
    #renewals-fall-sports #renewal-countdown .countdown-box #countdown-begin-timer,
    #renewals-fall-sports #renewal-countdown .countdown-box #countdown-end-timer {
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      font-size: 1.4rem; }
      @media (min-width: 576px) {
        #renewals-fall-sports #renewal-countdown .countdown-box #countdown-begin-timer,
        #renewals-fall-sports #renewal-countdown .countdown-box #countdown-end-timer {
          font-size: 2rem; } }
    @media (max-width: 767.98px) {
      #renewals-fall-sports #renewal-countdown .countdown-box h5 {
        font-size: 1rem; } }
#renewals-fall-sports #pricing-maps .pricing-card-img-wrapper {
  position: relative; }
  #renewals-fall-sports #pricing-maps .pricing-card-img-wrapper::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d5d3c3;
    background: linear-gradient(0deg, #d5d3c3 0%, #d5d3c3 6%, rgba(213, 211, 195, 0) 36%);
    z-index: 0; }

#renewals-fall-sports #schedule {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    #renewals-fall-sports #schedule {
      padding: 4rem 0 4rem; } }
  #renewals-fall-sports #schedule #schedule-2020 {
    margin: 0 auto;
    height: 40px;
    width: 350px; }
    @media (min-width: 576px) {
      #renewals-fall-sports #schedule #schedule-2020 {
        height: 58px;
        width: 510px; } }
    @media (min-width: 768px) {
      #renewals-fall-sports #schedule #schedule-2020 {
        height: 78px;
        width: 690px; } }
    @media (min-width: 992px) {
      #renewals-fall-sports #schedule #schedule-2020 {
        height: 105px;
        width: 930px; } }
    @media (min-width: 1200px) {
      #renewals-fall-sports #schedule #schedule-2020 {
        height: 125px;
        width: 1110px; } }
    #renewals-fall-sports #schedule #schedule-2020 img,
    #renewals-fall-sports #schedule #schedule-2020 svg {
      height: 40px;
      width: 350px; }
      @media (min-width: 576px) {
        #renewals-fall-sports #schedule #schedule-2020 img,
        #renewals-fall-sports #schedule #schedule-2020 svg {
          height: 58px;
          width: 510px; } }
      @media (min-width: 768px) {
        #renewals-fall-sports #schedule #schedule-2020 img,
        #renewals-fall-sports #schedule #schedule-2020 svg {
          height: 78px;
          width: 690px; } }
      @media (min-width: 992px) {
        #renewals-fall-sports #schedule #schedule-2020 img,
        #renewals-fall-sports #schedule #schedule-2020 svg {
          height: 105px;
          width: 930px; } }
      @media (min-width: 1200px) {
        #renewals-fall-sports #schedule #schedule-2020 img,
        #renewals-fall-sports #schedule #schedule-2020 svg {
          height: 125px;
          width: 1110px; } }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-1,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-1 {
        fill: #221f1f; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-2,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-2 {
        fill: #00953b; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-3,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-3 {
        fill: #c6ac6f; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-3,
      #renewals-fall-sports #schedule #schedule-2020 img .cls-4,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-3,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-4 {
        fill-rule: evenodd; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-4,
      #renewals-fall-sports #schedule #schedule-2020 img .cls-6,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-4,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-6 {
        fill: #161a1e; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-5,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-5 {
        fill: #fff; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-7,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-7 {
        fill: #b0b3b2; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-8,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-8 {
        fill: #592c82; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-9,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-9 {
        fill: #002f87; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-10,
      #renewals-fall-sports #schedule #schedule-2020 img .cls-13,
      #renewals-fall-sports #schedule #schedule-2020 img .cls-14,
      #renewals-fall-sports #schedule #schedule-2020 img .cls-15,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-10,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-13,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-14,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-15 {
        fill: none;
        stroke: #002f87; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-10,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-10 {
        stroke-width: 0.28px; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-11,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-11 {
        fill: #ce0e2d; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-12,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-12 {
        fill: #007934; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-13,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-13 {
        stroke-width: 0.28px; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-14,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-14 {
        stroke-width: 0.11px; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-15,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-15 {
        stroke-width: 0.46px; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-16,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-16 {
        fill: #12284c; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-17,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-17 {
        fill: #af8f6e; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-18,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-18 {
        fill: #231f20; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-19,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-19 {
        fill: #342a7b; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-20,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-20 {
        fill: #fdb927; }
      #renewals-fall-sports #schedule #schedule-2020 img .cls-21,
      #renewals-fall-sports #schedule #schedule-2020 svg .cls-21 {
        fill: #212529; }

#renewals-fall-sports #payment-options {
  padding-bottom: 2rem;
  border-top: solid 6px #500000;
  position: relative;
  padding-top: 18rem;
  background-image: url(../img/renewals/fall-sports/2022/pay-lg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 768px 321px; }
  #renewals-fall-sports #payment-options .nav-pills .nav-link {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    background-color: #ebeced;
    width: 48%;
    margin: 0 1%; }
    #renewals-fall-sports #payment-options .nav-pills .nav-link.active {
      color: #d6d3c4;
      background-color: #500000; }
      #renewals-fall-sports #payment-options .nav-pills .nav-link.active span {
        color: #ffffff; }
      #renewals-fall-sports #payment-options .nav-pills .nav-link.active:hover {
        background-color: #500000; }
    #renewals-fall-sports #payment-options .nav-pills .nav-link:hover {
      background-color: #ebeced; }
    #renewals-fall-sports #payment-options .nav-pills .nav-link span {
      margin-top: 8px;
      font-size: 1.6rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #renewals-fall-sports #payment-options {
      background-image: url(../img/renewals/fall-sports/2022/pay-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 768px 321px; } }
  @media (min-width: 768px) {
    #renewals-fall-sports #payment-options {
      padding-top: 30rem;
      background-image: url(../img/renewals/fall-sports/2022/pay-lg.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 595px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #renewals-fall-sports #payment-options {
      background-image: url(../img/renewals/fall-sports/2022/pay-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 595px; } }
  @media (min-width: 1441px) {
    #renewals-fall-sports #payment-options {
      padding-top: 49rem;
      background-image: url(../img/renewals/fall-sports/2022/pay-lg.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 2560px 956px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #renewals-fall-sports #payment-options {
      background-image: url(../img/renewals/fall-sports/2022/pay-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 2560px 956px; } }
#renewals-fall-sports #relocate {
  padding: 8rem 0;
  position: relative;
  z-index: 2;
  border-top: solid 6px #500000;
  padding-bottom: 24rem;
  background-image: url(../img/renewals/fall-sports/2022/relocate/bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 768px 1256px; }
  @media (min-width: 992px) {
    #renewals-fall-sports #relocate::before {
      top: 50px;
      left: 50px;
      width: 700px;
      height: 200px;
      content: url(../img/corner-line-highlight-left.svg);
      position: absolute;
      opacity: 0.2;
      z-index: 1; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #renewals-fall-sports #relocate {
      background-image: url(../img/renewals/fall-sports/2022/relocate/bg-sm@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 768px 1256px; } }
  @media (min-width: 768px) {
    #renewals-fall-sports #relocate {
      background-image: url(../img/renewals/fall-sports/2022/relocate/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      padding-bottom: 11rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #renewals-fall-sports #relocate {
      background-image: url(../img/renewals/fall-sports/2022/relocate/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; } }
  @media (min-width: 1441px) {
    #renewals-fall-sports #relocate {
      background-image: url(../img/renewals/fall-sports/2020/relocate/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 2560px 1244px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #renewals-fall-sports #relocate {
      background-image: url(../img/renewals/fall-sports/2020/relocate/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 2560px 1244px; } }
  @media (min-width: 1800px) {
    #renewals-fall-sports #relocate {
      padding: 18rem 0; } }
#renewals-fall-sports #impact {
  position: relative; }
  #renewals-fall-sports #impact .card p {
    font-size: 1rem; }

#renewals-fall-sports #faq {
  padding-bottom: 14rem; }

#renewals-fall-sports #student-athlete-quotes {
  position: relative;
  border-top: solid 6px #500000;
  border-bottom: solid 6px #500000;
  background-image: url(../img/renewals/fall-sports/2020/davis/bg-xs.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 576px 432px;
  background-color: white;
  padding: 3rem 0 26rem; }
  #renewals-fall-sports #student-athlete-quotes #main-logo {
    position: absolute;
    content: "";
    top: -65px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    height: 135px;
    width: 114px; }
    @media (min-width: 576px) {
      #renewals-fall-sports #student-athlete-quotes #main-logo {
        height: 170px;
        width: 143px; } }
    #renewals-fall-sports #student-athlete-quotes #main-logo img,
    #renewals-fall-sports #student-athlete-quotes #main-logo svg {
      height: 135px;
      width: 114px; }
      @media (min-width: 576px) {
        #renewals-fall-sports #student-athlete-quotes #main-logo img,
        #renewals-fall-sports #student-athlete-quotes #main-logo svg {
          height: 170px;
          width: 143px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #renewals-fall-sports #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-xs@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 576px 432px;
      background-color: white; } }
  @media (min-width: 576px) {
    #renewals-fall-sports #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 648px;
      background-color: white;
      padding: 4rem 0 23rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #renewals-fall-sports #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 648px;
      background-color: white; } }
  @media (min-width: 768px) {
    #renewals-fall-sports #student-athlete-quotes {
      padding: 4rem 0 29rem; } }
  @media (min-width: 992px) {
    #renewals-fall-sports #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 100% 20%;
      background-size: 999px 900px;
      background-color: white;
      padding: 12rem 0 15rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #renewals-fall-sports #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 20%;
      background-size: 999px 900px;
      background-color: white; } }
  @media (min-width: 1441px) {
    #renewals-fall-sports #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 100% 20%;
      background-size: 1223px 958px;
      background-color: white;
      padding: 16rem 0; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #renewals-fall-sports #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 20%;
      background-size: 1223px 958px;
      background-color: white; } }
#renewals-fall-sports #new-ticket-holders {
  padding-bottom: 0px; }
  #renewals-fall-sports #new-ticket-holders .jumbotron {
    top: -125px;
    position: relative;
    bottom: 0px;
    width: 80%;
    left: 10%; }
    @media (min-width: 1800px) {
      #renewals-fall-sports #new-ticket-holders .jumbotron {
        width: 50%;
        left: 25%; } }
#renewals-fall-sports #timeline {
  background-image: url(../img/renewals/fall-sports/2020/timeline-bg-xl.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 1440px 539px;
  padding-bottom: 19rem;
  padding-top: 0rem; }
  @media (min-width: 1441px) {
    #renewals-fall-sports #timeline {
      background-image: url(../img/renewals/fall-sports/2020/timeline-bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 2560px 1004px;
      padding-bottom: 30rem;
      padding-top: 0rem;
      padding-bottom: 35rem; } }
  @media (max-width: 991.98px) {
    #renewals-fall-sports #timeline {
      padding-bottom: 28rem; } }
  #renewals-fall-sports #timeline ul {
    font-size: 115% !important; }

#renewals-fall-sports #contact {
  padding-bottom: 0rem; }
  #renewals-fall-sports #contact .jumbotron {
    top: -100px;
    position: relative;
    bottom: -50px; }
  @media (max-width: 767.98px) {
    #renewals-fall-sports #contact a {
      font-size: 80%; } }
  @media (max-width: 375px) {
    #renewals-fall-sports #contact a {
      font-size: 60%; } }
#renewals-spring-sports .cd-hero {
  position: relative;
  background-color: #500000;
  margin-top: 0;
  min-height: 850px; }
  @media (min-width: 2000px) {
    #renewals-spring-sports .cd-hero {
      min-height: 850px; } }
  @media (max-width: 991.98px) {
    #renewals-spring-sports .cd-hero .cd-hero__content h1 {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    #renewals-spring-sports .cd-hero .cd-hero__content h1 {
      font-size: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #renewals-spring-sports .cd-hero .cd-hero__content h2 {
      font-size: 200%; } }
  #renewals-spring-sports .cd-hero .cd-hero__content p.display-4 {
    font-size: 175%; }
    @media (max-width: 991.98px) {
      #renewals-spring-sports .cd-hero .cd-hero__content p.display-4 {
        font-size: 150%; } }
    @media (max-width: 575.98px) {
      #renewals-spring-sports .cd-hero .cd-hero__content p.display-4 {
        font-size: 120%; } }
  #renewals-spring-sports .cd-hero .cd-hero__slider,
  #renewals-spring-sports .cd-hero .cd-hero-slider {
    height: 700px; }
    @media (min-width: 2000px) {
      #renewals-spring-sports .cd-hero .cd-hero__slider,
      #renewals-spring-sports .cd-hero .cd-hero-slider {
        height: 850px; } }
  #renewals-spring-sports .cd-hero .cd-hero__content.cd-hero__content--bg-video {
    display: block; }
  #renewals-spring-sports .cd-hero .cd-hero__content--bg-video .bottom-gradiant {
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #500000);
    height: 450px;
    z-index: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  #renewals-spring-sports .cd-hero video {
    display: block;
    top: 400px; }
  #renewals-spring-sports .cd-hero .cd-hero__slide:nth-of-type(1) {
    background: none; }
  #renewals-spring-sports .cd-hero .cd-hero__content.cd-hero__content--full-width,
  #renewals-spring-sports .cd-hero .cd-hero__content.cd-hero__content--half-width {
    margin-top: 150px;
    z-index: 2; }
    @media (min-width: 2000px) {
      #renewals-spring-sports .cd-hero .cd-hero__content.cd-hero__content--full-width,
      #renewals-spring-sports .cd-hero .cd-hero__content.cd-hero__content--half-width {
        margin-top: 200px; } }
  #renewals-spring-sports .cd-hero .cd-hero__content h2,
  #renewals-spring-sports .cd-hero .cd-hero__content p {
    max-width: 1000px; }

#renewals-spring-sports .notification-wrapper {
  z-index: 1; }
  @media (max-width: 991.98px) {
    #renewals-spring-sports .notification-wrapper {
      width: 50vw; } }
#renewals-spring-sports .demo-avd {
  margin-top: 125px;
  bottom: auto;
  z-index: 1; }
  @media (max-width: 767px) {
    #renewals-spring-sports .demo-avd {
      margin-top: -150px; } }
#renewals-spring-sports .demo-avd__close {
  background: url(../img/index/icon-avd-close-primary.svg) no-repeat 0 0; }

#renewals-spring-sports .navbar .navbar-nav > li:nth-child(2)::before {
  border: 0px; }

#renewals-spring-sports .sub-nav-wrapper {
  z-index: 1111; }
  @media (min-width: 768px) {
    #renewals-spring-sports .sub-nav-wrapper {
      height: 47px; } }
  @media (max-width: 1199.98px) {
    #renewals-spring-sports .sub-nav-wrapper {
      display: none; } }
  #renewals-spring-sports .sub-nav-wrapper #page-nav {
    width: 100%; }
    #renewals-spring-sports .sub-nav-wrapper #page-nav.sps.sps--abv {
      min-width: 100%; }
    #renewals-spring-sports .sub-nav-wrapper #page-nav.sps.sps--blw {
      top: 69px;
      margin-bottom: 60px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); }
    #renewals-spring-sports .sub-nav-wrapper #page-nav .navbar-renewal {
      color: #d6d3c4 !important;
      font-size: 0.95rem;
      font-weight: 400;
      letter-spacing: 0.02rem;
      position: relative; }
      #renewals-spring-sports .sub-nav-wrapper #page-nav .navbar-renewal::after {
        position: absolute;
        content: "";
        height: 75%;
        top: 11%;
        right: -10px; }

#renewals-spring-sports #renewal-countdown {
  position: relative;
  z-index: 2; }
  #renewals-spring-sports #renewal-countdown .countdown-box {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto; }
    #renewals-spring-sports #renewal-countdown .countdown-box #countdown-begin-timer,
    #renewals-spring-sports #renewal-countdown .countdown-box #countdown-end-timer {
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      font-size: 1.4rem; }
      @media (min-width: 576px) {
        #renewals-spring-sports #renewal-countdown .countdown-box #countdown-begin-timer,
        #renewals-spring-sports #renewal-countdown .countdown-box #countdown-end-timer {
          font-size: 2rem; } }
    @media (max-width: 767.98px) {
      #renewals-spring-sports #renewal-countdown .countdown-box h5 {
        font-size: 1rem; } }
#renewals-spring-sports #pricing-maps .sport-card .img-wrapper {
  position: relative; }
  #renewals-spring-sports #pricing-maps .sport-card .img-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d5d3c3;
    background: linear-gradient(0deg, #d5d3c3 0%, #d5d3c3 6%, rgba(213, 211, 195, 0) 36%);
    z-index: 0; }

#renewals-spring-sports #schedule {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    #renewals-spring-sports #schedule {
      padding: 4rem 0 4rem; } }
  #renewals-spring-sports #schedule #schedule-2020 {
    margin: 0 auto;
    height: 40px;
    width: 350px; }
    @media (min-width: 576px) {
      #renewals-spring-sports #schedule #schedule-2020 {
        height: 58px;
        width: 510px; } }
    @media (min-width: 768px) {
      #renewals-spring-sports #schedule #schedule-2020 {
        height: 78px;
        width: 690px; } }
    @media (min-width: 992px) {
      #renewals-spring-sports #schedule #schedule-2020 {
        height: 105px;
        width: 930px; } }
    @media (min-width: 1200px) {
      #renewals-spring-sports #schedule #schedule-2020 {
        height: 125px;
        width: 1110px; } }
    #renewals-spring-sports #schedule #schedule-2020 img,
    #renewals-spring-sports #schedule #schedule-2020 svg {
      height: 40px;
      width: 350px; }
      @media (min-width: 576px) {
        #renewals-spring-sports #schedule #schedule-2020 img,
        #renewals-spring-sports #schedule #schedule-2020 svg {
          height: 58px;
          width: 510px; } }
      @media (min-width: 768px) {
        #renewals-spring-sports #schedule #schedule-2020 img,
        #renewals-spring-sports #schedule #schedule-2020 svg {
          height: 78px;
          width: 690px; } }
      @media (min-width: 992px) {
        #renewals-spring-sports #schedule #schedule-2020 img,
        #renewals-spring-sports #schedule #schedule-2020 svg {
          height: 105px;
          width: 930px; } }
      @media (min-width: 1200px) {
        #renewals-spring-sports #schedule #schedule-2020 img,
        #renewals-spring-sports #schedule #schedule-2020 svg {
          height: 125px;
          width: 1110px; } }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-1,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-1 {
        fill: #221f1f; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-2,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-2 {
        fill: #00953b; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-3,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-3 {
        fill: #c6ac6f; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-3,
      #renewals-spring-sports #schedule #schedule-2020 img .cls-4,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-3,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-4 {
        fill-rule: evenodd; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-4,
      #renewals-spring-sports #schedule #schedule-2020 img .cls-6,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-4,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-6 {
        fill: #161a1e; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-5,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-5 {
        fill: #fff; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-7,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-7 {
        fill: #b0b3b2; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-8,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-8 {
        fill: #592c82; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-9,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-9 {
        fill: #002f87; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-10,
      #renewals-spring-sports #schedule #schedule-2020 img .cls-13,
      #renewals-spring-sports #schedule #schedule-2020 img .cls-14,
      #renewals-spring-sports #schedule #schedule-2020 img .cls-15,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-10,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-13,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-14,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-15 {
        fill: none;
        stroke: #002f87; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-10,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-10 {
        stroke-width: 0.28px; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-11,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-11 {
        fill: #ce0e2d; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-12,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-12 {
        fill: #007934; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-13,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-13 {
        stroke-width: 0.28px; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-14,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-14 {
        stroke-width: 0.11px; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-15,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-15 {
        stroke-width: 0.46px; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-16,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-16 {
        fill: #12284c; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-17,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-17 {
        fill: #af8f6e; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-18,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-18 {
        fill: #231f20; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-19,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-19 {
        fill: #342a7b; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-20,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-20 {
        fill: #fdb927; }
      #renewals-spring-sports #schedule #schedule-2020 img .cls-21,
      #renewals-spring-sports #schedule #schedule-2020 svg .cls-21 {
        fill: #212529; }

#renewals-spring-sports #payment-options {
  padding-bottom: 2rem;
  border-top: solid 6px #500000;
  position: relative; }
  #renewals-spring-sports #payment-options .nav-pills .nav-link {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    background-color: #ebeced;
    width: 100%;
    margin: 0 1%; }
    @media (min-width: 576px) {
      #renewals-spring-sports #payment-options .nav-pills .nav-link {
        width: 48%; } }
    #renewals-spring-sports #payment-options .nav-pills .nav-link.active {
      color: #d6d3c4;
      background-color: #500000; }
      #renewals-spring-sports #payment-options .nav-pills .nav-link.active span {
        color: #ffffff; }
      #renewals-spring-sports #payment-options .nav-pills .nav-link.active:hover {
        background-color: #500000; }
    #renewals-spring-sports #payment-options .nav-pills .nav-link:hover {
      background-color: #ebeced; }
    #renewals-spring-sports #payment-options .nav-pills .nav-link span {
      margin-top: 8px;
      font-size: 1.4rem; }
      @media (min-width: 576px) {
        #renewals-spring-sports #payment-options .nav-pills .nav-link span {
          font-size: 1.6rem; } }
#renewals-spring-sports #relocate {
  padding: 8rem 0;
  position: relative;
  z-index: 2;
  border-top: solid 6px #500000;
  padding-bottom: 24rem;
  background-image: url(../img/renewals/spring-sports/2024/relocate-bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain; }
  @media (min-width: 992px) {
    #renewals-spring-sports #relocate::before {
      top: 50px;
      left: 50px;
      width: 700px;
      height: 200px;
      content: url(../img/corner-line-highlight-left.svg);
      position: absolute;
      opacity: 0.2;
      z-index: 1; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #renewals-spring-sports #relocate {
      background-image: url(../img/renewals/spring-sports/2024/relocate-bg-sm@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: contain; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #renewals-spring-sports #relocate {
      padding-bottom: 35rem; } }
  @media (min-width: 992px) {
    #renewals-spring-sports #relocate {
      background-image: url(../img/renewals/spring-sports/2024/relocate-bg-md.jpg);
      background-repeat: no-repeat;
      background-position: top right -15rem;
      background-size: cover;
      padding-bottom: 11rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #renewals-spring-sports #relocate {
      background-image: url(../img/renewals/spring-sports/2024/relocate-bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: top right -15rem;
      background-size: cover; } }
  @media (min-width: 1441px) {
    #renewals-spring-sports #relocate {
      background-image: url(../img/renewals/spring-sports/2024/relocate-bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 65% 50%;
      background-size: 2560px 1244px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #renewals-spring-sports #relocate {
      background-image: url(../img/renewals/spring-sports/2024/relocate-bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 65% 50%;
      background-size: 2560px 1244px; } }
  @media (min-width: 1800px) {
    #renewals-spring-sports #relocate {
      padding: 18rem 0; } }
#renewals-spring-sports #impact {
  position: relative; }
  #renewals-spring-sports #impact .card p {
    font-size: 1rem; }
  #renewals-spring-sports #impact .card .img-wrapper {
    position: relative; }
    #renewals-spring-sports #impact .card .img-wrapper::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #d5d3c3;
      background: linear-gradient(0deg, #d5d3c3 0%, #d5d3c3 6%, rgba(213, 211, 195, 0) 36%);
      z-index: 0; }

#renewals-spring-sports #faq {
  padding-bottom: 14rem; }

#renewals-spring-sports #student-athlete-quotes {
  position: relative;
  border-top: solid 6px #500000;
  border-bottom: solid 6px #500000;
  background-image: url(../img/renewals/spring-sports/sa/2023/bg-xs.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 576px 432px;
  background-color: white;
  padding: 3rem 0 26rem; }
  #renewals-spring-sports #student-athlete-quotes #main-logo {
    position: absolute;
    content: "";
    top: -65px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    height: 135px;
    width: 114px; }
    @media (min-width: 576px) {
      #renewals-spring-sports #student-athlete-quotes #main-logo {
        height: 170px;
        width: 143px; } }
    #renewals-spring-sports #student-athlete-quotes #main-logo img,
    #renewals-spring-sports #student-athlete-quotes #main-logo svg {
      height: 135px;
      width: 114px; }
      @media (min-width: 576px) {
        #renewals-spring-sports #student-athlete-quotes #main-logo img,
        #renewals-spring-sports #student-athlete-quotes #main-logo svg {
          height: 170px;
          width: 143px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #renewals-spring-sports #student-athlete-quotes {
      background-image: url(../img/renewals/spring-sports/sa/2023/bg-xs@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 576px 432px;
      background-color: white; } }
  @media (min-width: 768px) {
    #renewals-spring-sports #student-athlete-quotes {
      background-image: url(../img/renewals/spring-sports/sa/2023/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 65% 100%;
      background-size: 992px 648px;
      background-color: white;
      padding: 4rem 0 23rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #renewals-spring-sports #student-athlete-quotes {
      background-image: url(../img/renewals/spring-sports/sa/2023/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 65% 100%;
      background-size: 992px 648px;
      background-color: white; } }
  @media (min-width: 768px) {
    #renewals-spring-sports #student-athlete-quotes {
      padding: 4rem 0 29rem; } }
  @media (min-width: 992px) {
    #renewals-spring-sports #student-athlete-quotes {
      background-image: url(../img/renewals/spring-sports/sa/2023/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 95% 20%;
      background-size: 999px 900px;
      background-color: white;
      padding: 12rem 0 15rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #renewals-spring-sports #student-athlete-quotes {
      background-image: url(../img/renewals/spring-sports/sa/2023/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 95% 20%;
      background-size: 999px 900px;
      background-color: white; } }
  @media (min-width: 1441px) {
    #renewals-spring-sports #student-athlete-quotes {
      background-image: url(../img/renewals/spring-sports/sa/2023/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 80% 20%;
      background-size: contain;
      background-color: white;
      padding: 16rem 0; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #renewals-spring-sports #student-athlete-quotes {
      background-image: url(../img/renewals/spring-sports/sa/2023/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 80% 20%;
      background-size: contain;
      background-color: white; } }
#renewals-spring-sports #new-ticket-holders {
  padding-bottom: 0px; }
  #renewals-spring-sports #new-ticket-holders .jumbotron {
    top: -125px;
    position: relative;
    bottom: 0px;
    width: 95%;
    left: 2.5%; }
    @media (min-width: 576px) {
      #renewals-spring-sports #new-ticket-holders .jumbotron {
        width: 80%;
        left: 10%; } }
    @media (min-width: 1800px) {
      #renewals-spring-sports #new-ticket-holders .jumbotron {
        width: 50%;
        left: 25%; } }
#renewals-spring-sports #timeline {
  background-image: url(../img/renewals/spring-sports/2024/timeline-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 110%;
  background-size: 1440px 539px;
  padding-bottom: 19rem;
  padding-top: 0rem; }
  @media (min-width: 1441px) {
    #renewals-spring-sports #timeline {
      background-image: url(../img/renewals/spring-sports/2024/timeline-bg.jpg);
      background-repeat: no-repeat;
      background-position: 50% 110%;
      background-size: 2560px 1004px;
      padding-bottom: 30rem;
      padding-top: 0rem;
      padding-bottom: 35rem; } }
  @media (max-width: 991.98px) {
    #renewals-spring-sports #timeline {
      padding-bottom: 28rem;
      background-position: 50% 100%; } }
  #renewals-spring-sports #timeline ul {
    font-size: 115% !important; }
  #renewals-spring-sports #timeline span.h2 {
    line-height: 1; }
    @media (max-width: 991.98px) {
      #renewals-spring-sports #timeline span.h2 {
        font-size: 1.7rem; } }
#renewals-spring-sports #contact {
  padding-bottom: 0rem; }
  #renewals-spring-sports #contact .jumbotron {
    top: -100px;
    position: relative;
    bottom: -50px; }
  @media (max-width: 767.98px) {
    #renewals-spring-sports #contact a {
      font-size: 80%; } }
  @media (max-width: 375px) {
    #renewals-spring-sports #contact a {
      font-size: 60%; } }
#cost-of-athletics .card-body {
  height: 100%;
  padding-top: auto;
  padding-bottom: auto; }

#cost-of-athletics .body-text {
  position: relative;
  padding-left: 90px; }
  #cost-of-athletics .body-text ul {
    font-size: 1rem; }
  #cost-of-athletics .body-text p.lead {
    font-size: 1.1rem; }
  #cost-of-athletics .body-text::before {
    position: absolute;
    content: '57%';
    left: 15px;
    top: -15px;
    font-size: 55px;
    color: #500000; }

#cost-of-athletics .animated {
  animation-delay: 3.5s; }
  @media (max-width: 991.98px) {
    #cost-of-athletics .animated {
      animation-delay: 0s;
      animation-duration: 0s; } }
#cost-of-athletics #funding-scholarships {
  padding-bottom: 0px; }
  @media (min-width: 1200px) {
    #cost-of-athletics #funding-scholarships {
      background-image: url("../img/donor-impact/cost-of-athletics/funding-scholarships-bg-lg-v2.png");
      background-position: 50% 100%;
      background-repeat: no-repeat;
      background-size: 1110px 559px;
      padding-bottom: 140px !important; }
      #cost-of-athletics #funding-scholarships .number-count {
        color: #500000 !important; } }
  @media (max-width: 1199.98px) {
    #cost-of-athletics #funding-scholarships {
      background-image: url("../img/donor-impact/cost-of-athletics/funding-scholarships-bg-md-v2.png");
      background-position: 60% 100%;
      background-repeat: no-repeat;
      background-size: 1110px 559px;
      padding-bottom: 140px !important; }
      #cost-of-athletics #funding-scholarships .number-count {
        color: #500000 !important; } }
  @media (max-width: 991.98px) {
    #cost-of-athletics #funding-scholarships {
      background-image: url("../img/donor-impact/cost-of-athletics/funding-scholarships-bg-sm-v2.png");
      background-position: 50% 100%;
      background-repeat: no-repeat;
      background-size: 690px 460px;
      padding-bottom: 300px !important; }
      #cost-of-athletics #funding-scholarships .number-count {
        color: #ffffff !important; } }
  #cost-of-athletics #funding-scholarships .number-count {
    position: relative;
    right: 6px; }
    @media (min-width: 992px) {
      #cost-of-athletics #funding-scholarships .number-count {
        right: 0;
        margin-left: -30px; } }
    #cost-of-athletics #funding-scholarships .number-count::before {
      position: absolute;
      content: '$';
      top: 7px;
      font-size: 2rem;
      margin-left: 30px;
      right: 10px;
      left: -170px; }
    #cost-of-athletics #funding-scholarships .number-count.in-state::after {
      position: absolute;
      content: 'for Average Annual Cost Per In-State Scholarship Student-Athlete';
      top: 50px;
      font-size: 1.1rem;
      margin-left: 30px;
      left: 10px;
      right: 40px; }
    #cost-of-athletics #funding-scholarships .number-count.out-state::after {
      position: absolute;
      content: 'for Average Annual Cost Per Out-of-State Scholarship Student-Athlete';
      top: 50px;
      font-size: 1.1rem;
      margin-left: 30px;
      left: 10px;
      right: 40px; }

#ticket-cost-refunds .am-primary-nav {
  z-index: 1; }

#ticket-cost-refunds .close {
  width: 8px;
  height: 8px;
  top: 8px;
  right: 8px;
  position: absolute;
  z-index: 1;
  background: url(../img/index/icon-avd-close-primary.svg) no-repeat 0 0;
  background-size: 75%;
  margin-top: 5px;
  margin-right: 5px;
  background-position: 0% 100%;
  opacity: 0.8;
  cursor: pointer; }

#ticket-cost-refunds .close:hover {
  opacity: 1; }

#ticket-cost-refunds .modal-full .modal-content {
  min-height: 100vh; }
  #ticket-cost-refunds .modal-full .modal-content .close {
    font-size: 3rem;
    right: 20px;
    top: 10px;
    position: absolute;
    z-index: 10000; }

#ticket-cost-refunds .modal-header {
  border-bottom: 0px; }

#ticket-cost-refunds .sub-nav-wrapper {
  z-index: 5; }
  @media (min-width: 768px) {
    #ticket-cost-refunds .sub-nav-wrapper {
      height: 47px; } }
  #ticket-cost-refunds .sub-nav-wrapper #page-nav {
    -webkit-overflow-scrolling: touch;
    width: 100%; }
    #ticket-cost-refunds .sub-nav-wrapper #page-nav.sps.sps--abv {
      min-width: 100%; }
    #ticket-cost-refunds .sub-nav-wrapper #page-nav.sps.sps--blw {
      margin-bottom: 60px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); }
      @media (min-width: 992px) {
        #ticket-cost-refunds .sub-nav-wrapper #page-nav.sps.sps--blw {
          top: 55px; } }
    @media (min-width: 768px) {
      #ticket-cost-refunds .sub-nav-wrapper #page-nav .navbar-nav {
        padding-bottom: 4px; } }
    #ticket-cost-refunds .sub-nav-wrapper #page-nav .navbar-nav li.nav-item a {
      font-size: 0.9rem;
      white-space: nowrap; }

#ticket-cost-refunds .navbar .navbar-nav > li:nth-child(2)::before {
  border: 0px; }

#ticket-cost-refunds #cta {
  padding-top: 50px; }
  @media (min-width: 810px) {
    #ticket-cost-refunds #cta .modal-dialog {
      width: 1000px; } }
  #ticket-cost-refunds #cta .modal-dialog {
    margin-top: 70px; }
  #ticket-cost-refunds #cta .close {
    width: 5px;
    height: 5px;
    top: -10px;
    left: 5px;
    position: relative;
    z-index: 1;
    background: url(../img/index/icon-avd-close.svg) no-repeat 0 0;
    background-size: 75%;
    margin-top: 5px;
    margin-left: 10px;
    background-position: 0% 100%;
    opacity: 0.8;
    cursor: pointer; }
  #ticket-cost-refunds #cta .close:hover {
    opacity: 1; }
  #ticket-cost-refunds #cta .modal-body {
    padding: 0;
    margin-top: -35px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat; }

#ticket-cost-refunds #intro {
  position: relative;
  height: 100% !important;
  min-height: 100vh !important;
  padding-bottom: 2rem;
  border-top: solid 6px #500000;
  position: relative;
  min-height: calc(100vh - 30px) !important;
  background-image: url(../img/renewals/ticket-cost-refunds/intro/bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 768px 684px; }
  #ticket-cost-refunds #intro .scroll-text {
    position: absolute;
    top: auto;
    bottom: 265px;
    left: 0;
    z-index: 10000;
    width: 500px;
    height: 50px;
    color: #ffffff;
    margin: 0 auto;
    width: 100%;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    text-align: center;
    text-shadow: 0px 0px 18px #000000;
    text-align: center; }
    @media (min-width: 576px) {
      #ticket-cost-refunds #intro .scroll-text {
        bottom: 190px; } }
    #ticket-cost-refunds #intro .scroll-text h3.display-4 {
      margin-bottom: 5rem; }
    #ticket-cost-refunds #intro .scroll-text a {
      color: #ffffff; }
    #ticket-cost-refunds #intro .scroll-text span {
      font-weight: 700;
      font-size: 1rem; }
      @media (min-width: 576px) {
        #ticket-cost-refunds #intro .scroll-text span {
          font-size: 1.5rem; } }
    #ticket-cost-refunds #intro .scroll-text::before {
      display: block;
      position: relative;
      top: 110px;
      width: 25px;
      height: 13px;
      margin: 0 auto;
      transform: rotate(-90deg);
      background: url(../img/arrow-white.svg);
      content: '';
      opacity: 1;
      animation: rotate-bounce 3s infinite; }
      @media (max-width: 991.98px) {
        #ticket-cost-refunds #intro .scroll-text::before {
          top: 140px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #ticket-cost-refunds #intro {
      background-image: url(../img/renewals/ticket-cost-refunds/intro/bg-sm@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 768px 684px; } }
  @media (min-width: 768px) {
    #ticket-cost-refunds #intro {
      min-height: calc(100vh - 40px) !important;
      background-image: url(../img/renewals/ticket-cost-refunds/intro/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 756px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #intro {
      background-image: url(../img/renewals/ticket-cost-refunds/intro/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 756px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #ticket-cost-refunds #intro .display-4 {
      font-size: 2.2rem; } }
  @media (min-width: 1441px) {
    #ticket-cost-refunds #intro {
      background-image: url(../img/renewals/football-revenue-preservation/intro/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 2560px 1224px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #intro {
      background-image: url(../img/renewals/football-revenue-preservation/intro/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 2560px 1224px; } }
  #ticket-cost-refunds #intro.fb-revenue-preservation {
    background-image: url(../img/renewals/football-revenue-preservation/intro/bg-sm.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 768px 684px;
    min-height: 100vh !important; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #ticket-cost-refunds #intro.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/intro/bg-sm@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 768px 684px; } }
    @media (min-width: 768px) {
      #ticket-cost-refunds #intro.fb-revenue-preservation {
        min-height: calc(100vh - 40px) !important;
        background-image: url(../img/renewals/football-revenue-preservation/intro/bg-md.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 1440px 756px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #intro.fb-revenue-preservation {
      background-image: url(../img/renewals/football-revenue-preservation/intro/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 756px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #ticket-cost-refunds #intro.fb-revenue-preservation .display-4 {
      font-size: 2.2rem; } }
    @media (min-width: 1441px) {
      #ticket-cost-refunds #intro.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/intro/bg-lg.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: 2560px 1224px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #intro.fb-revenue-preservation {
      background-image: url(../img/renewals/football-revenue-preservation/intro/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 2560px 1224px; } }
#ticket-cost-refunds #impact {
  background-image: url(../img/renewals/ticket-cost-refunds/impact/bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 576px 432px;
  background-color: white;
  padding: 3rem 0 17rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #ticket-cost-refunds #impact {
      background-image: url(../img/renewals/ticket-cost-refunds/impact/bg-sm@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 576px 432px;
      background-color: white; } }
  @media (min-width: 576px) {
    #ticket-cost-refunds #impact {
      background-image: url(../img/renewals/ticket-cost-refunds/impact/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 648px;
      background-color: white;
      padding: 4rem 0 26rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #impact {
      background-image: url(../img/renewals/ticket-cost-refunds/impact/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 648px;
      background-color: white; } }
  @media (min-width: 768px) {
    #ticket-cost-refunds #impact {
      padding: 4rem 0 25rem; } }
  @media (min-width: 992px) {
    #ticket-cost-refunds #impact {
      background-image: url(../img/renewals/ticket-cost-refunds/impact/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 0% 100%;
      background-size: 999px 900px;
      background-color: white;
      padding: 8rem 0 8rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #impact {
      background-image: url(../img/renewals/ticket-cost-refunds/impact/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 100%;
      background-size: 999px 900px;
      background-color: white; } }
  @media (min-width: 992px) and (max-width: 1119px) {
    #ticket-cost-refunds #impact {
      background-size: 850px 766px; } }
  @media (min-width: 1441px) {
    #ticket-cost-refunds #impact {
      background-image: url(../img/renewals/ticket-cost-refunds/impact/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 0% 100%;
      background-size: 1223px 958px;
      background-color: white;
      padding: 8rem 0 8rem; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #impact {
      background-image: url(../img/renewals/ticket-cost-refunds/impact/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 100%;
      background-size: 1223px 958px;
      background-color: white; } }
  @media (min-width: 1441px) and (max-width: 2180px) {
    #ticket-cost-refunds #impact {
      background-size: 1000px 783px; } }
  @media (min-width: 1441px) and (max-width: 2180px) and (max-width: 1793px) {
    #ticket-cost-refunds #impact {
      background-size: 800px 627px; } }
  #ticket-cost-refunds #impact.fb-revenue-preservation {
    background-image: url(../img/renewals/football-revenue-preservation/impact/bg-md.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 576px 376px;
    background-color: white;
    padding: 3rem 0 17rem; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #ticket-cost-refunds #impact.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/impact/bg-md@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 576px 376px;
        background-color: white; } }
    @media (min-width: 576px) {
      #ticket-cost-refunds #impact.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/impact/bg-md.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 992px 648px;
        background-color: white;
        padding: 4rem 0 26rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #impact.fb-revenue-preservation {
      background-image: url(../img/renewals/football-revenue-preservation/impact/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 648px;
      background-color: white; } }
    @media (min-width: 768px) {
      #ticket-cost-refunds #impact.fb-revenue-preservation {
        padding: 4rem 0 25rem; } }
    @media (min-width: 992px) {
      #ticket-cost-refunds #impact.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/impact/bg-lg.jpg);
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 850px 766px;
        background-color: white;
        padding: 8rem 0 5rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #impact.fb-revenue-preservation {
      background-image: url(../img/renewals/football-revenue-preservation/impact/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 100%;
      background-size: 850px 766px;
      background-color: white; } }
    @media (min-width: 1200px) {
      #ticket-cost-refunds #impact.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/impact/bg-xxl.jpg);
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 1149px 900px;
        background-color: white;
        padding: 8rem 0 4rem; } }
  @media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (min-resolution: 192dpi), (min-width: 1200px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #impact.fb-revenue-preservation {
      background-image: url(../img/renewals/football-revenue-preservation/impact/bg-xxl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 100%;
      background-size: 1149px 900px;
      background-color: white; } }
    @media (min-width: 1441px) {
      #ticket-cost-refunds #impact.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/impact/bg-xl.jpg);
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 1223px 958px;
        background-color: white;
        padding: 8rem 0 10rem; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #impact.fb-revenue-preservation {
      background-image: url(../img/renewals/football-revenue-preservation/impact/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 100%;
      background-size: 1223px 958px;
      background-color: white; } }
  @media (min-width: 1441px) and (max-width: 2180px) {
    #ticket-cost-refunds #impact.fb-revenue-preservation {
      background-size: 1000px 783px; } }
#ticket-cost-refunds #in-reflection {
  padding-bottom: 2rem;
  border-top: solid 6px #500000;
  position: relative;
  padding-bottom: 13.5rem;
  padding-top: 3rem;
  background-image: url(../img/renewals/football-revenue-preservation/in-reflection/bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 576px 742px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #ticket-cost-refunds #in-reflection {
      background-image: url(../img/renewals/football-revenue-preservation/in-reflection/bg-sm@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 576px 742px; } }
  @media (min-width: 576px) {
    #ticket-cost-refunds #in-reflection {
      background-size: 768px 989px;
      padding-bottom: 18rem;
      padding-top: 5rem; } }
  @media (min-width: 768px) {
    #ticket-cost-refunds #in-reflection {
      padding-bottom: 23rem;
      padding-top: 4rem;
      background-image: url(../img/renewals/football-revenue-preservation/in-reflection/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 50% 80%;
      background-size: 1440px 848px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #in-reflection {
      background-image: url(../img/renewals/football-revenue-preservation/in-reflection/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 80%;
      background-size: 1440px 848px; } }
  @media (min-width: 1441px) {
    #ticket-cost-refunds #in-reflection {
      padding-bottom: 41rem;
      padding-top: 5rem;
      background-image: url(../img/renewals/football-revenue-preservation/in-reflection/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 2560px 1065px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #in-reflection {
      background-image: url(../img/renewals/football-revenue-preservation/in-reflection/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 2560px 1065px; } }
#ticket-cost-refunds #student-athletes {
  padding-bottom: 15rem;
  background-image: url(../img/renewals/ticket-cost-refunds/student-athlete/bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 768px 308px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athletes {
      background-image: url(../img/renewals/ticket-cost-refunds/student-athlete/bg-sm@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 768px 308px; } }
  @media (max-width: 475px) {
    #ticket-cost-refunds #student-athletes {
      background-size: 600px 241px;
      padding-bottom: 13rem; } }
  @media (min-width: 768px) {
    #ticket-cost-refunds #student-athletes {
      padding-bottom: 23rem;
      background-image: url(../img/renewals/ticket-cost-refunds/student-athlete/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 1100px 409px; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athletes {
      background-image: url(../img/renewals/ticket-cost-refunds/student-athlete/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 1100px 409px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    #ticket-cost-refunds #student-athletes {
      padding-bottom: 31rem;
      background-size: 1440px 536px; } }
  @media (min-width: 1441px) {
    #ticket-cost-refunds #student-athletes {
      padding-bottom: 39rem;
      background-image: url(../img/renewals/ticket-cost-refunds/student-athlete/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 2560px 669px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athletes {
      background-image: url(../img/renewals/ticket-cost-refunds/student-athlete/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 2560px 669px; } }
#ticket-cost-refunds #bonus-calculator {
  border-top: solid 6px #500000; }
  #ticket-cost-refunds #bonus-calculator .nav-tabs {
    border: none; }
    #ticket-cost-refunds #bonus-calculator .nav-tabs .nav-link {
      width: 100%;
      border: none; }
      #ticket-cost-refunds #bonus-calculator .nav-tabs .nav-link .font-tertiary {
        color: #500000 !important; }
      #ticket-cost-refunds #bonus-calculator .nav-tabs .nav-link.active {
        background-color: #ffffff !important;
        border-bottom: none;
        transition: 0.25s; }
  #ticket-cost-refunds #bonus-calculator .tab-content {
    border-radius: 0px 0px 4px 4px; }
  @media (max-width: 540px) {
    #ticket-cost-refunds #bonus-calculator .subhead {
      font-size: 0.75rem; } }
  @media (min-width: 768px) {
    #ticket-cost-refunds #bonus-calculator #calculator {
      display: block; } }
  @media (max-width: 767px) {
    #ticket-cost-refunds #bonus-calculator #calculator {
      display: none; } }
  @media (max-width: 767px) {
    #ticket-cost-refunds #bonus-calculator #calculator-sm {
      display: block; } }
  @media (min-width: 767px) {
    #ticket-cost-refunds #bonus-calculator #calculator-sm {
      display: none; } }
  #ticket-cost-refunds #bonus-calculator #calculator hr,
  #ticket-cost-refunds #bonus-calculator #calculator-sm hr {
    border: 0 !important;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1) !important; }
  #ticket-cost-refunds #bonus-calculator #calculator .dollar-sign-input,
  #ticket-cost-refunds #bonus-calculator #calculator-sm .dollar-sign-input {
    position: relative;
    display: inline; }
    #ticket-cost-refunds #bonus-calculator #calculator .dollar-sign-input::before,
    #ticket-cost-refunds #bonus-calculator #calculator-sm .dollar-sign-input::before {
      position: absolute;
      content: '$';
      z-index: 2;
      top: -10px;
      left: 10px;
      font-size: 1.5rem;
      color: #000000;
      font-weight: 400; }
    #ticket-cost-refunds #bonus-calculator #calculator .dollar-sign-input input,
    #ticket-cost-refunds #bonus-calculator #calculator-sm .dollar-sign-input input {
      padding-left: 1.2em; }

#ticket-cost-refunds #student-athlete-quotes {
  position: relative;
  border-top: solid 6px #500000;
  border-bottom: solid 6px #500000;
  background-image: url(../img/renewals/fall-sports/2020/davis/bg-xs.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 576px 432px;
  background-color: white;
  padding: 3rem 0 26rem; }
  #ticket-cost-refunds #student-athlete-quotes #main-logo {
    position: absolute;
    content: '';
    top: -65px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    height: 135px;
    width: 114px; }
    @media (min-width: 576px) {
      #ticket-cost-refunds #student-athlete-quotes #main-logo {
        height: 170px;
        width: 143px; } }
    #ticket-cost-refunds #student-athlete-quotes #main-logo img,
    #ticket-cost-refunds #student-athlete-quotes #main-logo svg {
      height: 135px;
      width: 114px; }
      @media (min-width: 576px) {
        #ticket-cost-refunds #student-athlete-quotes #main-logo img,
        #ticket-cost-refunds #student-athlete-quotes #main-logo svg {
          height: 170px;
          width: 143px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-xs@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 576px 432px;
      background-color: white; } }
  @media (min-width: 576px) {
    #ticket-cost-refunds #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 648px;
      background-color: white;
      padding: 4rem 0 23rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 648px;
      background-color: white; } }
  @media (min-width: 768px) {
    #ticket-cost-refunds #student-athlete-quotes {
      padding: 4rem 0 29rem; } }
  @media (min-width: 992px) {
    #ticket-cost-refunds #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 100% 20%;
      background-size: 999px 900px;
      background-color: white;
      padding: 12rem 0 15rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 20%;
      background-size: 999px 900px;
      background-color: white; } }
  @media (min-width: 1441px) {
    #ticket-cost-refunds #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 100% 20%;
      background-size: 1223px 958px;
      background-color: white;
      padding: 16rem 0; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes {
      background-image: url(../img/renewals/fall-sports/2020/davis/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 20%;
      background-size: 1223px 958px;
      background-color: white; } }
  #ticket-cost-refunds #student-athlete-quotes.fb-revenue-preservation {
    background-image: url(../img/renewals/football-revenue-preservation/small/bg-sm.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 576px 432px;
    background-color: white;
    padding: 3rem 0 24rem; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      #ticket-cost-refunds #student-athlete-quotes.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/small/bg-sm@2x.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 576px 432px;
        background-color: white; } }
    @media (min-width: 576px) {
      #ticket-cost-refunds #student-athlete-quotes.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/small/bg-md.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 992px 648px;
        background-color: white;
        padding: 4rem 0 18rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes.fb-revenue-preservation {
      background-image: url(../img/renewals/football-revenue-preservation/small/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 992px 648px;
      background-color: white; } }
    @media (min-width: 768px) {
      #ticket-cost-refunds #student-athlete-quotes.fb-revenue-preservation {
        padding: 4rem 0 29rem; } }
    @media (min-width: 992px) {
      #ticket-cost-refunds #student-athlete-quotes.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/small/bg-lg.jpg);
        background-repeat: no-repeat;
        background-position: 100% 0%;
        background-size: 999px 900px;
        background-color: white;
        padding: 12rem 0 15rem; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes.fb-revenue-preservation {
      background-image: url(../img/renewals/football-revenue-preservation/small/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 0%;
      background-size: 999px 900px;
      background-color: white; } }
    @media (min-width: 1441px) {
      #ticket-cost-refunds #student-athlete-quotes.fb-revenue-preservation {
        background-image: url(../img/renewals/football-revenue-preservation/small/bg-xl.jpg);
        background-repeat: no-repeat;
        background-position: 100% 0%;
        background-size: 1223px 958px;
        background-color: white;
        padding: 16rem 0; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes.fb-revenue-preservation {
      background-image: url(../img/renewals/football-revenue-preservation/small/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 100% 0%;
      background-size: 1223px 958px;
      background-color: white; } }
#ticket-cost-refunds #student-athlete-quote-2 {
  padding: 8rem 0;
  position: relative;
  z-index: 2;
  border-top: solid 6px #500000;
  padding-bottom: 25rem;
  background-image: url(../img/renewals/ticket-cost-refunds/morgan-smith/bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 768px 1256px; }
  @media (min-width: 992px) {
    #ticket-cost-refunds #student-athlete-quote-2::before {
      top: 50px;
      right: 50px;
      width: 700px;
      height: 200px;
      content: url(../img/corner-line-highlight.svg);
      position: absolute;
      opacity: 0.2;
      z-index: 1; } }
  @media (max-width: 767.98px) {
    #ticket-cost-refunds #student-athlete-quote-2 {
      padding-top: 4rem; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quote-2 {
      background-image: url(../img/renewals/ticket-cost-refunds/morgan-smith/bg-sm@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 768px 1256px; } }
  @media (min-width: 768px) {
    #ticket-cost-refunds #student-athlete-quote-2 {
      background-image: url(../img/renewals/ticket-cost-refunds/morgan-smith/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 40% 50%;
      background-size: 1440px 700px;
      padding-bottom: 11rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quote-2 {
      background-image: url(../img/renewals/ticket-cost-refunds/morgan-smith/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 40% 50%;
      background-size: 1440px 700px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    #ticket-cost-refunds #student-athlete-quote-2 {
      background-position: 50% 50%; } }
  @media (min-width: 1441px) {
    #ticket-cost-refunds #student-athlete-quote-2 {
      background-image: url(../img/renewals/ticket-cost-refunds/morgan-smith/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 2560px 1244px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quote-2 {
      background-image: url(../img/renewals/ticket-cost-refunds/morgan-smith/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 2560px 1244px; } }
  @media (min-width: 1441px) and (min-width: 1800px) {
    #ticket-cost-refunds #student-athlete-quote-2 {
      padding: 18rem 0; } }
#ticket-cost-refunds #student-athlete-quotes-3 {
  padding-bottom: 22rem;
  background-image: url(../img/renewals/ticket-cost-refunds/jay-jay-chandler/bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 550px 900px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes-3 {
      background-image: url(../img/renewals/ticket-cost-refunds/jay-jay-chandler/bg-sm@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 550px 900px; } }
  @media (min-width: 576px) {
    #ticket-cost-refunds #student-athlete-quotes-3 {
      background-size: 768px 1256px;
      padding-bottom: 29rem; } }
  @media (min-width: 768px) {
    #ticket-cost-refunds #student-athlete-quotes-3 {
      background-image: url(../img/renewals/ticket-cost-refunds/jay-jay-chandler/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 40% 50%;
      background-size: 1440px 700px;
      padding-bottom: 11rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes-3 {
      background-image: url(../img/renewals/ticket-cost-refunds/jay-jay-chandler/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 40% 50%;
      background-size: 1440px 700px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    #ticket-cost-refunds #student-athlete-quotes-3 {
      background-position: 50% 50%; } }
  @media (min-width: 1441px) {
    #ticket-cost-refunds #student-athlete-quotes-3 {
      background-image: url(../img/renewals/ticket-cost-refunds/jay-jay-chandler/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 2560px 1244px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes-3 {
      background-image: url(../img/renewals/ticket-cost-refunds/jay-jay-chandler/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 2560px 1244px; } }
  @media (min-width: 1441px) and (min-width: 1800px) {
    #ticket-cost-refunds #student-athlete-quotes-3 {
      padding: 8rem 0 22rem; } }
#ticket-cost-refunds #student-athlete-quotes-4 {
  padding-bottom: 24rem;
  background-image: url(../img/renewals/football-revenue-preservation/kolb/bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 550px 900px; }
  @media (max-width: 767.98px) {
    #ticket-cost-refunds #student-athlete-quotes-4 {
      padding-top: 4rem; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes-4 {
      background-image: url(../img/renewals/football-revenue-preservation/kolb/bg-sm@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 550px 900px; } }
  @media (min-width: 576px) {
    #ticket-cost-refunds #student-athlete-quotes-4 {
      background-size: 768px 1256px;
      padding-bottom: 32rem; } }
  @media (min-width: 768px) {
    #ticket-cost-refunds #student-athlete-quotes-4 {
      background-image: url(../img/renewals/football-revenue-preservation/kolb/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 20% 100%;
      background-size: 1150px 559px;
      padding-bottom: 11rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes-4 {
      background-image: url(../img/renewals/football-revenue-preservation/kolb/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 20% 100%;
      background-size: 1150px 559px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    #ticket-cost-refunds #student-athlete-quotes-4 {
      background-position: 20% 50%;
      background-size: 1440px 700px; } }
  @media (min-width: 1441px) {
    #ticket-cost-refunds #student-athlete-quotes-4 {
      background-image: url(../img/renewals/football-revenue-preservation/kolb/bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 0% 50%;
      background-size: 1880px 914px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #ticket-cost-refunds #student-athlete-quotes-4 {
      background-image: url(../img/renewals/football-revenue-preservation/kolb/bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 0% 50%;
      background-size: 1880px 914px; } }
  @media (min-width: 1441px) and (min-width: 1800px) {
    #ticket-cost-refunds #student-athlete-quotes-4 {
      padding: 12rem 0 12rem; } }
#donation .membership-info h5,
#impact .membership-info h5,
#nil-fund .membership-info h5 {
  padding-top: 0.7em;
  text-align: center; }

@media (max-width: 767.98px) {
  #donation .about-us-header,
  #impact .about-us-header,
  #nil-fund .about-us-header {
    padding-top: 4rem; } }

#donation label:hover,
#impact label:hover,
#nil-fund label:hover {
  cursor: pointer; }

#donation input.hidden-input[type="radio"],
#impact input.hidden-input[type="radio"],
#nil-fund input.hidden-input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0; }
  #donation input.hidden-input[type="radio"]:hover,
  #impact input.hidden-input[type="radio"]:hover,
  #nil-fund input.hidden-input[type="radio"]:hover {
    cursor: pointer; }

#donation .btn:hover,
#impact .btn:hover,
#nil-fund .btn:hover {
  cursor: pointer; }

@media (max-width: 767.98px) {
  #donation .btn.btn-lg, #donation .btn-group-lg > .btn,
  #impact .btn.btn-lg,
  #impact .btn-group-lg > .btn,
  #nil-fund .btn.btn-lg,
  #nil-fund .btn-group-lg > .btn {
    padding: 0.5rem 1.4rem;
    font-size: 1.2rem; } }

@media (max-width: 767.98px) {
  #donation .step-summary .btn,
  #impact .step-summary .btn,
  #nil-fund .step-summary .btn {
    font-size: 0.9rem; } }

#donation .btn-group.special,
#impact .btn-group.special,
#nil-fund .btn-group.special {
  display: flex; }

#donation .special .btn,
#impact .special .btn,
#nil-fund .special .btn {
  flex: 1; }

#donation .card-title label,
#impact .card-title label,
#nil-fund .card-title label {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2; }

#donation .form-check-radio-button input[type="radio"],
#impact .form-check-radio-button input[type="radio"],
#nil-fund .form-check-radio-button input[type="radio"] {
  display: none; }

#donation .text-8em,
#impact .text-8em,
#nil-fund .text-8em {
  font-size: 0.8em; }

#donation .step.active .step-options,
#donation .step .step-summary,
#impact .step.active .step-options,
#impact .step .step-summary,
#nil-fund .step.active .step-options,
#nil-fund .step .step-summary {
  display: block; }

#donation .step .step-options,
#donation .step.active .step-summary,
#impact .step .step-options,
#impact .step.active .step-summary,
#nil-fund .step .step-options,
#nil-fund .step.active .step-summary {
  display: none; }

#donation .required-field,
#impact .required-field,
#nil-fund .required-field {
  color: #f00; }

#donation .btn.frequency-option.active,
#impact .btn.frequency-option.active,
#nil-fund .btn.frequency-option.active {
  background-color: #500000;
  color: white; }
  #donation .btn.frequency-option.active .hr-primary,
  #impact .btn.frequency-option.active .hr-primary,
  #nil-fund .btn.frequency-option.active .hr-primary {
    border-color: white; }

#donation .input-group input,
#impact .input-group input,
#nil-fund .input-group input {
  border-width: 1px;
  border-color: #d6d3c4;
  box-shadow: none;
  border-style: solid;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem; }

#donation .input-group-prepend .input-group-text,
#impact .input-group-prepend .input-group-text,
#nil-fund .input-group-prepend .input-group-text {
  background-color: #d6d3c4;
  color: #500000;
  border-color: #c1bda6; }

#donation #donation-memebership-form h2,
#impact #donation-memebership-form h2,
#nil-fund #donation-memebership-form h2 {
  color: #d6d3c4; }
  @media (max-width: 767.98px) {
    #donation #donation-memebership-form h2,
    #impact #donation-memebership-form h2,
    #nil-fund #donation-memebership-form h2 {
      font-size: 1.4rem; } }
  @media (max-width: 350px) {
    #donation #donation-memebership-form h2,
    #impact #donation-memebership-form h2,
    #nil-fund #donation-memebership-form h2 {
      font-size: 1.1rem; } }
#donation #donation-memebership-form .active h2,
#impact #donation-memebership-form .active h2,
#nil-fund #donation-memebership-form .active h2 {
  color: #500000; }

#donation #step-one-options .card:hover,
#donation .step-summary .card:hover,
#impact #step-one-options .card:hover,
#impact .step-summary .card:hover,
#nil-fund #step-one-options .card:hover,
#nil-fund .step-summary .card:hover {
  border-color: #500000; }

#donation #step-one-options .card p,
#donation .step-summary .card p,
#impact #step-one-options .card p,
#impact .step-summary .card p,
#nil-fund #step-one-options .card p,
#nil-fund .step-summary .card p {
  font-size: 1.2rem; }
  @media (max-width: 767.98px) {
    #donation #step-one-options .card p,
    #donation .step-summary .card p,
    #impact #step-one-options .card p,
    #impact .step-summary .card p,
    #nil-fund #step-one-options .card p,
    #nil-fund .step-summary .card p {
      font-size: 0.95rem;
      line-height: 1.2; } }
@media (max-width: 767.98px) {
  #donation #step-one-options .card h5,
  #donation .step-summary .card h5,
  #impact #step-one-options .card h5,
  #impact .step-summary .card h5,
  #nil-fund #step-one-options .card h5,
  #nil-fund .step-summary .card h5 {
    font-size: 1.1rem; } }

@media (max-width: 350px) {
  #donation .card h4,
  #impact .card h4,
  #nil-fund .card h4 {
    font-size: 1rem; }
  #donation .card p,
  #impact .card p,
  #nil-fund .card p {
    font-size: 1rem; }
  #donation #step-one-options .card .card-title p,
  #impact #step-one-options .card .card-title p,
  #nil-fund #step-one-options .card .card-title p {
    font-size: 0.9rem; }
  #donation label,
  #impact label,
  #nil-fund label {
    font-size: 0.8rem; } }

@media (max-width: 767.98px) {
  #donation #thank-container p,
  #impact #thank-container p,
  #nil-fund #thank-container p {
    font-size: 0.95rem; } }

#donation #main-container .seciton-header h1.h4 {
  font-size: 1rem; }
  @media (min-width: 768px) {
    #donation #main-container .seciton-header h1.h4 {
      font-size: 1.65rem; } }
@media (max-width: 991.98px) {
  #donation #main-container .seciton-header .btn {
    font-size: .9rem; } }

#gig-em-pass .gig-em-pass {
  background-image: url(../img/gig-em-pass/bg-xl.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 510px 208px;
  padding-top: 9rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #gig-em-pass .gig-em-pass {
      background-image: url(../img/gig-em-pass/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 510px 208px; } }
  @media (min-width: 768px) {
    #gig-em-pass .gig-em-pass {
      background-image: url(../img/gig-em-pass/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1140px 464px;
      padding-top: 22rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #gig-em-pass .gig-em-pass {
      background-image: url(../img/gig-em-pass/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1140px 464px; } }
#gig-em-pass-mbb .gig-em-pass-mbb {
  background-image: url(../img/gig-em-pass/mbb/bg-xl.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 510px 208px;
  padding-top: 9rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #gig-em-pass-mbb .gig-em-pass-mbb {
      background-image: url(../img/gig-em-pass/mbb/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 510px 208px; } }
  @media (min-width: 768px) {
    #gig-em-pass-mbb .gig-em-pass-mbb {
      background-image: url(../img/gig-em-pass/mbb/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1140px 464px;
      padding-top: 22rem; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #gig-em-pass-mbb .gig-em-pass-mbb {
      background-image: url(../img/gig-em-pass/mbb/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1140px 464px; } }
#premium-seating .jumbotron-header {
  padding-top: 5rem; }

#premium-seating .sub-nav-wrapper {
  padding-top: 50px;
  height: 50px;
  z-index: 1111; }
  @media (max-width: 767.98px) {
    #premium-seating .sub-nav-wrapper h5 {
      font-size: 0.9rem; } }
  #premium-seating .sub-nav-wrapper #page-nav {
    width: 100%; }
    #premium-seating .sub-nav-wrapper #page-nav.sps.sps--abv {
      min-width: 100%;
      top: 55px; }
      @media (min-width: 992px) {
        #premium-seating .sub-nav-wrapper #page-nav.sps.sps--abv {
          top: 20px; } }
    #premium-seating .sub-nav-wrapper #page-nav.sps.sps--blw {
      top: 70px;
      margin-bottom: 60px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      position: fixed;
      animation: slide-in--down 400ms cubic-bezier(0.3, 0.73, 0.3, 0.74); }
      @media (max-width: 1199.98px) {
        #premium-seating .sub-nav-wrapper #page-nav.sps.sps--blw {
          top: 50px !important; } }
    #premium-seating .sub-nav-wrapper #page-nav .navbar-brand {
      color: #500000 !important;
      text-align: center; }

@media (max-width: 1199.98px) {
  #premium-seating .home-schedule h2 {
    font-size: 1.6rem; } }

@media (max-width: 767.98px) {
  #premium-seating figure.effect-zoe p.description {
    font-size: 1.6rem; } }

@media (min-width: 768px) {
  #premium-seating figure.effect-zoe p.description {
    font-size: 1.3rem;
    margin-top: -2.5rem; } }

@media (min-width: 992px) {
  #premium-seating figure.effect-zoe p.description {
    font-size: 1.9rem;
    margin-top: -4rem; } }

#premium-seating .assistance-bar {
  position: absolute;
  width: 100%;
  top: 3rem; }
  #premium-seating .assistance-bar h5 {
    font-size: 1.2rem; }
    @media (min-width: 1200px) {
      #premium-seating .assistance-bar h5 {
        font-size: 1.4rem; } }
  @media (min-width: 1200px) {
    #premium-seating .assistance-bar {
      top: 70px; } }
#annual-report #cta {
  padding-top: 50px; }
  @media (min-width: 810px) {
    #annual-report #cta .modal-dialog {
      width: 1000px; } }
  #annual-report #cta .modal-dialog {
    margin-top: 70px; }
  #annual-report #cta .close {
    width: 5px;
    height: 5px;
    top: -10px;
    left: 5px;
    position: relative;
    z-index: 1;
    background: url(../img/index/icon-avd-close.svg) no-repeat 0 0;
    background-size: 75%;
    margin-top: 5px;
    margin-left: 10px;
    background-position: 0% 100%;
    opacity: 0.8;
    cursor: pointer; }
  #annual-report #cta .close:hover {
    opacity: 1; }
  #annual-report #cta .modal-body {
    padding: 0;
    margin-top: -35px;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat; }

#annual-report #intro {
  background-image: url(../img/about-us/annual-reports/annual-report/intro/bg-xs.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 576px 1050px;
  background-color: #500000;
  height: 750px;
  padding: 8rem 0 20rem; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #annual-report #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/intro/bg-xs@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 576px 1050px;
      background-color: #500000; } }
  @media (min-width: 576px) {
    #annual-report #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/intro/bg-md.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 992px 1050px;
      background-color: #500000;
      height: 800px;
      padding: 10rem 0 20rem; } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #annual-report #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/intro/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 992px 1050px;
      background-color: #500000; } }
  @media (min-width: 992px) {
    #annual-report #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/intro/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 1440px 1050px;
      background-color: #500000; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #annual-report #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/intro/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 1440px 1050px;
      background-color: #500000; } }
  @media (min-width: 1441px) {
    #annual-report #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/intro/bg-xxl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 2560px 1500px;
      background-color: #500000;
      height: 900px;
      padding-top: 8rem; } }
  #annual-report #intro h1.display-2 {
    line-height: 1;
    font-size: 3rem; }
    @media (min-width: 576px) {
      #annual-report #intro h1.display-2 {
        font-size: 4rem; } }
    @media (min-width: 768px) {
      #annual-report #intro h1.display-2 {
        font-size: 5.5rem; } }
    @media (min-width: 992px) {
      #annual-report #intro h1.display-2 {
        font-size: 7rem; } }
    @media (min-width: 1441px) {
      #annual-report #intro h1.display-2 {
        font-size: 9rem; } }
  #annual-report #intro h3 {
    font-family: "Roboto", sans-serif; }
  #annual-report #intro p {
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
    font-family: "Roboto", sans-serif; }
    @media (min-width: 1441px) {
      #annual-report #intro p {
        font-size: 2rem; } }
    #annual-report #intro p.lead-bottom {
      position: relative;
      top: -15px; }
      @media (min-width: 1200px) {
        #annual-report #intro p.lead-bottom {
          top: -20px; } }
      @media (min-width: 1441px) {
        #annual-report #intro p.lead-bottom {
          top: -25px; } }
  #annual-report #intro .scroll-text {
    position: absolute;
    top: 700px;
    z-index: 10000;
    width: 150px;
    height: 50px;
    color: #ffffff;
    margin-left: calc(50% - 75px);
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    text-align: center;
    text-shadow: 0px 0px 18px #000000;
    text-align: center;
    left: 0; }
    @media (max-width: 991.98px) {
      #annual-report #intro .scroll-text {
        top: 550px; } }
    @media (max-width: 334px) {
      #annual-report #intro .scroll-text {
        top: 600px;
        font-size: 1rem; } }
    @media (min-width: 768px) {
      #annual-report #intro .scroll-text {
        top: 600px; } }
    @media (min-width: 1441px) {
      #annual-report #intro .scroll-text {
        top: 700px; } }
    #annual-report #intro .scroll-text a {
      color: #ffffff; }
    #annual-report #intro .scroll-text span {
      font-weight: 700;
      font-size: 1.5rem; }
    #annual-report #intro .scroll-text::before {
      display: block;
      position: static;
      width: 25px;
      height: 13px;
      margin: 0 auto 35px;
      transform: rotate(-90deg);
      background: url(../img/arrow-white.svg);
      content: "";
      opacity: 1;
      animation: rotate-bounce 3s infinite; }

#annual-report #timeline .swipe {
  position: relative; }
  #annual-report #timeline .swipe::before {
    position: relative;
    content: "";
    width: 21rem;
    height: 0.09rem;
    top: 1rem;
    right: 0;
    background-color: #000000; }

@media (min-width: 768px) {
  #annual-report #made-possible .jumbotron-possible {
    padding-bottom: 30rem;
    background-position: 50% 100%;
    background-image: url(../img/about-us/annual-reports/annual-report/made-possible-jumbotron-bg-lg.jpg);
    background-size: 1200px 493px;
    background-repeat: no-repeat; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #annual-report #made-possible .jumbotron-possible {
      background-image: url(../img/about-us/annual-reports/annual-report/made-possible-jumbotron-bg-lg@2x.jpg);
      background-position: 50% 100%;
      background-size: 1200px 493px;
      background-repeat: no-repeat; } }
#annual-report #coach-quote {
  padding: 8rem 0;
  position: relative;
  z-index: 2;
  background-image: url(../img/about-us/annual-reports/annual-report/coach-quote-fabric-bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #annual-report #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/coach-quote-fabric-bg-sm@2x.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; } }
  @media (min-width: 768px) {
    #annual-report #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/coach-quote-fabric-bg-md.jpg);
      background-repeat: no-repeat;
      background-position: top right -150px;
      background-size: cover; } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi), (min-width: 768px) and (min-resolution: 2dppx) {
    #annual-report #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/coach-quote-fabric-bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: top right -150px;
      background-size: cover; } }
  @media (min-width: 992px) {
    #annual-report #coach-quote {
      background-position: top right; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #annual-report #coach-quote {
      background-position: top right; } }
  @media (min-width: 1441px) {
    #annual-report #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/coach-quote-fabric-bg-lg.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 2560px 1244px; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #annual-report #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/coach-quote-fabric-bg-lg@2x.jpg);
      background-repeat: no-repeat;
      background-position: 90% 25%;
      background-size: 2560px 1244px; } }
#annual-report #revenue-support .ct-chart-one {
  height: 145px; }
  @media (min-width: 768px) {
    #annual-report #revenue-support .ct-chart-one {
      height: 250px; } }
  @media (min-width: 576px) {
    #annual-report #revenue-support .ct-chart-one .ct-label {
      font-size: 1.2rem !important; } }
  @media (max-width: 767.98px) {
    #annual-report #revenue-support .ct-chart-one .ct-label {
      font-size: 0.8rem; } }
#annual-report #revenue-support .jumbotron {
  background-image: url(../img/about-us/annual-reports/annual-report/revenue/bg-md.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 992px 388px;
  padding-bottom: 10rem !important; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #annual-report #revenue-support .jumbotron {
      background-image: url(../img/about-us/annual-reports/annual-report/revenue/bg-md@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 992px 388px; } }
  @media (min-width: 992px) {
    #annual-report #revenue-support .jumbotron {
      background-image: url(../img/about-us/annual-reports/annual-report/revenue/bg-xl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 1440px 563px;
      background-color: #500000;
      padding-bottom: 20rem !important; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #annual-report #revenue-support .jumbotron {
      background-image: url(../img/about-us/annual-reports/annual-report/revenue/bg-xl@2x.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: 1440px 563px;
      background-color: #500000; } }
  @media (min-width: 1441px) {
    #annual-report #revenue-support .jumbotron {
      background-image: url(../img/about-us/annual-reports/annual-report/revenue/bg-xxl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: 2560px 1000px;
      padding-bottom: 26rem !important; } }
#annual-report #outstanding-obligations {
  background-image: url(../img/about-us/annual-reports/annual-report/investment-income/bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover; }
  @media (min-width: 768px) {
    #annual-report #outstanding-obligations {
      background-image: url(../img/about-us/annual-reports/annual-report/investment-income/bg-md-v2.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: cover; } }
  @media (min-width: 992px) {
    #annual-report #outstanding-obligations {
      background-image: url(../img/about-us/annual-reports/annual-report/investment-income/bg-xl-v2.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; } }
  @media (min-width: 1441px) {
    #annual-report #outstanding-obligations {
      background-image: url(../img/about-us/annual-reports/annual-report/investment-income/bg-xxl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; } }
#annual-report #made-possible,
#annual-report #fund-athletics,
#annual-report #fund-scholarships,
#annual-report #funding-scholarships,
#annual-report #revenue-graph,
#annual-report #donations-and-gifts,
#annual-report #ticket-provider,
#annual-report #expenses-commitments {
  padding-bottom: 0px; }
  #annual-report #made-possible .animated-numbers h1 > sup,
  #annual-report #made-possible .numbers h1 > sup,
  #annual-report #fund-athletics .animated-numbers h1 > sup,
  #annual-report #fund-athletics .numbers h1 > sup,
  #annual-report #fund-scholarships .animated-numbers h1 > sup,
  #annual-report #fund-scholarships .numbers h1 > sup,
  #annual-report #funding-scholarships .animated-numbers h1 > sup,
  #annual-report #funding-scholarships .numbers h1 > sup,
  #annual-report #revenue-graph .animated-numbers h1 > sup,
  #annual-report #revenue-graph .numbers h1 > sup,
  #annual-report #donations-and-gifts .animated-numbers h1 > sup,
  #annual-report #donations-and-gifts .numbers h1 > sup,
  #annual-report #ticket-provider .animated-numbers h1 > sup,
  #annual-report #ticket-provider .numbers h1 > sup,
  #annual-report #expenses-commitments .animated-numbers h1 > sup,
  #annual-report #expenses-commitments .numbers h1 > sup {
    font-size: 3.25rem; }
  @media (max-width: 992px) {
    #annual-report #made-possible .animated-numbers h1,
    #annual-report #made-possible .numbers h1,
    #annual-report #fund-athletics .animated-numbers h1,
    #annual-report #fund-athletics .numbers h1,
    #annual-report #fund-scholarships .animated-numbers h1,
    #annual-report #fund-scholarships .numbers h1,
    #annual-report #funding-scholarships .animated-numbers h1,
    #annual-report #funding-scholarships .numbers h1,
    #annual-report #revenue-graph .animated-numbers h1,
    #annual-report #revenue-graph .numbers h1,
    #annual-report #donations-and-gifts .animated-numbers h1,
    #annual-report #donations-and-gifts .numbers h1,
    #annual-report #ticket-provider .animated-numbers h1,
    #annual-report #ticket-provider .numbers h1,
    #annual-report #expenses-commitments .animated-numbers h1,
    #annual-report #expenses-commitments .numbers h1 {
      font-size: 4rem; }
    #annual-report #made-possible .animated-numbers h1 > sup,
    #annual-report #made-possible .numbers h1 > sup,
    #annual-report #fund-athletics .animated-numbers h1 > sup,
    #annual-report #fund-athletics .numbers h1 > sup,
    #annual-report #fund-scholarships .animated-numbers h1 > sup,
    #annual-report #fund-scholarships .numbers h1 > sup,
    #annual-report #funding-scholarships .animated-numbers h1 > sup,
    #annual-report #funding-scholarships .numbers h1 > sup,
    #annual-report #revenue-graph .animated-numbers h1 > sup,
    #annual-report #revenue-graph .numbers h1 > sup,
    #annual-report #donations-and-gifts .animated-numbers h1 > sup,
    #annual-report #donations-and-gifts .numbers h1 > sup,
    #annual-report #ticket-provider .animated-numbers h1 > sup,
    #annual-report #ticket-provider .numbers h1 > sup,
    #annual-report #expenses-commitments .animated-numbers h1 > sup,
    #annual-report #expenses-commitments .numbers h1 > sup {
      font-size: 2.75rem;
      top: -2rem; } }
  @media (max-width: 420px) {
    #annual-report #made-possible .animated-numbers h1,
    #annual-report #made-possible .numbers h1,
    #annual-report #fund-athletics .animated-numbers h1,
    #annual-report #fund-athletics .numbers h1,
    #annual-report #fund-scholarships .animated-numbers h1,
    #annual-report #fund-scholarships .numbers h1,
    #annual-report #funding-scholarships .animated-numbers h1,
    #annual-report #funding-scholarships .numbers h1,
    #annual-report #revenue-graph .animated-numbers h1,
    #annual-report #revenue-graph .numbers h1,
    #annual-report #donations-and-gifts .animated-numbers h1,
    #annual-report #donations-and-gifts .numbers h1,
    #annual-report #ticket-provider .animated-numbers h1,
    #annual-report #ticket-provider .numbers h1,
    #annual-report #expenses-commitments .animated-numbers h1,
    #annual-report #expenses-commitments .numbers h1 {
      font-size: 3rem; }
    #annual-report #made-possible .animated-numbers h1 > sup,
    #annual-report #made-possible .numbers h1 > sup,
    #annual-report #fund-athletics .animated-numbers h1 > sup,
    #annual-report #fund-athletics .numbers h1 > sup,
    #annual-report #fund-scholarships .animated-numbers h1 > sup,
    #annual-report #fund-scholarships .numbers h1 > sup,
    #annual-report #funding-scholarships .animated-numbers h1 > sup,
    #annual-report #funding-scholarships .numbers h1 > sup,
    #annual-report #revenue-graph .animated-numbers h1 > sup,
    #annual-report #revenue-graph .numbers h1 > sup,
    #annual-report #donations-and-gifts .animated-numbers h1 > sup,
    #annual-report #donations-and-gifts .numbers h1 > sup,
    #annual-report #ticket-provider .animated-numbers h1 > sup,
    #annual-report #ticket-provider .numbers h1 > sup,
    #annual-report #expenses-commitments .animated-numbers h1 > sup,
    #annual-report #expenses-commitments .numbers h1 > sup {
      font-size: 2rem;
      top: -1rem; } }
#annual-report #information {
  padding-bottom: 4rem; }
  #annual-report #information .jumbotron {
    position: relative;
    top: -50px; }
    #annual-report #information .jumbotron h4.display-4 {
      font-size: 1.8rem; }
      @media (min-width: 576px) {
        #annual-report #information .jumbotron h4.display-4 {
          font-size: 2.8rem; } }
#annual-report #funding-scholarships {
  padding-bottom: 0px; }
  @media (min-width: 1200px) {
    #annual-report #funding-scholarships {
      background-image: url("../img/donor-impact/cost-of-athletics/funding-scholarships-bg-lg-v2.png");
      background-position: 50% 100%;
      background-repeat: no-repeat;
      background-size: 1110px 559px;
      padding-bottom: 90px !important; }
      #annual-report #funding-scholarships .number-count,
      #annual-report #funding-scholarships .animated-numbers p,
      #annual-report #funding-scholarships .animated-numbers span,
      #annual-report #funding-scholarships .animated-numbers h4 {
        color: #500000 !important; }
      #annual-report #funding-scholarships .animated-numbers h4 {
        margin-bottom: 0.3rem; }
      #annual-report #funding-scholarships .animated-numbers span {
        font-size: 3rem; } }
  @media (max-width: 1199.98px) {
    #annual-report #funding-scholarships {
      background-image: url("../img/donor-impact/cost-of-athletics/funding-scholarships-bg-md-v2.png");
      background-position: 60% 100%;
      background-repeat: no-repeat;
      background-size: 1110px 559px;
      padding-bottom: 90px !important; }
      #annual-report #funding-scholarships .number-count,
      #annual-report #funding-scholarships .animated-numbers p,
      #annual-report #funding-scholarships .animated-numbers span,
      #annual-report #funding-scholarships .animated-numbers h4 {
        color: #500000 !important; }
      #annual-report #funding-scholarships .animated-numbers h4 {
        margin-bottom: 0.4rem; }
      #annual-report #funding-scholarships .animated-numbers span {
        font-size: 3rem; } }
  @media (max-width: 991.98px) {
    #annual-report #funding-scholarships {
      background-image: url("../img/donor-impact/cost-of-athletics/funding-scholarships-bg-sm-v2.png");
      background-position: 50% 100%;
      background-repeat: no-repeat;
      background-size: 690px 460px;
      padding-bottom: 300px !important; }
      #annual-report #funding-scholarships .number-count,
      #annual-report #funding-scholarships .animated-numbers p,
      #annual-report #funding-scholarships .animated-numbers span,
      #annual-report #funding-scholarships .animated-numbers h4 {
        color: #ffffff !important; }
      #annual-report #funding-scholarships .animated-numbers h4 {
        margin-bottom: 0.8rem; }
      #annual-report #funding-scholarships .animated-numbers span {
        font-size: 3rem; }
      #annual-report #funding-scholarships .animated-numbers .dollar {
        padding-bottom: 1.5rem; } }
  @media (max-width: 420px) {
    #annual-report #funding-scholarships .animated-numbers .dollar {
      padding-bottom: 0; } }
@media (max-width: 768px) {
  #annual-report #intro .sm-million,
  #annual-report #expenses-commitments .sm-million {
    margin-bottom: 0.1rem; } }

#annual-report #intro #main-logo,
#annual-report #expenses-commitments #main-logo {
  width: 93px;
  height: 110px; }
  #annual-report #intro #main-logo img,
  #annual-report #intro #main-logo svg,
  #annual-report #expenses-commitments #main-logo img,
  #annual-report #expenses-commitments #main-logo svg {
    width: 93px;
    height: 110px; }

#annual-report #expenses-commitments .ct-chart-three {
  height: 145px; }
  @media (max-width: 767.98px) {
    #annual-report #expenses-commitments .ct-chart-three .ct-label {
      font-size: 0.8rem; } }
  @media (min-width: 768px) {
    #annual-report #expenses-commitments .ct-chart-three {
      height: 250px; } }
  @media (min-width: 576px) {
    #annual-report #expenses-commitments .ct-chart-three .ct-label {
      font-size: 1rem !important; } }
  @media (min-width: 992px) {
    #annual-report #expenses-commitments .ct-chart-three .ct-label {
      font-size: 1.2rem !important; } }
@media (max-width: 500px) {
  #annual-report .animated-numbers h1 {
    font-size: 4rem !important; }
  #annual-report .animated-numbers h3 {
    margin-bottom: 7px !important; } }

#annual-report.ar-22 #intro {
  background-image: url(../img/about-us/annual-reports/annual-report/2022/intro/bg-xs.jpg); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #annual-report.ar-22 #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/intro/bg-xs@2x.jpg); } }
  @media (min-width: 576px) {
    #annual-report.ar-22 #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/intro/bg-md.jpg); } }
  @media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 576px) and (min-resolution: 192dpi), (min-width: 576px) and (min-resolution: 2dppx) {
    #annual-report.ar-22 #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/intro/bg-md@2x.jpg); } }
  @media (min-width: 992px) {
    #annual-report.ar-22 #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/intro/bg-xl.jpg); } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #annual-report.ar-22 #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/intro/bg-xl@2x.jpg); } }
  @media (min-width: 1441px) {
    #annual-report.ar-22 #intro {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/intro/bg-xxl.jpg); } }
#annual-report.ar-22 #coach-quote {
  /* ==================== SM BACKGROUND =================== */
  background: url(../img/about-us/annual-reports/annual-report/2022/coach-quote/bg-sm.jpg) no-repeat top center/cover;
  /* ==================== MD BACKGROUND =================== */
  /* ==================== LG BACKGROUND =================== */ }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #annual-report.ar-22 #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/coach-quote/bg-sm@2x.jpg); } }
  @media (min-width: 992px) {
    #annual-report.ar-22 #coach-quote {
      background: url(../img/about-us/annual-reports/annual-report/2022/coach-quote/bg-md.jpg) top left/cover; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #annual-report.ar-22 #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/coach-quote/bg-md@2x.jpg);
      background-position: top left / cover; } }
  @media (min-width: 1441px) {
    #annual-report.ar-22 #coach-quote {
      background: url(../img/about-us/annual-reports/annual-report/2022/coach-quote/bg-lg.jpg) 40% 50%;
      background-size: 100%;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #annual-report.ar-22 #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/coach-quote/bg-lg@2x.jpg);
      background-position: 40% 50%;
      background-size: 105%;
      background-repeat: no-repeat; } }
  @media (min-width: 1800px) {
    #annual-report.ar-22 #coach-quote {
      padding: 12rem 0; } }
  @media (min-width: 2560px) {
    #annual-report.ar-22 #coach-quote {
      background-size: 100%;
      background-repeat: no-repeat; } }
#annual-report.ar-22 #revenue-support .ct-chart-one {
  height: 145px; }
  @media (min-width: 768px) {
    #annual-report.ar-22 #revenue-support .ct-chart-one {
      height: 250px; } }
  @media (min-width: 576px) {
    #annual-report.ar-22 #revenue-support .ct-chart-one .ct-label {
      font-size: 1.2rem !important; } }
  @media (max-width: 767.98px) {
    #annual-report.ar-22 #revenue-support .ct-chart-one .ct-label {
      font-size: 0.8rem; } }
#annual-report.ar-22 #revenue-support .jumbotron {
  background: none;
  padding-bottom: 0 !important; }

@media (min-width: 992px) {
  #annual-report.ar-22 #revenue-support img {
    margin-top: -10rem; } }

@media (min-width: 1200px) {
  #annual-report.ar-22 #revenue-support img {
    margin-top: -20rem; } }

@media (min-width: 992px) {
  #annual-report.ar-22 #annualGivingNumbers img {
    margin-top: -8rem; } }

#annual-report.ar-22 #centennialCampaign .centennial-campaign-logo {
  width: 15rem; }
  @media (min-width: 1500px) {
    #annual-report.ar-22 #centennialCampaign .centennial-campaign-logo {
      width: 20rem; } }
#annual-report.ar-22 #outstanding-obligations {
  background-image: url(../img/about-us/annual-reports/annual-report/investment-income/bg-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover; }
  @media (min-width: 768px) {
    #annual-report.ar-22 #outstanding-obligations {
      background-image: url(../img/about-us/annual-reports/annual-report/investment-income/bg-md-v2.jpg);
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: cover; } }
  @media (min-width: 992px) {
    #annual-report.ar-22 #outstanding-obligations {
      background-image: url(../img/about-us/annual-reports/annual-report/investment-income/bg-xl-v2.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; } }
  @media (min-width: 1441px) {
    #annual-report.ar-22 #outstanding-obligations {
      background-image: url(../img/about-us/annual-reports/annual-report/investment-income/bg-xxl.jpg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; } }
#annual-report.ar-22 #made-possible,
#annual-report.ar-22 #fund-athletics,
#annual-report.ar-22 #fund-scholarships,
#annual-report.ar-22 #funding-scholarships,
#annual-report.ar-22 #revenue-graph,
#annual-report.ar-22 #donations-and-gifts,
#annual-report.ar-22 #ticket-provider,
#annual-report.ar-22 #expenses-commitments {
  padding-bottom: 0px; }
  #annual-report.ar-22 #made-possible .animated-numbers h1 > sup,
  #annual-report.ar-22 #made-possible .numbers h1 > sup,
  #annual-report.ar-22 #fund-athletics .animated-numbers h1 > sup,
  #annual-report.ar-22 #fund-athletics .numbers h1 > sup,
  #annual-report.ar-22 #fund-scholarships .animated-numbers h1 > sup,
  #annual-report.ar-22 #fund-scholarships .numbers h1 > sup,
  #annual-report.ar-22 #funding-scholarships .animated-numbers h1 > sup,
  #annual-report.ar-22 #funding-scholarships .numbers h1 > sup,
  #annual-report.ar-22 #revenue-graph .animated-numbers h1 > sup,
  #annual-report.ar-22 #revenue-graph .numbers h1 > sup,
  #annual-report.ar-22 #donations-and-gifts .animated-numbers h1 > sup,
  #annual-report.ar-22 #donations-and-gifts .numbers h1 > sup,
  #annual-report.ar-22 #ticket-provider .animated-numbers h1 > sup,
  #annual-report.ar-22 #ticket-provider .numbers h1 > sup,
  #annual-report.ar-22 #expenses-commitments .animated-numbers h1 > sup,
  #annual-report.ar-22 #expenses-commitments .numbers h1 > sup {
    font-size: 3.25rem; }
  @media (max-width: 992px) {
    #annual-report.ar-22 #made-possible .animated-numbers h1,
    #annual-report.ar-22 #made-possible .numbers h1,
    #annual-report.ar-22 #fund-athletics .animated-numbers h1,
    #annual-report.ar-22 #fund-athletics .numbers h1,
    #annual-report.ar-22 #fund-scholarships .animated-numbers h1,
    #annual-report.ar-22 #fund-scholarships .numbers h1,
    #annual-report.ar-22 #funding-scholarships .animated-numbers h1,
    #annual-report.ar-22 #funding-scholarships .numbers h1,
    #annual-report.ar-22 #revenue-graph .animated-numbers h1,
    #annual-report.ar-22 #revenue-graph .numbers h1,
    #annual-report.ar-22 #donations-and-gifts .animated-numbers h1,
    #annual-report.ar-22 #donations-and-gifts .numbers h1,
    #annual-report.ar-22 #ticket-provider .animated-numbers h1,
    #annual-report.ar-22 #ticket-provider .numbers h1,
    #annual-report.ar-22 #expenses-commitments .animated-numbers h1,
    #annual-report.ar-22 #expenses-commitments .numbers h1 {
      font-size: 4rem; }
    #annual-report.ar-22 #made-possible .animated-numbers h1 > sup,
    #annual-report.ar-22 #made-possible .numbers h1 > sup,
    #annual-report.ar-22 #fund-athletics .animated-numbers h1 > sup,
    #annual-report.ar-22 #fund-athletics .numbers h1 > sup,
    #annual-report.ar-22 #fund-scholarships .animated-numbers h1 > sup,
    #annual-report.ar-22 #fund-scholarships .numbers h1 > sup,
    #annual-report.ar-22 #funding-scholarships .animated-numbers h1 > sup,
    #annual-report.ar-22 #funding-scholarships .numbers h1 > sup,
    #annual-report.ar-22 #revenue-graph .animated-numbers h1 > sup,
    #annual-report.ar-22 #revenue-graph .numbers h1 > sup,
    #annual-report.ar-22 #donations-and-gifts .animated-numbers h1 > sup,
    #annual-report.ar-22 #donations-and-gifts .numbers h1 > sup,
    #annual-report.ar-22 #ticket-provider .animated-numbers h1 > sup,
    #annual-report.ar-22 #ticket-provider .numbers h1 > sup,
    #annual-report.ar-22 #expenses-commitments .animated-numbers h1 > sup,
    #annual-report.ar-22 #expenses-commitments .numbers h1 > sup {
      font-size: 2.75rem;
      top: -2rem; } }
  @media (max-width: 420px) {
    #annual-report.ar-22 #made-possible .animated-numbers h1,
    #annual-report.ar-22 #made-possible .numbers h1,
    #annual-report.ar-22 #fund-athletics .animated-numbers h1,
    #annual-report.ar-22 #fund-athletics .numbers h1,
    #annual-report.ar-22 #fund-scholarships .animated-numbers h1,
    #annual-report.ar-22 #fund-scholarships .numbers h1,
    #annual-report.ar-22 #funding-scholarships .animated-numbers h1,
    #annual-report.ar-22 #funding-scholarships .numbers h1,
    #annual-report.ar-22 #revenue-graph .animated-numbers h1,
    #annual-report.ar-22 #revenue-graph .numbers h1,
    #annual-report.ar-22 #donations-and-gifts .animated-numbers h1,
    #annual-report.ar-22 #donations-and-gifts .numbers h1,
    #annual-report.ar-22 #ticket-provider .animated-numbers h1,
    #annual-report.ar-22 #ticket-provider .numbers h1,
    #annual-report.ar-22 #expenses-commitments .animated-numbers h1,
    #annual-report.ar-22 #expenses-commitments .numbers h1 {
      font-size: 3rem; }
    #annual-report.ar-22 #made-possible .animated-numbers h1 > sup,
    #annual-report.ar-22 #made-possible .numbers h1 > sup,
    #annual-report.ar-22 #fund-athletics .animated-numbers h1 > sup,
    #annual-report.ar-22 #fund-athletics .numbers h1 > sup,
    #annual-report.ar-22 #fund-scholarships .animated-numbers h1 > sup,
    #annual-report.ar-22 #fund-scholarships .numbers h1 > sup,
    #annual-report.ar-22 #funding-scholarships .animated-numbers h1 > sup,
    #annual-report.ar-22 #funding-scholarships .numbers h1 > sup,
    #annual-report.ar-22 #revenue-graph .animated-numbers h1 > sup,
    #annual-report.ar-22 #revenue-graph .numbers h1 > sup,
    #annual-report.ar-22 #donations-and-gifts .animated-numbers h1 > sup,
    #annual-report.ar-22 #donations-and-gifts .numbers h1 > sup,
    #annual-report.ar-22 #ticket-provider .animated-numbers h1 > sup,
    #annual-report.ar-22 #ticket-provider .numbers h1 > sup,
    #annual-report.ar-22 #expenses-commitments .animated-numbers h1 > sup,
    #annual-report.ar-22 #expenses-commitments .numbers h1 > sup {
      font-size: 2rem;
      top: -1rem; } }
#annual-report.ar-22 #information {
  padding-bottom: 4rem; }
  #annual-report.ar-22 #information .jumbotron {
    position: relative;
    top: -50px; }
    #annual-report.ar-22 #information .jumbotron h4.display-4 {
      font-size: 1.8rem; }
      @media (min-width: 576px) {
        #annual-report.ar-22 #information .jumbotron h4.display-4 {
          font-size: 2.8rem; } }
#annual-report.ar-22 #fund-scholarships {
  padding-bottom: 8rem; }
  #annual-report.ar-22 #fund-scholarships #barChartSection {
    padding: 0; }
    #annual-report.ar-22 #fund-scholarships #barChartSection #barChartCol {
      padding: 0.4rem; }

#annual-report.ar-22 #funding-scholarships {
  position: relative;
  background-image: none !important;
  padding-bottom: 3rem !important; }
  #annual-report.ar-22 #funding-scholarships .number-count,
  #annual-report.ar-22 #funding-scholarships .animated-numbers p,
  #annual-report.ar-22 #funding-scholarships .animated-numbers span,
  #annual-report.ar-22 #funding-scholarships .animated-numbers h4 {
    color: #ffffff !important; }
  #annual-report.ar-22 #funding-scholarships .animated-numbers h4 {
    margin-bottom: 0.3rem; }
  #annual-report.ar-22 #funding-scholarships .animated-numbers span {
    font-size: 3rem; }
  #annual-report.ar-22 #funding-scholarships #scholarship-vid {
    position: relative; }
    @media (min-width: 992px) {
      #annual-report.ar-22 #funding-scholarships #scholarship-vid {
        margin-bottom: -24rem;
        margin-left: -4rem; }
        #annual-report.ar-22 #funding-scholarships #scholarship-vid::before {
          position: absolute;
          content: "";
          top: 25%;
          right: 0;
          width: 10px;
          height: 50%;
          background-color: #d6d3c4;
          z-index: 0; } }
    #annual-report.ar-22 #funding-scholarships #scholarship-vid video {
      width: -webkit-fill-available; }

#annual-report.ar-22 #graduates {
  background: url(../img/about-us/annual-reports/annual-report/2022/cost-of-scholarship/scholarship-bg-sm@2x.jpg) no-repeat bottom -2.5rem left/cover;
  padding-bottom: 12rem !important; }
  @media (min-width: 992px) {
    #annual-report.ar-22 #graduates {
      background: url(../img/about-us/annual-reports/annual-report/2022/cost-of-scholarship/scholarship-bg-md@2x.jpg) no-repeat bottom -3.5rem left/cover; } }
  @media (min-width: 1441px) {
    #annual-report.ar-22 #graduates {
      background: url(../img/about-us/annual-reports/annual-report/2022/cost-of-scholarship/scholarship-bg-lg.jpg) no-repeat bottom -3rem left/cover; } }
#annual-report.ar-22 #nineteenTwentyTwoQuote {
  padding: 8rem 0;
  position: relative;
  z-index: 2;
  /* ==================== SM BACKGROUND =================== */
  background: url(../img/about-us/annual-reports/annual-report/2022/1922-fund-quote/1922-quote-sm-v2.jpg) no-repeat top center/cover;
  /* ==================== MD BACKGROUND =================== */
  /* ==================== LG BACKGROUND =================== */ }
  @media (min-width: 1200px) {
    #annual-report.ar-22 #nineteenTwentyTwoQuote h3.display-4 {
      font-size: 2rem; } }
  @media (min-width: 1400px) {
    #annual-report.ar-22 #nineteenTwentyTwoQuote h3.display-4 {
      font-size: 2.2rem; } }
  @media (min-width: 1600px) {
    #annual-report.ar-22 #nineteenTwentyTwoQuote h3.display-4 {
      font-size: 2.5rem; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #annual-report.ar-22 #nineteenTwentyTwoQuote {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/1922-fund-quote/1922-quote-sm-v2@2x.jpg); } }
  @media (min-width: 1200px) {
    #annual-report.ar-22 #nineteenTwentyTwoQuote {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/1922-fund-quote/1922-quote-lg-v3.jpg); } }
  @media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (min-resolution: 192dpi), (min-width: 1200px) and (min-resolution: 2dppx) {
    #annual-report.ar-22 #nineteenTwentyTwoQuote {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/1922-fund-quote/1922-quote-lg-v3@2x.jpg); } }
  @media (min-width: 1441px) {
    #annual-report.ar-22 #nineteenTwentyTwoQuote {
      background: url(../img/about-us/annual-reports/annual-report/2022/1922-fund-quote/1922-quote-lg-v3.jpg) 50% 30%;
      background-size: 100%;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #annual-report.ar-22 #nineteenTwentyTwoQuote {
      background-image: url(../img/about-us/annual-reports/annual-report/2022/1922-fund-quote/1922-quote-lg-v3@2x.jpg);
      background-size: 100%;
      background-repeat: no-repeat; } }
  @media (min-width: 1800px) {
    #annual-report.ar-22 #nineteenTwentyTwoQuote {
      padding: 12rem 0; } }
  @media (min-width: 2560px) {
    #annual-report.ar-22 #nineteenTwentyTwoQuote {
      background-size: 100%;
      background-repeat: no-repeat; } }
@media (max-width: 768px) {
  #annual-report.ar-22 #intro .sm-million,
  #annual-report.ar-22 #expenses-commitments .sm-million {
    margin-bottom: 0.1rem; } }

#annual-report.ar-22 #intro #main-logo,
#annual-report.ar-22 #expenses-commitments #main-logo {
  width: 93px;
  height: 110px; }
  #annual-report.ar-22 #intro #main-logo img,
  #annual-report.ar-22 #intro #main-logo svg,
  #annual-report.ar-22 #expenses-commitments #main-logo img,
  #annual-report.ar-22 #expenses-commitments #main-logo svg {
    width: 93px;
    height: 110px; }

#annual-report.ar-22 #expenses-commitments .ct-chart-three {
  height: 145px; }
  @media (max-width: 767.98px) {
    #annual-report.ar-22 #expenses-commitments .ct-chart-three .ct-label {
      font-size: 0.8rem; } }
  @media (min-width: 768px) {
    #annual-report.ar-22 #expenses-commitments .ct-chart-three {
      height: 250px; } }
  @media (min-width: 576px) {
    #annual-report.ar-22 #expenses-commitments .ct-chart-three .ct-label {
      font-size: 1rem !important; } }
  @media (min-width: 992px) {
    #annual-report.ar-22 #expenses-commitments .ct-chart-three .ct-label {
      font-size: 1.2rem !important; } }
#annual-report.ar-22 #expenses-commitments #extraKeyTitle {
  position: relative;
  color: #7f7f7f; }
  #annual-report.ar-22 #expenses-commitments #extraKeyTitle::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -3rem;
    width: 2.5rem;
    height: 12px;
    background-color: #500000;
    z-index: 0; }

#annual-report.ar-22 #expenses-commitments #extraKey {
  position: relative;
  width: 75%;
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    #annual-report.ar-22 #expenses-commitments #extraKey {
      margin-top: 0;
      width: 50% !important; } }
  @media (min-width: 992px) {
    #annual-report.ar-22 #expenses-commitments #extraKey {
      width: 75% !important; } }
  #annual-report.ar-22 #expenses-commitments #extraKey::before {
    position: absolute;
    content: "";
    top: -1px;
    transform: rotate(290deg);
    transform-origin: left;
    left: 0;
    width: 8rem;
    height: 2px;
    background-color: #500000;
    z-index: 0; }
    @media (min-width: 992px) {
      #annual-report.ar-22 #expenses-commitments #extraKey::before {
        transform: rotate(150deg);
        width: 10rem; } }
  #annual-report.ar-22 #expenses-commitments #extraKey::after {
    position: absolute;
    content: "";
    top: 0;
    transform: rotate(70deg);
    transform-origin: right;
    right: 0;
    width: 8rem;
    height: 2px;
    background-color: #500000;
    z-index: 0; }
    @media (min-width: 992px) {
      #annual-report.ar-22 #expenses-commitments #extraKey::after {
        transform: rotate(200deg);
        transform-origin: left;
        width: 10rem;
        top: 99.6%;
        left: 0; } }
  #annual-report.ar-22 #expenses-commitments #extraKey .twenty-two-percent {
    background-color: #500000; }
  #annual-report.ar-22 #expenses-commitments #extraKey .thirty-four-percent {
    background-color: #383a39; }
  #annual-report.ar-22 #expenses-commitments #extraKey .thirty-five-percent {
    background-color: #1c8172; }
  #annual-report.ar-22 #expenses-commitments #extraKey .six-percent {
    background-color: #3d87cb; }
  #annual-report.ar-22 #expenses-commitments #extraKey .three-percent {
    background-color: #d29f13; }

#annual-report.ar-23 .counter-dollar-sign {
  transition: opacity 0.25s; }
  #annual-report.ar-23 .counter-dollar-sign.opacity-0 {
    opacity: 0; }
  #annual-report.ar-23 .counter-dollar-sign.opacity-100 {
    opacity: 1; }

#annual-report.ar-23 #intro {
  position: relative;
  background-image: none !important;
  background-color: #707373 !important; }
  #annual-report.ar-23 #intro #video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #annual-report.ar-23 #intro #video-container video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      mix-blend-mode: multiply;
      opacity: 50%;
      filter: grayscale(100%); }
  #annual-report.ar-23 #intro .content {
    position: relative;
    z-index: 2; }
    #annual-report.ar-23 #intro .content .scroll-text {
      top: 450px !important; }
      @media (min-width: 1400px) {
        #annual-report.ar-23 #intro .content .scroll-text {
          top: 600px !important; } }
    #annual-report.ar-23 #intro .content img {
      width: 90vw; }
      @media (min-width: 768px) {
        #annual-report.ar-23 #intro .content img {
          width: 55vw; } }
      @media (min-width: 1800px) {
        #annual-report.ar-23 #intro .content img {
          width: 45vw; } }
#annual-report.ar-23 #fund-athletics .revenue-sources-heading {
  margin-top: -7rem; }
  @media (min-width: 768px) {
    #annual-report.ar-23 #fund-athletics .revenue-sources-heading {
      margin-top: -9rem; } }
#annual-report.ar-23 #information {
  position: relative;
  z-index: 2; }

#annual-report.ar-23 #nineteenTwentyTwoQuote {
  padding: 12rem 0;
  /* ==================== SM BACKGROUND =================== */
  background: url(../img/about-us/annual-reports/annual-report/2023/1922-fund-quote/1922-fund-quote-bg-sm.jpg) no-repeat top center/cover;
  /* ==================== MD BACKGROUND =================== */
  /* ==================== LG BACKGROUND =================== */ }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #annual-report.ar-23 #nineteenTwentyTwoQuote {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/1922-fund-quote/1922-fund-quote-bg-sm@2x.jpg); } }
  @media (min-width: 1200px) {
    #annual-report.ar-23 #nineteenTwentyTwoQuote {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/1922-fund-quote/1922-fund-quote-bg-md.jpg); } }
  @media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and (min-resolution: 192dpi), (min-width: 1200px) and (min-resolution: 2dppx) {
    #annual-report.ar-23 #nineteenTwentyTwoQuote {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/1922-fund-quote/1922-fund-quote-bg-md@2x.jpg); } }
  @media (min-width: 1441px) {
    #annual-report.ar-23 #nineteenTwentyTwoQuote {
      background: url(../img/about-us/annual-reports/annual-report/2023/1922-fund-quote/1922-fund-quote-bg-lg.jpg) 50% 15%;
      background-size: 100%;
      background-repeat: no-repeat; } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #annual-report.ar-23 #nineteenTwentyTwoQuote {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/1922-fund-quote/1922-fund-quote-bg-lg@2x.jpg);
      background-size: 100%;
      background-repeat: no-repeat; } }
  @media (min-width: 1800px) {
    #annual-report.ar-23 #nineteenTwentyTwoQuote {
      padding: 18rem 0; } }
#annual-report.ar-23 #coach-quote {
  padding-top: 10rem;
  /* ==================== SM BACKGROUND =================== */
  background-image: url(../img/about-us/annual-reports/annual-report/2023/coach-quote/coach-quote-bg-sm.webp);
  /* ==================== MD BACKGROUND =================== */
  /* ==================== LG BACKGROUND =================== */ }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #annual-report.ar-23 #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/coach-quote/coach-quote-bg-sm@2x.webp); } }
  @media (min-width: 992px) {
    #annual-report.ar-23 #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/coach-quote/coach-quote-bg-md.webp);
      background-position: 40% 3%; } }
  @media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and (min-resolution: 192dpi), (min-width: 992px) and (min-resolution: 2dppx) {
    #annual-report.ar-23 #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/coach-quote/coach-quote-bg-md@2x.webp); } }
  @media (min-width: 1441px) {
    #annual-report.ar-23 #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/coach-quote/coach-quote-bg-lg.webp); } }
  @media (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1441px) and (min-resolution: 192dpi), (min-width: 1441px) and (min-resolution: 2dppx) {
    #annual-report.ar-23 #coach-quote {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/coach-quote/coach-quote-bg-lg@2x.webp); } }
  @media (min-width: 1900px) {
    #annual-report.ar-23 #coach-quote {
      background-size: contain;
      background-position: 0 3%; } }
#annual-report.ar-23 #scholarship-cost-graphic,
#annual-report.ar-23 #ticket-donations-graphic {
  transform: scale(0);
  opacity: 0;
  transition: transform 1s, opacity 1s; }
  #annual-report.ar-23 #scholarship-cost-graphic.visible,
  #annual-report.ar-23 #ticket-donations-graphic.visible {
    transform: scale(1);
    opacity: 1; }

#annual-report.ar-23 #graduates {
  background: url(../img/about-us/annual-reports/annual-report/2023/cost-of-scholarship/scholarship-bg-sm.jpg) no-repeat center center/cover; }
  @media (min-width: 992px) {
    #annual-report.ar-23 #graduates {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/cost-of-scholarship/scholarship-bg-md.jpg); } }
  @media (min-width: 1441px) {
    #annual-report.ar-23 #graduates {
      background-image: url(../img/about-us/annual-reports/annual-report/2023/cost-of-scholarship/scholarship-bg-lg.jpg); } }
#annual-report.ar-23 #donations-and-gifts .key-wrapper {
  width: fit-content; }
  @media (min-width: 992px) {
    #annual-report.ar-23 #donations-and-gifts .key-wrapper {
      width: 100%; } }
#annual-report.ar-23 #donations-and-gifts .key-item {
  height: fit-content;
  width: 100%; }
  #annual-report.ar-23 #donations-and-gifts .key-item p {
    line-height: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      #annual-report.ar-23 #donations-and-gifts .key-item p {
        font-size: 0.9rem; } }
  #annual-report.ar-23 #donations-and-gifts .key-item .key-color {
    min-width: 1rem;
    min-height: 1rem; }

#annual-report.ar-23 #donations-and-gifts #fb-key .key-color {
  border: 1px solid #ffffff; }

#annual-report.ar-23 #donations-and-gifts #other-key .key-color {
  background-color: #707373; }

#annual-report.ar-23 #donations-and-gifts #gifts-key .key-color {
  background-color: #d6d3c4; }

#annual-report.ar-23 #donations-and-gifts table td {
  text-align: center; }

@media (max-width: 576px) {
  #annual-report.ar-23 #south-suites h2.display-4 {
    font-size: 3rem; } }

#annual-report.ar-23 #south-suites #plus {
  position: relative;
  margin-top: -3rem;
  z-index: 1; }
  @media (min-width: 768px) {
    #annual-report.ar-23 #south-suites #plus {
      margin-top: -7rem; } }
#annual-report #expenses-commitments #extraKey.extra-key-23 {
  border: 5px solid #500000 !important;
  padding: 1rem; }
  #annual-report #expenses-commitments #extraKey.extra-key-23 div[data-toggle="tooltip"] {
    margin-left: 1rem; }
    @media (min-width: 500px) {
      #annual-report #expenses-commitments #extraKey.extra-key-23 div[data-toggle="tooltip"] {
        margin-left: 4rem; } }
    @media (min-width: 768px) {
      #annual-report #expenses-commitments #extraKey.extra-key-23 div[data-toggle="tooltip"] {
        margin-left: 5rem; } }
    @media (min-width: 992px) {
      #annual-report #expenses-commitments #extraKey.extra-key-23 div[data-toggle="tooltip"] {
        margin-left: 1rem; } }
  @media (max-width: 992px) {
    #annual-report #expenses-commitments #extraKey.extra-key-23 {
      margin-top: 3.25em !important;
      width: 75% !important; } }
  @media (max-width: 576px) {
    #annual-report #expenses-commitments #extraKey.extra-key-23 {
      width: 100% !important; } }
  #annual-report #expenses-commitments #extraKey.extra-key-23::before {
    top: -5.25rem !important;
    transform: rotate(90deg) !important;
    left: 50% !important;
    width: 5rem !important;
    height: 5px !important; }
    @media (min-width: 992px) {
      #annual-report #expenses-commitments #extraKey.extra-key-23::before {
        transform: rotate(180deg) !important;
        left: 0 !important;
        top: 40% !important;
        width: 9rem !important; } }
    @media (min-width: 1200px) {
      #annual-report #expenses-commitments #extraKey.extra-key-23::before {
        top: 55% !important;
        width: 12rem !important; } }
  #annual-report #expenses-commitments #extraKey.extra-key-23::after {
    display: none !important; }
  #annual-report #expenses-commitments #extraKey.extra-key-23 i.bi {
    font-size: 2rem !important; }
    @media (min-width: 992px) {
      #annual-report #expenses-commitments #extraKey.extra-key-23 i.bi {
        font-size: 2.5rem !important; } }
  #annual-report #expenses-commitments #extraKey.extra-key-23 img {
    max-width: 2.5rem; }
    @media (min-width: 992px) {
      #annual-report #expenses-commitments #extraKey.extra-key-23 img {
        max-width: 3.15rem; } }
#south-suites .scroll-text-wrapper {
  position: relative; }
  #south-suites .scroll-text-wrapper .scroll-text {
    position: relative;
    content: "";
    top: 100%;
    bottom: auto;
    z-index: 10000;
    width: 150px;
    height: 50px;
    color: #ffffff;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    text-align: center;
    text-shadow: 0px 0px 5px #ffffff; }
    #south-suites .scroll-text-wrapper .scroll-text a {
      color: #500000; }
    #south-suites .scroll-text-wrapper .scroll-text span {
      font-weight: 700;
      font-size: 1.5rem; }
    #south-suites .scroll-text-wrapper .scroll-text::before {
      display: block;
      position: static;
      width: 25px;
      height: 13px;
      margin: 0 auto 35px;
      transform: rotate(-90deg);
      background: url(../img/arrow-white.svg);
      content: "";
      opacity: 1;
      animation: rotate-bounce 5s infinite; }

#south-suites .modal .modal-content {
  border-radius: 0; }

#south-suites .modal .close {
  position: absolute;
  content: "";
  left: auto;
  bottom: auto;
  font-size: 2.5rem; }

#south-suites section .container-fluid {
  max-width: 1140px; }
  @media (min-width: 1441px) {
    #south-suites section .container-fluid {
      max-width: 1300px; } }
  @media (min-width: 1800px) {
    #south-suites section .container-fluid {
      max-width: 1600px; } }
  @media (min-width: 576px) {
    #south-suites section .container-fluid.container-fluid-wide {
      padding-left: 65px;
      padding-right: 65px; } }
  @media (min-width: 1441px) {
    #south-suites section .container-fluid.container-fluid-wide {
      max-width: 1600px; } }
  @media (min-width: 1800px) {
    #south-suites section .container-fluid.container-fluid-wide {
      max-width: 2200px; } }
  @media (min-width: 576px) {
    #south-suites section .container-fluid.container-fluid-extra-wide {
      padding-left: 65px;
      padding-right: 65px; } }
  @media (min-width: 1200px) {
    #south-suites section .container-fluid.container-fluid-extra-wide {
      max-width: 1440px; } }
  @media (min-width: 1441px) {
    #south-suites section .container-fluid.container-fluid-extra-wide {
      max-width: 1800px; } }
  @media (min-width: 1800px) {
    #south-suites section .container-fluid.container-fluid-extra-wide {
      max-width: 2400px; } }
#south-suites section#intro {
  position: relative;
  background-color: #ffffff;
  height: 100vh;
  min-height: 600px; }
  #south-suites section#intro .video-bg-white-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #ffffff; }
  #south-suites section#intro .content-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: calc(100vh - 200px);
    width: 500px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    padding: 12rem 0 5rem; }
    #south-suites section#intro .content-wrapper.expand {
      transition: transform 1s;
      animation: animateThis 2s;
      animation-fill-mode: forwards; }
    #south-suites section#intro .content-wrapper .main-logo {
      position: relative;
      z-index: 1;
      animation: scale 1s;
      animation-fill-mode: forwards; }
    #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt {
      position: absolute;
      content: "";
      bottom: 30%;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 200px;
      width: 300px;
      visibility: hidden; }
      @media (min-width: 576px) {
        #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt {
          height: 267px;
          width: 400px; } }
      @media (min-width: 768px) {
        #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt {
          height: 399px;
          width: 600px; } }
      @media (max-height: 750px) {
        #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt {
          height: 267px;
          width: 400px; } }
      @media (max-width: 576px) and (max-height: 750px) {
        #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt {
          height: 200px;
          width: 300px; } }
      #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt img,
      #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt svg {
        height: 200px;
        width: 300px; }
        @media (min-width: 576px) {
          #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt img,
          #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt svg {
            height: 267px;
            width: 400px; } }
        @media (min-width: 768px) {
          #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt img,
          #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt svg {
            height: 399px;
            width: 600px; } }
        @media (max-height: 750px) {
          #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt img,
          #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt svg {
            height: 267px;
            width: 400px; } }
        @media (max-width: 576px) and (max-height: 750px) {
          #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt img,
          #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt svg {
            height: 200px;
            width: 300px; } }
      #south-suites section#intro .content-wrapper .centennial-logo-stacked-alt.animate {
        z-index: 3;
        visibility: visible;
        animation: fadeIn 0.5s;
        animation-fill-mode: forwards; }
    #south-suites section#intro .content-wrapper .content-reveal-box {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: #500000;
      z-index: 2;
      animation: moveUp 1s 0.3s;
      animation-fill-mode: forwards;
      transform: translateY(100.1%);
      transition: transform 1.5s;
      animation-delay: 1.7s;
      transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
      overflow: hidden; }
      #south-suites section#intro .content-wrapper .content-reveal-box video {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        height: auto;
        min-height: 100vh;
        width: auto;
        min-width: 100vw; }
        @media (max-width: 767.98px) {
          #south-suites section#intro .content-wrapper .content-reveal-box video {
            transform: translateX(-68%) translateY(-50%); } }
  #south-suites section#intro .video-play-button {
    position: absolute;
    content: "";
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 8rem auto 0;
    height: 60px;
    width: 60px;
    transition: ease 0.2s all;
    visibility: hidden; }
    @media (max-height: 750px) {
      #south-suites section#intro .video-play-button {
        bottom: 15%; } }
    #south-suites section#intro .video-play-button img {
      height: 60px;
      width: 60px; }
    #south-suites section#intro .video-play-button:hover {
      transform: scale(1.3); }
    #south-suites section#intro .video-play-button.animate {
      visibility: visible;
      animation: fadeIn 0.5s;
      animation-fill-mode: forwards; }
  #south-suites section#intro .bar {
    position: relative;
    z-index: 2; }
    #south-suites section#intro .bar.bar-left {
      position: absolute;
      content: "";
      top: auto;
      bottom: 0;
      right: auto;
      left: 0;
      width: 200px; }
      #south-suites section#intro .bar.bar-left .top {
        height: 15vh;
        background: #500000; }
      #south-suites section#intro .bar.bar-left .bottom {
        height: 30vh;
        background: #d6d3c4; }
    #south-suites section#intro .bar.bar-right {
      position: absolute;
      content: "";
      top: auto;
      bottom: 0;
      right: 0;
      left: auto;
      width: 20px; }
      #south-suites section#intro .bar.bar-right .top {
        height: 15vh;
        background: #500000; }
      #south-suites section#intro .bar.bar-right .bottom {
        height: 30vh;
        background: #d6d3c4; }
  #south-suites section#intro .main-logo {
    height: 165px;
    width: 139px; }
    @media (min-width: 576px) {
      #south-suites section#intro .main-logo {
        height: 190px;
        width: 160px; } }
    @media (min-width: 1441px) {
      #south-suites section#intro .main-logo {
        height: 230px;
        width: 194px; } }
    #south-suites section#intro .main-logo img,
    #south-suites section#intro .main-logo svg {
      height: 165px;
      width: 139px; }
      @media (min-width: 576px) {
        #south-suites section#intro .main-logo img,
        #south-suites section#intro .main-logo svg {
          height: 190px;
          width: 160px; } }
      @media (min-width: 1441px) {
        #south-suites section#intro .main-logo img,
        #south-suites section#intro .main-logo svg {
          height: 230px;
          width: 194px; } }
  #south-suites section#intro h1 {
    position: relative;
    font-family: "KlinicSlabBold", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem; }
    @media (min-width: 768px) {
      #south-suites section#intro h1 {
        font-size: 2.4rem; } }
    @media (min-width: 992px) {
      #south-suites section#intro h1 {
        font-size: 2.75rem; } }
    #south-suites section#intro h1 span {
      font-family: "KlinicSlabBoldItalic", sans-serif; }
    #south-suites section#intro h1::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      height: 5px;
      width: 150px;
      margin: 0 auto;
      text-align: center;
      background: linear-gradient(to right, #500000 20%, #ffffff 20% 80%, #500000 80%); }

#south-suites section#vision {
  position: relative;
  overflow: hidden;
  background-image: url(../img/gravel-white.png);
  background-position: 0% 0%;
  background-size: 200px 200px;
  background-repeat: repeat;
  background-color: #ffffff; }
  #south-suites section#vision .bar.bar-left {
    position: absolute;
    content: "";
    top: 0;
    bottom: auto;
    right: auto;
    left: 0;
    width: 20px;
    height: 15vh;
    background-color: #500000; }
  #south-suites section#vision .bar.bar-right {
    position: absolute;
    content: "";
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    width: 20px;
    height: 15vh;
    background-color: #500000; }
  #south-suites section#vision .bg {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 100%; }
  #south-suites section#vision .jimbo {
    position: absolute;
    content: "";
    bottom: 0;
    z-index: 4; }
  #south-suites section#vision h2,
  #south-suites section#vision p,
  #south-suites section#vision .btn {
    position: relative;
    z-index: 5; }
  @media (min-width: 992px) {
    #south-suites section#vision h2 {
      font-size: 2.3rem; } }
  #south-suites section#vision p.lead {
    line-height: 1.8; }
  #south-suites section#vision .aerial-wrapper {
    position: relative;
    top: 35px;
    z-index: 2;
    margin-top: 2rem; }
    @media (min-width: 1200px) {
      #south-suites section#vision .aerial-wrapper {
        margin-top: 4rem; } }
    @media (min-width: 1441px) and (max-width: 1680px) {
      #south-suites section#vision .aerial-wrapper {
        left: 0; } }
    @media (min-width: 1800px) and (max-width: 2000px) {
      #south-suites section#vision .aerial-wrapper {
        left: 0; } }
    #south-suites section#vision .aerial-wrapper::before {
      position: absolute;
      content: "";
      top: -20px;
      left: 0;
      height: 20px;
      width: 25%;
      z-index: 4;
      background-color: #332c2c; }
    #south-suites section#vision .aerial-wrapper::after {
      position: absolute;
      content: "";
      top: -20px;
      right: 0;
      height: 20px;
      width: 25%;
      z-index: 4;
      background-color: #500000; }
    #south-suites section#vision .aerial-wrapper .bar.bar-left {
      position: absolute;
      content: "";
      top: -20px;
      left: 0;
      height: 20px;
      width: calc(100% - 8px);
      z-index: 3;
      background-color: #d6d3c4; }
    #south-suites section#vision .aerial-wrapper img {
      z-index: 2; }
  #south-suites section#vision .carousel-wrapper {
    position: relative;
    overflow: hidden;
    top: 35px;
    margin-top: 2rem; }
    @media (min-width: 1200px) {
      #south-suites section#vision .carousel-wrapper {
        left: -35px;
        margin-top: 4rem; } }
    @media (min-width: 1441px) and (max-width: 1680px) {
      #south-suites section#vision .carousel-wrapper {
        left: 0; } }
    @media (min-width: 1800px) and (max-width: 2000px) {
      #south-suites section#vision .carousel-wrapper {
        left: 0; } }
    #south-suites section#vision .carousel-wrapper::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 20px;
      width: 25%;
      z-index: 4;
      background-color: #332c2c; }
    #south-suites section#vision .carousel-wrapper::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 20px;
      width: 25%;
      z-index: 4;
      background-color: #500000; }
    #south-suites section#vision .carousel-wrapper .bar.bar-left {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 20px;
      width: calc(100% - 8px);
      z-index: 3;
      background-color: #d6d3c4; }
    #south-suites section#vision .carousel-wrapper .carousel .carousel-inner {
      z-index: 2; }
    #south-suites section#vision .carousel-wrapper .carousel .carousel-control-prev,
    #south-suites section#vision .carousel-wrapper .carousel .carousel-control-next {
      z-index: 5;
      opacity: 1;
      transition: ease 0.2s all; }
      #south-suites section#vision .carousel-wrapper .carousel .carousel-control-prev:hover,
      #south-suites section#vision .carousel-wrapper .carousel .carousel-control-next:hover {
        transform: scale(1.3); }
    #south-suites section#vision .carousel-wrapper .carousel .carousel-control-prev-icon,
    #south-suites section#vision .carousel-wrapper .carousel .carousel-control-next-icon {
      height: 25px;
      width: 25px; }
      @media (min-width: 576px) {
        #south-suites section#vision .carousel-wrapper .carousel .carousel-control-prev-icon,
        #south-suites section#vision .carousel-wrapper .carousel .carousel-control-next-icon {
          height: 50px;
          width: 50px; } }
    #south-suites section#vision .carousel-wrapper .carousel .carousel-control-prev-icon {
      background-image: url(../img/elements/carousel-circle-arrow-previous.svg);
      background-size: 25px 25px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      @media (min-width: 576px) {
        #south-suites section#vision .carousel-wrapper .carousel .carousel-control-prev-icon {
          background-size: 50px 50px; } }
    #south-suites section#vision .carousel-wrapper .carousel .carousel-control-next-icon {
      background-image: url(../img/elements/carousel-circle-arrow-next.svg);
      background-size: 25px 25px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      @media (min-width: 576px) {
        #south-suites section#vision .carousel-wrapper .carousel .carousel-control-next-icon {
          background-size: 50px 50px; } }
  #south-suites section#vision .coach-quote {
    position: relative;
    padding: 6rem 0 20rem; }
    @media (min-width: 576px) {
      #south-suites section#vision .coach-quote {
        padding: 6rem 0 10rem; } }
    #south-suites section#vision .coach-quote .bar {
      position: relative; }
      #south-suites section#vision .coach-quote .bar.bar-left {
        position: absolute;
        content: "";
        top: -30px;
        bottom: auto;
        right: auto;
        width: 10px;
        height: calc(100% + 140px);
        background: linear-gradient(to bottom, #332c2c 20% 80%, #d6d3c4 50% 80%); }
        @media (min-width: 1200px) {
          #south-suites section#vision .coach-quote .bar.bar-left {
            left: -140px; } }
        @media (min-width: 1200px) and (max-width: 1359px) {
          #south-suites section#vision .coach-quote .bar.bar-left {
            left: 0; } }
        @media (min-width: 1360px) and (max-width: 1440px) {
          #south-suites section#vision .coach-quote .bar.bar-left {
            left: -80px; } }
        @media (min-width: 1441px) and (max-width: 1680px) {
          #south-suites section#vision .coach-quote .bar.bar-left {
            left: -45px; } }
        @media (min-width: 1800px) and (max-width: 2000px) {
          #south-suites section#vision .coach-quote .bar.bar-left {
            left: -60px; } }
    #south-suites section#vision .coach-quote .blockquote-wrapper {
      position: relative;
      z-index: 4; }
    #south-suites section#vision .coach-quote .blockquote {
      position: relative; }
      #south-suites section#vision .coach-quote .blockquote::before {
        position: absolute;
        content: "";
        background-image: url(../img/index/vision/quote-open-tertiary.svg);
        background-position: 50% 100%;
        background-size: 55px 55px;
        background-repeat: no-repeat;
        height: 55px;
        width: 55px;
        top: -130px;
        left: -23px; }
        @media (min-width: 768px) {
          #south-suites section#vision .coach-quote .blockquote::before {
            top: -70%;
            left: -35px;
            background-size: 75px 75px;
            height: 75px;
            width: 75px; } }
        @media (min-width: 1200px) {
          #south-suites section#vision .coach-quote .blockquote::before {
            left: -175px; } }
        @media (min-width: 1440px) {
          #south-suites section#vision .coach-quote .blockquote::before {
            background-image: url(../img/index/vision/quote-open.svg); } }
        @media (min-width: 1200px) and (max-width: 1359px) {
          #south-suites section#vision .coach-quote .blockquote::before {
            top: -55%;
            left: -25px;
            background-size: 55px 55px;
            height: 55px;
            width: 55px; } }
        @media (min-width: 1360px) and (max-width: 1440px) {
          #south-suites section#vision .coach-quote .blockquote::before {
            top: -190px;
            left: -105px;
            background-size: 55px 55px;
            height: 55px;
            width: 55px; } }
        @media (min-width: 1441px) and (max-width: 1680px) {
          #south-suites section#vision .coach-quote .blockquote::before {
            top: -190px;
            left: -70px;
            background-size: 55px 55px;
            height: 55px;
            width: 55px; } }
        @media (min-width: 1800px) and (max-width: 2000px) {
          #south-suites section#vision .coach-quote .blockquote::before {
            left: -95px; } }
      #south-suites section#vision .coach-quote .blockquote::after {
        position: absolute;
        content: "";
        background-image: url(../img/index/vision/quote-close.svg);
        background-position: 50% 100%;
        background-size: 55px 55px;
        background-repeat: no-repeat;
        height: 55px;
        width: 55px;
        bottom: -205px;
        left: -23px; }
        @media (min-width: 768px) {
          #south-suites section#vision .coach-quote .blockquote::after {
            bottom: -225px;
            left: -35px;
            background-size: 75px 75px;
            height: 75px;
            width: 75px; } }
        @media (min-width: 1200px) {
          #south-suites section#vision .coach-quote .blockquote::after {
            left: -175px; } }
        @media (min-width: 1200px) and (max-width: 1359px) {
          #south-suites section#vision .coach-quote .blockquote::after {
            left: -25px;
            background-size: 55px 55px;
            height: 55px;
            width: 55px; } }
        @media (min-width: 1360px) and (max-width: 1440px) {
          #south-suites section#vision .coach-quote .blockquote::after {
            bottom: -205px;
            left: -105px;
            background-size: 55px 55px;
            height: 55px;
            width: 55px; } }
        @media (min-width: 1441px) and (max-width: 1680px) {
          #south-suites section#vision .coach-quote .blockquote::after {
            bottom: -205px;
            left: -70px;
            background-size: 55px 55px;
            height: 55px;
            width: 55px; } }
        @media (min-width: 1800px) and (max-width: 2000px) {
          #south-suites section#vision .coach-quote .blockquote::after {
            left: -95px; } }
      #south-suites section#vision .coach-quote .blockquote p {
        font-size: 1rem;
        padding-left: 2.5rem; }
        @media (min-width: 576px) {
          #south-suites section#vision .coach-quote .blockquote p {
            font-size: 0.9rem; } }
        @media (min-width: 768px) {
          #south-suites section#vision .coach-quote .blockquote p {
            font-size: 1.1rem; } }
        @media (min-width: 1200px) {
          #south-suites section#vision .coach-quote .blockquote p {
            font-size: 1.3rem;
            padding-left: 0; } }
        @media (min-width: 1200px) and (max-width: 1359px) {
          #south-suites section#vision .coach-quote .blockquote p {
            padding-left: 2rem; } }
        @media (min-width: 1441px) {
          #south-suites section#vision .coach-quote .blockquote p {
            font-size: 1.5rem; } }
    #south-suites section#vision .coach-quote h3 {
      font-size: 2rem; }
      @media (min-width: 576px) {
        #south-suites section#vision .coach-quote h3 {
          font-size: 3rem; } }
    #south-suites section#vision .coach-quote span {
      font-size: 0.9rem; }
      @media (min-width: 576px) {
        #south-suites section#vision .coach-quote span {
          font-size: 1.1rem; } }
    #south-suites section#vision .coach-quote h3,
    #south-suites section#vision .coach-quote span {
      padding-left: 2.5rem; }
      @media (min-width: 1200px) {
        #south-suites section#vision .coach-quote h3,
        #south-suites section#vision .coach-quote span {
          padding-left: 0; } }
      @media (min-width: 1200px) and (max-width: 1359px) {
        #south-suites section#vision .coach-quote h3,
        #south-suites section#vision .coach-quote span {
          padding-left: 2rem; } }
#south-suites section#discover {
  position: relative;
  background-color: #d6d3c4; }
  #south-suites section#discover .bg-wrapper {
    position: relative;
    z-index: 2;
    top: 50px;
    padding-top: 18rem; }
  #south-suites section#discover .section-title h2 {
    position: relative;
    bottom: 45px; }
    @media (max-width: 991.98px) {
      #south-suites section#discover .section-title h2 {
        padding-left: 0;
        bottom: 20px; } }
    #south-suites section#discover .section-title h2::before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      height: 10px;
      width: 0rem;
      margin: 0 auto;
      text-align: center;
      background: linear-gradient(to right, #707373 20%, #500000 20% 80%, #707373 80%); }
      @media (min-width: 1441px) {
        #south-suites section#discover .section-title h2::before {
          bottom: -35px; } }
  #south-suites section#discover .centennial-campaign-interactive-component {
    position: relative; }
    #south-suites section#discover .centennial-campaign-interactive-component::before {
      position: absolute;
      content: "";
      left: 0;
      top: 196px;
      height: 5px;
      width: 100%;
      z-index: 2;
      background-color: #500000; }
      @media (min-width: 768px) {
        #south-suites section#discover .centennial-campaign-interactive-component::before {
          top: 182px; } }
      @media (min-width: 1441px) {
        #south-suites section#discover .centennial-campaign-interactive-component::before {
          top: 188px; } }
    #south-suites section#discover .centennial-campaign-interactive-component .section-title {
      position: relative;
      padding: 5.5rem 2rem 0; }
      @media (min-width: 576px) {
        #south-suites section#discover .centennial-campaign-interactive-component .section-title {
          padding: 5rem 2rem 0; } }
      @media (min-width: 768px) {
        #south-suites section#discover .centennial-campaign-interactive-component .section-title {
          padding: 4rem 6rem 0; } }
      #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only {
        position: relative;
        height: 55px;
        width: 300px; }
        #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only::before {
          position: absolute;
          content: "";
          right: 0;
          top: 10px;
          left: -20px;
          z-index: 2;
          height: 10px;
          width: 340px;
          background-image: url(../img/gravel-white.png);
          background-position: 50% 0%;
          background-size: 200px 200px;
          background-repeat: repeat;
          background-color: #ffffff; }
          @media (min-width: 576px) {
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only::before {
              top: 20px;
              left: -35px; } }
          @media (min-width: 1441px) {
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only::before {
              top: 25px;
              left: -55px; } }
          @media (min-width: 576px) {
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only::before {
              width: 425px; } }
          @media (min-width: 768px) {
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only::before {
              width: 500px; } }
          @media (min-width: 1441px) {
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only::before {
              width: 700px; } }
        @media (min-width: 576px) {
          #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only {
            height: 64px;
            width: 350px; } }
        @media (min-width: 768px) {
          #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only {
            height: 79px;
            width: 430px; } }
        @media (min-width: 1441px) {
          #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only {
            height: 109px;
            width: 596px; } }
        #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only img,
        #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only svg {
          position: relative;
          z-index: 3;
          height: 55px;
          width: 300px; }
          @media (min-width: 576px) {
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only img,
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only svg {
              height: 64px;
              width: 350px; } }
          @media (min-width: 768px) {
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only img,
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only svg {
              height: 79px;
              width: 430px; } }
          @media (min-width: 1441px) {
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only img,
            #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only svg {
              height: 109px;
              width: 596px; } }
          #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only img .d,
          #south-suites section#discover .centennial-campaign-interactive-component .section-title .centennial-campaign-text-only svg .d {
            fill: #500000; }
    #south-suites section#discover .centennial-campaign-interactive-component .texas-am-logo-color {
      fill: #500000; }
  #south-suites section#discover .dropdown-project-box {
    position: relative;
    top: 25px;
    z-index: 3; }
    #south-suites section#discover .dropdown-project-box .dropdown {
      width: 20rem !important; }
      #south-suites section#discover .dropdown-project-box .dropdown > button.btn {
        padding: 0.7rem; }
        #south-suites section#discover .dropdown-project-box .dropdown > button.btn:hover, #south-suites section#discover .dropdown-project-box .dropdown > button.btn:focus {
          color: #500000;
          background: #d6d3c4;
          border-color: #d6d3c4; }
          #south-suites section#discover .dropdown-project-box .dropdown > button.btn:hover.dropdown-toggle::after, #south-suites section#discover .dropdown-project-box .dropdown > button.btn:focus.dropdown-toggle::after {
            background-image: url(../img/elements/dropdown-arrow-primary.svg); }
        #south-suites section#discover .dropdown-project-box .dropdown > button.btn > span {
          font-size: 1.1rem;
          line-height: 1.2; }
          @media (min-width: 768px) {
            #south-suites section#discover .dropdown-project-box .dropdown > button.btn > span {
              font-size: 1.4rem; } }
      #south-suites section#discover .dropdown-project-box .dropdown > button.dropdown-toggle::after {
        position: absolute;
        content: "";
        right: 1rem;
        top: 50%;
        transform: translate(-50%, -50%);
        border: 0;
        height: 14px;
        width: 20px;
        background-image: url(../img/elements/dropdown-arrow-white.svg);
        background-position: 50% 50%;
        background-size: 20px 14px;
        background-repeat: repeat;
        background-color: transparent; }
      #south-suites section#discover .dropdown-project-box .dropdown #project-menu .option {
        display: none; }
        #south-suites section#discover .dropdown-project-box .dropdown #project-menu .option.active {
          display: block; }
      #south-suites section#discover .dropdown-project-box .dropdown .dropdown-menu.show {
        top: -4px !important; }
      #south-suites section#discover .dropdown-project-box .dropdown .dropdown-menu button {
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
        color: #332c2c; }
        #south-suites section#discover .dropdown-project-box .dropdown .dropdown-menu button:hover {
          color: #332c2c; }
        #south-suites section#discover .dropdown-project-box .dropdown .dropdown-menu button:active {
          color: #ffffff; }
        #south-suites section#discover .dropdown-project-box .dropdown .dropdown-menu button.active {
          color: #ffffff; }
  #south-suites section#discover .project-carousel .project-carousel-wrapper {
    position: relative;
    z-index: 2; }
    #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-indicators {
      bottom: -50px; }
      #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-indicators [data-target] {
        opacity: 1;
        background-color: transparent;
        border: 2px solid #000000;
        margin: 0 10px;
        height: 12px;
        width: 15%; }
        #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-indicators [data-target].active {
          background-color: #500000; }
    #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-prev,
    #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-next {
      opacity: 1;
      transition: ease 0.2s all; }
      #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-prev:hover,
      #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-next:hover {
        transform: scale(1.3); }
    #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-prev-icon,
    #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-next-icon {
      height: 25px;
      width: 25px; }
      @media (min-width: 576px) {
        #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-prev-icon,
        #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-next-icon {
          height: 50px;
          width: 50px; } }
    #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-prev-icon {
      background-image: url(../img/elements/carousel-circle-arrow-previous.svg);
      background-size: 25px 25px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      @media (min-width: 576px) {
        #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-prev-icon {
          background-size: 50px 50px; } }
    #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-next-icon {
      background-image: url(../img/elements/carousel-circle-arrow-next.svg);
      background-size: 25px 25px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      @media (min-width: 576px) {
        #south-suites section#discover .project-carousel .project-carousel-wrapper .carousel .carousel-control-next-icon {
          background-size: 50px 50px; } }
  #south-suites section#discover #quote-and-highlights .project-quote-box {
    margin-top: 1rem;
    position: relative;
    z-index: 2; }
    #south-suites section#discover #quote-and-highlights .project-quote-box::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      height: 15%;
      width: 1rem;
      z-index: 2;
      background-color: #500000; }
    #south-suites section#discover #quote-and-highlights .project-quote-box::after {
      position: absolute;
      content: "";
      bottom: 0;
      right: 0;
      height: 15%;
      width: 1rem;
      z-index: 2;
      background-color: #ffffff; }
    @media (min-width: 992px) {
      #south-suites section#discover #quote-and-highlights .project-quote-box .blockquote-wrapper blockquote {
        font-size: 0.85rem; } }
    @media (min-width: 1441px) {
      #south-suites section#discover #quote-and-highlights .project-quote-box .blockquote-wrapper blockquote {
        font-size: 1.375rem; } }
    #south-suites section#discover #quote-and-highlights .project-quote-box .blockquote-wrapper p.lead {
      font-size: 1.8rem; }
      @media (min-width: 1441px) {
        #south-suites section#discover #quote-and-highlights .project-quote-box .blockquote-wrapper p.lead {
          font-size: 2.4rem; } }
  #south-suites section#discover #quote-and-highlights .project-highlights-box {
    border: 3px solid #500000;
    margin: 1.2rem 0 2rem; }
    @media (min-width: 992px) {
      #south-suites section#discover #quote-and-highlights .project-highlights-box {
        margin: 1.2rem 0 2rem 1.5rem; } }
    @media (min-width: 1200px) {
      #south-suites section#discover #quote-and-highlights .project-highlights-box {
        margin: 3rem 0rem 0rem; } }
    @media (min-width: 1441px) {
      #south-suites section#discover #quote-and-highlights .project-highlights-box {
        margin: 3rem 0rem 0rem; } }
    @media (min-width: 1800px) {
      #south-suites section#discover #quote-and-highlights .project-highlights-box {
        margin: 3rem 0rem 0rem; } }
    #south-suites section#discover #quote-and-highlights .project-highlights-box .text-wrapper {
      margin: 0 auto;
      width: 185px; }
      @media (min-width: 1441px) {
        #south-suites section#discover #quote-and-highlights .project-highlights-box .text-wrapper {
          width: 250px; } }
      #south-suites section#discover #quote-and-highlights .project-highlights-box .text-wrapper h4.display-5 {
        font-size: 2.5rem; }
    #south-suites section#discover #quote-and-highlights .project-highlights-box ul {
      padding: 0 1rem; }
      #south-suites section#discover #quote-and-highlights .project-highlights-box ul li {
        font-size: 1.15rem;
        line-height: 1.25;
        margin-bottom: 1.25rem; }
        #south-suites section#discover #quote-and-highlights .project-highlights-box ul li:last-of-type {
          margin-bottom: 0; }
        #south-suites section#discover #quote-and-highlights .project-highlights-box ul li ul li {
          margin-bottom: 0.5rem; }
  #south-suites section#discover .project-description {
    margin-top: 4rem; }
    #south-suites section#discover .project-description p {
      font-size: 1.3rem; }
    @media (min-width: 1200px) {
      #south-suites section#discover .project-description .option .col-xl-10.offset-xl-2 {
        margin-left: 0; } }
    @media (min-width: 1441px) {
      #south-suites section#discover .project-description .option .col-xl-10.offset-xl-2 {
        margin-left: 16.66666667%; } }
    #south-suites section#discover .project-description .option h3.display-4 {
      position: relative; }
      #south-suites section#discover .project-description .option h3.display-4::before {
        position: absolute;
        content: "";
        bottom: -25px;
        left: 0;
        right: 0;
        margin: 0 auto 0 0;
        height: 6px;
        width: 20%;
        background-color: #500000; }
  @media (max-width: 1200px) {
    #south-suites section#discover .track-quote-section {
      display: none; } }
  #south-suites section#discover .content-top {
    margin-top: 1rem; }
    @media (min-width: 1900px) {
      #south-suites section#discover .content-top .col-xxl-3 {
        width: 18%; } }
  #south-suites section#discover .previous,
  #south-suites section#discover .next {
    margin-top: 0.4rem;
    font-size: 1rem; }
    #south-suites section#discover .previous:hover, #south-suites section#discover .previous:active,
    #south-suites section#discover .next:hover,
    #south-suites section#discover .next:active {
      background-color: transparent; }
  #south-suites section#discover .previous {
    position: relative;
    text-align: left;
    float: right;
    padding: 0.5rem 1rem 0.5rem 2.7rem; }
    #south-suites section#discover .previous::before {
      transition: ease all 0.3s;
      position: absolute;
      content: "";
      bottom: -1rem;
      left: 31%;
      width: 50%;
      height: 2px;
      background-color: #6d7073;
      opacity: 0;
      z-index: 0; }
    #south-suites section#discover .previous::after {
      position: absolute;
      content: "";
      top: 0;
      right: -5px;
      width: 2px;
      height: 100%;
      background-color: #6d7073;
      z-index: 0; }
    #south-suites section#discover .previous:hover::before {
      opacity: 1;
      bottom: 0; }
    @media (min-width: 992px) {
      #south-suites section#discover .previous {
        float: none; } }
    #south-suites section#discover .previous.btn-gray.btn-gray-outline {
      border: 3px solid #ffffff; }
    #south-suites section#discover .previous .carousel-icon-previous {
      position: absolute;
      content: "";
      top: 5px;
      left: 13px;
      height: 20px;
      width: 20px; }
      #south-suites section#discover .previous .carousel-icon-previous img,
      #south-suites section#discover .previous .carousel-icon-previous svg {
        height: 20px;
        width: 20px; }
        #south-suites section#discover .previous .carousel-icon-previous img .e,
        #south-suites section#discover .previous .carousel-icon-previous svg .e {
          fill: none;
          stroke: #63666a;
          stroke-width: 2px; }
  #south-suites section#discover .next {
    position: relative;
    text-align: right;
    float: left;
    padding: 0.5rem 2.7rem 0.5rem 1rem; }
    #south-suites section#discover .next::before {
      transition: ease all 0.3s;
      position: absolute;
      content: "";
      bottom: -1rem;
      left: 24%;
      width: 40%;
      height: 2px;
      background-color: #6d7073;
      opacity: 0;
      z-index: 0; }
    #south-suites section#discover .next:hover::before {
      opacity: 1;
      bottom: 0; }
    @media (min-width: 992px) {
      #south-suites section#discover .next {
        float: none; } }
    #south-suites section#discover .next.btn-gray.btn-gray-outline {
      border: 3px solid #ffffff; }
    #south-suites section#discover .next .carousel-icon-next {
      position: absolute;
      content: "";
      top: 5px;
      right: 13px;
      height: 20px;
      width: 20px; }
      #south-suites section#discover .next .carousel-icon-next img,
      #south-suites section#discover .next .carousel-icon-next svg {
        height: 20px;
        width: 20px; }
        #south-suites section#discover .next .carousel-icon-next img .e,
        #south-suites section#discover .next .carousel-icon-next svg .e {
          fill: none;
          stroke: #63666a;
          stroke-width: 2px; }

#south-suites section#get-involved {
  position: relative;
  background-image: url(../img/gravel-white.png);
  background-position: 0% 0%;
  background-size: 200px 200px;
  background-repeat: repeat;
  background-color: #ffffff;
  padding: 6rem 0 10rem; }
  #south-suites section#get-involved::before {
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    right: 0;
    height: 10px;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(to right, #500000 20%, #707373 20% 80%, #500000 80%); }
  #south-suites section#get-involved .section-title {
    position: relative;
    padding: 2.6rem 0 0; }
    @media (min-width: 576px) {
      #south-suites section#get-involved .section-title {
        padding: 4.6rem 0 0; } }
    #south-suites section#get-involved .section-title h2 {
      position: relative;
      z-index: 3;
      left: 2rem;
      font-size: 3.2rem;
      font-weight: 700; }
      #south-suites section#get-involved .section-title h2 span {
        padding: 0 1rem;
        background-color: #500000; }
    #south-suites section#get-involved .section-title h3 {
      position: relative;
      top: 0;
      z-index: 4;
      font-size: 1.5rem;
      top: -10px; }
      @media (min-width: 1440px) {
        #south-suites section#get-involved .section-title h3 {
          font-size: 2rem; } }
  #south-suites section#get-involved p.lead {
    line-height: 1.2; }
  #south-suites section#get-involved .contact-form {
    position: relative;
    z-index: 2; }
    #south-suites section#get-involved .contact-form label {
      margin-right: 0.7rem; }
      #south-suites section#get-involved .contact-form label.font-secondary {
        font-size: 1rem; }
    #south-suites section#get-involved .contact-form input {
      font-size: 1rem;
      font-family: "PT Serif", serif; }
    #south-suites section#get-involved .contact-form input[type="radio"],
    #south-suites section#get-involved .contact-form input[type="checkbox"] {
      position: relative;
      top: 1px;
      border: 2px solid #ffffff;
      padding: 0.3rem;
      appearance: none;
      background-color: transparent; }
      #south-suites section#get-involved .contact-form input[type="radio"]:checked,
      #south-suites section#get-involved .contact-form input[type="checkbox"]:checked {
        background-color: #ffffff; }
      #south-suites section#get-involved .contact-form input[type="radio"]:hover,
      #south-suites section#get-involved .contact-form input[type="checkbox"]:hover {
        cursor: pointer; }
  #south-suites section#get-involved .contact-box-wrapper {
    overflow: hidden; }

#financials .annual-report-wrapper .annual-report-cover {
  position: relative; }
  #financials .annual-report-wrapper .annual-report-cover .cover-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #financials .annual-report-wrapper .annual-report-cover .cover-text P {
      position: relative;
      z-index: 1; }
      #financials .annual-report-wrapper .annual-report-cover .cover-text P.cover-title {
        font-size: 3rem; }
        @media (min-width: 992px) {
          #financials .annual-report-wrapper .annual-report-cover .cover-text P.cover-title {
            font-size: 1.65rem; } }
        @media (min-width: 1200px) {
          #financials .annual-report-wrapper .annual-report-cover .cover-text P.cover-title {
            font-size: 1.75rem; } }
      #financials .annual-report-wrapper .annual-report-cover .cover-text P.cover-year {
        font-size: 1.5rem; }
        @media (min-width: 992px) {
          #financials .annual-report-wrapper .annual-report-cover .cover-text P.cover-year {
            font-size: 0.8rem; } }
      #financials .annual-report-wrapper .annual-report-cover .cover-text P.cover-sub-year {
        font-weight: 100; }
        @media (min-width: 992px) {
          #financials .annual-report-wrapper .annual-report-cover .cover-text P.cover-sub-year {
            font-size: 0.6rem; } }
#nil-fund #showcase {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  #nil-fund #showcase #video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #nil-fund #showcase #video-container video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      filter: grayscale(100%);
      opacity: 0.2; }
    #nil-fund #showcase #video-container::after {
      position: absolute;
      content: "";
      z-index: -1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #500000; }
  #nil-fund #showcase .content {
    z-index: 2;
    max-width: 75%; }
    #nil-fund #showcase .content .subhead {
      font-size: 1.75rem !important; }
    @media (min-width: 1600px) {
      #nil-fund #showcase .content h1 {
        font-size: 8rem !important; }
      #nil-fund #showcase .content .subhead {
        font-size: 2.5rem !important; } }
#nil-fund .collapse-btn {
  position: relative;
  transition: transform 0.3s;
  width: 20px;
  height: 20px; }
  #nil-fund .collapse-btn::after {
    transition: background-color 0.3s, transform 0.4s, width 0.3s;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    z-index: 0; }
  #nil-fund .collapse-btn::before {
    transition: background-color 0.3s, transform 0.4s, width 0.3s;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    z-index: 0; }

#nil-fund .collapse-btn-rotate::before {
  transform: translateY(-50%) rotate(-135deg); }

#nil-fund .collapse-btn-rotate::after {
  transform: rotate(135deg); }

#nil-fund #aboutNilFund {
  padding-bottom: 0 !important; }
  @media (min-width: 768px) {
    #nil-fund #aboutNilFund {
      padding-bottom: 8rem !important; } }
  @media (max-width: 768px) {
    #nil-fund #aboutNilFund #howItWorksSection {
      padding: 3rem 0; }
      #nil-fund #aboutNilFund #howItWorksSection:hover {
        cursor: pointer; }
        #nil-fund #aboutNilFund #howItWorksSection:hover .collapse-btn {
          transform: scale(1.15); }
      #nil-fund #aboutNilFund #howItWorksSection .col-xl-10 {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        #nil-fund #aboutNilFund #howItWorksSection .col-xl-10 .mobile-section-wrapper hr {
          margin: 1rem 0 2rem !important; } }
@media (max-width: 768px) {
  #nil-fund #nilFundBenefits #benefitsSection {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #nil-fund #nilFundBenefits #benefitsSection hr {
      transition: transform 0.3s; }
    #nil-fund #nilFundBenefits #benefitsSection:hover {
      cursor: pointer; }
      #nil-fund #nilFundBenefits #benefitsSection:hover .collapse-btn {
        transform: scale(1.15); }
    #nil-fund #nilFundBenefits #benefitsSection .mobile-section-wrapper hr {
      margin: 1rem 0 2rem !important; } }

#nil-fund #nilFundBenefits #benefitsSection .collapse-btn::before, #nil-fund #nilFundBenefits #benefitsSection .collapse-btn::after {
  background-color: #500000; }

#nil-fund #nilFundBenefits .membership-table {
  height: 80vh; }
  @media (min-width: 768px) {
    #nil-fund #nilFundBenefits .membership-table {
      height: auto; } }
  #nil-fund #nilFundBenefits .membership-table .join-today {
    line-height: 1.3; }
  #nil-fund #nilFundBenefits .membership-table.table th, #nil-fund #nilFundBenefits .membership-table.table td {
    vertical-align: middle !important; }
  #nil-fund #nilFundBenefits .membership-table.table-bordered {
    border: none; }
  #nil-fund #nilFundBenefits .membership-table .bg-student {
    background-color: #6058ad !important; }
    #nil-fund #nilFundBenefits .membership-table .bg-student #sheild-icon {
      fill: #8b7fdb; }
  #nil-fund #nilFundBenefits .membership-table .bg-ya {
    background-color: #b55e43 !important; }
    #nil-fund #nilFundBenefits .membership-table .bg-ya #sheild-icon {
      fill: #c7a9c2; }
  #nil-fund #nilFundBenefits .membership-table .bg-associate #sheild-icon {
    fill: #500000; }
  #nil-fund #nilFundBenefits .membership-table .bg-12man #sheild-icon {
    fill: #500000; }
  #nil-fund #nilFundBenefits .membership-table .bg-mvp #sheild-icon {
    fill: #500000; }
  #nil-fund #nilFundBenefits .membership-table .bg-mvp-gold #sheild-icon {
    fill: #500000; }
  #nil-fund #nilFundBenefits .membership-table .blank {
    background-color: #8b7fdb !important;
    color: #ffffff;
    line-height: 1; }
  #nil-fund #nilFundBenefits .membership-table .annual-seat {
    line-height: 1; }
  #nil-fund #nilFundBenefits .membership-table .philanthropic {
    line-height: 1; }
  #nil-fund #nilFundBenefits .membership-table #sheild-icon {
    width: 20px;
    height: 20px; }

#nil-fund #nilFaq,
#nil-fund #collapseFaq {
  background-image: url(../img/gravel-tan.png);
  background-position: 0% 0%;
  background-size: 200px 200px;
  background-repeat: repeat;
  background-color: #d6d3c4; }

#nil-fund #nilFaq {
  padding-top: 4rem; }
  @media (max-width: 768px) {
    #nil-fund #nilFaq {
      padding: 3rem 0; }
      #nil-fund #nilFaq #faqSection {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        #nil-fund #nilFaq #faqSection hr.hr-gray {
          transition: transform 0.3s; }
        #nil-fund #nilFaq #faqSection:hover {
          cursor: pointer; }
          #nil-fund #nilFaq #faqSection:hover .collapse-btn {
            transform: scale(1.15); }
        #nil-fund #nilFaq #faqSection .mobile-section-wrapper hr {
          margin: 1rem 0 2rem !important; }
      #nil-fund #nilFaq .collapse-btn::before, #nil-fund #nilFaq .collapse-btn::after {
        background-color: #500000; } }
#nil-fund #nilContactAndDonate .container .bg-primary {
  margin-top: -2rem;
  position: relative; }
  @media (min-width: 992px) {
    #nil-fund #nilContactAndDonate .container .bg-primary #contactRow {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      border-bottom: 4px solid #d6d3c4; }
      #nil-fund #nilContactAndDonate .container .bg-primary #contactRow #contactImgCol {
        padding: 0; } }
  @media (max-width: 576px) {
    #nil-fund #nilContactAndDonate .container .bg-primary #contactRow .customer-support-email {
      font-size: 1rem; } }
  #nil-fund #nilContactAndDonate .container .bg-primary #donateRow {
    margin-top: 2rem; }
    @media (min-width: 992px) {
      #nil-fund #nilContactAndDonate .container .bg-primary #donateRow {
        margin-top: 24rem; } }
    #nil-fund #nilContactAndDonate .container .bg-primary #donateRow .btn {
      font-size: 1.5rem; }
      @media (max-width: 768px) {
        #nil-fund #nilContactAndDonate .container .bg-primary #donateRow .btn {
          padding: 0.75rem !important; } }
      @media (min-width: 768px) {
        #nil-fund #nilContactAndDonate .container .bg-primary #donateRow .btn {
          font-size: 1.7rem !important; } }
      @media (min-width: 992px) {
        #nil-fund #nilContactAndDonate .container .bg-primary #donateRow .btn.btn-quick-donate {
          padding-top: 2rem !important; } }
#nil-fund #nilContactAndDonate .container #kyleFieldImg {
  margin-top: -2rem; }
  @media (min-width: 992px) {
    #nil-fund #nilContactAndDonate .container #kyleFieldImg {
      margin-top: -8rem; } }
  @media (min-width: 1600px) {
    #nil-fund #nilContactAndDonate .container #kyleFieldImg {
      margin-top: -20rem; } }
#summer-meeting .info-card-img-wrapper {
  position: relative; }
  #summer-meeting .info-card-img-wrapper::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.909401) 22%, rgba(0, 0, 0, 0.0158438) 71%);
    z-index: 1; }

#summer-meeting figcaption {
  z-index: 2; }

#summer-meeting .effect-zoe:hover .info-card-img-wrapper::before {
  background: #500101;
  background: linear-gradient(0deg, #500101 0%, rgba(80, 1, 1, 0.909401) 22%, rgba(80, 1, 1, 0.0158438) 71%); }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max 44px, env(safe-area-inset-right) max 25px, env(safe-area-inset-bottom) max 44px, env(safe-area-inset-left); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max 12px, env(safe-area-inset-left);
      padding-right: max 12px, env(safe-area-inset-right); } } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #500000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media (max-width: 1008px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: -6%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .slick-prev:hover:before, .slick-prev:focus:before,
      .slick-next:hover:before,
      .slick-next:focus:before {
        opacity: 1; }
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .slick-prev:before,
    .slick-next:before {
      font-family: "slick";
      font-size: 25px;
      line-height: 1;
      color: #500000;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .slick-prev {
    left: 42%; }
    [dir="rtl"] .slick-prev {
      left: auto;
      right: -25px; }
    .slick-prev:before {
      content: "←"; }
      [dir="rtl"] .slick-prev:before {
        content: "→"; }
  .slick-next {
    right: 42%; }
    [dir="rtl"] .slick-next {
      left: -25px;
      right: auto; }
    .slick-next:before {
      content: "→"; }
      [dir="rtl"] .slick-next:before {
        content: "←"; } }

@media (max-width: 768px) {
  .slick-prev {
    left: 37%; }
    [dir="rtl"] .slick-prev {
      left: auto;
      right: -25px; }
    .slick-prev:before {
      content: "←"; }
      [dir="rtl"] .slick-prev:before {
        content: "→"; }
  .slick-next {
    right: 37%; }
    [dir="rtl"] .slick-next {
      left: -25px;
      right: auto; }
    .slick-next:before {
      content: "→"; }
      [dir="rtl"] .slick-next:before {
        content: "←"; } }

@media (max-width: 500px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: -5%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    .slick-prev:hover, .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .slick-prev:hover:before, .slick-prev:focus:before,
      .slick-next:hover:before,
      .slick-next:focus:before {
        opacity: 1; }
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .slick-prev:before,
    .slick-next:before {
      font-family: "slick";
      font-size: 25px;
      line-height: 1;
      color: #500000;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .slick-prev {
    left: 30%; }
    [dir="rtl"] .slick-prev {
      left: auto;
      right: -25px; }
    .slick-prev:before {
      content: "←"; }
      [dir="rtl"] .slick-prev:before {
        content: "→"; }
  .slick-next {
    right: 30%; }
    [dir="rtl"] .slick-next {
      left: -25px;
      right: auto; }
    .slick-next:before {
      content: "→"; }
      [dir="rtl"] .slick-next:before {
        content: "←"; } }
