@charset "UTF-8";
/************************************** BEGIN CUSTOM BOOTSTRAP */
/************************************** BEGIN COLORS */
/************************************** END COLORS */
/************************************** BEGIN ALERTS */
/************************************** END ALERTS */
/************************************** BEGIN BUTTONS */
/************************************** END BUTTONS */
/************************************** BEGIN FONTS */
/************************************** END FONTS */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: rgb(0, 60, 113);
  --indigo: #6610f2;
  --purple: rgb(100, 38, 103);
  --pink: rgb(206, 0, 88);
  --red: rgb(134, 31, 65);
  --orange: rgb(198, 70, 0);
  --yellow: rgb(247, 234, 72);
  --green: #28a745;
  --teal: rgb(80, 133, 144);
  --cyan: rgb(44, 213, 196);
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: rgb(198, 70, 0);
  --secondary: rgb(134, 31, 65);
  --success: #28a745;
  --info: rgb(44, 213, 196);
  --warning: rgb(247, 234, 72);
  --danger: rgb(134, 31, 65);
  --light: rgb(229, 225, 230);
  --dark: rgb(0, 0, 0);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Acherus", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -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: "Acherus", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgb(198, 70, 0);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #7a2b00;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  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: rgb(206, 0, 88);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: rgb(0, 0, 0);
}
.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: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #efcbb8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #e19f7a;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ddc0ca;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c08b9c;
}

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

.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: #c4f3ee;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #91e9e0;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdf9cc;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fbf4a0;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ddc0ca;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #c08b9c;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f8f7f8;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f1eff2;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a7a7a;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

@media (max-width: 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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff8847;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .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: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 2px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgb(134, 31, 65);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(134, 31, 65, 0.9);
  border-radius: 2px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: rgb(134, 31, 65);
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgb%28134, 31, 65%29' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb%28134, 31, 65%29' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  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: rgb(134, 31, 65);
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.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: rgb(134, 31, 65);
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgb%28134, 31, 65%29' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb%28134, 31, 65%29' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: rgb(134, 31, 65);
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: rgb(134, 31, 65);
}
.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: rgb(134, 31, 65);
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: rgb(134, 31, 65);
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #af2955;
  background-color: #af2955;
}
.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 rgba(134, 31, 65, 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: rgb(134, 31, 65);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: rgb(134, 31, 65);
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: rgb(134, 31, 65);
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 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: rgb(0, 0, 0);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 3rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  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: rgb(0, 0, 0);
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: #a03800;
  border-color: #933400;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #a03800;
  border-color: #933400;
  box-shadow: 0 0 0 0 rgba(207, 98, 38, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #933400;
  border-color: #862f00;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(207, 98, 38, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #671832;
  border-color: #5d152d;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #671832;
  border-color: #5d152d;
  box-shadow: 0 0 0 0 rgba(152, 65, 94, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5d152d;
  border-color: #521328;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(152, 65, 94, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #212529;
  background-color: rgb(44, 213, 196);
  border-color: rgb(44, 213, 196);
}
.btn-info:hover {
  color: #fff;
  background-color: #24b6a8;
  border-color: #22ac9e;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #24b6a8;
  border-color: #22ac9e;
  box-shadow: 0 0 0 0 rgba(42, 187, 173, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: rgb(44, 213, 196);
  border-color: rgb(44, 213, 196);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #22ac9e;
  border-color: #20a194;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(42, 187, 173, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: rgb(247, 234, 72);
  border-color: rgb(247, 234, 72);
}
.btn-warning:hover {
  color: #212529;
  background-color: #f5e623;
  border-color: #f5e417;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #f5e623;
  border-color: #f5e417;
  box-shadow: 0 0 0 0 rgba(215, 204, 67, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: rgb(247, 234, 72);
  border-color: rgb(247, 234, 72);
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f5e417;
  border-color: #f4e30b;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(215, 204, 67, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.btn-danger:hover {
  color: #fff;
  background-color: #671832;
  border-color: #5d152d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #671832;
  border-color: #5d152d;
  box-shadow: 0 0 0 0 rgba(152, 65, 94, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #5d152d;
  border-color: #521328;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(152, 65, 94, 0.5);
}

.btn-light {
  color: #212529;
  background-color: rgb(229, 225, 230);
  border-color: rgb(229, 225, 230);
}
.btn-light:hover {
  color: #212529;
  background-color: #d3ccd5;
  border-color: #cdc5cf;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #d3ccd5;
  border-color: #cdc5cf;
  box-shadow: 0 0 0 0 rgba(200, 197, 202, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: rgb(229, 225, 230);
  border-color: rgb(229, 225, 230);
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cdc5cf;
  border-color: #c7bec9;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(200, 197, 202, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-outline-primary {
  color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(198, 70, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgb(198, 70, 0);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(198, 70, 0, 0.5);
}

.btn-outline-secondary {
  color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: rgb(134, 31, 65);
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.5);
}

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

.btn-outline-info {
  color: rgb(44, 213, 196);
  border-color: rgb(44, 213, 196);
}
.btn-outline-info:hover {
  color: #212529;
  background-color: rgb(44, 213, 196);
  border-color: rgb(44, 213, 196);
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(44, 213, 196, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: rgb(44, 213, 196);
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: rgb(44, 213, 196);
  border-color: rgb(44, 213, 196);
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(44, 213, 196, 0.5);
}

.btn-outline-warning {
  color: rgb(247, 234, 72);
  border-color: rgb(247, 234, 72);
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: rgb(247, 234, 72);
  border-color: rgb(247, 234, 72);
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(247, 234, 72, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: rgb(247, 234, 72);
  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: rgb(247, 234, 72);
  border-color: rgb(247, 234, 72);
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 234, 72, 0.5);
}

.btn-outline-danger {
  color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: rgb(134, 31, 65);
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.5);
}

.btn-outline-light {
  color: rgb(229, 225, 230);
  border-color: rgb(229, 225, 230);
}
.btn-outline-light:hover {
  color: #212529;
  background-color: rgb(229, 225, 230);
  border-color: rgb(229, 225, 230);
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(229, 225, 230, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: rgb(229, 225, 230);
  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: rgb(229, 225, 230);
  border-color: rgb(229, 225, 230);
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(229, 225, 230, 0.5);
}

.btn-outline-dark {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: rgb(0, 0, 0);
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: rgb(198, 70, 0);
  text-decoration: none;
}
.btn-link:hover {
  color: #7a2b00;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.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: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: rgb(198, 70, 0);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #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: -2px;
}
.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: 2.25rem;
  padding-left: 2.25rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.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%;
  min-width: 0;
  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(: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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: rgb(198, 70, 0);
  background-color: rgb(198, 70, 0);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff8847;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffa97a;
  border-color: #ffa97a;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .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.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: rgb(198, 70, 0);
  background-color: rgb(198, 70, 0);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(198, 70, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(198, 70, 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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(198, 70, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(198, 70, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #ff8847;
  outline: 0;
  box-shadow: 0 0 0 0 none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ff8847;
  box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label, .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;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.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 2px 2px 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgb(198, 70, 0);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ffa97a;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: rgb(198, 70, 0);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ffa97a;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: rgb(198, 70, 0);
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ffa97a;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 2px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgb(198, 70, 0);
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  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: 2px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgb(198, 70, 0);
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #7a2b00;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: rgb(198, 70, 0);
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #933400;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(198, 70, 0, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: rgb(134, 31, 65);
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #5d152d;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.5);
}

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

.badge-info {
  color: #212529;
  background-color: rgb(44, 213, 196);
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #22ac9e;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(44, 213, 196, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: rgb(247, 234, 72);
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #f5e417;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(247, 234, 72, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: rgb(134, 31, 65);
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #5d152d;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.5);
}

.badge-light {
  color: #212529;
  background-color: rgb(229, 225, 230);
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #cdc5cf;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(229, 225, 230, 0.5);
}

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #471900;
  background-color: #eabca3;
  border-color: #d88152;
}
.alert-primary hr {
  border-top-color: #d3723d;
}
.alert-primary .alert-link {
  color: #140700;
}

.alert-secondary {
  color: #300b17;
  background-color: #d3aebb;
  border-color: #ad677e;
}
.alert-secondary hr {
  border-top-color: #a35870;
}
.alert-secondary .alert-link {
  color: #070103;
}

.alert-success {
  color: #0e3c19;
  background-color: #b2dfbc;
  border-color: #6dc381;
}
.alert-success hr {
  border-top-color: #5bbc71;
}
.alert-success .alert-link {
  color: #041308;
}

.alert-info {
  color: #104d47;
  background-color: #b3f0ea;
  border-color: #70e2d7;
}
.alert-info hr {
  border-top-color: #5bded1;
}
.alert-info .alert-link {
  color: #072320;
}

.alert-warning {
  color: #59541a;
  background-color: #fcf7bd;
  border-color: #faf183;
}
.alert-warning hr {
  border-top-color: #f9ee6a;
}
.alert-warning .alert-link {
  color: #322f0e;
}

.alert-danger {
  color: #300b17;
  background-color: #d3aebb;
  border-color: #ad677e;
}
.alert-danger hr {
  border-top-color: #a35870;
}
.alert-danger .alert-link {
  color: #070103;
}

.alert-light {
  color: #525153;
  background-color: #f6f4f6;
  border-color: #edebee;
}
.alert-light hr {
  border-top-color: #e1dde2;
}
.alert-light .alert-link {
  color: #393839;
}

.alert-dark {
  color: black;
  background-color: #a3a3a3;
  border-color: #525252;
}
.alert-dark hr {
  border-top-color: #454545;
}
.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;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 2px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(198, 70, 0);
  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: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.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: rgb(0, 0, 0);
  background-color: #e9ecef;
}

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

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #672400;
  background-color: #efcbb8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #672400;
  background-color: #eabca3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #672400;
  border-color: #672400;
}

.list-group-item-secondary {
  color: #461022;
  background-color: #ddc0ca;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #461022;
  background-color: #d4afbc;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #461022;
  border-color: #461022;
}

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

.list-group-item-info {
  color: #176f66;
  background-color: #c4f3ee;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #176f66;
  background-color: #afefe8;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #176f66;
  border-color: #176f66;
}

.list-group-item-warning {
  color: #807a25;
  background-color: #fdf9cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #807a25;
  background-color: #fcf6b3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #807a25;
  border-color: #807a25;
}

.list-group-item-danger {
  color: #461022;
  background-color: #ddc0ca;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #461022;
  background-color: #d4afbc;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #461022;
  border-color: #461022;
}

.list-group-item-light {
  color: #777578;
  background-color: #f8f7f8;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #777578;
  background-color: #ece9ec;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #777578;
  border-color: #777578;
}

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

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

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  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);
  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);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}
.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: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Acherus", 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.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: rgb(0, 0, 0);
}

.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: rgb(0, 0, 0);
}

.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: rgb(0, 0, 0);
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: rgb(0, 0, 0);
  border-radius: 2px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Acherus", 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

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

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

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

.popover-body {
  padding: 0.5rem 0.75rem;
  color: rgb(0, 0, 0);
}

.carousel {
  position: relative;
}

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

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: rgb(198, 70, 0) !important;
}

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

.bg-secondary {
  background-color: rgb(134, 31, 65) !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5d152d !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: rgb(44, 213, 196) !important;
}

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

.bg-warning {
  background-color: rgb(247, 234, 72) !important;
}

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

.bg-danger {
  background-color: rgb(134, 31, 65) !important;
}

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

.bg-light {
  background-color: rgb(229, 225, 230) !important;
}

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

.bg-dark {
  background-color: rgb(0, 0, 0) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: rgb(198, 70, 0) !important;
}

.border-secondary {
  border-color: rgb(134, 31, 65) !important;
}

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

.border-info {
  border-color: rgb(44, 213, 196) !important;
}

.border-warning {
  border-color: rgb(247, 234, 72) !important;
}

.border-danger {
  border-color: rgb(134, 31, 65) !important;
}

.border-light {
  border-color: rgb(229, 225, 230) !important;
}

.border-dark {
  border-color: rgb(0, 0, 0) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: rgb(198, 70, 0) !important;
}

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

.text-secondary {
  color: rgb(134, 31, 65) !important;
}

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

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

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

.text-info {
  color: rgb(44, 213, 196) !important;
}

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

.text-warning {
  color: rgb(247, 234, 72) !important;
}

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

.text-danger {
  color: rgb(134, 31, 65) !important;
}

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

.text-light {
  color: rgb(229, 225, 230) !important;
}

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

.text-dark {
  color: rgb(0, 0, 0) !important;
}

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

.text-body {
  color: rgb(0, 0, 0) !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;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  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 rgb(0, 0, 0);
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/************************************** END CUSTOM BOOTSTRAP */
/************************************** BEGIN VARIABLES */
/************************************** BEGIN CUSTOM CSS VARIABLES */
:root {
  --vt-maroon-9s: #0D0306;
  --vt-maroon-8s: #1B060D;
  --vt-maroon-7s: #280913;
  --vt-maroon-6s: #360C1A;
  --vt-maroon-5s: #431021;
  --vt-maroon-4s: #501327;
  --vt-maroon-3s: #5E162E;
  --vt-maroon-2s: #6B1934;
  --vt-maroon-1s: #791C3B;
  --vt-maroon: #861F41;
  --vt-maroon-1t: #923654;
  --vt-maroon-2t: #9E4C67;
  --vt-maroon-3t: #AB637A;
  --vt-maroon-4t: #B6798D;
  --vt-maroon-5t: #C28FA0;
  --vt-maroon-6t: #CFA5B3;
  --vt-maroon-7t: #DABBC6;
  --vt-maroon-8t: #E7D2D9;
  --vt-maroon-9t: #F3E8EC;
  --vt-burntOrange-9s: #170C04;
  --vt-burntOrange-8s: #2E1707;
  --vt-burntOrange-7s: #44230B;
  --vt-burntOrange-6s: #5B2F0F;
  --vt-burntOrange-5s: #723B13;
  --vt-burntOrange-4s: #894616;
  --vt-burntOrange-3s: #A0521A;
  --vt-burntOrange-2s: #B65E1E;
  --vt-burntOrange-1s: #CD6921;
  --vt-burntOrange: #E5751F;
  --vt-burntOrange-1t: #E5751F;
  --vt-burntOrange-2t: #E5751F;
  --vt-burntOrange-3t: #E5751F;
  --vt-burntOrange-4t: #E5751F;
  --vt-burntOrange-5t: #E5751F;
  --vt-burntOrange-6t: #E5751F;
  --vt-burntOrange-7t: #F8D6BD;
  --vt-burntOrange-8t: #E5751F;
  --vt-burntOrange-9t: #E5751F;
  --vt-hokieStone-9s: #0C0C0C;
  --vt-hokieStone-8s: #171819;
  --vt-hokieStone-7s: #232425;
  --vt-hokieStone-6s: #2F3031;
  --vt-hokieStone-5s: #3B3C3E;
  --vt-hokieStone-4s: #46484A;
  --vt-hokieStone-3s: #525456;
  --vt-hokieStone-2s: #5E6062;
  --vt-hokieStone-1s: #696C6F;
  --vt-hokieStone: #75787b;
  --vt-hokieStone-1t: #838688;
  --vt-hokieStone-2t: #919395;
  --vt-hokieStone-3t: #9FA1A3;
  --vt-hokieStone-4t: #ACAEB0;
  --vt-hokieStone-5t: #BABBBD;
  --vt-hokieStone-6t: #C8C9CA;
  --vt-hokieStone-7t: #D5D6D7;
  --vt-hokieStone-8t: #E3E4E5;
  --vt-hokieStone-9t: #F1F1F2;
  --vt-white-9s: #191919;
  --vt-white-8s: #333333;
  --vt-white-7s: #4C4C4C;
  --vt-white-6s: #666666;
  --vt-white-5s: #808080;
  --vt-white-4s: #999999;
  --vt-white-3s: #B3B3B3;
  --vt-white-2s: #CCCCCC;
  --vt-white-1s: #E6E6E6;
  --vt-white: #FFFFFF;
  --vt-purple-9s: #0A040A;
  --vt-purple-8s: #140815;
  --vt-purple-7s: #1E0B1F;
  --vt-purple-6s: #280F29;
  --vt-purple-5s: #321334;
  --vt-purple-4s: #3C173E;
  --vt-purple-3s: #461B48;
  --vt-purple-2s: #501E52;
  --vt-purple-1s: #5A225D;
  --vt-purple: #642667;
  --vt-purple-1t: #743C76;
  --vt-purple-2t: #835185;
  --vt-purple-3t: #936895;
  --vt-purple-4t: #A27DA4;
  --vt-purple-5t: #B192B3;
  --vt-purple-6t: #C1A8C2;
  --vt-purple-7t: #D0BDD1;
  --vt-purple-8t: #E0D4E1;
  --vt-purple-9t: #EFE9EF;
  --vt-pink-9s: #150009;
  --vt-pink-8s: #290012;
  --vt-pink-7s: #3E001A;
  --vt-pink-6s: #520023;
  --vt-pink-5s: #67002C;
  --vt-pink-4s: #7C0035;
  --vt-pink-3s: #90003E;
  --vt-pink-2s: #A50046;
  --vt-pink-1s: #B9004F;
  --vt-pink: #CE0058;
  --vt-pink-1t: #D31A69;
  --vt-pink-2t: #D83379;
  --vt-pink-3t: #DD4D8A;
  --vt-pink-4t: #E2669B;
  --vt-pink-5t: #E780AC;
  --vt-pink-6t: #EB99BC;
  --vt-pink-7t: #F0B3CD;
  --vt-pink-8t: #F5CCDE;
  --vt-pink-9t: #FAE6EE;
  --vt-sunset-9s: #180E00;
  --vt-sunset-8s: #2F1C00;
  --vt-sunset-7s: #472A00;
  --vt-sunset-6s: #5F3800;
  --vt-sunset-5s: #774600;
  --vt-sunset-4s: #8E5300;
  --vt-sunset-3s: #A66100;
  --vt-sunset-2s: #B36F00;
  --vt-sunset-1s: #D57D00;
  --vt-sunset: #ED8B00;
  --vt-sunset-1t: #EF971A;
  --vt-sunset-2t: #F1A233;
  --vt-sunset-3t: #F2AE4D;
  --vt-sunset-4t: #F4B966;
  --vt-sunset-5t: #F6C57F;
  --vt-sunset-6t: #F8D199;
  --vt-sunset-7t: #FADCB2;
  --vt-sunset-8t: #FBE8CC;
  --vt-sunset-9t: #FDF3E5;
  --vt-yellow-9s: #191707;
  --vt-yellow-8s: #312F0E;
  --vt-yellow-7s: #4A4616;
  --vt-yellow-6s: #635E1D;
  --vt-yellow-5s: #7C7524;
  --vt-yellow-4s: #948C2B;
  --vt-yellow-3s: #ADA432;
  --vt-yellow-2s: #C6BB3A;
  --vt-yellow-1s: #DED341;
  --vt-yellow: #F7EA48;
  --vt-yellow-1t: #F8EC5B;
  --vt-yellow-2t: #F9EE6D;
  --vt-yellow-3t: #F9F07F;
  --vt-yellow-4t: #FAF291;
  --vt-yellow-5t: #FBF4A3;
  --vt-yellow-6t: #FCF7B6;
  --vt-yellow-7t: #FDF9C8;
  --vt-yellow-8t: #FDFBDA;
  --vt-yellow-9t: #FEFDEC;
  --vt-teal-9s: #080D0E;
  --vt-teal-8s: #101B1D;
  --vt-teal-7s: #18282B;
  --vt-teal-6s: #20353A;
  --vt-teal-5s: #284348;
  --vt-teal-4s: #305056;
  --vt-teal-3s: #385D65;
  --vt-teal-2s: #406A73;
  --vt-teal-1s: #487882;
  --vt-teal: #508590;
  --vt-teal-1t: #62919B;
  --vt-teal-2t: #739DA6;
  --vt-teal-3t: #85AAB2;
  --vt-teal-4t: #96B6BC;
  --vt-teal-5t: #A7C2C7;
  --vt-teal-6t: #B9CED3;
  --vt-teal-7t: #CADADD;
  --vt-teal-8t: #DCE7E9;
  --vt-teal-9t: #EDF3F4;
  --vt-turquoise-9s: #041514;
  --vt-turquoise-8s: #092B27;
  --vt-turquoise-7s: #0D403B;
  --vt-turquoise-6s: #12554E;
  --vt-turquoise-5s: #166B62;
  --vt-turquoise-4s: #1A8076;
  --vt-turquoise-3s: #1F9589;
  --vt-turquoise-2s: #23AA9D;
  --vt-turquoise-1s: #28C0B0;
  --vt-turquoise: #2CD5C4;
  --vt-turquoise-1t: #42D9CA;
  --vt-turquoise-2t: #56DDD0;
  --vt-turquoise-3t: #6CE2D6;
  --vt-turquoise-4t: #80E6DC;
  --vt-turquoise-5t: #95EAE1;
  --vt-turquoise-6t: #ABEEE7;
  --vt-turquoise-7t: #BFF2ED;
  --vt-turquoise-8t: #D5F7F3;
  --vt-turquoise-9t: #E9FBF9;
  --vt-grey-9s: #151514;
  --vt-grey-8s: #2B2A29;
  --vt-grey-7s: #403F3D;
  --vt-grey-6s: #565451;
  --vt-grey-5s: #6C6966;
  --vt-grey-4s: #817E7A;
  --vt-grey-3s: #97938E;
  --vt-grey-2s: #ACA8A2;
  --vt-grey-1s: #C2BDB7;
  --vt-grey: #D7D2CB;
  --vt-grey-1t: #DBD7D0;
  --vt-grey-2t: #DFDBD5;
  --vt-grey-3t: #E3E0DB;
  --vt-grey-4t: #E7E4E0;
  --vt-grey-5t: #EBE8E5;
  --vt-grey-6t: #EFEDEA;
  --vt-grey-7t: #F3F1EF;
  --vt-grey-8t: #F7F6F5;
  --vt-grey-9t: #FBFAFA;
  --vt-smoke-9s: #171617;
  --vt-smoke-8s: #2E2D2E;
  --vt-smoke-7s: #454345;
  --vt-smoke-6s: #5C5A5C;
  --vt-smoke-5s: #737173;
  --vt-smoke-4s: #89878A;
  --vt-smoke-3s: #A09EA1;
  --vt-smoke-2s: #B7B4B8;
  --vt-smoke-1s: #CECBCF;
  --vt-smoke: #E5E1E6;
  --vt-smoke-7t: #F2F0F2;
  --vt-smoke-9t: #FAF9FA;
  --vt-blue-9s: #00060B;
  --vt-blue-8s: #000C17;
  --vt-blue-7s: #001222;
  --vt-blue-6s: #00182D;
  --vt-blue-5s: #001E39;
  --vt-blue-4s: #002444;
  --vt-blue-3s: #002A4F;
  --vt-blue-2s: #00305A;
  --vt-blue-1s: #003666;
  --vt-blue: #003C71;
  --vt-blue-1t: #194F7F;
  --vt-blue-2t: #33638D;
  --vt-blue-3t: #4C769C;
  --vt-blue-4t: #668AAA;
  --vt-blue-5t: #809DB8;
  --vt-blue-6t: #99B1C6;
  --vt-blue-7t: #B2C4D4;
  --vt-blue-8t: #CCD8E3;
  --vt-blue-9t: #E5EBF1;
  --vt-burntOrangeWeb-9s: #140800;
  --vt-burntOrangeWeb-8s: #281000;
  --vt-burntOrangeWeb-7s: #301800;
  --vt-burntOrangeWeb-6s: #512000;
  --vt-burntOrangeWeb-5s: #652800;
  --vt-burntOrangeWeb-4s: #792F00;
  --vt-burntOrangeWeb-3s: #803700;
  --vt-burntOrangeWeb-2s: #A23F00;
  --vt-burntOrangeWeb-1s: #B64700;
  --vt-burntOrangeWeb: #C64600;
  --vt-burntOrangeWeb-1t: #CF611A;
  --vt-burntOrangeWeb-2t: #D57233;
  --vt-burntOrangeWeb-3t: #DA8440;
  --vt-burntOrangeWeb-4t: #DF9566;
  --vt-burntOrangeWeb-5t: #E5A780;
  --vt-burntOrangeWeb-6t: #EAB999;
  --vt-burntOrangeWeb-7t: #EFCAB3;
  --vt-burntOrangeWeb-8t: #F4DCCC;
  --vt-burntOrangeWeb-9t: #FAEDE6;
  --vt-impactOrange-9s: #140800;
  --vt-impactOrange-8s: #281000;
  --vt-impactOrange-7s: #301800;
  --vt-impactOrange-6s: #512000;
  --vt-impactOrange-5s: #652800;
  --vt-impactOrange-4s: #792F00;
  --vt-impactOrange-3s: #803700;
  --vt-impactOrange-2s: #A23F00;
  --vt-impactOrange-1s: #B64700;
  --vt-impactOrange: #CA4F00;
  --vt-impactOrange-1t: #CF611A;
  --vt-impactOrange-2t: #D57233;
  --vt-impactOrange-3t: #DA8440;
  --vt-impactOrange-4t: #DF9566;
  --vt-impactOrange-5t: #E5A780;
  --vt-impactOrange-6t: #EAB999;
  --vt-impactOrange-7t: #EFCAB3;
  --vt-impactOrange-8t: #F4DCCC;
  --vt-impactOrange-9t: #FAEDE6;
}

/************************************** END CUSTOM CSS VARIABLES */
/************************************************************************* BEGIN FONT INCLUDES */
/****** acherus-grotesque ******/
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_thin.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_thin.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_thinitalic.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_thinitalic.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_thinitalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_light.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_light.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_lightitalic.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_lightitalic.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_regular.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_regular.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_italic.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_italic.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_medium.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_medium.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_mediumitalic.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_mediumitalic.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_mediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_bold.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_bold.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_bolditalic.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_bolditalic.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_bolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_extrabold.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_extrabold.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_extrabold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_extrabolditalic.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_extrabolditalic.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_extrabolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_black.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_black.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Acherus";
  src: url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_blackitalic.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_blackitalic.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/acherusgrotesque/acherusgrotesque_blackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/****** gineso-condensed ******/
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConThi.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConThi.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConThi.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConThiIt.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConThiIt.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConThiIt.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConLig.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConLig.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConLig.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConLigIt.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConLigIt.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConLigIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConReg.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConReg.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConReg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConRegIt.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConRegIt.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConRegIt.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBoo.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBoo.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBoo.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBooIt.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBooIt.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBooIt.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDem.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDem.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDem.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDemIt.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDemIt.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConDemIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBol.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBol.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBol.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBolIt.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBolIt.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBolIt.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBla.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBla.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBla.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "gineso-condensed";
  src: url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBlaIt.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBlaIt.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/gineso-condensed/Gineso-ConBlaIt.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/****** crimsontext ******/
@font-face {
  font-family: "crimsontext";
  src: url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-regular.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-regular.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "crimsontext";
  src: url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-italic.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-italic.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "crimsontext";
  src: url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-semibold.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-semibold.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "crimsontext";
  src: url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-semibolditalic.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-semibolditalic.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-semibolditalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "crimsontext";
  src: url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-bold.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-bold.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "crimsontext";
  src: url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-bolditalic.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-bolditalic.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/crimsontext/crimsontext-bolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
/****** rubik ******/
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Light.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Light.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Regular.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Regular.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Medium.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Medium.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-SemiBold.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-SemiBold.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Bold.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Bold.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-ExtraBold.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-ExtraBold.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Black.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Black.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* BEGIN VTWordMark */
@font-face {
  font-family: "VTWordMark";
  src: url("https://www.assets.cms.vt.edu/fonts/vtwordmarkregular.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/vtwordmarkregular.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/vtwordmarkregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* END VTWordMark */
/****** rubik ******/
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Light.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Light.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Regular.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Regular.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Medium.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Medium.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-SemiBold.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-SemiBold.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Bold.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Bold.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-ExtraBold.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-ExtraBold.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "rubik";
  src: url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Black.woff2") format("woff2"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Black.woff") format("woff"), url("https://www.assets.cms.vt.edu/fonts/rubik-web/Rubik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/************************************************************************* END FONT INCLUDES */
/************************************************************************* BEGIN FONT VARIABLES */
/************************************************************************* END FONT VARIABLES */
/************************************************************************* BEGIN HEADER BOOTSTRAP OVERRIDES */
.gallery .gallery-featured-item h3, .vt-carousel .carousel-caption h3, h1, .h1 {
  font-family: "rubik", sans-serif;
}

.vt-card-stripe .vt-card-heading *, .vt-listStripe .vt-listStripe-heading *, .vt-actionStripe-container .vt-actionStripe-heading *, .vt_feed_cTitle, h2, .h2 {
  font-family: "rubik", sans-serif;
}

.vt-list .vt-num-col-6 .item .vt-list-item-title, .vt-list .vt-num-col-4 .item .vt-list-item-title, .vt-list .vt-num-col-3 .item .vt-list-item-title, .vt-list .vt-num-col-2 .item .vt-list-item-title, .vt-list .vt-num-col-1 .item .vt-list-item-title, .vt_feed_items > li .vt_feed_iTitle, h3, .h3 {
  font-family: "rubik", sans-serif;
}

h4, .h4 {
  font-family: "rubik", sans-serif;
}

h5, .h5 {
  font-family: "rubik", sans-serif;
}

h6, .h6 {
  font-family: "rubik", sans-serif;
}

.vt-subhead {
  font-family: "Acherus", sans-serif;
  /* stylelint-disable */
  font-size: 1.25rem !important;
  /* stylelint-enable */
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.vt-page-title {
  font-family: "rubik", sans-serif;
}

/************************************************************************* END HEADER BOOTSTRAP OVERRIDES */
/************************************************************************* BEGIN BODY TEXT */
.acherus {
  font-family: "Acherus", sans-serif;
}

/* stylelint-disable */
.gineso {
  font-family: "gineso-condensed", sans-serif !important;
}
.gineso.vt-text p {
  font-family: "gineso-condensed", sans-serif !important;
}

.crimson {
  font-family: "crimsontext", serif !important;
}
.crimson.vt-text p {
  font-family: "crimsontext", serif !important;
}

.vt-text p {
  font-family: "Acherus", sans-serif;
}

/* stylelint-enable */
/************************************************************************* END BODY TEXT */
/************************************** END VARIABLES */
/************************************** BEGIN UTILITY STYLES*/
/************************************************************************* BEGIN UTIL STYLES */
/* temp for vt-list title hide when only image desired to be visible */
.vt-list.vt-list-hideTitle .vt-list-item-col {
  padding: 0 !important;
}

.vt-list.vt-list-hideTitle .item .vt-list-item-title {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1em 1em;
  margin-bottom: 0 !important;
  z-index: 1;
}

.vt-list.vt-list-hideTitle .item .vt-list-item-title-link {
  display: block;
  font-family: "Acherus", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  padding: 0.5em 0.67em;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .vt-list.vt-list-hideTitle .item .vt-list-item-title {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-hideTitle .vt-list-item-wrapper:hover .vt-list-item-title,
.vt-list.vt-list-hideTitle .vt-list-item-wrapper:focus .vt-list-item-title {
    display: flex;
  }
}
.vt-list-image-contain .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-list-image-contain .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-list-image-contain .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
  height: 100% !important;
}
.vt-list-image-contain .vt-list-item-img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center center !important;
     object-position: center center !important;
  height: 100% !important;
}

.vt-jwPlayer-noPseudo::before {
  content: none;
}

.vt-mag-nocenter #vt_with_rb {
  width: 100%;
  padding: 0;
  margin: 0;
}

.vt-compact-text p {
  font-size: 0.67em !important;
  line-height: 1.4 !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.vt-center55 {
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .vt-center55 {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-center55 {
    width: 55%;
  }
}

.vt-center55-nopad {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .vt-center55-nopad {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-center55-nopad {
    width: 55%;
  }
}

.vt-center80 {
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .vt-center80 {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-center80 {
    width: 80%;
  }
}

.vt-centerBody80 #vt_body_col {
  width: 90%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .vt-centerBody80 #vt_body_col {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .vt-centerBody80 #vt_body_col {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.vt-center80-nopad {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fullwidth {
  width: 100%;
  padding: 0;
}

#vt_with_rb .vt-center55,
#vt_with_rb .vt-center80,
#vt_with_rb .vt-center55-nopad,
#vt_with_rb .vt-center80-nopad {
  width: 100%;
  padding: 0;
}

.right {
  right: 0;
}

.inline-block {
  display: inline-block;
}

.vt-white-text .vt-text p,
.vt-white-text.vt-text p,
.vt-white-text .vt-text h1,
.vt-white-text.vt-text h1,
.vt-white-text .vt-text h2,
.vt-white-text.vt-text h2,
.vt-white-text .vt-text h3,
.vt-white-text.vt-text h3,
.vt-white-text .vt-text h4,
.vt-white-text.vt-text h4,
.vt-white-text .vt-text h5,
.vt-white-text.vt-text h5,
.vt-white-text .vt-text h6,
.vt-white-text.vt-text h6,
.vt-white-text .vt-text a,
.vt-white-text.vt-text a {
  color: rgb(255, 255, 255) !important;
}

.vt-white-text .vt-text a,
.vt-white-text.vt-text a {
  text-decoration: underline !important;
}

.vt-white-text li,
.vt-white-text li::marker {
  color: white !important;
}

.vt-maroon-text .vt-text p,
.vt-maroon-text.vt-text p,
.vt-maroon-text .vt-text h1,
.vt-maroon-text.vt-text h1,
.vt-maroon-text .vt-text h2,
.vt-maroon-text.vt-text h2,
.vt-maroon-text .vt-text h3,
.vt-maroon-text.vt-text h3,
.vt-maroon-text .vt-text h4,
.vt-maroon-text.vt-text h4,
.vt-maroon-text .vt-text h5,
.vt-maroon-text.vt-text h5,
.vt-maroon-text .vt-text h6,
.vt-maroon-text.vt-text h6,
.vt-maroon-text .vt-text a,
.vt-maroon-text.vt-text a {
  color: var(--vt-maroon-1s) !important;
}

.vt-maroon-text .vt-text a,
.vt-maroon-text.vt-text a {
  color: var(--vt-maroon-1s) !important;
}

.vt-maroon-text li,
.vt-maroon-text li::marker {
  color: var(--vt-maroon-1s) !important;
}

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

.vt-large-text .vt-text p,
.vt-large-text.vt-text p,
.vt-large-text .vt-text h1,
.vt-large-text.vt-text h1,
.vt-large-text .vt-text h2,
.vt-large-text.vt-text h2,
.vt-large-text .vt-text h3,
.vt-large-text.vt-text h3,
.vt-large-text .vt-text h4,
.vt-large-text.vt-text h4,
.vt-large-text .vt-text h5,
.vt-large-text.vt-text h5,
.vt-large-text .vt-text h6,
.vt-large-text.vt-text h6,
.vt-large-text .vt-text a,
.vt-large-text.vt-text a {
  font-size: 125%;
}

.vt-opacity50black .carousel-inner .item {
  background: rgb(117, 120, 123);
}

.vt-opacity50black .carousel-inner .item-image {
  opacity: 0.6;
}

.vt-mag-nomargin-bottom,
.vt-nomargin-bottom {
  margin-bottom: 0;
}

.vt-mag-nomargin-sides {
  margin-left: 0;
  margin-right: 0;
}

.vt-mag-nopad {
  padding: 0;
}

.vt-mag-nopad-top {
  padding-top: 0;
}

.vt-mag-nopad-bottom {
  padding-bottom: 0;
}

.vt-mag-nopad-sides {
  padding-left: 0;
  padding-right: 0;
}

.vt-mag-nopad-contantarea .vt-magazine-content-area {
  padding: 0;
}

.vt-mag-border-top {
  padding-top: 20px;
  border-top: 1px solid rgb(229, 225, 230);
}

.vt-mag-border-bottom {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(229, 225, 230);
}

.vt-mag-border-topbottom {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgb(229, 225, 230);
  border-bottom: 1px solid rgb(229, 225, 230);
}

.vt-mag-border-left {
  padding-left: 20px;
  border-left: 1px solid rgb(229, 225, 230);
}

.vt-mag-border-right {
  padding-right: 20px;
  border-right: 1px solid rgb(229, 225, 230);
}

.vt-mag-border-leftright {
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid rgb(229, 225, 230);
  border-right: 1px solid rgb(229, 225, 230);
}

.fullheight img {
  height: 100%;
}

/* stylelint-disable */
.suppress-margin {
  margin: 0 !important;
}
.suppress-margin p {
  margin: 0 !important;
}

.vt-bidagent-image {
  max-width: 0 !important;
  width: 0 !important;
}

.vt-page-no-top-margin #vt_with_rb,
.vt-page-no-top-margin #vt_no_rb,
.vt-c-no-top-margin,
.vt-c-no-top-margin .gallery.row,
.vt-c-no-top-margin figure,
.vt-c-no-top-margin figcaption,
.vt-c-no-top-margin.vt-list .item,
.vt-c-no-top-margin .vt-col,
.vt-c-no-top-margin .vt_multibrief_content,
.vt-c-no-top-margin .cq-dd-paragraph,
.vt-c-no-top-margin .vt-tagcloud,
.vt-c-no-top-margin .vt_newsWeather {
  margin-top: 0 !important;
}

.vt-page-no-top-margin #vt_with_rb .vt-nav-briefs.active,
.vt-page-no-top-margin #vt_with_rb .vt-rightcol-content,
.vt-c-no-top-margin.vt-list .item,
.vt-c-no-top-margin .vt-gallery-type-lbgallery .thumbnail,
.vt-c-no-top-margin .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .thumbnail {
  padding-top: 0 !important;
}

.vt-c-no-bottom-margin,
.vt-c-no-bottom-margin .gallery.row,
.vt-c-no-bottom-margin figure,
.vt-c-no-bottom-margin figcaption,
.vt-c-no-bottom-margin.vt-list .item,
.vt-c-no-bottom-margin .vt-col,
.vt-c-no-bottom-margin .vt_multibrief_content,
.vt-c-no-bottom-margin .cq-dd-paragraph,
.vt-c-no-bottom-margin .vt-tagcloud,
.vt-c-no-bottom-margin .vt_newsWeather {
  margin-bottom: 0 !important;
}

.vt-c-no-bottom-margin.vt-list .item,
.vt-c-no-bottom-margin .vt-gallery-type-lbgallery .thumbnail,
.vt-c-no-bottom-margin .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .thumbnail {
  padding-bottom: 0 !important;
}

.vt-page-no-top-bottom-margin #vt_with_rb,
.vt-page-no-top-bottom-margin #vt_right_col,
.vt-page-no-top-bottom-margin #vt_no_rb,
.vt-c-no-top-bottom-margin,
.vt-c-no-top-bottom-margin .gallery.row,
.vt-c-no-top-bottom-margin figure,
.vt-c-no-top-bottom-margin figcaption,
.vt-c-no-top-bottom-margin.vt-list .item,
.vt-c-no-top-bottom-margin .vt-col,
.vt-c-no-top-bottom-margin .vt_multibrief_content,
.vt-c-no-top-bottom-margin .cq-dd-paragraph,
.vt-c-no-top-bottom-margin .vt-tagcloud,
.vt-c-no-top-bottom-margin .vt_newsWeather {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.vt-page-no-top-bottom-margin #vt_body_col,
.vt-page-no-top-bottom-margin #vt_no_rb,
.vt-page-no-top-bottom-margin #vt_with_rb .vt-nav-briefs.active,
.vt-page-no-top-bottom-margin #vt_with_rb .vt-rightcol-content,
.vt-c-no-top-bottom-margin.vt-list .item,
.vt-c-no-top-bottom-margin .vt-gallery-type-lbgallery .thumbnail,
.vt-c-no-top-bottom-margin .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .thumbnail {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vt-page-no-bottom-margin #vt_body_col {
  padding-bottom: 0 !important;
}

.vt-c-no-side-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vt-c-no-side-margins.vt-multicolumn > .row > div {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > div {
    padding: 0 15px !important;
  }
}

.vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
    padding: 0 15px !important;
  }
}

.vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
    padding: 0 15px !important;
  }
}

.vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
    padding: 0 15px !important;
  }
}

.vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
    padding: 0 15px !important;
  }
}

.vt-c-no-side-margins.vt-multicolumn > .row > div:first-of-type {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > div:first-of-type {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}

.vt-c-no-side-margins.vt-multicolumn > .row > div:last-of-type {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .vt-c-no-side-margins.vt-multicolumn > .row > div:last-of-type {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}

.vt-c-no-side-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}

.vt-c-no-side-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:last-of-type {
  padding-right: 0 !important;
}

.vt-c-no-side-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}

.vt-c-no-side-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}

.vt-c-no-side-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail:last-of-type {
  padding-right: 0 !important;
}

.vt-page-no-margins #vt_no_rb,
.vt-page-no-margins #vt_with_rb,
.vt-page-no-margins #vt_right_col,
.vt-c-no-margins,
.vt-c-no-margins .gallery.row,
.vt-c-no-margins figure,
.vt-c-no-margins figcaption,
.vt-c-no-margins.vt-list .item,
.vt-c-no-margins.vt-list figure,
.vt-c-no-margins .vt-col,
.vt-c-no-margins .vt_multibrief_content,
.vt-c-no-margins .cq-dd-paragraph,
.vt-c-no-margins .vt-tagcloud,
.vt-c-no-margins .vt_newsWeather {
  margin: 0 !important;
}

@media screen and (min-width: 992px) {
  .vt-page-no-margins #vt_right_col {
    margin-left: 7% !important;
  }
}

.vt-page-no-margins #vt_body_col,
.vt-page-no-margins #vt_with_rb .vt-nav-briefs.active,
.vt-page-no-margins #vt_with_rb .vt-rightcol-content {
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  .vt-page-no-margins #vt_with_rb .vt-body-col {
    padding-right: 5% !important;
  }
}

.vt-c-no-margins.vt-list .item,
.vt-c-no-margins .vt-gallery-type-lbgallery .thumbnail,
.vt-c-no-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .thumbnail {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vt-c-no-margins.vt-multicolumn > .row > div {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .vt-c-no-margins.vt-multicolumn > .row > div {
    padding: 0 15px !important;
  }
}

.vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
    padding: 0 15px !important;
  }
}

.vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
    padding: 0 15px !important;
  }
}

.vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
    padding: 0 15px !important;
  }
}

.vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
    padding: 0 15px !important;
  }
}

.vt-c-no-margins.vt-multicolumn > .row > div:first-of-type {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .vt-c-no-margins.vt-multicolumn > .row > div:first-of-type {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}

.vt-c-no-margins.vt-multicolumn > .row > div:last-of-type {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .vt-c-no-margins.vt-multicolumn > .row > div:last-of-type {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}

.vt-c-no-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}

.vt-c-no-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:last-of-type {
  padding-right: 0 !important;
}

.vt-c-no-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}

.vt-c-no-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}

.vt-c-no-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail:last-of-type {
  padding-right: 0 !important;
}

.vt-c-no-margins .vt-video {
  margin: 0 !important;
}

.vt-c-body-margins {
  margin: 2em 5%;
}

@media screen and (min-width: 768px) {
  .vt-c-body-margins {
    margin: 2em 10%;
  }
  .vt-c-margin-right-25 {
    margin-right: 25vw !important;
  }
  .vt-c-margin-right-40 {
    margin-right: 40vw !important;
  }
  .vt-c-text-p-large p {
    font-size: 1.3333em !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
  }
}
#vt_right_col .vt-c-no-side-margins {
  margin-left: -2em !important;
  margin-right: -2em !important;
}
#vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > div {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > div {
    padding: 0 15px !important;
  }
}
#vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
    padding: 0 15px !important;
  }
}
#vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
    padding: 0 15px !important;
  }
}
#vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
    padding: 0 15px !important;
  }
}
#vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
    padding: 0 15px !important;
  }
}
#vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > div:first-of-type {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > div:first-of-type {
    padding-left: 0 !important;
  }
}
#vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > div:last-of-type {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  #vt_right_col .vt-c-no-side-margins.vt-multicolumn > .row > div:last-of-type {
    padding-right: 0 !important;
  }
}
#vt_right_col .vt-c-no-side-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}
#vt_right_col .vt-c-no-side-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:last-of-type {
  padding-right: 0 !important;
}
#vt_right_col .vt-c-no-side-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}
#vt_right_col .vt-c-no-side-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}
#vt_right_col .vt-c-no-side-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail:last-of-type {
  padding-right: 0 !important;
}
#vt_right_col .vt-c-no-margins,
#vt_right_col .vt-c-no-margins .gallery.row,
#vt_right_col .vt-c-no-margins figure,
#vt_right_col .vt-c-no-margins .vt-col,
#vt_right_col .vt-c-no-margins .vt_multibrief_content,
#vt_right_col .vt-c-no-margins .cq-dd-paragraph,
#vt_right_col .vt-c-no-margins .vt-tagcloud,
#vt_right_col .vt-c-no-margins .vt_newsWeather {
  margin: 0 -1em !important;
}
#vt_right_col .vt-c-no-margins.download,
#vt_right_col .vt-c-no-margins.vt-doctext,
#vt_right_col .vt-c-no-margins.feedreader,
#vt_right_col .vt-c-no-margins.vt-rawhtml,
#vt_right_col .vt-c-no-margins.vtcta,
#vt_right_col .vt-c-no-margins.vtctalink {
  margin: 0 -2em !important;
}
#vt_right_col .vt-c-no-margins.vt-list {
  margin: 0 -2em !important;
}
#vt_right_col .vt-c-no-margins.vt-list figure {
  margin: 0 !important;
}
#vt_right_col .vt-c-no-margins.vt-list .item,
#vt_right_col .vt-c-no-margins .vt-gallery-type-lbgallery .thumbnail,
#vt_right_col .vt-c-no-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .thumbnail {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#vt_right_col .vt-c-no-margins.vt-multicolumn > .row > div {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  #vt_right_col .vt-c-no-margins.vt-multicolumn > .row > div {
    padding: 0 15px !important;
  }
}
#vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  #vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(3) {
    padding: 0 15px !important;
  }
}
#vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  #vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-3.col-md-6:nth-child(2) {
    padding: 0 15px !important;
  }
}
#vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  #vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(4) {
    padding: 0 15px !important;
  }
}
#vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
  padding: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  #vt_right_col .vt-c-no-margins.vt-multicolumn > .row > .col-lg-2.col-md-4:nth-child(3) {
    padding: 0 15px !important;
  }
}
#vt_right_col .vt-c-no-margins > .row > div:first-of-type {
  padding-left: 0 !important;
}
#vt_right_col .vt-c-no-margins > .row > div:last-of-type {
  padding-right: 0 !important;
}
#vt_right_col .vt-c-no-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}
#vt_right_col .vt-c-no-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:last-of-type {
  padding-right: 0 !important;
}
#vt_right_col .vt-c-no-margins .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}
#vt_right_col .vt-c-no-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail:first-of-type {
  padding-left: 0 !important;
}
#vt_right_col .vt-c-no-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail:last-of-type {
  padding-right: 0 !important;
}

.vt-no-container-margins #vt_no_rb,
.vt-no-container-margins .vtcontainer {
  margin: 0 !important;
}

.vt-no-tags.vt-article .vt-tags {
  display: none !important;
}

.vt-c-list-no-carets li::before,
.vt-c-list-no-carets li::after {
  content: none !important;
}

.vt-list-leftRight-image-square.vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure {
  height: auto;
}
.vt-list-leftRight-image-square.vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
  height: auto;
  padding-top: 100%;
}
.vt-list-leftRight-image-square.vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .vt-list-leftRight-image-square.vt-list .vt-num-col-1 .item .vt-list-item-title {
    font-size: 1em;
  }
}

/* stylelint-enable */
.mr-6 {
  margin-right: 0.125rem;
}

.w-33 {
  width: 33.33% !important;
}

.vt-center-cta-text .vt-callToAction-message-heading {
  text-align: center !important;
  border-radius: 5px !important;
}
.vt-center-cta-text .vt-callToAction-message {
  background-color: rgba(107, 25, 52, 0.7) !important;
  border-radius: 5px !important;
}
.vt-center-cta-text .vt-callToAction-primary {
  font-family: "rubik", sans-serif !important;
  font-weight: 900 !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
}
.vt-center-cta-text .vt-callToAction-message-description {
  font-family: "rubik", sans-serif !important;
  font-weight: 900 !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
}

.vt-cta-display-caption .vt-callToAction-supplement-fig-container {
  display: none !important;
}

.vt-cta-display-caption .vt-image {
  margin: 0 !important;
}

.vt-cta-display-caption .vt-image-caption {
  margin: 1em 1.5em;
}

.vt-cta-display-caption .vt-image-caption::after {
  content: none;
}

.vt-body-gutters-white main {
  background-color: rgb(255, 255, 255);
}

.vt-body-font-crimsontext #vt_main span,
.vt-body-font-crimsontext #vt_main article,
.vt-body-font-crimsontext #vt_main aside,
.vt-body-font-crimsontext #vt_main h1, .vt-body-font-crimsontext #vt_main h2, .vt-body-font-crimsontext #vt_main h3, .vt-body-font-crimsontext #vt_main h4, .vt-body-font-crimsontext #vt_main h5, .vt-body-font-crimsontext #vt_main h6,
.vt-body-font-crimsontext #vt_main p, .vt-body-font-crimsontext #vt_main blockquote,
.vt-body-font-crimsontext #vt_main a, .vt-body-font-crimsontext #vt_main b, .vt-body-font-crimsontext #vt_main strong, .vt-body-font-crimsontext #vt_main i, .vt-body-font-crimsontext #vt_main em, .vt-body-font-crimsontext #vt_main mark, .vt-body-font-crimsontext #vt_main small, .vt-body-font-crimsontext #vt_main sub, .vt-body-font-crimsontext #vt_main sup,
.vt-body-font-crimsontext #vt_main ul, .vt-body-font-crimsontext #vt_main ol, .vt-body-font-crimsontext #vt_main li,
.vt-body-font-crimsontext #vt_main table, .vt-body-font-crimsontext #vt_main thead, .vt-body-font-crimsontext #vt_main tbody, .vt-body-font-crimsontext #vt_main tfoot, .vt-body-font-crimsontext #vt_main tr, .vt-body-font-crimsontext #vt_main th, .vt-body-font-crimsontext #vt_main td,
.vt-body-font-crimsontext #vt_main form, .vt-body-font-crimsontext #vt_main input, .vt-body-font-crimsontext #vt_main textarea, .vt-body-font-crimsontext #vt_main select, .vt-body-font-crimsontext #vt_main option, .vt-body-font-crimsontext #vt_main button, .vt-body-font-crimsontext #vt_main label, .vt-body-font-crimsontext #vt_main fieldset, .vt-body-font-crimsontext #vt_main legend,
.vt-body-font-crimsontext #vt_main figure {
  font-family: "crimsontext", serif !important;
}

.vt-body-font-acherus #vt_main span,
.vt-body-font-acherus #vt_main article,
.vt-body-font-acherus #vt_main aside,
.vt-body-font-acherus #vt_main h1, .vt-body-font-acherus #vt_main h2, .vt-body-font-acherus #vt_main h3, .vt-body-font-acherus #vt_main h4, .vt-body-font-acherus #vt_main h5, .vt-body-font-acherus #vt_main h6,
.vt-body-font-acherus #vt_main p, .vt-body-font-acherus #vt_main blockquote,
.vt-body-font-acherus #vt_main a, .vt-body-font-acherus #vt_main b, .vt-body-font-acherus #vt_main strong, .vt-body-font-acherus #vt_main i, .vt-body-font-acherus #vt_main em, .vt-body-font-acherus #vt_main mark, .vt-body-font-acherus #vt_main small, .vt-body-font-acherus #vt_main sub, .vt-body-font-acherus #vt_main sup,
.vt-body-font-acherus #vt_main ul, .vt-body-font-acherus #vt_main ol, .vt-body-font-acherus #vt_main li,
.vt-body-font-acherus #vt_main table, .vt-body-font-acherus #vt_main thead, .vt-body-font-acherus #vt_main tbody, .vt-body-font-acherus #vt_main tfoot, .vt-body-font-acherus #vt_main tr, .vt-body-font-acherus #vt_main th, .vt-body-font-acherus #vt_main td,
.vt-body-font-acherus #vt_main form, .vt-body-font-acherus #vt_main input, .vt-body-font-acherus #vt_main textarea, .vt-body-font-acherus #vt_main select, .vt-body-font-acherus #vt_main option, .vt-body-font-acherus #vt_main button, .vt-body-font-acherus #vt_main label, .vt-body-font-acherus #vt_main fieldset, .vt-body-font-acherus #vt_main legend,
.vt-body-font-acherus #vt_main figure {
  font-family: "Acherus", sans-serif !important;
}

.vt-body-font-rubik #vt_main span,
.vt-body-font-rubik #vt_main article,
.vt-body-font-rubik #vt_main aside,
.vt-body-font-rubik #vt_main h1, .vt-body-font-rubik #vt_main h2, .vt-body-font-rubik #vt_main h3, .vt-body-font-rubik #vt_main h4, .vt-body-font-rubik #vt_main h5, .vt-body-font-rubik #vt_main h6,
.vt-body-font-rubik #vt_main p, .vt-body-font-rubik #vt_main blockquote,
.vt-body-font-rubik #vt_main a, .vt-body-font-rubik #vt_main b, .vt-body-font-rubik #vt_main strong, .vt-body-font-rubik #vt_main i, .vt-body-font-rubik #vt_main em, .vt-body-font-rubik #vt_main mark, .vt-body-font-rubik #vt_main small, .vt-body-font-rubik #vt_main sub, .vt-body-font-rubik #vt_main sup,
.vt-body-font-rubik #vt_main ul, .vt-body-font-rubik #vt_main ol, .vt-body-font-rubik #vt_main li,
.vt-body-font-rubik #vt_main table, .vt-body-font-rubik #vt_main thead, .vt-body-font-rubik #vt_main tbody, .vt-body-font-rubik #vt_main tfoot, .vt-body-font-rubik #vt_main tr, .vt-body-font-rubik #vt_main th, .vt-body-font-rubik #vt_main td,
.vt-body-font-rubik #vt_main form, .vt-body-font-rubik #vt_main input, .vt-body-font-rubik #vt_main textarea, .vt-body-font-rubik #vt_main select, .vt-body-font-rubik #vt_main option, .vt-body-font-rubik #vt_main button, .vt-body-font-rubik #vt_main label, .vt-body-font-rubik #vt_main fieldset, .vt-body-font-rubik #vt_main legend,
.vt-body-font-rubik #vt_main figure {
  font-family: "rubik", sans-serif !important;
}

.vt-breadcrumbs-hide .gateway {
  display: none !important;
}

/* Every fourth list image display in mobile view */
@media screen and (max-width: 767px) {
  .vt-mobile-list-image-every-fourth .vt-list-item-imgWrapper {
    display: none !important;
  }
  .vt-mobile-list-image-every-fourth .item:nth-child(4n+1) .vt-list-item-imgWrapper {
    display: block !important;
  }
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item {
    margin-bottom: 0;
  }
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item .vt-list-item-title-link .vt-list-item-video-playWrapper {
    display: inline-block;
    position: relative;
    top: -4px;
    width: 1em;
    height: 1em;
    padding: 0;
    margin-right: 0.25em;
  }
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item .vt-list-item-title-link .vt-list-item-video-playWrapper .vt-list-item-video-play {
    width: 1em;
    height: 1em;
  }
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item .vt-list-item-title-link .vt-list-item-video-playWrapper .vt-list-item-video-play-icon {
    margin: 0 0 0 2px;
  }
  /********** BEGIN VIDEO PLAY BUTTON STYLES */
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item .vt-list-item-title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item .vt-list-item-title .vt-list-item-video-playWrapper {
    display: inline-block;
    position: relative;
    width: 0.75em;
    height: 0.75em;
    padding: 0;
    margin-top: 0.1875em;
    margin-right: 0.25em;
  }
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item .vt-list-item-title .vt-list-item-video-playWrapper .vt-list-item-video-play {
    border-color: var(--vt-white);
    width: 0.75em;
    height: 0.75em;
  }
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item .vt-list-item-title .vt-list-item-video-playWrapper .vt-list-item-video-play .vt-list-item-video-play-icon {
    color: var(--vt-white);
    margin: 0 0 0 2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item .vt-list-item-title .vt-list-item-video-playWrapper .vt-list-item-video-play .vt-list-item-video-play-icon {
    margin: 0 0 0 1px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1350px) {
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item .vt-list-item-title .vt-list-item-video-playWrapper .vt-list-item-video-play .vt-list-item-video-play-icon {
    margin: 0 0 0 2px;
  }
}
@media screen and (max-width: 767px) {
  .vt-mobile-list-image-every-fourth .vt-num-col-1 .item .vt-list-item-title-link {
    flex-grow: 1;
  }
}
/********** END VIDEO PLAY BUTTON STYLES */
/********** BEGIN MULTICOLUMN BACKGROUND COLOR STYLES */
.vt-col-right-turquoise > .row > div:last-of-type {
  background-color: var(--vt-turquoise-4s) !important;
}

@media screen and (min-width: 768px) {
  .vt-col-right-turquoise > .row > div:last-of-type {
    border-radius: 0 0 2em 2em;
  }
}
.vt-col-right-teal > .row > div:last-of-type {
  background-color: var(--vt-teal-1s) !important;
}

@media screen and (min-width: 768px) {
  .vt-col-right-teal > .row > div:last-of-type {
    border-radius: 0 0 2em 2em;
  }
}
.vt-col-right-orange > .row > div:last-of-type {
  background-color: var(--vt-burntOrangeWeb) !important;
}

@media screen and (min-width: 768px) {
  .vt-col-right-orange > .row > div:last-of-type {
    border-radius: 0 0 2em 2em;
  }
}
.vt-col-right-hokieStone > .row > div:last-of-type {
  background-color: var(--vt-hokieStone) !important;
}

@media screen and (min-width: 768px) {
  .vt-col-right-hokieStone > .row > div:last-of-type {
    border-radius: 0 0 2em 2em;
  }
}
.vt-col-right-purple > .row > div:last-of-type {
  background-color: var(--vt-purple) !important;
}

@media screen and (min-width: 768px) {
  .vt-col-right-purple > .row > div:last-of-type {
    border-radius: 0 0 2em 2em;
  }
}
.vt-col-right-white > .row > div:last-of-type {
  background-color: var(--vt-white) !important;
}

/********** END MULTICOLUMN BACKGROUND COLOR STYLES */
/********** BEGIN MULTICOLUMN GUTTER AND RADIUS UTIL CLASSES */
.vt-c-multicolumn-no-gutters.vt-multicolumn > .row > div {
  padding: 0 !important;
}

.vt-c-multicolumn-border-radius.vt-multicolumn > .row > div:first-of-type {
  padding: 0 5%;
  border-radius: 2em;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .vt-c-multicolumn-border-radius.vt-multicolumn > .row > div:first-of-type {
    padding: 0 1em 0 5%;
    margin-bottom: 0;
  }
}
.vt-c-multicolumn-border-radius.vt-multicolumn > .row > div:last-of-type {
  padding: 0 5%;
  border-radius: 2em;
}

@media screen and (min-width: 768px) {
  .vt-c-multicolumn-border-radius.vt-multicolumn > .row > div:last-of-type {
    padding: 0 5% 0 1em;
  }
}
/********** END MULTICOLUMN GUTTER AND RADIUS UTIL CLASSES */
/************************************************************************* END UTIL STYLES */
/************************************** BEGIN COLOR UTILITY CLASSES */ /* stylelint-disable */
/* BEGIN Foregrounds */
.vt-fg-maroon-1s {
  color: rgb(134, 31, 65) !important;
  border-color: rgb(134, 31, 65) !important;
}

.vt-fg-burntOrange {
  color: rgb(229, 117, 31) !important;
  border-color: rgb(229, 117, 31) !important;
}

.vt-fg-hokieStone {
  color: rgb(117, 120, 123) !important;
  border-color: rgb(117, 120, 123) !important;
}

.vt-fg-white {
  color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
}

.vt-fg-purple {
  color: rgb(100, 38, 103) !important;
  border-color: rgb(100, 38, 103) !important;
}

.vt-fg-pink {
  color: rgb(206, 0, 88) !important;
  border-color: rgb(206, 0, 88) !important;
}

.vt-fg-sunset {
  color: rgb(237, 139, 0) !important;
  border-color: rgb(237, 139, 0) !important;
}

.vt-fg-yellow {
  color: rgb(247, 234, 72) !important;
  border-color: rgb(247, 234, 72) !important;
}

.vt-fg-teal {
  color: rgb(80, 133, 144) !important;
  border-color: rgb(80, 133, 144) !important;
}

.vt-fg-turquoise {
  color: rgb(44, 213, 196) !important;
  border-color: rgb(44, 213, 196) !important;
}

.vt-fg-grey {
  color: rgb(215, 210, 203) !important;
  border-color: rgb(215, 210, 203) !important;
}

.vt-fg-smoke {
  color: rgb(229, 225, 230) !important;
  border-color: rgb(229, 225, 230) !important;
}

.vt-fg-blue {
  color: rgb(0, 60, 113) !important;
  border-color: rgb(0, 60, 113) !important;
}

.vt-fg-burntOrangeWeb {
  color: rgb(198, 70, 0) !important;
  border-color: rgb(198, 70, 0) !important;
}

/* END Foregrounds */
/* BEGIN Backgrounds */
.vt-bg-maroon-1s {
  background-color: rgb(134, 31, 65) !important;
}

.vt-bg-burntOrange {
  background-color: rgb(229, 117, 31) !important;
}

.vt-bg-hokieStone {
  background-color: rgb(117, 120, 123) !important;
}

.vt-bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.vt-bg-purple {
  background-color: rgb(100, 38, 103) !important;
}

.vt-bg-pink {
  background-color: rgb(206, 0, 88) !important;
}

.vt-bg-sunset {
  background-color: rgb(237, 139, 0) !important;
}

.vt-bg-yellow {
  background-color: rgb(247, 234, 72) !important;
}

.vt-bg-teal {
  background-color: rgb(80, 133, 144) !important;
}

.vt-bg-turquoise {
  background-color: rgb(44, 213, 196) !important;
}

.vt-bg-grey {
  background-color: rgb(215, 210, 203) !important;
}

.vt-bg-smoke {
  background-color: rgb(229, 225, 230) !important;
}

.vt-bg-blue {
  background-color: rgb(0, 60, 113) !important;
}

.vt-bg-burntOrangeWeb {
  background-color: rgb(198, 70, 0) !important;
}

/* END Backgrounds */
/************************************** END COLOR UTILITY CLASSES */ /* stylelint-enable */
/************************************************************************* BEGIN SITEMAP */
.sitemap .linkcontainer {
  margin-left: 30px;
}

.sitemap .link::before {
  content: "- ";
}

.sitemap > .text > .linkcontainer > .link::after {
  content: " (site level)";
}

/************************************************************************* END SITEMAP */
/************************************************************************* BEGIN VT ALERTS */
#vt_alert_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
  background-color: rgb(179, 0, 0);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #vt_alert_wrapper {
    flex-direction: row;
    justify-content: flex-start;
  }
}
#vt_alert_wrapper > .row {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 2;
  width: 100%;
  margin: 0 1em 1.25em;
}
@media screen and (min-width: 768px) {
  #vt_alert_wrapper > .row {
    width: auto;
    margin: 0 1em;
  }
}
#vt_alert_wrapper a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
#vt_alert_wrapper.vt-close-alert {
  height: 100%;
}
#vt_alert_wrapper.vt-close-alert p {
  display: none;
}
#vt_alert_wrapper .fa-warning,
#vt_alert_wrapper .fa-exclamation-triangle {
  font-size: 2em;
  color: rgb(255, 255, 255);
  width: 100%;
  margin: 0 0 0.75em;
}
@media screen and (min-width: 768px) {
  #vt_alert_wrapper .fa-warning,
#vt_alert_wrapper .fa-exclamation-triangle {
    width: auto;
    margin: 0 0.5em 0;
  }
}
#vt_alert_wrapper .vt-alert {
  color: rgb(255, 255, 255);
  text-align: left;
  width: 100%;
}
#vt_alert_wrapper .vt-alert-message {
  color: rgb(255, 255, 255);
}
#vt_alert_wrapper .vt-alert-message .vt-alert-header {
  font-size: 1.75em;
  line-height: 1;
  margin-bottom: 0.5em;
}
#vt_alert_wrapper .vt-alert-message p {
  font-size: 1em;
  font-family: "Acherus", sans-serif;
  font-weight: 400;
  margin: 0;
}
#vt_alert_wrapper .vt-alert-message .vt-alert-date {
  font-size: 0.8em;
  font-style: italic;
}

#vt_alert_hide_show {
  background-color: rgb(255, 255, 255);
  font-size: 0.8em;
  color: rgb(117, 120, 123);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #vt_alert_hide_show {
    width: auto;
    margin: 0 1em;
  }
}

/************************************************************************* END VT ALERTS */
/*

  CORNER
	========================
	the corner text anchor

*/
/*

  CORNER -- BOTTOM RIGHT
	========================
	the corner text anchor for bottom right
  @param $width: the width and initial positioning of the corner
  @param (optional) $offset: the extra vertical spacing

*/
/************************************************************************* BEGIN VIDEO HEADER STYLES */
.vt-vidHeader {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 100%;
}

#vt_bgVid,
.vt-bgVid {
  display: block;
  width: 100%;
  height: auto;
}

.vt-vidPlayPause {
  position: absolute;
  display: block;
  background-image: url("https://www.assets.cms.vt.edu/images/media-pause.svg");
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  left: 5%;
  top: 30px;
  bottom: auto;
  padding: 0;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .vt-vidPlayPause {
    top: auto;
    bottom: 30px;
  }
}
.vt-vidPlayPause:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.vt-vidPlayPause:hover {
  cursor: pointer;
}

.vt-vidPlayPause.vt-pauseButton {
  background-image: url("https://www.assets.cms.vt.edu/images/media-pause.svg");
}

.vt-vidPlayPause.vt-playButton {
  background-image: url("https://www.assets.cms.vt.edu/images/media-play.svg");
}

@media screen and (min-width: 992px) {
  .vt-vid-overlay-column {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .vt-vid-overlay-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin: 5vw 0 0 5vw;
  }
}
.vt-vid-overlay {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 2em;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .vt-vid-overlay {
    max-width: 40vw;
  }
}
.vt-vid-header,
.vt-vid-subhead {
  font-family: "Acherus", sans-serif;
  display: none;
  line-height: 1.2;
}

.vt-vid-header {
  color: rgb(255, 255, 255);
  font-size: 2em;
  font-weight: 700;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .vt-vid-header {
    font-size: 3em;
    text-shadow: none;
    margin-bottom: 15px;
  }
}
.vt-vid-subhead {
  color: rgb(255, 255, 255);
  font-size: 1em;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .vt-vid-subhead {
    font-size: 1.5em;
    font-weight: 500;
    text-shadow: none;
  }
}
.vt-vid-header.on,
.vt-vid-subhead.on {
  display: block;
}

.vt-vid-overlay a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .vt-home-featuredComponent .vt-vidHeader {
    max-height: 64vh;
  }
}

/************************************************************************* END VIDEO HEADER STYLES */
/************************************** BEGIN OVERLAY POSITION AND BACKGROUND MIXIN */
.vt-carousel.vt-overlay-light h3,
.vt-carousel.vt-overlay-light p,
.vt-carousel.vt-overlay-light a:not(.carousel-control),
.vt-vidHeader.vt-overlay-light span,
.vt-vidHeader.vt-overlay-light p {
  color: rgb(255, 255, 255);
}

.vt-vidHeader.vt-overlay-light .vt-vid-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.vt-carousel.vt-overlay-dark h3,
.vt-carousel.vt-overlay-dark p,
.vt-carousel.vt-overlay-dark a:not(.carousel-control),
.vt-vidHeader.vt-overlay-dark span,
.vt-vidHeader.vt-overlay-dark p {
  color: rgb(0, 0, 0);
}

.vt-vidHeader.vt-overlay-dark .vt-vid-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 992px) {
  .vt-carousel.vt-overlay-topLeft .carousel-caption,
.vt-carousel.vt-overlay-topRight .carousel-caption,
.vt-carousel.vt-overlay-topLeft .carousel-caption .container,
.vt-carousel.vt-overlay-middleLeft .carousel-caption .container,
.vt-carousel.vt-overlay-bottomLeft .carousel-caption .container,
.vt-vidHeader.vt-overlay-topLeft .vt-vid-overlay-column,
.vt-vidHeader.vt-overlay-topRight .vt-vid-overlay-column,
.vt-vidHeader.vt-overlay-topLeft .vt-vid-overlay-row,
.vt-vidHeader.vt-overlay-middleLeft .vt-vid-overlay-row,
.vt-vidHeader.vt-overlay-bottomLeft .vt-vid-overlay-row {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 992px) {
  .vt-carousel.vt-overlay-middleLeft .carousel-caption,
.vt-carousel.vt-overlay-middleRight .carousel-caption,
.vt-vidHeader.vt-overlay-middleLeft .vt-vid-overlay-column,
.vt-vidHeader.vt-overlay-middleRight .vt-vid-overlay-column {
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .vt-carousel.vt-overlay-bottomLeft .carousel-caption,
.vt-carousel.vt-overlay-bottomRight .carousel-caption,
.vt-carousel.vt-overlay-topRight .carousel-caption .container,
.vt-carousel.vt-overlay-middleRight .carousel-caption .container,
.vt-carousel.vt-overlay-bottomRight .carousel-caption .container,
.vt-vidHeader.vt-overlay-bottomLeft .vt-vid-overlay-column,
.vt-vidHeader.vt-overlay-bottomRight .vt-vid-overlay-column,
.vt-vidHeader.vt-overlay-topRight .vt-vid-overlay-row,
.vt-vidHeader.vt-overlay-middleRight .vt-vid-overlay-row,
.vt-vidHeader.vt-overlay-bottomRight .vt-vid-overlay-row {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .vt-carousel.vt-overlay-bottomLeft .carousel-caption .container,
.vt-vidHeader.vt-overlay-bottomLeft .vt-vid-overlay-row {
    margin: 0 0 8vw 0;
    padding-left: 5vw;
  }
}

@media screen and (min-width: 992px) {
  .vt-carousel.vt-overlay-topRight .carousel-caption .container,
.vt-vidHeader.vt-overlay-topRight .vt-vid-overlay-row {
    margin: 5vw 0 0;
    padding-right: 5vw;
  }
}

@media screen and (min-width: 992px) {
  .vt-carousel.vt-overlay-middleRight .carousel-caption .container,
.vt-carousel.vt-overlay-bottomRight .carousel-caption .container,
.vt-vidHeader.vt-overlay-middleRight .vt-vid-overlay-row,
.vt-vidHeader.vt-overlay-bottomRight .vt-vid-overlay-row {
    margin: 0 0 8vw 0;
    padding-right: 5vw;
  }
}

/*
.vt-carousel.vt-overlay-light.withBackground .carousel-caption .container {
  background-color: rgba($black, 0.65);
  padding: 4em;
  margin: 5.5em;
}

.vt-carousel.vt-overlay-dark.withBackground .carousel-caption .container {
  background-color: rgba($yardline-white, 0.65);
  padding: 4em;
  margin: 5.5em;
}
*/
/************************************** END OVERLAY POSITION AND BACKGROUND MIXIN */
.vt-socialMedia {
  color: #4d4d4d;
}
.vt-socialMedia h3 {
  font-size: 1em;
  font-family: "Acherus", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
}
.vt-socialMedia .follow-virginia-tech-icons > a:not(:last-child) span {
  margin-right: 5px;
}
.vt-socialMedia .follow-virginia-tech-icons span::before {
  color: #4d4d4d;
}

.follow-virginia-tech-icons {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
  width: 100%;
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .follow-virginia-tech-icons {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.follow-virginia-tech-icons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5em;
  width: 1.5em;
}
.follow-virginia-tech-icons a:last-of-type {
  padding-right: 0;
}

.vt-tiktok-icon {
  background-image: url("https://assets.cms.vt.edu/images/icons/tiktok.svg");
  width: 1.5rem;
  height: 1.5rem;
}

/************ BEGIN NEW SOCIAL MEDIA STYLES */
.vt-social-follow-heading {
  margin-bottom: 1rem;
  border-bottom: 2px solid black;
}
.vt-social-follow-heading > :first-child {
  margin-bottom: 1rem;
  line-height: 1;
}

.vt-social-follow-icons {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 1em 0;
  margin: 0;
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .vt-social-follow-icons {
    flex-wrap: nowrap;
  }
}
.vt-social-follow-icons .vt-social-follow-link {
  display: flex;
  width: 1em;
  height: 1em;
}
.vt-social-follow-icons .vt-social-follow-link:hover {
  color: var(--vt-blue-4t);
}

.vt-follow-large-icons .vt-social-follow-link {
  width: 1.34em;
  height: 1.34em;
}

.vt-follow-small-icons .vt-social-follow-link {
  width: 0.75em;
  height: 0.75em;
}

.vt-follow-maroon-icons .vt-social-follow-link {
  color: var(--vt-maroon);
}

.vt-follow-light-icons .vt-social-follow-link {
  color: white;
}
.vt-follow-light-icons .vt-social-follow-link:hover {
  color: var(--vt-burntOrangeWeb);
}

.vt-footer-bottom .vt-social-follow-icons,
.vt-browse-nav-wrapper .vt-social-follow-icons {
  align-self: center;
  justify-content: center;
}
.vt-footer-bottom .vt-social-follow-icons .vt-social-follow-link,
.vt-browse-nav-wrapper .vt-social-follow-icons .vt-social-follow-link {
  color: white;
}
.vt-footer-bottom .vt-social-follow-icons .vt-social-follow-link:hover,
.vt-browse-nav-wrapper .vt-social-follow-icons .vt-social-follow-link:hover {
  color: var(--vt-burntOrangeWeb) !important;
}

.vt-browse-nav-wrapper .vt-social-follow-icons {
  flex-wrap: wrap;
}

.vt-footer-bottom li:has(> .vt-follow-pinterest-link, > .vt-follow-spotify-link) {
  display: none !important;
}

/************ END NEW SOCIAL MEDIA STYLES */
.vt-bg-light {
  background: rgb(229, 225, 230);
}

.vt-bg-dark {
  background: rgb(134, 31, 65);
}

.vt-bg-black {
  background: rgb(0, 0, 0);
}

.vt-bg-orange {
  background: rgb(198, 70, 0);
}

.vt-bg-white {
  background: rgb(255, 255, 255);
}

.vt-bg-maroon {
  background: rgb(134, 31, 65);
}

/************************************** BEGIN BASIC MODAL STYLES */
.vt-basicModal {
  position: relative;
  background-color: var(--vt-smoke);
  border-radius: 1em;
  padding: 3.5em 2em 2em;
  margin-right: 1em;
  margin-left: 1em;
  max-width: 480px;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  pointer-events: auto;
  cursor: default;
}
@media screen and (min-height: 640px) {
  .vt-basicModal {
    height: auto;
  }
}
.vt-basicModal * {
  user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  pointer-events: auto;
  cursor: default;
}

.vt-basicModal-closeBtn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 0.5em;
  right: 0.5em;
  background: none;
  border: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  border-radius: 50%;
  text-align: center;
  height: 32px;
  width: 32px;
}
@media screen and (min-width: 768px) {
  .vt-basicModal-closeBtn {
    top: 1em;
    right: 1em;
  }
}

.vt-basicModal-closeBtn:focus {
  outline-color: rgb(0, 0, 0) !important;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.vt-vaccineModal {
  position: relative;
  background-color: var(--vt-smoke);
  border-radius: 1em;
  padding: 0;
  max-width: 280px;
  width: 100%;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  pointer-events: auto;
  cursor: default;
}
@media screen and (min-height: 640px) {
  .vt-vaccineModal {
    height: auto;
  }
}
.vt-vaccineModal * {
  user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  pointer-events: auto;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .vt-vaccineModal {
    max-width: 420px;
  }
}
.vt-vaccine-reg {
  position: relative;
  border-radius: 1em;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-transform: translateZ(0);
}

.vt-vaccine-heading {
  background-color: var(--vt-maroon);
  border-bottom: 3px solid var(--vt-burntOrange);
  color: white;
  font-family: "rubik", sans-serif !important;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 1.5em 1em 0.6667em;
}

.vt-vaccine-info {
  background-color: var(--vt-smoke);
  text-align: center;
  width: 100%;
}

.vt-vaccine-message {
  font-family: "gineso-condensed", sans-serif !important;
  font-style: italic;
  font-size: 1.3333em;
  text-align: center;
}

.vt-vaccine-link {
  border-radius: 2em;
  background-color: var(--vt-maroon);
  box-shadow: 0 0 10px rgba(23, 24, 25, 0.45);
  font-family: "gineso-condensed", sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  max-width: 50%;
  width: 100%;
  padding: 0.6667em 1.25em;
  margin: 0 auto 2em;
}

.vt-vaccine-link a,
.vt-vaccine-link a:hover {
  color: white !important;
}

.vt-vaccine-link a:focus {
  outline-color: white;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.vt-vaccine-done {
  display: none;
  text-align: center;
}

.vt-vaccine-hokiebird {
  margin: 1em auto 2em;
}

/************************************** END BASIC MODAL STYLES */
/************************************** BEGIN New Universal Modal STYLES */
.header #vt_resources_dialog:modal, .header #vt_shop_dialog:modal, .header #vt_access_dialog:modal, .aem-AuthorLayer-Edit .vt-modal.vt-vtcontainer, #vt_main .vt-dialog:modal {
  background-color: #171819;
  border: 1px solid #3b3c3e;
  color: #fff;
  overflow-y: scroll;
  border-radius: 10px;
}
.header #vt_resources_dialog:focus:modal, .header #vt_shop_dialog:focus:modal, .header #vt_access_dialog:focus:modal, .aem-AuthorLayer-Edit .vt-modal.vt-vtcontainer:focus, #vt_main .vt-dialog:focus:modal, .header #vt_resources_dialog:modal :focus, .header #vt_shop_dialog:modal :focus, .header #vt_access_dialog:modal :focus, .aem-AuthorLayer-Edit .vt-modal.vt-vtcontainer :focus, #vt_main .vt-dialog:modal :focus {
  outline-color: #fff;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.header .vt-modal-content, #vt_main .vt-modal.vt-vtcontainer .vt-modal-content {
  display: block;
  flex-direction: unset;
  justify-content: unset;
  align-items: center;
  position: unset;
  padding: 20px;
  background-color: unset;
  border: unset !important;
  color: unset;
  overflow-y: scroll;
  padding: 1em 2em;
}

.header #vt_resources_dialog .vt-modal-close, .header #vt_shop_dialog .vt-modal-close, .header #vt_access_dialog .vt-modal-close, #vt_main .vt-dialog .vt-modal-close {
  display: flex;
  align-self: flex-end;
  position: relative;
  justify-content: center;
  align-items: center;
  justify-self: end;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: 1px solid rgba(229, 225, 230, 0.5);
  color: #fff;
  border-radius: 0;
}
.header #vt_resources_dialog .vt-modal-close > svg, .header #vt_shop_dialog .vt-modal-close > svg, .header #vt_access_dialog .vt-modal-close > svg, #vt_main .vt-dialog .vt-modal-close > svg {
  pointer-events: none;
}

.header #vt_resources_dialog .vt-modal-content .vt-eyebrow-resources-item-link, .header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-item-link, #vt_main .vt-modal.vt-vtcontainer a:not(.vt-ctaLink) {
  margin: 3px 0;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  font-family: inherit;
  transition: outline 0.1s ease;
  text-decoration: underline;
}
.header #vt_resources_dialog .vt-modal-content .vt-eyebrow-resources-item-link:hover, .header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-item-link:hover, #vt_main .vt-modal.vt-vtcontainer a:hover:not(.vt-ctaLink) {
  color: var(--vt-burntOrange);
  text-decoration-thickness: 3px;
}

.header #vt_resources_dialog .vt-modal-content .vt-eyebrow-resources-options, .header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-options {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
  list-style: unset;
  padding: 1em;
  margin: auto;
}
.header #vt_resources_dialog .vt-modal-content .vt-eyebrow-resources-options ::marker, .header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-options ::marker {
  color: white;
}

#vt_main .vt-dialog .vt-modal-label {
  font-size: 1.25em;
  font-weight: 600;
  color: inherit;
}

.header #vt_resources_dialog::backdrop, .header #vt_shop_dialog::backdrop, .header #vt_access_dialog::backdrop, #vt_main .vt-dialog::backdrop {
  -webkit-backdrop-filter: brightness(0.075) blur(0.75rem);
          backdrop-filter: brightness(0.075) blur(0.75rem);
}

.vt-modal-ctalink .vt-modal-open-icon {
  width: 1.5em;
  height: 1.5em;
  position: relative;
  bottom: 1px;
}

.vt-modal-ctalink, #vt_main .vt-modal-dark .vt-ctaLink, #vt_main .vt-modal-light .vt-ctaLink, #vt_main .vt-modal-orange .vt-ctaLink, #vt_main .vt-modal-maroon .vt-ctaLink {
  border-radius: 5px !important;
}

.vt-parallax-stripe.vt-full-width .vt-parallax-callout, .header .vt-modal-content, #vt_main .vt-modal.vt-vtcontainer .vt-modal-content, .header #vt_resources_dialog .vt-modal-content .vt-eyebrow-resources-item-link, .header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-item-link, #vt_main .vt-modal.vt-vtcontainer a:not(.vt-ctaLink) {
  font-family: Rubik, "gineso-condensed" !important;
}
:is(.vt-parallax-stripe.vt-full-width .vt-parallax-callout > *, .header .vt-modal-content > *, #vt_main .vt-modal.vt-vtcontainer .vt-modal-content > *, .header #vt_resources_dialog .vt-modal-content .vt-eyebrow-resources-item-link > *, .header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-item-link > *, #vt_main .vt-modal.vt-vtcontainer a:not(.vt-ctaLink) > *) {
  font-family: inherit !important;
}

#vt_main .vt-modal.vt-vtcontainer a.vt-ctaLink {
  text-decoration: initial;
}
#vt_main .vt-modal.vt-vtcontainer h2, #vt_main .vt-modal.vt-vtcontainer h3, #vt_main .vt-modal.vt-vtcontainer h4, #vt_main .vt-modal.vt-vtcontainer h5, #vt_main .vt-modal.vt-vtcontainer h5 {
  font-family: inherit;
}
#vt_main .vt-modal.vt-vtcontainer p {
  margin-bottom: 1rem;
}
#vt_main .vt-modal-maroon .vt-modal-close {
  border-radius: 2px;
}
#vt_main .vt-modal-maroon .vt-dialog:modal {
  background-color: var(--vt-maroon);
  border: 1px solid var(--vt-maroon-2t);
  color: #fff;
}
#vt_main .vt-modal-orange .vt-dialog:modal {
  background-color: var(--vt-burntOrangeWeb);
  border: 1px solid var(--vt-burntOrangeWeb-1t);
  color: #fff;
}
#vt_main .vt-modal-light .vt-dialog:modal {
  background-color: white;
  border-color: unset;
  color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal :focus {
  outline-color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal a:not(.vt-ctaLink) {
  color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal a:not(.vt-ctaLink):hover {
  color: var(--vt-burntOrange);
}
#vt_main .vt-modal-light .vt-dialog:modal .vt-modal-close {
  border: 2px solid black;
  color: black;
}
#vt_main .vt-modal-dark .vt-dialog:modal {
  background-color: var(--vt-hokieStone-6s);
  border: 1px solid var(--vt-hokieStone-4s);
  color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal :focus {
  outline-color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal a:not(.vt-ctaLink) {
  color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal a:not(.vt-ctaLink):hover {
  color: var(--vt-burntOrange);
}
#vt_main .vt-modal-dark .vt-dialog:modal .vt-modal-close {
  border-color: rgba(229, 225, 230, 0.5);
  color: #fff;
}
#vt_main .vt-modal-orange .vt-modal-close {
  border-radius: 2px;
}
#vt_main .vt-modal-maroon .vt-dialog:modal {
  background-color: var(--vt-maroon);
  border: 1px solid var(--vt-maroon-2t);
  color: #fff;
}
#vt_main .vt-modal-orange .vt-dialog:modal {
  background-color: var(--vt-burntOrangeWeb);
  border: 1px solid var(--vt-burntOrangeWeb-1t);
  color: #fff;
}
#vt_main .vt-modal-light .vt-dialog:modal {
  background-color: white;
  border-color: unset;
  color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal :focus {
  outline-color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal a:not(.vt-ctaLink) {
  color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal a:not(.vt-ctaLink):hover {
  color: var(--vt-burntOrange);
}
#vt_main .vt-modal-light .vt-dialog:modal .vt-modal-close {
  border: 2px solid black;
  color: black;
}
#vt_main .vt-modal-dark .vt-dialog:modal {
  background-color: var(--vt-hokieStone-6s);
  border: 1px solid var(--vt-hokieStone-4s);
  color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal :focus {
  outline-color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal a:not(.vt-ctaLink) {
  color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal a:not(.vt-ctaLink):hover {
  color: var(--vt-burntOrange);
}
#vt_main .vt-modal-dark .vt-dialog:modal .vt-modal-close {
  border-color: rgba(229, 225, 230, 0.5);
  color: #fff;
}
#vt_main .vt-modal-light .vt-modal-close {
  border-radius: 2px;
}
#vt_main .vt-modal-maroon .vt-dialog:modal {
  background-color: var(--vt-maroon);
  border: 1px solid var(--vt-maroon-2t);
  color: #fff;
}
#vt_main .vt-modal-orange .vt-dialog:modal {
  background-color: var(--vt-burntOrangeWeb);
  border: 1px solid var(--vt-burntOrangeWeb-1t);
  color: #fff;
}
#vt_main .vt-modal-light .vt-dialog:modal {
  background-color: white;
  border-color: unset;
  color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal :focus {
  outline-color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal a:not(.vt-ctaLink) {
  color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal a:not(.vt-ctaLink):hover {
  color: var(--vt-burntOrange);
}
#vt_main .vt-modal-light .vt-dialog:modal .vt-modal-close {
  border: 2px solid black;
  color: black;
}
#vt_main .vt-modal-dark .vt-dialog:modal {
  background-color: var(--vt-hokieStone-6s);
  border: 1px solid var(--vt-hokieStone-4s);
  color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal :focus {
  outline-color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal a:not(.vt-ctaLink) {
  color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal a:not(.vt-ctaLink):hover {
  color: var(--vt-burntOrange);
}
#vt_main .vt-modal-dark .vt-dialog:modal .vt-modal-close {
  border-color: rgba(229, 225, 230, 0.5);
  color: #fff;
}
#vt_main .vt-modal-dark .vt-modal-close {
  border-radius: 2px;
}
#vt_main .vt-modal-maroon .vt-dialog:modal {
  background-color: var(--vt-maroon);
  border: 1px solid var(--vt-maroon-2t);
  color: #fff;
}
#vt_main .vt-modal-orange .vt-dialog:modal {
  background-color: var(--vt-burntOrangeWeb);
  border: 1px solid var(--vt-burntOrangeWeb-1t);
  color: #fff;
}
#vt_main .vt-modal-light .vt-dialog:modal {
  background-color: white;
  border-color: unset;
  color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal :focus {
  outline-color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal a:not(.vt-ctaLink) {
  color: black;
}
#vt_main .vt-modal-light .vt-dialog:modal a:not(.vt-ctaLink):hover {
  color: var(--vt-burntOrange);
}
#vt_main .vt-modal-light .vt-dialog:modal .vt-modal-close {
  border: 2px solid black;
  color: black;
}
#vt_main .vt-modal-dark .vt-dialog:modal {
  background-color: var(--vt-hokieStone-6s);
  border: 1px solid var(--vt-hokieStone-4s);
  color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal :focus {
  outline-color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal a:not(.vt-ctaLink) {
  color: #fff;
}
#vt_main .vt-modal-dark .vt-dialog:modal a:not(.vt-ctaLink):hover {
  color: var(--vt-burntOrange);
}
#vt_main .vt-modal-dark .vt-dialog:modal .vt-modal-close {
  border-color: rgba(229, 225, 230, 0.5);
  color: #fff;
}

.vt-bodycol-content .vt-modal > .vt-vtcontainer-content:not(:has(> dialog)) {
  display: none;
}

.aem-AuthorLayer-Edit .vt-bodycol-content .vt-modal > .vt-vtcontainer-content {
  display: initial;
}
.vt-modal-ctalink:hover {
  text-decoration: none;
}

:is(#vt_main) a[class*=vt-modal-name-]:not(.vt-ctaLink) {
  -webkit-text-decoration: underline double !important;
          text-decoration: underline double !important;
}

.header #vt_access_dialog .vt-modal-close {
  background-color: transparent;
  border: 1px solid rgba(229, 225, 230, 0.5);
  color: #fff;
}
.header #vt_access_dialog:modal:focus, .header #vt_access_dialog:modal :focus {
  outline-color: var(--vt-burntOrange);
}
.header #vt_access_dialog .vt-modal-content .vt-modal-label,
.header #vt_access_dialog .vt-modal-content .vt-access-item-link {
  font-family: inherit;
  transition: outline 0.1s ease;
}
.header #vt_access_dialog .vt-modal-content .vt-access-item {
  border: 1px solid rgba(229, 225, 230, 0.5);
  flex-basis: 47%;
  margin-bottom: 1em;
}
.header #vt_access_dialog .vt-modal-content .vt-access-item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Acherus", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px;
  margin: 0;
  width: 128px;
  height: 128px;
}
.header #vt_access_dialog .vt-modal-content .vt-access-item-link:hover, .header #vt_access_dialog .vt-modal-content .vt-access-item-link:active, .header #vt_access_dialog .vt-modal-content .vt-access-item-link:visited {
  color: rgb(255, 255, 255);
}
.header #vt_access_dialog .vt-modal-content .vt-access-item-link:focus {
  background-color: transparent;
}
.header #vt_access_dialog .vt-modal-content .vt-access-item-link .vt-access-item-linkImage {
  width: 100%;
  height: 100%;
  max-width: 32px;
  max-height: 32px;
  margin-bottom: 1em;
}
.header #vt_access_dialog .vt-modal-content .vt-access-item-link[aria-pressed=true] {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.header #vt_access_dialog .vt-modal-content .vt-access-slider {
  border: none;
  border-top: 1px solid rgba(229, 225, 230, 0.5);
  flex-basis: 100%;
  margin: 0.5em 0;
}
.header #vt_access_dialog .vt-modal-content .vt-access-item-slider {
  display: flex;
  align-items: center;
  background-color: rgb(23, 24, 25);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 0;
  padding: 1em 0;
  width: 100%;
}
.header #vt_access_dialog .vt-modal-content .vt-access-item-sliderImage {
  max-height: 3rem;
  margin-right: 0.67em;
}
.header #vt_access_dialog .vt-modal-content .vt-access-item-slider-text {
  font-size: 0.8em;
  text-align: left;
  width: 100%;
}
.header #vt_access_dialog .vt-modal-content .vt-access-options {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.header #vt_access_dialog .vt-modal-content .vt-access-options .vt-underline-on {
  display: inline-block;
  font-weight: 600;
}
.header #vt_access_dialog .vt-modal-content .vt-access-options .vt-underline-off {
  display: none;
  font-weight: 600;
}
.header #vt_access_dialog .vt-modal-content .vt-access-options.vt-underline .vt-underline-on {
  display: none;
}
.header #vt_access_dialog .vt-modal-content .vt-access-options.vt-underline .vt-underline-off {
  display: inline-block;
}
.header #vt_shop_dialog .vt-modal-close {
  background-color: transparent;
  border: 1px solid rgba(229, 225, 230, 0.5);
  color: #fff;
  border-radius: 0;
}
.header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-item-link {
  text-decoration: none;
}
.header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-item-link .vt-eyebrow-shop-title {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: var(--vt-burntOrange);
          text-decoration-color: var(--vt-burntOrange);
}
.header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-item-link .vt-eyebrow-shop-description {
  font-size: 0.85em;
}
.header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-item-link:hover .vt-eyebrow-shop-title {
  text-decoration-thickness: 3px;
}
.header .vt-resources-for-wrapper {
  border-left: 1px solid #e5e1e6;
  padding: 0 20px;
}
.header #vt_resources_dialog .vt-modal-close {
  background-color: transparent;
  border: 1px solid rgba(229, 225, 230, 0.5);
  color: #fff;
  border-radius: 0;
}
.header #vt_resources_dialog:modal:focus, .header #vt_resources_dialog:modal :focus {
  outline-color: var(--vt-burntOrange);
}
/************************************** END New Universal Modal Styles */
/************************************** END UTILITY STYLES*/
/************************************** BEGIN BASE STYLES*/
/************************************************************************* BEGIN GENERIC TAG STYLES */
html {
  overflow-x: hidden;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 2;
  font-family: "Acherus", sans-serif;
  color: rgb(0, 0, 0);
  overflow: hidden;
  padding: 0;
}

main {
  position: relative;
  background-color: rgb(242, 240, 242);
}

.row {
  margin: 0;
}

.vt-page-path {
  position: relative;
  background-color: rgb(59, 60, 62);
  padding: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  .vt-page-path {
    padding: 1em 0;
  }
}

.vt-page-info {
  position: relative;
  background-color: rgb(59, 60, 62);
  padding: 0 5% 3em 5%;
}
@media screen and (min-width: 992px) {
  .vt-page-info {
    padding: 0 10% 9em 10%;
  }
}
.vt-page-info .vt-page-title,
.vt-page-info .vt-tag-title {
  width: 100%;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .vt-page-info .vt-page-title,
.vt-page-info .vt-tag-title {
    font-size: 3em;
  }
}
.vt-page-info .vt-page-subtitle,
.vt-page-info .vt-tag-description {
  width: 100%;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}

.vt-one-content-area {
  position: relative;
  display: block;
  width: auto;
  top: -3em;
  background-color: rgb(255, 255, 255);
  padding: 0;
  margin: 0 5% 2em 5%;
  font-size: 0.8em;
  line-height: 1.6;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .vt-one-content-area {
    font-size: 1em;
    line-height: 2;
  }
}
@media screen and (min-width: 992px) {
  .vt-one-content-area {
    margin: 0 10% 2em 10%;
    top: -8em;
  }
}

.parbase > div {
  position: relative;
  margin-bottom: 20px;
}

.media {
  margin-top: 0;
}

#vt_with_rb,
#vt_no_rb {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

#vt_no_rb {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #vt_no_rb {
    margin: 3em 0 0;
  }
}

#vt_no_rb::after {
  clear: both;
}

#vt_with_rb {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  #vt_with_rb {
    margin: 3em 10% 0;
  }
}

#vt_with_rb > .row {
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  #vt_with_rb > .row {
    flex-wrap: nowrap;
  }
}

#vt_with_rb .vt-body-col {
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  #vt_with_rb .vt-body-col {
    padding-right: 5%;
  }
}

#vt_with_rb div[class$=-body] > div > .adaptiveimage {
  display: block;
  overflow: hidden;
}

#vt_with_rb div[class$=-body] > .vt-bodycol-content > .text,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vtnavigation,
#vt_with_rb div[class$=-body] > .vt-authors-body,
#vt_with_rb div[class$=-body] > .vt-programStudy-contact,
#vt_with_rb div[class$=-body] > .vt-building-namesake,
#vt_with_rb div[class$=-body] > .vt-building-history {
  margin: 2em 5%;
}
@media screen and (min-width: 992px) {
  #vt_with_rb div[class$=-body] > .vt-bodycol-content > .text,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vtnavigation,
#vt_with_rb div[class$=-body] > .vt-authors-body,
#vt_with_rb div[class$=-body] > .vt-programStudy-contact,
#vt_with_rb div[class$=-body] > .vt-building-namesake,
#vt_with_rb div[class$=-body] > .vt-building-history {
    margin: 2em 0 2em;
  }
}

#vt_with_rb div[class$=-body] > .vt-bodycol-content > .gallery,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage > .vt-image,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vtmulticolumn > .vt-multicolumn,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .download,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .feedreader,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .list > .vt-list,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .media > .vt-video,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .mediaexternal > .vt-video,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .reference,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .rawhtml > .vt-rawhtml,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .search,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vtmultitab,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vtcontainer,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .weatherreader,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .tagcloud {
  margin: 2em 5%;
}
@media screen and (min-width: 992px) {
  #vt_with_rb div[class$=-body] > .vt-bodycol-content > .gallery,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage > .vt-image,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vtmulticolumn > .vt-multicolumn,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .download,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .feedreader,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .list > .vt-list,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .media > .vt-video,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .mediaexternal > .vt-video,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .reference,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .rawhtml > .vt-rawhtml,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .search,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vtmultitab,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vtcontainer,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .weatherreader,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .tagcloud {
    margin: 2em 0 2em;
  }
}

.norightcol .vt-one-content-area .vt-articleImage.vt-text-margins {
  padding: 0 12.5%;
}

#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vt-text-margins > div,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vt-heading-only.vt-text-margins {
  margin: 2em 5% !important;
}
@media screen and (min-width: 992px) {
  #vt_with_rb div[class$=-body] > .vt-bodycol-content > .vt-text-margins > div,
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vt-heading-only.vt-text-margins {
    margin: 2em 0 2em !important;
  }
}

#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vt-text-margins.vtcontainer {
  margin: 2em 0;
}

@media screen and (max-width: 767px) {
  #vt_with_rb div[class$=-body] > .vt-bodycol-content > .vt-text-margins .vtmulticolumn div[class*=col-md-] {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  #vt_with_rb div[class$=-body] > .vt-bodycol-content > .vt-text-margins .vtmulticolumn div[class*=col-lg-] {
    padding: 0 !important;
  }
}

/* NO RIGHT COLUMN */
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .text,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vtnavigation,
#vt_no_rb div[class$=-body] > .vt-authors-body,
#vt_no_rb div[class$=-body] > .vt-programStudy-contact,
#vt_no_rb div[class$=-body] > .vt-building-namesake,
#vt_no_rb div[class$=-body] > .vt-building-history,
#vt_no_rb div[class$=-body] > .vt-building-data {
  margin: 2em 5%;
}
@media screen and (min-width: 768px) {
  #vt_no_rb div[class$=-body] > .vt-bodycol-content > .text,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vtnavigation,
#vt_no_rb div[class$=-body] > .vt-authors-body,
#vt_no_rb div[class$=-body] > .vt-programStudy-contact,
#vt_no_rb div[class$=-body] > .vt-building-namesake,
#vt_no_rb div[class$=-body] > .vt-building-history,
#vt_no_rb div[class$=-body] > .vt-building-data {
    margin: 2em 20%;
  }
}

#vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage {
  display: block;
  overflow: hidden;
}

#vt_no_rb div[class$=-body] > .vt-bodycol-content > .text.vt-heading-only,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .gallery,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage > .vt-image,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vtmulticolumn > .vt-multicolumn,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .download,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .feedreader,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .list > .vt-list,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .media > .vt-video,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .mediaexternal > .vt-video,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .reference,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .rawhtml > .vt-rawhtml,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .search,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vtmultitab,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vtcontainer,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .weatherreader,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .tagcloud {
  margin: 2em 5%;
}
@media screen and (min-width: 768px) {
  #vt_no_rb div[class$=-body] > .vt-bodycol-content > .text.vt-heading-only,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .gallery,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage > .vt-image,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vtmulticolumn > .vt-multicolumn,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .download,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .feedreader,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .list > .vt-list,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .media > .vt-video,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .mediaexternal > .vt-video,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .reference,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .rawhtml > .vt-rawhtml,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .search,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vtmultitab,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vtcontainer,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .weatherreader,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .tagcloud {
    margin: 2em 10%;
  }
}

#vt_no_rb div[class$=-body] > .vt-bodycol-content > .text.vt-table-margin {
  padding: 0;
  margin: 2em 5%;
}
@media screen and (min-width: 768px) {
  #vt_no_rb div[class$=-body] > .vt-bodycol-content > .text.vt-table-margin {
    padding: 0;
    margin: 2em 10%;
  }
}

#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vt-text-margins > div,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vt-heading-only.vt-text-margins {
  margin: 2em 5% !important;
}
@media screen and (min-width: 768px) {
  #vt_no_rb div[class$=-body] > .vt-bodycol-content > .vt-text-margins > div,
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vt-heading-only.vt-text-margins {
    margin: 2em 20% !important;
  }
}

#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vt-text-margins.vtcontainer {
  margin: 2em 0;
}

@media screen and (max-width: 767px) {
  #vt_no_rb div[class$=-body] > .vt-bodycol-content > .vt-text-margins .vtmulticolumn div[class*=col-md-] {
    padding: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  #vt_no_rb div[class$=-body] > .vt-bodycol-content > .vt-text-margins .vtmulticolumn div[class*=col-lg-] {
    padding: 0 !important;
  }
}

#vt_body_col {
  clear: both;
  padding: 0 0 5em;
}

footer :focus,
nav :focus,
.vt-one-preHeader :focus,
.vt-access-dialog :focus,
.vt-access-toggle:focus,
.vt-subnav-droplist-control:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.gateway :focus {
  outline-color: var(--vt-hokieStone-2s);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
@media screen and (min-width: 768px) {
  .gateway :focus {
    outline-color: rgb(255, 255, 255);
  }
}

.vt-tags :focus {
  outline-color: var(--vt-hokieStone-2s);
  outline-style: dashed;
  outline-width: 2px;
  outline-offset: 3px;
}

.vt-subnav-droplist :focus,
.vt-one-content-area :focus,
.vt-nav-toggle:focus,
.vt-search-toggle:focus,
.vt-programStudy-extra :focus,
.header-col > *:focus,
.header-col .vt-logo-link:focus,
.bio-content .vt-bio-contactDetails :focus {
  outline-color: var(--vt-hokieStone-2s);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.vt-search .vt-search-form :focus,
.vt-search .vt-go-button :focus,
.vt-search-wrapper .vt-search-form :focus,
.vt-search-wrapper .vt-searchbox-input-wrapper :focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.vt-subnav-droplist-control.open:focus {
  outline: none;
}

.vt-subnav-droplist-control.open:focus .vt-subnav-page-title {
  outline-color: var(--vt-hokieStone-2s);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

/* stylelint-disable declaration-no-important */
.vt-resources-options [tabindex="-1"]:focus {
  outline-color: rgb(255, 255, 255) !important;
  outline-offset: 3px !important;
  outline-style: dashed !important;
  outline-width: 2px !important;
}

/* stylelint-enable declaration-no-important */
/* stylelint-disable no-descending-specificity */
.vt-text.vt-add-hyphens * {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.vt-text p > a:hover {
  color: var(--vt-blue-3t);
}

a {
  position: relative;
  color: rgb(198, 70, 0);
  cursor: pointer;
}
a:hover {
  color: var(--vt-blue-3t);
}

h1 {
  font-size: 2.5em;
  line-height: 1.05em;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.75em;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 1.875em;
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.875em;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 2.25em;
  }
}

h3 {
  font-size: 1.625em;
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.625em;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 1.75em;
  }
}

h4 {
  font-size: 1.125em;
  line-height: 1.222222em;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 1.5em;
  }
}

h5 {
  font-size: 0.875em;
  line-height: 1.222222em;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 1.25em;
  }
}

h6 {
  font-size: 0.792em;
  line-height: 1.222222em;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 0.792em;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 1em;
  }
}

a:visited {
  position: relative;
  color: rgb(198, 70, 0);
  cursor: pointer;
}

.btn-primary:visited,
.btn-secondary:visited,
.btn-dark:visited {
  color: rgb(255, 255, 255);
}

.btn-light:visited {
  color: rgb(23, 24, 25);
}

p,
span {
  font-weight: 400;
}

p {
  margin-bottom: 2em;
}

.vt-text a,
.vtTabs a,
.tab-list a,
.vt-download a,
.vt-authors-body a,
.vt-programStudy-contact a,
.weatherreader a {
  color: rgb(198, 70, 0);
  text-decoration: underline;
}
.vt-text a:hover,
.vtTabs a:hover,
.tab-list a:hover,
.vt-download a:hover,
.vt-authors-body a:hover,
.vt-programStudy-contact a:hover,
.weatherreader a:hover {
  color: var(--vt-blue-3t);
}

.gallery-featured-item p,
.vt-download a,
.vt_feed_items span,
.vt_feed_items a,
.vt-text p,
.vt-text li,
.vt-text th,
.vt-text td,
.vt-text p a {
  font-size: 1em;
}

.vt-text li a {
  text-decoration: none;
  font-weight: 600;
}
.vt-text li a:hover {
  text-decoration: underline;
}

.vt-text h1 > a,
.vt-text a > h1,
.vt-text h2 > a,
.vt-text a > h2,
.vt-text h3 > a,
.vt-text a > h3,
.vt-text h4 > a,
.vt-text a > h4,
.vt-text h5 > a,
.vt-text a > h5,
.vt-text h6 > a,
.vt-text a > h6 {
  text-decoration: none;
}

.vt-text h1 > a:hover,
.vt-text h1 > a:active,
.vt-text a:hover > h1,
.vt-text a:active > h1,
.vt-text h2 > a:hover,
.vt-text h2 > a:active,
.vt-text a:hover > h2,
.vt-text a:active > h2,
.vt-text h3 > a:hover,
.vt-text h3 > a:active,
.vt-text a:hover > h3,
.vt-text a:active > h3,
.vt-text h4 > a:hover,
.vt-text h4 > a:active,
.vt-text a:hover > h4,
.vt-text a:active > h4,
.vt-text h5 > a:hover,
.vt-text h5 > a:active,
.vt-text a:hover > h5,
.vt-text a:active > h5,
.vt-text h6 > a:hover,
.vt-text h6 > a:active,
.vt-text a:hover > h6,
.vt-text a:active > h6 {
  /* font-weight: 400; */
  text-decoration: underline;
}

/* stylelint-enable no-descending-specificity */
br {
  display: block;
}

ol, ul {
  margin-bottom: 2em;
}

ul {
  list-style: square;
}

ul,
ol {
  padding: 0 0 0 4em;
}

::marker {
  color: rgb(134, 31, 65);
  font-weight: 600;
}

.vt_skip,
.vt-skip {
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
  width: auto;
  height: auto;
  z-index: 11000;
}

.home-content > .row > .col-12 {
  padding: 0;
  width: 100%;
}

figure {
  position: relative;
}

/************************************************************************* END GENERIC TAG STYLES */
/************************************************************************* BEGIN NAV STYLES */
/************************************** BEGIN HEADER */
.header {
  display: block;
  border-bottom: 1px solid rgb(229, 225, 230);
  box-shadow: 0 0 10px rgb(229, 225, 230);
}
.header .vt-one-headerRow {
  background-color: rgb(255, 255, 255);
  flex-wrap: nowrap;
  height: 80px;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header .vt-one-headerRow {
    padding: 0 35px;
  }
}

.header-col {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .header .vt-one-headerRow {
    padding: 0 15px !important;
  }
}
.header > .vt-rawhtml ul > li::before, .header .vt-text ul > li::before {
  background-color: transparent;
}

.vt-wordMark .vt-wordMark-text {
  background-color: transparent !important;
}

.vt-wordMark .vt-wordMark-link {
  background-color: transparent !important;
}

.vt-wordMark {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .vt-wordMark {
    left: 30px;
  }
}
.vt-wordMark .vt-wordMark-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "VTWordMark", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none !important;
  width: auto;
  height: 100%;
}
.vt-wordMark .vt-wordMark-link:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-wordMark .vt-wordMark-logo-image {
  height: 1.5em;
  margin-right: 0.67em;
}
.vt-wordMark .vt-wordMark-text {
  display: block;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  max-height: 0.9em;
}

#vt_logo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
}
#vt_logo .vt-logo-link {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 600px;
  height: 64px;
  overflow: hidden;
  text-decoration: none !important;
}
#vt_logo .vt-logo-image {
  display: block;
  position: relative;
  height: 2em;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  #vt_logo .vt-logo-image {
    height: 3em;
  }
}
#vt_logo .vt-logo-divider {
  display: block;
  position: relative;
  border-left: 2px solid rgb(229, 117, 31);
  margin: 0 1em 0 calc(1em - 2px);
  height: 3em;
  padding-top: 3em;
}
#vt_logo .vt-logo-text {
  display: block;
  position: relative;
  color: rgb(134, 31, 65);
  font-family: "gineso-condensed", sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  max-width: 600px;
}
@media screen and (min-width: 576px) {
  #vt_logo .vt-logo-text {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 820px) {
  #vt_logo .vt-logo-text {
    font-size: 1.5em;
  }
}

#vt_nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-basis: 48px;
  flex-grow: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 10px 0 15px;
}
@media screen and (min-width: 768px) {
  #vt_nav {
    flex-basis: 115px;
  }
}
#vt_nav.open {
  background-color: rgba(229, 225, 230, 0.5);
}

.vt-nav-toggleLabel {
  position: absolute;
  display: inline-block;
  font-family: "gineso-condensed", sans-serif;
  font-weight: 600;
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.075em;
  line-height: 1;
  color: rgb(255, 255, 255);
  width: 1px;
  height: 1px;
  margin-bottom: 0;
  margin-right: 10px;
  text-transform: uppercase;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .vt-nav-toggleLabel {
    position: relative;
    color: rgb(0, 0, 0);
    width: auto;
    height: auto;
    vertical-align: text-bottom;
  }
}

.vt-nav-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: rgb(198, 70, 0);
  background-color: transparent;
  width: auto;
  padding: 0;
  z-index: 99;
  position: relative;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
.vt-nav-toggle .fa-bars,
.vt-nav-toggle .fa-times {
  font-size: 1.33334em;
}
@media screen and (min-width: 576px) {
  .vt-nav-toggle .fa-bars,
.vt-nav-toggle .fa-times {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 1.5em;
  }
}
.vt-nav-toggle:focus {
  color: rgb(198, 70, 0);
  background-color: transparent;
}

.vt-one-preHeader-wrapper {
  background: rgb(134, 31, 65);
}

.vt-one-preHeader {
  background: rgb(134, 31, 65);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 30px;
  background: linear-gradient(60deg, rgb(229, 117, 31) 1px, rgb(209, 87, 31) 6px, rgb(134, 31, 65) 18px, rgb(134, 31, 65) calc(100% - 18px), rgb(209, 87, 31) calc(100% - 6px), rgb(229, 117, 31) calc(100% - 1px));
}
@media screen and (min-width: 768px) {
  .vt-one-preHeader {
    background: linear-gradient(60deg, rgb(229, 117, 31) 5px, rgb(209, 87, 31) 10px, rgb(134, 31, 65) 35px, rgb(134, 31, 65) calc(100% - 35px), rgb(209, 87, 31) calc(100% - 10px), rgb(229, 117, 31) calc(100% - 5px));
  }
}

.vt-actions-header {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .vt-actions-header {
    display: flex;
  }
}

.vt-shop-wrapper {
  position: relative;
  display: block;
}

.vt-shop-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "Acherus", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}
.vt-shop-toggle .vt-shop-toggle-text {
  display: block;
  position: relative;
  text-transform: uppercase;
}
.vt-shop-toggle .fa-chevron-down {
  display: block;
  position: relative;
  margin-left: 10px;
  font-size: 1em;
}
.vt-shop-toggle:hover {
  text-decoration: none;
}
.vt-shop-toggle:focus {
  background-color: transparent;
}

.vt-shop-options {
  display: none;
  position: absolute;
  background-color: rgb(23, 24, 25);
  top: 26px;
  right: 0;
  height: 0;
  width: 200px;
  transition: height 0.3s ease-out 0.5s;
  list-style-type: none;
  z-index: 10;
  text-align: left;
}
.vt-shop-options .vt-shop-item-link {
  display: block;
  position: relative;
  font-family: "Acherus", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.4;
  margin: 3px 0;
  color: rgb(255, 255, 255);
  opacity: 0;
}
.vt-shop-options .vt-shop-item-link:hover {
  text-decoration: none;
}
.vt-shop-options .vt-shop-title {
  font-size: 1.25em;
  font-weight: 600;
}
.vt-shop-options .vt-shop-description {
  font-style: italic;
}

.vt-shop-options.open {
  display: block;
  height: auto;
  padding: 20px;
  transition: height 0.3s ease-out 0.5s;
  z-index: 1000;
}
.vt-shop-options.open .vt-shop-item {
  padding: 1em 0;
}
.vt-shop-options.open .vt-shop-item:not(:last-of-type) {
  border-bottom: 1px solid rgb(229, 225, 230);
}
.vt-shop-options.open .vt-shop-item-link {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.vt-shop-toggle[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
}

.vt-resources-for-wrapper {
  position: relative;
  display: block;
  padding: 0 20px;
  border-left: 1px solid rgb(229, 225, 230);
}

.vt-resources-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "Acherus", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}
.vt-resources-toggle .vt-resources-toggle-text {
  display: block;
  position: relative;
}
.vt-resources-toggle .fa-chevron-down {
  display: block;
  position: relative;
  margin-left: 10px;
  font-size: 1em;
}
.vt-resources-toggle:hover {
  text-decoration: none;
}
.vt-resources-toggle:focus {
  background-color: transparent;
}

.vt-resources-options {
  display: none;
  position: fixed;
  background-color: rgb(23, 24, 25);
  top: 40px;
  right: 0;
  height: 0;
  width: auto;
  transition: height 0.3s ease-out 0.5s;
  list-style-type: none;
  z-index: 0;
  text-align: left;
}
.vt-resources-options .vt-resources-item-link {
  font-family: "Acherus", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.4;
  margin: 3px 0;
  color: rgb(255, 255, 255);
  opacity: 0;
}
.vt-resources-options .vt-resources-item-link:hover {
  text-decoration: none;
}

.vt-resources-options.open {
  display: block;
  height: auto;
  padding: 20px;
  transition: height 0.3s ease-out 0.5s;
  z-index: 1000;
}
.vt-resources-options.open .vt-resources-item-link {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.vt-resources-toggle[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
}

/************************************** END HEADER */
/************************************** BEGIN OFF CANVAS NAV */
.vt-bodyNoScroll {
  overflow: hidden;
}

.vt-pageContext-modal,
.vt-body-modal,
.vt-footer-modal {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 999999;
}
.vt-pageContext-modal .vt-modal-close,
.vt-body-modal .vt-modal-close,
.vt-footer-modal .vt-modal-close {
  border: none;
  display: block;
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 100%;
  font-size: 1px;
  cursor: pointer;
}

#vt_offcanvas_nav {
  position: fixed;
  display: none;
  height: 100%;
  width: 0;
  z-index: 1;
  top: 121px;
  right: 0;
  background-color: rgb(0, 0, 0);
  overflow-x: hidden;
  padding: 0 0 20vh 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#vt_offcanvas_nav .vt-parent-org {
  padding: 0;
}
#vt_offcanvas_nav .vt-parentOrgContainer {
  background-color: rgb(23, 24, 25);
  padding: 0 32px 15px 32px;
  width: 100%;
}
#vt_offcanvas_nav .vt-parentOrgContainer:first-child {
  padding-top: 25px;
}
#vt_offcanvas_nav .vt-currentSiteTitle,
#vt_offcanvas_nav .vt-parentOrgTitle {
  display: block;
  position: relative;
  font-family: "gineso-condensed", sans-serif;
  font-size: 1em;
  letter-spacing: 0.075em;
  color: rgb(255, 255, 255);
  background-color: rgb(23, 24, 25);
  opacity: 0;
}
#vt_offcanvas_nav .vt-parentOrgTitle {
  font-weight: 300;
}
#vt_offcanvas_nav .vt-currentSiteTitle {
  padding: 25px 32px;
  border-bottom: 1px solid rgb(94, 96, 98);
  width: 100%;
}
#vt_offcanvas_nav .vt-currentSiteTitle .vt-currentSiteTitle-link {
  font-weight: 600;
}
#vt_offcanvas_nav .vt-currentSiteTitle .vt-currentSiteTitle-link:hover {
  text-decoration: none;
}
#vt_offcanvas_nav .vt-parentOrgContainer + .vt-currentSiteTitle {
  padding: 0 32px 25px 32px;
}
#vt_offcanvas_nav a {
  color: rgb(255, 255, 255);
}
#vt_offcanvas_nav.open {
  width: 320px;
  transition: width 0.5s ease-out 0.3s;
}
#vt_offcanvas_nav.open .vt-currentSiteTitle,
#vt_offcanvas_nav.open .vt-parentOrgTitle {
  opacity: 1;
  transition: opacity 0.5s ease-out 0.3s;
}
#vt_offcanvas_nav.open .vt-parentOrgContainer .breadcrumb-slash {
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 0 10px;
  font-style: normal;
}

#vt_main_nav {
  display: flex;
  flex-direction: column;
  background-color: rgb(23, 24, 25);
  padding: 1em 0;
  /* stylelint-disable */
  /* stylelint-enable */
}
#vt_main_nav li {
  background-color: rgb(23, 24, 25);
  opacity: 0;
  transition: opacity 0.3s linear;
}
#vt_main_nav > li:first-of-type {
  padding-top: 15px;
}
#vt_main_nav > li:last-of-type {
  padding-bottom: 15px;
}
#vt_main_nav .link-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 32px;
}
#vt_main_nav .link-wrapper a {
  font-family: "gineso-condensed", sans-serif;
  margin: 10px 8px 9px 0;
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.075em;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-transform: uppercase;
}
#vt_main_nav .link-wrapper a:hover,
#vt_main_nav .link-wrapper a:focus {
  text-decoration: none;
}
#vt_main_nav .link-wrapper .fa-times {
  width: 0.75em;
  height: 0.75em;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
#vt_main_nav .link-wrapper.active .fa-times {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
#vt_main_nav .link-wrapper ~ .submenu {
  display: none;
  margin-bottom: 1.5em;
  list-style-type: none;
  padding-left: 0;
}
#vt_main_nav .link-wrapper ~ .submenu a {
  display: none;
  font-family: "Acherus", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#vt_main_nav .link-wrapper.active ~ .submenu {
  display: block;
}
#vt_main_nav .link-wrapper.active ~ .submenu a {
  padding-top: 0;
  margin-top: 10px;
  display: inline-block;
}
#vt_main_nav > .nav-item > .link-wrapper a {
  text-decoration: underline;
}
#vt_main_nav .has-submenu {
  padding-right: 32px;
}
#vt_main_nav .fold-indicator {
  position: relative;
  display: inline-block;
}
#vt_main_nav .fold-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(229, 225, 230, 0.5);
  color: rgb(255, 255, 255);
  font-size: 1em;
  line-height: 1;
  margin-top: 7px;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
#vt_main_nav .fold-icon:focus {
  background-color: transparent;
}
#vt_main_nav .vt-nav-resources-title {
  font-family: "rubik", sans-serif;
  padding: 8px;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.075em;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-transform: uppercase;
}
#vt_main_nav .vt-actions-nav .vt-resources-item {
  background-color: rgb(0, 0, 0);
}
#vt_main_nav .vt-resources-options {
  display: none;
  position: fixed;
  background-color: rgb(59, 60, 62);
  top: 40px;
  right: 35px;
  height: 0;
  width: auto;
  transition: height 0.3s ease-out 0.5s;
  list-style-type: none;
  z-index: 0;
  text-align: left;
}
#vt_main_nav .vt-resources-options .vt-resources-item-link {
  font-family: "Acherus", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.4;
  margin: 3px 0;
  color: rgb(255, 255, 255);
  opacity: 0;
}
#vt_main_nav .vt-resources-options .vt-resources-item-link:hover {
  text-decoration: none;
}
#vt_main_nav .vt-resources-options.open {
  display: block;
  height: auto;
  padding: 20px;
  transition: height 0.3s ease-out 0.5s;
  z-index: 1000;
}
#vt_main_nav .vt-resources-options.open .vt-resources-item-link {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

/************************************** END OFF CANVAS NAV */
/************************************** BEGIN VT_COMMON */
#vt_common {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0;
  padding-left: 0;
}
#vt_common .vt-common-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-family: "Acherus", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  color: rgb(255, 255, 255);
  padding: 0 20px;
}
#vt_common .vt-common-link {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
#vt_common .vt-common-link:hover {
  text-decoration: none;
}

#vt_offcanvas_nav .vt-actions-nav {
  margin-top: 15px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #vt_offcanvas_nav .vt-actions-nav {
    display: none;
  }
}
#vt_offcanvas_nav .vt-actions-nav .vt-common-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  letter-spacing: 0.075em;
  color: rgb(255, 255, 255);
  padding: 8px 35px 15px 32px;
}
#vt_offcanvas_nav .vt-actions-nav .vt-common-options-wrapper {
  display: block;
  position: relative;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
#vt_offcanvas_nav .vt-actions-nav .vt-common-options-wrapper.active {
  max-height: 200px;
  transition: max-height 0.5s ease-out;
}
#vt_offcanvas_nav .vt-actions-nav .vt-common-options {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  background-color: rgb(229, 225, 230);
  margin-top: 10px;
}
#vt_offcanvas_nav .vt-actions-nav .vt-common-options .vt-option-item {
  display: block;
  padding: 0 10px;
}
#vt_offcanvas_nav .vt-actions-nav .vt-common-options .vt-option-link {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 1em;
  font-weight: 400;
  padding: 0;
}
#vt_offcanvas_nav .vt-actions-nav .vt-common-link {
  display: block;
  font-family: "Acherus", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 0;
}
#vt_offcanvas_nav .vt-actions-nav .vt-common-link:hover {
  text-decoration: none;
}

#vt_offcanvas_nav > * {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#vt_offcanvas_nav .vt-shop-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 50px 15px 32px;
}
#vt_offcanvas_nav .vt-shop-wrapper .vt-nav-shop-wrapper {
  display: block;
  width: 100%;
}
#vt_offcanvas_nav .vt-shop-wrapper .fold-icon {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(229, 225, 230, 0.5);
  border-radius: 6px;
  color: rgb(255, 255, 255);
  font-size: 1em;
  padding: 10px;
  line-height: 1;
  margin: 0;
  cursor: pointer;
  width: 100%;
}
#vt_offcanvas_nav .vt-shop-wrapper .fold-icon .fa-times {
  order: 2;
  transition: all 0.2s ease-in-out;
}
#vt_offcanvas_nav .vt-shop-wrapper .fold-icon .rotate {
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
#vt_offcanvas_nav .vt-shop-wrapper .vt-shop-link-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
#vt_offcanvas_nav .vt-shop-wrapper .vt-nav-shop-title {
  font-family: "rubik", sans-serif;
  text-decoration: none;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.075em;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-transform: uppercase;
  order: 1;
}
#vt_offcanvas_nav .vt-shop-wrapper .vt-shop-options {
  display: none;
  position: relative;
  background-color: rgb(0, 0, 0);
  height: 0;
  width: auto;
  transition: height 0.3s ease-out 0.5s;
  list-style-type: none;
  z-index: 0;
}
#vt_offcanvas_nav .vt-shop-wrapper .vt-shop-options .vt-shop-item-link {
  font-family: "Acherus", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.4;
  margin: 3px 0;
  text-transform: none;
  color: rgb(255, 255, 255);
  opacity: 0;
}
#vt_offcanvas_nav .vt-shop-wrapper .vt-shop-options .vt-shop-item-link:hover {
  text-decoration: none;
}
#vt_offcanvas_nav .vt-shop-wrapper .vt-shop-options .vt-shop-description {
  font-style: italic;
}
#vt_offcanvas_nav .vt-shop-wrapper .vt-shop-options.open {
  display: block;
  height: auto;
  padding: 0 20px;
  transition: height 0.3s ease-out 0.5s;
  z-index: 1000;
}
#vt_offcanvas_nav .vt-shop-wrapper .vt-shop-options.open .vt-shop-item-link {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

#vt_offcanvas_nav .vt-resources-for-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 50px 15px 32px;
  margin-top: 1em;
  height: 100%;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .vt-nav-resources-wrapper {
  display: block;
  width: 100%;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .fold-icon {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: 1px solid rgba(229, 225, 230, 0.5);
  border-radius: 6px;
  color: rgb(255, 255, 255);
  font-size: 1em;
  padding: 10px;
  line-height: 1;
  margin: 0;
  cursor: pointer;
  width: 100%;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .fold-icon .fa-times {
  order: 2;
  transition: all 0.2s ease-in-out;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .fold-icon .rotate {
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .vt-resources-link-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .vt-nav-resources-title {
  font-family: "rubik", sans-serif;
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.075em;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-transform: uppercase;
  order: 1;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .vt-resources-options {
  display: none;
  position: relative;
  background-color: rgb(0, 0, 0);
  height: 0;
  width: auto;
  transition: height 0.3s ease-out 0.5s;
  list-style-type: none;
  z-index: 0;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .vt-resources-options .vt-resources-item-link {
  font-family: "Acherus", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1.4;
  margin: 3px 0;
  text-transform: none;
  color: rgb(255, 255, 255);
  opacity: 0;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .vt-resources-options .vt-resources-item-link:hover {
  text-decoration: none;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .vt-resources-options.open {
  display: block;
  height: auto;
  padding: 0 20px;
  transition: height 0.3s ease-out 0.5s;
  z-index: 1000;
}
#vt_offcanvas_nav .vt-resources-for-wrapper .vt-resources-options.open .vt-resources-item-link {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.vt-one-headerRow .open #vt_main_nav li {
  opacity: 1;
  transition: opacity 0.5s ease-out 0.3s;
}
.vt-one-headerRow .open #vt_main_nav li .nav-item {
  padding-left: 2.5em;
}
.vt-one-headerRow .open #vt_offcanvas_nav > * {
  opacity: 1;
  transition: opacity 0.5s ease-out 0.3s;
}

/************************************** END VT_COMMON */
/************************************** START CUSTOM HEADER TEXT STYLES */
.vt-custom-header-black #vt_logo .vt-logo-text {
  color: black;
}

.vt-custom-header-crimson #vt_logo .vt-logo-text {
  font-family: "crimsontext", serif;
  font-weight: 400;
}

.vt-custom-header-acherus #vt_logo .vt-logo-text {
  font-family: "Acherus", sans-serif;
}

.vt-custom-header-sentence-cap #vt_logo .vt-logo-text {
  text-transform: none;
}

/************************************** END CUSTOM HEADER TEXT STYLES */
/************************************************************************* END NAV STYLES */
/* ***************** BEGIN SHARED CUSTOM JSON SEARCH STYLES ******************* */
.vt-header-refinement-wrapper:not(.active),
.vt-header-search-blank:not(.active),
.vt-header-search-wrapper:not(.active),
.vt-person-banner-toggle-text:not(.active),
.vt-results-display:not(.active),
.vt-results:not(.active) {
  display: none !important;
}

.vt-search-drop-shadow {
  box-shadow: 1px 1px 3px 0px var(--vt-grey-1s);
}

.vt-site-search {
  order: 2;
}

.vt-results {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .vt-results.active {
    margin-bottom: 3em;
  }
}
.vt-results .vt-results-display {
  display: flex;
  flex-direction: column;
}

.vt-results-list {
  list-style-type: none;
  padding: 0;
}
.vt-results-list .vt-result-content-wrapper {
  color: #000;
  font-family: Acherus, sans-serif;
}
.vt-results-list .vt-results-list-item {
  border-bottom: 2px solid var(--vt-smoke);
  padding: 1em 0;
}
.vt-videosearch-results [class*=-title], .vt-newssearch-results [class*=-title], .vt-websearch-results [class*=-title] {
  text-decoration: none;
  margin-bottom: 0.25em;
  font-size: 1.5em;
  font-weight: 600;
  font-family: "rubik", sans-serif;
}

.vt-videosearch-results .vt-result-image-wrapper, .vt-newssearch-results .vt-result-image-wrapper, .vt-websearch-results .vt-result-image-wrapper {
  display: none;
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .vt-videosearch-results .vt-result-image-wrapper, .vt-newssearch-results .vt-result-image-wrapper, .vt-websearch-results .vt-result-image-wrapper {
    display: block;
  }
}

.vt-results-list [class*=-desc] {
  width: 100%;
  font-weight: 400;
  font-size: 1em;
}

.vt-results-list [class*=-pubdate] {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}

.vt-videosearch-results [class*=-category-link], .vt-newssearch-results [class*=-category-link] {
  color: #fff;
  background: #000;
  border-radius: 5px;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 0.85em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "gineso-condensed";
  font-weight: 600;
}
.vt-videosearch-results [class*=-category-link]:empty, .vt-newssearch-results [class*=-category-link]:empty {
  display: none;
}

.vt-header-search-blank {
  background: #fff;
  padding: 0 5%;
}
@media screen and (min-width: 1200px) {
  .vt-header-search-blank {
    padding: 0 10%;
  }
}

.vt-static-search-content {
  padding: 3.5em 0;
}

#vt_header_search {
  display: flex;
  height: 100%;
  padding: 0;
}
#vt_header_search.vt-open {
  height: 100%;
}
#vt_header_search.vt-open .linkWrapper {
  height: 100%;
}
#vt_header_search .vt-search-toggle {
  position: relative;
  cursor: pointer;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}

.vt-nav-open #vt_header_search {
  height: 64px;
  margin-top: -1px;
}

.vt-search-wrapper {
  background-color: white;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 100;
  top: 120px;
  left: 0;
  overflow-y: scroll;
  margin: 0;
  padding-bottom: 5em;
}

.vt-header-search-wrapper {
  padding: 0;
  background: white;
}
@media screen and (min-width: 768px) {
  .vt-header-search-wrapper {
    padding: 0 0 7em;
  }
}

.vt-header-refinement-wrapper {
  margin-top: 1.5em;
}

.vt-results-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 3%;
}
@media screen and (min-width: 1200px) {
  .vt-results-wrapper {
    padding: 0 10%;
  }
}
@media screen and (min-width: 992px) {
  .vt-results-wrapper {
    flex-direction: row;
  }
}

.vt-search-options-wrapper {
  margin: 1em 0 0;
  border-radius: 25px;
  background-color: var(--vt-smoke);
}

.vt-header-search-form {
  color: #fff;
  padding: 1.5em 10% 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .vt-header-search-form {
    padding: 1.5em 5%;
  }
}
@media screen and (max-width: 1200px) {
  .vt-header-search-form {
    padding-right: 3%;
    padding-left: 3%;
  }
}
.vt-header-search-form .vt-header-search-q {
  flex: auto;
  border-radius: 25px;
  padding: 0.5em 1em;
  border: none;
  margin-right: 1em;
  background-color: var(--vt-hokieStone-5s);
  border: white 1px solid;
  color: white;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .vt-header-search-form .vt-header-search-q {
    margin-right: 0.5em;
  }
}
.vt-header-search-form .vt-header-search-button {
  background-color: var(--vt-maroon);
  border-radius: 25px;
  border: 0;
  color: #fff;
  font-family: gineso-condensed, sans-serif;
  font-size: 1.125rem;
  padding: 0.5em 3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .vt-header-search-form .vt-header-search-button {
    padding: 0em 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .vt-header-search-form .vt-header-search-button .vt-search-submit-btn-text {
    display: none;
  }
}
.vt-header-search-form .vt-header-search-button .vt-search-submit-btn-img {
  width: 0.75em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .vt-header-search-form .vt-header-search-button .vt-search-submit-btn-img.vt-arrow-right {
    display: none;
  }
}
.vt-header-search-form .vt-header-search-button .vt-search-submit-btn-img.vt-magnify {
  margin-left: 0;
  width: 1em;
}
@media screen and (min-width: 768px) {
  .vt-header-search-form .vt-header-search-button .vt-search-submit-btn-img.vt-magnify {
    display: none;
  }
}
.vt-header-search-form .vt-header-site-search {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr auto;
  grid-template-areas: "frequentSearches checkboxes";
  min-width: 100%;
  padding: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .vt-header-search-form .vt-header-site-search {
    justify-content: right;
    padding: 1em 0;
  }
}
.vt-header-search-form .vt-header-site-search .vt-site-search {
  grid-area: checkboxes;
}
.vt-header-search-form .vt-header-site-search .vt-frequent-searches {
  grid-area: frequentSearches;
}
.vt-header-search-form .vt-header-site-search .vt-site-search {
  font-size: 1.4em;
  font-family: gineso-condensed, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .vt-header-search-form .vt-header-site-search .vt-site-search {
    align-self: start;
  }
}
.vt-header-search-form .vt-header-site-search .vt-site-search.horizontal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media screen and (min-width: 2160px) {
  .vt-header-search-form .vt-header-site-search .vt-site-search.horizontal {
    flex-direction: row;
  }
}
.vt-header-search-form .vt-header-site-search .vt-site-search.horizontal .vt-site-search-row {
  margin: 0;
}
.vt-header-search-form .vt-header-site-search .vt-site-search.horizontal .vt-site-search-option {
  height: unset;
}
.vt-header-search-form .vt-header-site-search .vt-site-search.horizontal .vt-site-search-label {
  top: 1px;
}
.vt-header-search-form .vt-header-site-search .vt-site-search .vt-site-search-row {
  display: flex;
  margin-bottom: 0.25em;
  align-items: center;
}
.vt-header-search-form .vt-header-site-search .vt-site-search .vt-site-search-row:last-child {
  margin-bottom: 0 !important;
}
.vt-header-search-form .vt-header-site-search .vt-site-search .vt-site-search-option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 0.25em;
  width: 1.15em;
}
.vt-header-search-form .vt-header-site-search .vt-site-search .vt-site-search-option:focus ~ .vt-site-search-label::before {
  outline-style: dashed;
}
.vt-header-search-form .vt-header-site-search .vt-site-search .vt-site-search-label {
  margin: 0;
  position: relative;
}
.vt-header-search-form .vt-header-site-search .vt-site-search .vt-site-search-label::before {
  content: "";
  height: 100%;
  position: absolute;
  left: -28px;
  right: 0;
  z-index: 199;
}

.vt-search-radio-button {
  position: absolute;
  height: 1em;
  width: 1em;
  background-color: black;
  border: white solid 2px;
  border-radius: 50%;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.vt-search-radio-button:after {
  content: "";
  position: absolute;
  display: none;
}
.vt-search-radio-button:is(.vt-site-search-label:hover + .vt-search-radio-button) {
  background-color: white;
}
.vt-search-radio-button:is(.vt-site-search-option:checked ~ .vt-site-search-label ~ .vt-search-radio-button) {
  background-color: black;
}
.vt-search-radio-button:is(.vt-site-search-option:checked ~ .vt-site-search-label ~ .vt-search-radio-button):after {
  display: block;
}
.vt-search-radio-button:is(.vt-site-search-label ~ .vt-search-radio-button):after {
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  border: 2px solid black;
}

.vt-search-radio-button {
  background-color: white;
  border: black solid 2px;
}
.vt-search-radio-button:is(.vt-site-search-label:hover + .vt-search-radio-button), .vt-search-radio-button:is(.vt-site-search-option:checked ~ .vt-site-search-label ~ .vt-search-radio-button) {
  background-color: black !important;
}

.vt-header-refinement-wrapper {
  padding: 0;
  background: white;
}
@media screen and (min-width: 768px) {
  .vt-header-refinement-wrapper {
    padding: 0 3%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-header-refinement-wrapper {
    padding: 0 10%;
  }
}
.vt-header-refinement-wrapper .vt-refinement-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: solid 2px var(--vt-maroon);
}
.vt-header-refinement-wrapper .vt-refinement-menu .vt-refinement-link {
  font-family: "gineso-condensed", sans-serif;
  font-size: 1.25em;
  padding: 1em;
  color: var(--vt-maroon);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .vt-header-refinement-wrapper .vt-refinement-menu .vt-refinement-link {
    flex: 1;
  }
}
.vt-header-refinement-wrapper .vt-refinement-menu .vt-refinement-link:hover {
  color: white;
  background-color: var(--vt-burntOrangeWeb);
  z-index: 1;
}
.vt-header-refinement-wrapper .vt-refinement-menu .vt-refinement-link.active {
  background-color: var(--vt-maroon);
  color: white;
}
.vt-header-refinement-wrapper .vt-refinement-menu .vt-refinement-btn:focus {
  z-index: 1000;
}
.vt-header-refinement-wrapper .vt-refinement-menu .vt-refinement-btn {
  font-family: "gineso-condensed", sans-serif;
  font-size: 1.25em;
  padding: 1em;
  color: var(--vt-maroon);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .vt-header-refinement-wrapper .vt-refinement-menu .vt-refinement-btn {
    flex: 1;
  }
}
.vt-header-refinement-wrapper .vt-refinement-menu .vt-refinement-btn:hover {
  color: white;
  background-color: var(--vt-burntOrangeWeb);
  z-index: 1;
}
.vt-header-refinement-wrapper .vt-refinement-menu .vt-refinement-btn.active {
  background-color: var(--vt-maroon);
  color: white;
}

.vt-search-options-wrapper .vt-search-options-toggle {
  display: flex;
  flex-direction: row;
  font-family: "gineso-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  padding: 1em;
  margin: 0;
  background-color: transparent;
  border-radius: inherit;
  color: inherit;
  align-items: center;
}
.vt-search-options-wrapper .vt-search-options-toggle:hover {
  text-decoration: none;
}
.vt-search-options-wrapper .vt-search-options-toggle .vt-search-options-toggle-text {
  display: block;
  text-transform: uppercase;
}
.vt-search-options-wrapper .vt-search-options-toggle .fa-chevron-down,
.vt-search-options-wrapper .vt-search-options-toggle .vt-chevron-down {
  display: block;
  margin-left: 10px;
  font-size: 1em;
  width: 1em;
  line-height: 1.5;
  transition: transform 0.2s ease-in;
}
.vt-search-options-wrapper.vt-open .vt-chevron-down {
  transform: rotate(180deg);
}
.vt-search-options-wrapper.vt-open .vt-search-options-toggle:focus {
  outline: none;
}
.vt-search-options-wrapper.vt-open .vt-search-options-toggle:focus > .vt-search-flexRow {
  outline: 2px #000 dashed;
  outline-offset: 12px;
  border-radius: 10px;
}
.vt-search-options-wrapper .vt-search-flexRow {
  display: flex;
  width: inherit;
}
.vt-search-options-wrapper .vt-search-options {
  display: none;
  flex-wrap: wrap;
  min-width: 100%;
  padding: 0 2em;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .vt-search-options-wrapper .vt-search-options {
    justify-content: left;
  }
}
.vt-search-options-wrapper .vt-search-options ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(229, 225, 230);
  opacity: 1; /* Firefox */
}
.vt-search-options-wrapper .vt-search-options ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(229, 225, 230);
  opacity: 1; /* Firefox */
}
.vt-search-options-wrapper .vt-search-options:focus {
  outline: none;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1em;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-checkbox {
  display: flex;
  align-items: center;
  padding-right: 1.5em;
  margin-bottom: 0.33em;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-span {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid rgb(255, 255, 255);
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.67em;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-span:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-span:focus ~ label {
  border-bottom: 1px solid rgb(255, 255, 255);
  padding-bottom: 0;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-span-highlight {
  background-color: var(--vt-burntOrangeWeb);
  border: 1px solid #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-input {
  position: absolute;
  background-color: transparent;
  color: transparent;
  width: 1px;
  height: 1px;
  left: -100vw;
  text-indent: 1em;
  overflow: hidden;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-input:focus {
  outline: none;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-input:focus ~ .vt-search-options-checkbox-span {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-input:focus ~ label {
  border-bottom: 1px solid black;
  padding-bottom: 0;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-checkbox label {
  font-family: "gineso-condensed", sans-serif;
  margin: 0;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-fieldset {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-family: gineso-condensed, sans-serif;
  text-transform: uppercase;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vt-search-options-wrapper .vt-search-options .vt-search-options-fieldset {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-legend {
  border-bottom: 2px solid rgb(198, 70, 0);
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: unset;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-input {
  accent-color: black;
  width: 1em;
  height: 1em;
  margin-right: 10px;
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-submit-row {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .vt-search-options-wrapper .vt-search-options .vt-search-options-submit-row {
    margin-bottom: 2em;
  }
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-submit {
  margin: 0 1em 1em 0;
}
@media screen and (min-width: 768px) {
  .vt-search-options-wrapper .vt-search-options .vt-search-options-submit {
    margin: 0 1em 0 0;
  }
}
.vt-search-options-wrapper .vt-search-options .vt-search-options-submit,
.vt-search-options-wrapper .vt-search-options .vt-search-options-clear {
  background-color: var(--vt-maroon);
  border-radius: 25px;
  font-family: "gineso-condensed", sans-serif;
  font-weight: 600;
  border: 0;
  color: #fff;
  padding: 0.5em 3em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.vt-search-label-sort-wrapper {
  display: flex;
  padding: 1em 0;
  border-bottom: 2px solid var(--vt-smoke);
  background: white;
  justify-content: right;
  order: 1;
  /* ----- SORT MENU ----- */
}
@media screen and (min-width: 768px) {
  .vt-search-label-sort-wrapper {
    order: 0;
  }
}
.vt-search-label-sort-wrapper .vt-search-results-label {
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .vt-search-label-sort-wrapper .vt-search-results-label {
    display: flex;
  }
}
.vt-search-label-sort-wrapper .vt-search-results-label .vt-search-result-label-text {
  font-family: gineso-condensed, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.5em;
}
.vt-search-label-sort-wrapper .vt-search-results-label .vt-search-result-query {
  flex: auto;
  font-family: gineso-condensed, sans-serif;
  font-style: italic;
  font-weight: 700;
}
.vt-search-label-sort-wrapper .vt-search-results-label .vt-search-result-time {
  margin: 0;
  font-family: gineso-condensed, sans-serif;
  font-style: italic;
  color: var(--vt-hokieStone-2s);
  width: 100%;
}
.vt-search-label-sort-wrapper .vt-search-results-label.label-no-bottom-border {
  border-bottom: 0;
}
.vt-search-label-sort-wrapper .vt-search-results-sort {
  display: none;
  align-self: center;
  flex: none;
}
@media screen and (min-width: 768px) {
  .vt-search-label-sort-wrapper .vt-search-results-sort {
    display: block;
  }
}
.vt-search-label-sort-wrapper .vt-search-results-sort label {
  margin-right: 7px;
  font-weight: 600;
}
.vt-search-label-sort-wrapper .vt-sort-results {
  border: 2px solid var(--vt-maroon);
  border-radius: 5px;
  color: var(--vt-maroon);
  padding: 0.25em;
  font-weight: 600;
}

.vt-results-zero {
  padding: 1em;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .vt-results-zero {
    padding: 1em 0;
  }
}
.vt-results-zero:empty {
  display: none;
}

.vt-widget-newssearch .vt-results-zero {
  border-radius: 15px;
  padding: 1em;
}

.vt-promotion-results {
  list-style-type: none;
  display: flex;
  padding: 1em 0 0;
  border-bottom: 2px solid var(--vt-smoke);
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .vt-promotion-results {
    flex-direction: column;
  }
}
.vt-promotion-results .vt-promotion-title {
  text-decoration: none;
  margin-bottom: 0.25em;
  font-size: 1.5em;
  font-weight: 600;
  font-family: "rubik", sans-serif;
}
.vt-promotion-results .vt-promotion-title-link {
  color: var(--vt-maroon);
  text-decoration: underline;
  font-weight: 600;
}
.vt-promotion-results .vt-promotion-title-link:visited {
  color: var(--vt-maroon);
}
.vt-promotion-results .vt-promotion-title-link:hover {
  color: var(--vt-burntOrangeWeb);
}
.vt-promotion-results .vt-promotion-item:last-child {
  padding-bottom: 0;
}
.vt-promotion-results:empty {
  display: none;
}
.vt-promotion-results .vt-promotion-image-wrapper {
  display: none;
}
.vt-promotion-results .vt-promotion-content-wrapper {
  display: flex;
  flex-direction: column;
}
.vt-promotion-results .vt-promotion-desc {
  margin-bottom: 0.5em;
}
.vt-promotion-results.horizontal {
  padding: 1em 0;
}
@media screen and (min-width: 1400px) {
  .vt-promotion-results.horizontal {
    flex-direction: row;
  }
}
.vt-promotion-results .vt-promotion-content-wrapper > div {
  margin-bottom: 7px;
}
.vt-promotion-results .vt-promotion-content-wrapper > div:last-child {
  margin-bottom: 0;
}

.vt-pagination-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .vt-pagination-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.vt-pagination-row .vt-pagination-label {
  align-self: center;
  font-family: gineso-condensed, sans-serif, sans-serif;
  font-size: 1.3em;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .vt-pagination-row .vt-pagination-label {
    width: 100%;
    text-align: center;
    order: 4;
  }
}
.vt-pagination-row .vt-pagination-prev {
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  .vt-pagination-row .vt-pagination-prev {
    margin: 3em 0;
  }
}
.vt-pagination-row .vt-pagination-prev:empty {
  margin: 0;
}
.vt-pagination-row .vt-pagination-next {
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  .vt-pagination-row .vt-pagination-next {
    margin: 3em 0;
  }
}
.vt-pagination-row .vt-pagination-next:empty {
  margin: 0;
}
.vt-pagination-row .vt-pagination-current:empty {
  margin: 0;
}
.vt-pagination-row .vt-pagination-next,
.vt-pagination-row .vt-pagination-prev {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .vt-pagination-row .vt-pagination-next,
.vt-pagination-row .vt-pagination-prev {
    width: 33.3333%;
  }
}
.vt-pagination-row .vt-pagination-current {
  flex: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .vt-pagination-row .vt-pagination-current {
    flex: 0;
    display: block;
  }
}
.vt-pagination-row .vt-pagination-list {
  display: flex;
  list-style-type: none;
  padding: 0 0.5em;
  align-items: center;
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  .vt-pagination-row .vt-pagination-list {
    margin: 3em 0;
  }
}
@media screen and (max-width: 767px) {
  .vt-pagination-row .vt-pagination-list {
    width: 100%;
    justify-content: space-evenly;
    padding: 0 0.125em;
  }
}
.vt-pagination-row .vt-pagination-list:empty {
  display: none;
}
.vt-pagination-row .vt-pagination-list-item:not(:first-child),
.vt-pagination-row .vt-pagination-list-item:not(:last-child) {
  padding: 0 0.125em;
}
@media screen and (min-width: 992px) {
  .vt-pagination-row .vt-pagination-list-item:not(:first-child),
.vt-pagination-row .vt-pagination-list-item:not(:last-child) {
    padding: 0 0.25em;
  }
}
.vt-pagination-row .vt-pagination-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2em;
  background-color: #fff;
  height: 2em;
  border: 2px solid var(--vt-maroon);
  color: var(--vt-maroon);
  font-family: gineso-condensed, sans-serif, sans-serif;
  line-height: 1;
  font-size: 1.15em;
}
@media screen and (min-width: 767px) {
  .vt-pagination-row .vt-pagination-link {
    padding: 0.25em;
    border-radius: 30px;
  }
}
.vt-pagination-row .vt-pagination-link:not(:disabled):visited, .vt-pagination-row .vt-pagination-link:not([disabled=disabled]):visited {
  text-decoration: none;
}
.vt-pagination-row .vt-pagination-link:not(:disabled):focus, .vt-pagination-row .vt-pagination-link:not(:disabled):hover, .vt-pagination-row .vt-pagination-link:not([disabled=disabled]):focus, .vt-pagination-row .vt-pagination-link:not([disabled=disabled]):hover {
  text-decoration: none;
  background-color: var(--vt-hokieStone);
  color: white;
}
.vt-pagination-row .vt-pagination-link:disabled, .vt-pagination-row .vt-pagination-link[disabled=disabled] {
  text-decoration: none;
}
.vt-pagination-row .vt-pagination-link:disabled:not(.current-page), .vt-pagination-row .vt-pagination-link[disabled=disabled]:not(.current-page) {
  opacity: 20%;
}
.vt-pagination-row .vt-pagination-page-link {
  width: 2em;
}
.vt-pagination-row .vt-pagination-page-link.current-page {
  background-color: var(--vt-burntOrangeWeb);
  color: white;
}

.vt-widget-wrapper {
  padding-top: 1em;
}
@media screen and (min-width: 992px) {
  .vt-widget-wrapper {
    max-width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-widget-wrapper {
    max-width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .vt-widget-wrapper {
    max-width: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .vt-widget-wrapper {
    max-width: 33.3334%;
  }
}
@media screen and (min-width: 992px) {
  .vt-widget-wrapper {
    padding-left: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-widget-wrapper {
    padding-left: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .vt-widget-wrapper {
    padding-left: 3em;
  }
}
.vt-widget-wrapper > div:first-child {
  margin-bottom: 2.5em;
}
.vt-widget-wrapper .vt-widget-content {
  border-radius: 15px;
}
.vt-widget-wrapper .vt-widget-heading {
  color: var(--vt-maroon);
  font-weight: 700;
}
.vt-widget-wrapper .vt-see-more {
  text-align: right;
}
.vt-widget-wrapper .vt-see-more .vt-see-more-link {
  font-style: italic;
}
.vt-widget-wrapper .vt-widget-newssearch .vt-widget-content {
  border: 1px solid var(--vt-hokieStone-7t);
  background-color: var(--vt-smoke);
  padding: 1em;
}
.vt-widget-wrapper .vt-widget-newssearch .vt-widget-content .vt-results-list {
  padding: 0.5em 0.5em;
}
.vt-widget-wrapper .vt-widget-newssearch .vt-widget-content .vt-newssearch-item:last-child {
  margin-bottom: 0;
}
.vt-widget-wrapper .vt-widget-newssearch .vt-widget-content .vt-newssearch-item .vt-result-content-wrapper:not(:last-child) {
  margin-bottom: 0.5em;
}
.vt-widget-wrapper .vt-widget-newssearch .vt-widget-content .vt-see-more-link {
  color: black;
}
.vt-widget-wrapper .vt-widget-peoplesearch .vt-widget-content {
  padding: 0;
}
.vt-widget-wrapper .vt-widget-peoplesearch .vt-widget-content .vt-person {
  border-radius: 15px !important;
}
.vt-widget-wrapper .vt-widget-peoplesearch .vt-widget-content .vt-person:last-child {
  margin-bottom: 1.5em;
}
.vt-widget-wrapper .vt-widget-peoplesearch .vt-widget-content .vt-person:not(:last-child) {
  margin-bottom: 2em;
}
.vt-widget-wrapper .vt-widget-peoplesearch .vt-widget-content .vt-person .vt-person-banner {
  padding-left: 1em;
  padding-right: 1em;
}
.vt-widget-wrapper .vt-widget-peoplesearch .vt-widget-content .vt-person .vt-person-content {
  flex-direction: column;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-widget-wrapper .vt-widget-peoplesearch .vt-widget-content .vt-person .vt-person-details {
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .vt-widget-wrapper .vt-widget-peoplesearch .vt-widget-content .vt-person .vt-person-details {
    display: flex;
  }
}

.vt-results-list:empty {
  min-height: 200px;
  background-image: url(https://www.assets.cms.vt.edu/images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.vt-websearch-results .vt-result-desc-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 992px) {
  .vt-websearch-results .vt-result-desc-wrapper {
    flex-direction: row;
  }
}
.vt-websearch-results .vt-result-image-wrapper > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vt-websearch-results .vt-result-image-wrapper > img {
    max-width: 320px;
  }
}
@media screen and (min-width: 1440px) {
  .vt-websearch-results .vt-result-image-wrapper > img {
    width: 480px;
  }
}
.vt-websearch-results .vt-result-image-wrapper > img[src$=".svg"] {
  padding: 0.5em 2em 0.5em 0;
}
.vt-websearch-results .vt-result-datelink {
  margin-bottom: 1em;
  color: var(--vt-maroon);
}
.vt-websearch-results .vt-result-datelink .vt-result-small-link {
  display: inline-block;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .vt-websearch-results [class*=-title] {
    font-size: 1.5em;
  }
}
.vt-websearch-results [class*=-title] [class*=-title-link] {
  color: var(--vt-maroon);
}
.vt-websearch-results [class*=-pubdate] {
  margin-top: 0.67em;
}

.vt-newssearch-results .vt-result-content-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .vt-newssearch-results .vt-result-image-wrapper > img {
    width: 380px;
  }
}
.vt-newssearch-results [class*=-title] {
  width: 100%;
  display: block;
  position: static;
}
@media screen and (min-width: 992px) {
  .vt-newssearch-results [class*=-title] {
    font-size: 1.5em;
  }
}
.vt-newssearch-results [class*=-title] [class*=-title-link] {
  color: black;
  text-decoration: underline;
}
.vt-newssearch-results [class*=-desc] {
  margin-bottom: 0.67em;
}

.vt-videosearch-results .vt-result-content-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .vt-videosearch-results .vt-result-image-wrapper > img {
    width: 380px;
  }
}
.vt-videosearch-results [class*=-title] {
  width: 100%;
  display: block;
  position: static;
}
@media screen and (min-width: 992px) {
  .vt-videosearch-results [class*=-title] {
    font-size: 1.5em;
  }
}
.vt-videosearch-results [class*=-title] [class*=-title-link] {
  color: black;
  text-decoration: underline;
}
.vt-videosearch-results [class*=-desc] {
  margin-bottom: 0.67em;
}
.vt-videosearch-results .vt-result-image-wrapper {
  position: relative;
}
.vt-videosearch-results .vt-list-item-video-play {
  width: 3em;
  height: 3em;
}
.vt-videosearch-results .vt-list-item-video-playWrapper {
  align-items: flex-start;
}

.vt-person {
  background-color: var(--vt-smoke);
  padding: 0;
  border-radius: 45px;
  border: 1px solid var(--vt-hokieStone-7t);
}
.vt-person:not(:last-child) {
  margin-bottom: 1.5em;
}
.vt-person a {
  color: var(--vt-maroon);
}
.vt-person a.vt-person-mailPreferredAddress-link {
  text-decoration: underline;
}
.vt-person .vt-person-banner {
  display: flex;
  justify-content: space-between;
  color: var(--vt-maroon);
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
}
.vt-person .vt-person-banner .vt-banner-heading {
  padding-right: 0.5em;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.vt-person .vt-person-banner .vt-banner-heading .vt-banner-displayName {
  font-size: 1.35em;
  font-family: "rubik", sans-serif;
  font-weight: 600;
}
.vt-person .vt-person-banner .vt-banner-heading .vt-banner-title {
  font-style: italic;
}
.vt-person .vt-person-banner .vt-banner-heading .vt-banner-title:empty {
  display: none;
}
.vt-person .vt-person-banner .vt-banner-view {
  font-size: 1.2em;
  align-self: center;
  padding-left: 0.5em;
}
.vt-person .vt-person-banner .vt-person-banner-toggle {
  padding: 0.25em 1.25em;
  background-color: var(--vt-maroon);
  border: 2px solid var(--vt-maroon);
  color: white;
  border-radius: 25px;
  display: flex;
}
.vt-person .vt-person-banner .vt-person-banner-toggle .vt-person-banner-toggle-text {
  font-size: 0.85em;
  font-weight: 600;
  padding-left: 10px;
  display: flex;
  align-self: center;
  align-items: center;
  gap: 0.5em;
}
.vt-person .vt-person-banner .vt-person-banner-toggle .vt-person-banner-toggle-text .vt-person-banner-toggle-icon-img {
  fill: white;
  width: 15px;
}
.vt-person .vt-person-banner .vt-person-banner-toggle.collapsed {
  background-color: #fff;
  color: var(--vt-maroon);
}
.vt-person .vt-person-banner .vt-person-banner-toggle.collapsed .vt-person-banner-toggle-icon-img {
  fill: var(--vt-maroon);
}
.vt-person .vt-person-content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2em;
}
.vt-person .vt-person-content > div:not(:last-child) {
  width: 100%;
}
.vt-person .vt-person-content > div:not(:last-child) > span:empty {
  margin-bottom: 0;
}
.vt-person .vt-person-content.collapsed {
  display: none;
}
@media screen and (max-width: 567px) {
  .vt-person .vt-details-text {
    display: none;
  }
}
@media screen and (min-width: 568px) {
  .vt-person .vt-details-text {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .vt-person .vt-details-text {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .vt-person .vt-details-text {
    display: block;
  }
}
.vt-person .vt-person-col {
  width: 100%;
  margin-bottom: 1em;
}
.vt-person .vt-person-col > div {
  display: flex;
  align-items: baseline;
}
.vt-person .vt-person-col:empty {
  display: none;
}
.vt-person .vt-person-row {
  margin-bottom: 1em;
}
.vt-person .vt-person-row:empty {
  display: none;
}
.vt-person .vt-person-row:last-child {
  margin-bottom: 0;
}
.vt-person .vt-person-department .vt-person-mailStop:not(:empty)::before {
  content: "(";
  vertical-align: text-top;
}
.vt-person .vt-person-department .vt-person-mailStop:not(:empty)::after {
  content: ")";
  vertical-align: text-top;
}
.vt-person .vt-person-major {
  margin-bottom: 10px;
}
.vt-person .vt-person-major:empty {
  display: none;
}
.vt-person .vt-label-text {
  font-weight: 700;
  margin-right: 0.25em;
}
.vt-person .vt-person-details {
  width: 100%;
  display: block;
  margin: 0;
}

.vt-peoplesearch-sort {
  display: none;
}

.vt-peoplesearch .vt-person {
  margin: 1.5em 0;
}
.vt-peoplesearch .vt-person-content {
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .vt-peoplesearch .vt-person-details {
    display: flex;
  }
}

.idsearch .vt-header-search-blank.active > .vt-static-search-content {
  border-top: 3px solid var(--vt-maroon);
}
.idsearch .vt-results-display.active {
  padding: 0;
}
.idsearch .vt-peoplesearch-label-sort-wrapper {
  display: none;
}
.idsearch .vt-person .vt-banner-view {
  display: none;
}

.vt-frequent-searches {
  padding-right: 2em;
}
.vt-frequent-searches.active {
  flex-direction: column;
  flex: 1;
}
@media screen and (min-width: 576px) {
  .vt-frequent-searches.active {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .vt-frequent-searches.active {
    flex-direction: row;
    align-items: center;
  }
}
.vt-frequent-searches.active .vt-frequent-searches-list {
  padding: 10px 0 0 0;
  margin-bottom: unset;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 576px) {
  .vt-frequent-searches.active .vt-frequent-searches-list {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .vt-frequent-searches.active .vt-frequent-searches-list {
    margin-left: 2em;
    padding: 0;
  }
}
.vt-frequent-searches.active .vt-frequent-searches-label {
  font-size: 1.4em;
  font-family: "Acherus", sans-serif;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 576px) {
  .vt-frequent-searches.active .vt-frequent-searches-label {
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .vt-frequent-searches.active .vt-frequent-searches-label {
    flex: 0;
    margin: 0 10px 0 0;
  }
}
.vt-frequent-searches.active .vt-frequent-searches-item::marker {
  color: rgb(255, 255, 255);
}
.vt-frequent-searches.active .vt-frequent-searches-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "gineso-condensed", sans-serif;
  font-size: 1em;
  color: #fff;
  background-color: var(--vt-maroon);
  border-radius: 25px;
  border: 0;
  padding: 0.35em 1em;
}
@media screen and (min-width: 768px) {
  .vt-frequent-searches.active .vt-frequent-searches-link {
    padding: 0.5em 3em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-frequent-searches.active .vt-frequent-searches-link {
    font-size: 1rem;
  }
}

/* ^^^^^^^^^^^^^^^^^ END SHARED CUSTOM JSON SEARCH STYLES ^^^^^^^^^^^^^^^^^ */
/****************** BEGIN ONE CUSTOM SEARCH STYLES *********************/
.vt-search-toggle {
  color: rgb(198, 70, 0);
  width: auto;
  padding: 0;
  z-index: 99;
  overflow: hidden;
}
.vt-search-toggle .fa-search {
  font-size: 1.125em;
  height: 1.125em;
}
@media screen and (min-width: 576px) {
  .vt-search-toggle .fa-search {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 1.2em;
  }
}
.vt-search-toggle .fa-times {
  font-size: 1.3333em;
  height: 1.3333em;
}
@media screen and (min-width: 576px) {
  .vt-search-toggle .fa-times {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 1.5em;
    height: 1.5em;
  }
}
.vt-search-toggle:focus {
  color: rgb(198, 70, 0);
  background-color: transparent;
}

.vt-searchOpen {
  transform: translateY(184px);
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 992px) {
  .vt-searchOpen {
    transform: translateY(89px);
  }
}

#vt_header_search {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-basis: 24px;
  flex-grow: 0;
  margin: 0 15px 0 10px;
}
@media screen and (min-width: 768px) {
  #vt_header_search {
    flex-basis: 135px;
  }
}
#vt_header_search.open {
  background-color: rgba(229, 225, 230, 0.5);
}

.vt-search-toggleLabel {
  display: inline-block;
  position: absolute;
  font-family: "gineso-condensed", sans-serif;
  font-weight: 600;
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.075em;
  line-height: 1;
  color: rgb(255, 255, 255);
  width: 1px;
  height: 1px;
  margin-bottom: 0;
  margin-right: 10px;
  text-transform: uppercase;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .vt-search-toggleLabel {
    position: relative;
    color: #000;
    width: auto;
    height: auto;
    vertical-align: text-bottom;
  }
}

.vt-open .vt-search-toggle {
  background-color: rgb(198, 70, 0);
}

.vt-search-wrapper {
  border-top: 2px solid rgb(229, 117, 31);
}
.vt-search-wrapper a:focus,
.vt-search-wrapper button:focus,
.vt-search-wrapper input:focus,
.vt-search-wrapper select:focus {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.vt-header-search-form {
  background-color: rgb(255, 255, 255) !important;
  color: #000 !important;
}
.vt-header-search-form .vt-header-search-q {
  background-color: var(--vt-smoke) !important;
  color: #000 !important;
}
.vt-header-search-form .vt-site-search-option:focus {
  accent-color: rgb(255, 255, 255) !important;
  outline-color: transparent !important;
}
.vt-header-search-form .vt-site-search-option:focus ~ .vt-site-search-label::before {
  outline-color: var(--vt-hokiStone-2s) !important;
}
.vt-header-search-form .vt-site-search-option:checked {
  accent-color: #000 !important;
}
.vt-header-search-form .vt-search-bottom-border {
  border-bottom: 2px solid var(--vt-burntOrangeWeb);
}
.vt-header-search-form .vt-promotion-title-link {
  text-decoration: underline;
}
.vt-header-search-form .vt-promotion-title-link,
.vt-header-search-form .vt-promotion-title-link:visited {
  color: var(--vt-maroon);
}
.vt-header-search-form .vt-promotion-title-link:hover {
  color: var(--vt-burntOrangeWeb);
}

.vt-frequent-searches.active .vt-frequent-label {
  color: var(--vt-maroon);
}

/* ^^^^^^^^^^^^^^^^^ END ONE CUSTOM SEARCH STYLES ^^^^^^^^^^^^^^^^^ */
/************************************** BEGIN BREADCRUMBS / GATEWAY CSS */
.gateway {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0.5em 15px;
  background-color: rgb(250, 249, 250);
}
@media screen and (min-width: 768px) {
  .gateway {
    display: block;
    padding: 0.5em 30px;
    background-color: transparent;
  }
}
.gateway .vt-breadcrumbs {
  font-family: "Acherus", sans-serif;
  font-size: 0.8em;
  margin: 0;
  transition: height 0.2s ease-out;
  padding: 0;
  list-style-type: none;
}
.gateway .vt-breadcrumbs::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs::after {
    content: "";
    position: absolute;
    background-color: rgb(229, 117, 31);
    width: 20px;
    height: 2px;
    bottom: -1.25em;
    left: 0;
    margin-left: 50px;
  }
}
.gateway .breadcrumb-slash {
  display: none;
}
@media screen and (min-width: 768px) {
  .gateway .breadcrumb-slash {
    display: inline-block;
    position: relative;
    color: rgb(255, 255, 255);
    margin: 0 0.2em 0 0.5em;
  }
}
.gateway .vt-breadcrumbs-parentorg {
  display: none;
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-parentorg {
    display: inline-block;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
  }
}
.gateway .vt-breadcrumbs-parentorg .vt-breadcrumbs-link {
  display: none;
  font-weight: 400;
  color: rgb(134, 31, 65);
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-parentorg .vt-breadcrumbs-link {
    display: inline-block;
    color: rgb(255, 255, 255);
  }
}
.gateway .vt-breadcrumbs-parentorg + .vt-breadcrumbs-item {
  margin-top: 0.75em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-parentorg + .vt-breadcrumbs-item {
    margin-top: 0;
  }
}
.gateway .vt-breadcrumbs-parentorg + .vt-breadcrumbs-item .vt-breadcrumbs-link {
  /* stylelint-disable */
  display: inline-block !important;
  /* stylelint-enable */
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-parentorg + .vt-breadcrumbs-item .vt-breadcrumbs-link {
    font-weight: 400;
    color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-parentorg + .vt-breadcrumbs-item .breadcrumb-slash {
    display: inline-block;
  }
}
.gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg) {
  display: block;
  margin-bottom: 0;
  color: rgb(134, 31, 65);
  /* stylelint-disable */
  /* stylelint-enable */
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg) {
    display: inline-block;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
  }
}
.gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg) .vt-breadcrumbs-link {
  display: none;
  font-weight: 400;
  color: rgb(134, 31, 65);
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg) .vt-breadcrumbs-link {
    display: inline-block;
    color: rgb(255, 255, 255);
  }
}
.gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):first-of-type .vt-breadcrumbs-link {
  display: none;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):first-of-type .vt-breadcrumbs-link {
    display: inline-block;
    padding: 4px 0px;
    background-color: rgba(23, 24, 25, 0.3);
    line-height: 1;
    margin-top: 0;
  }
}
.gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):first-of-type .breadcrumb-slash {
  display: none;
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):first-of-type .breadcrumb-slash {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):last-of-type {
    margin-top: 0;
  }
}
.gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):last-of-type .vt-breadcrumbs-link {
  display: inline-block;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):last-of-type .vt-breadcrumbs-link {
    font-weight: 400;
    color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):last-of-type .breadcrumb-slash {
    display: none;
  }
}
.gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):only-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):only-child {
    margin-bottom: 0 !important;
  }
}
.gateway .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):only-child .vt-breadcrumbs-link {
  display: inline-block;
}

.vt-breadcrumbs-mobileToggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  color: rgb(134, 31, 65);
  font-size: 2em;
  line-height: 1;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
}
.vt-breadcrumbs-mobileToggle:focus {
  background-color: transparent;
}
.vt-breadcrumbs-mobileToggle .vt-breadcrumbs-open,
.vt-breadcrumbs-mobileToggle .vt-breadcrumbs-close {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: -2px;
}

#vt_navtrail.open + .vt-breadcrumbs-mobileToggle {
  align-self: flex-start;
  font-size: 1.25em;
}
#vt_navtrail.open + .vt-breadcrumbs-mobileToggle:focus {
  background-color: transparent;
}
#vt_navtrail.open .breadcrumb-slash {
  display: inline-block;
  color: rgb(134, 31, 65);
  margin-left: 0.5em;
}
#vt_navtrail.open .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg) .vt-breadcrumbs-link {
  display: inline-block;
  margin-bottom: 0.75em;
}
#vt_navtrail.open .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):only-child .vt-breadcrumbs-link {
  margin-bottom: 0;
}
#vt_navtrail.open .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):last-of-type .vt-breadcrumbs-link {
  padding: 4px 6px;
  color: #000;
  background-color: rgb(229, 225, 230);
}
#vt_navtrail.open .vt-breadcrumbs-item:not(.vt-breadcrumbs-parentorg):last-of-type .breadcrumb-slash {
  display: none;
}

/* stylelint-disable */
.vt-home #vt_navtrail.open .breadcrumb-slash {
  color: rgb(255, 255, 255);
}

/* stylelint-enable */
/************************************** END BREADCRUMBS / GATEWAY CSS */
/************************************** BEGIN STORY RIGHTCOL NAV STYLES */
#vt_right_col {
  display: block;
  position: relative;
  font-size: 1em;
  border-top: 1px solid rgb(229, 225, 230);
  border-bottom: 1px solid rgb(229, 225, 230);
  box-shadow: none;
  border-radius: 7px;
}
@media screen and (min-width: 992px) {
  #vt_right_col {
    font-size: 0.8em;
    border: 1px solid rgb(229, 225, 230);
    box-shadow: 0 0 10px rgba(23, 24, 25, 0.2);
  }
}
@media screen and (min-width: 992px) {
  #vt_right_col .vt-list,
#vt_right_col .vt-feedreader {
    font-size: 1.25em;
  }
}
#vt_right_col.vt-noContent {
  box-shadow: none;
  border: none;
}

#vt_right_col .text,
#vt_right_col .gallery,
#vt_right_col .adaptiveimage > .vt-image,
#vt_right_col .vtmulticolumn,
#vt_right_col .download,
#vt_right_col .feedreader,
#vt_right_col .media,
#vt_right_col .mediaexternal,
#vt_right_col .vtmultitab,
#vt_right_col .vtcontainer,
#vt_right_col .weatherreader,
#vt_right_col .vt-tags-body {
  margin: 0 0 2em 0;
}

#vt_with_rb .vt-right-col {
  padding: 0;
  margin: 3.25em 0 0 0;
}
@media screen and (min-width: 992px) {
  #vt_with_rb .vt-right-col {
    margin: 0 0 2em 7%;
  }
}

#vt_with_rb .vt-rightcol-content,
#vt_with_rb .vt-nav-briefs.active,
#vt_with_rb .nav-briefs,
#vt_with_rb .vt-building-data,
#vt_with_rb .vt-programStudy-contact {
  background-color: rgb(250, 249, 250);
  padding: 2em;
  overflow: hidden;
  border-radius: 5px;
}

#vt_with_rb .vt-nav-briefs.active {
  padding-bottom: 0;
}

#vt_with_rb .vt-programStudy-contact + .vt-rightcol-content,
#vt_with_rb .vt-programStudy-contact + .vt-nav-briefs.active {
  padding-top: 0;
}

#vt_with_rb .vt-nav-briefs.active + .vt-rightcol-content {
  padding-top: 0;
}

#vt_with_rb .vt-nav-briefs.active .nav-briefs {
  padding: 0;
}

.rightcol .vt-page-info {
  padding: 0 5% 3em 5%;
}
@media screen and (min-width: 992px) {
  .rightcol .vt-page-info {
    padding: 0 20% 9em 10%;
  }
}
.rightcol .article-content .vt-one-content-area,
.rightcol .bio-content .vt-one-content-area,
.rightcol .building-content .vt-one-content-area,
.rightcol .general-content .vt-one-content-area,
.rightcol .programStudy-content .vt-one-content-area,
.rightcol .resource-content .vt-one-content-area {
  margin: 0 5% 2em 5%;
}
@media screen and (min-width: 992px) {
  .rightcol .article-content .vt-one-content-area,
.rightcol .bio-content .vt-one-content-area,
.rightcol .building-content .vt-one-content-area,
.rightcol .general-content .vt-one-content-area,
.rightcol .programStudy-content .vt-one-content-area,
.rightcol .resource-content .vt-one-content-area {
    margin: 0 20% 2em 10%;
  }
}
.rightcol .download::before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .rightcol .download::before {
    display: inline-block;
  }
}

/************************************** END STORY RIGHTCOL NAV STYLES */
/************************************************************************* BEGIN FOOTER STYLES */
footer {
  position: relative;
  background-color: #000;
  color: rgb(255, 255, 255);
  padding: 40px 0 50px;
  line-height: 2em;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media screen and (min-width: 768px) {
  footer {
    padding: 40px 35px 0 35px;
  }
}
footer a {
  color: rgb(255, 255, 255) !important;
}
footer .vt-ctaLink.light:hover {
  color: #000 !important;
}
footer .vt-footer-link {
  display: block;
  font-family: "Acherus", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  -webkit-hyphens: auto;
          hyphens: auto;
  vertical-align: text-bottom;
  color: rgb(255, 255, 255);
  width: auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  footer .vt-footer-link {
    margin-bottom: 0.5em;
  }
}
footer > .row:nth-child(1) {
  display: none;
}
footer > .row:nth-child(1).active {
  display: block;
  margin: -40px 0 0;
}
@media screen and (min-width: 576px) {
  footer > .row:nth-child(1).active {
    margin: -40px -35px 0 -35px;
  }
}
footer .footer-content {
  position: relative;
  background-color: rgb(23, 24, 25);
  margin: 0;
  padding: 0;
}
footer .footer-content.active {
  padding: 40px 70px 1px 70px;
  margin-bottom: 40px;
}
footer .vt-footer-hide {
  display: none;
}

footer a:hover,
footer a:active {
  color: rgb(255, 255, 255);
}

.footer-briefs {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.vt-footer-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (min-width: 768px) {
  .vt-footer-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}

.vt-embed-map {
  position: relative;
  padding-bottom: 0;
  width: 200px;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .vt-embed-map {
    align-self: center;
    width: 100%;
    max-width: 330px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .vt-embed-map {
    margin-bottom: 0;
    max-width: 330px;
  }
}

.vt-embed-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .vt-embed-map iframe {
    height: auto;
    min-height: 240px;
  }
}

.vt-map-image {
  display: block;
  position: relative;
  width: 100%;
}

.vt-google-map + .vt-map-image {
  display: none;
}

.vt-footer-logoWrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 160px;
}

.vt-footer-logo {
  display: block;
  position: relative;
  margin-bottom: 1em;
  width: 100%;
  max-width: 100%;
}

.vt-footer-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8em;
  padding: 20px 0;
  width: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .vt-footer-info {
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .vt-footer-info {
    flex-basis: 40%;
    flex-direction: row;
  }
}
.vt-footer-info p,
.vt-footer-info address {
  margin-bottom: 0;
  letter-spacing: 0.04em;
  font-weight: 300;
}
.vt-footer-info .vt-footer-address {
  margin-bottom: 2em;
}
.vt-footer-info .vt-footer-directions,
.vt-footer-info .vt-footer-locations {
  margin-bottom: 0.75em;
}
.vt-footer-info .footer-info-link {
  font-family: "gineso-condensed", sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  line-height: 1.4;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.vt-footer-infoWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.vt-footer-rowSpacer {
  display: none;
  flex-basis: 0;
}
@media screen and (min-width: 1300px) {
  .vt-footer-rowSpacer {
    display: block;
    flex-basis: 16.66666667%;
  }
}

.vt-footer-links {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vt-footer-links {
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 992px) {
  .vt-footer-links {
    flex-basis: 60%;
  }
}

.vt-footer-linksCol {
  width: 100%;
  padding: 0;
  -moz-column-width: 10em;
       column-width: 10em;
}
.vt-footer-linksCol li {
  display: inline;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vt-footer-linksCol li {
    text-align: left;
  }
}

.vt-footer-linksCol p {
  margin-bottom: 0.5em;
}

.vt-remember {
  display: inline;
  vertical-align: text-bottom;
}

.vt-remember::before {
  content: url(../../assets/img/vt-2016-ribbon.svg);
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 2em;
  position: relative;
  width: 0.8em;
  height: 1.5em;
  margin-right: 0.5em;
  float: left;
}
@media screen and (max-width: 767px) {
  .vt-remember::before {
    float: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .vt-remember::before {
    vertical-align: text-bottom;
  }
}

.vt-footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: "Acherus", sans-serif;
  border-top: 1px solid rgb(94, 96, 98);
  padding: 20px 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .vt-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 20px;
  }
}

#vt_footer_copyright {
  display: block;
  padding-left: 0;
  margin-right: 15px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #vt_footer_copyright {
    text-align: left;
  }
}

.vt-copyright {
  display: block;
  font-family: "Acherus", sans-serif;
  font-size: 0.66666667em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.125em;
  line-height: 1.4;
  vertical-align: text-bottom;
  margin: 0;
  color: rgb(255, 255, 255);
}

/************************************************************************* END FOOTER STYLES */
/************************************** BEGIN TABLE STYLES */
.vt-rawhtml table th,
.vt-rawhtml table td,
.vt-text table th,
.vt-text table td {
  -webkit-hyphens: auto;
          hyphens: auto;
  padding: 0.25em 0.5em;
}

.vt-deans-list table,
.vt-rawhtml table,
.vt-text table {
  width: 100%;
  border: none;
}

@media screen and (max-width: 1199px) {
  .vt-c-table-noPostProcess,
.vt-c-noPostProcess {
    overflow-x: scroll;
  }
}

.vt-deans-list table caption,
.vt-rawhtml table caption,
.vt-text table caption {
  caption-side: top;
}

/* stylelint-disable */
.vt-deans-list table tr,
.vt-rawhtml table tr,
.vt-text table tr {
  margin-bottom: 5em;
  display: flex;
  flex-direction: column;
  border-top: 2px solid rgb(229, 225, 230);
  border-bottom: 2px solid rgb(229, 225, 230);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 992px) {
  .vt-deans-list table tr,
.vt-rawhtml table tr,
.vt-text table tr {
    margin-bottom: 0;
    display: table-row;
  }
}

.vt-c-table-noPostProcess table tr,
.vt-c-noPostProcess table tr {
  margin-bottom: 0;
  display: table-row;
}

.vt-deans-list table td,
.vt-rawhtml table td,
.vt-text table td {
  display: block;
  text-align: right;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid rgb(94, 96, 98);
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 992px) {
  .vt-deans-list table td,
.vt-rawhtml table td,
.vt-text table td {
    display: table-cell;
    text-align: left;
    vertical-align: baseline;
    border-bottom: none;
  }
}
.vt-deans-list table td:nth-child(even),
.vt-rawhtml table td:nth-child(even),
.vt-text table td:nth-child(even) {
  background-color: rgb(250, 249, 250);
}
@media screen and (min-width: 992px) {
  .vt-deans-list table td:nth-child(even),
.vt-rawhtml table td:nth-child(even),
.vt-text table td:nth-child(even) {
    background-color: rgb(255, 255, 255);
  }
}

.vt-c-table-noPostProcess table td,
.vt-c-noPostProcess table td {
  display: table-cell;
  text-align: left;
  vertical-align: baseline;
  border-bottom: none;
}
.vt-c-table-noPostProcess table td:nth-child(even),
.vt-c-noPostProcess table td:nth-child(even) {
  background-color: rgb(255, 255, 255);
}

.vt-deans-list table thead,
.vt-rawhtml table thead,
.vt-text table thead {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  font-family: "rubik", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 992px) {
  .vt-deans-list table thead,
.vt-rawhtml table thead,
.vt-text table thead {
    display: table-header-group;
    height: auto;
    width: auto;
  }
}
.vt-deans-list table thead tr,
.vt-rawhtml table thead tr,
.vt-text table thead tr {
  border-top: none;
  background-color: rgb(242, 240, 242);
}
.vt-deans-list table thead th,
.vt-rawhtml table thead th,
.vt-text table thead th {
  border: none;
  vertical-align: baseline;
}

.vt-deans-list table tbody tr:nth-child(even),
.vt-rawhtml table tbody tr:nth-child(even),
.vt-text table tbody tr:nth-child(even) {
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 992px) {
  .vt-deans-list table tbody tr:nth-child(even),
.vt-rawhtml table tbody tr:nth-child(even),
.vt-text table tbody tr:nth-child(even) {
    background-color: rgb(250, 249, 250);
  }
}

.vt-c-table-noPostProcess table tbody tr:nth-child(even),
.vt-c-noPostProcess table tbody tr:nth-child(even) {
  background-color: rgb(250, 249, 250);
}

.vt-c-table-noPostProcess table thead,
.vt-c-noPostProcess table thead {
  display: table-header-group;
}
.vt-c-table-noPostProcess table thead tr,
.vt-c-noPostProcess table thead tr {
  border-top: none;
  background-color: rgb(242, 240, 242);
}
.vt-c-table-noPostProcess table thead th,
.vt-c-noPostProcess table thead th {
  border: none;
  vertical-align: baseline;
}

/* stylelint-enable */
.vt-table-headerTitle {
  display: block;
  position: relative;
  font-family: "rubik", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  float: left;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .vt-table-headerTitle {
    display: none;
  }
}
.vt-table-headerTitle + br {
  display: block;
}
@media screen and (min-width: 992px) {
  .vt-table-headerTitle + br {
    display: none;
  }
}

/* dataTables elements */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid rgb(250, 249, 250);
  background: rgb(255, 255, 255);
  font-weight: 400;
  color: #000;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-left,
.ui-corner-tr,
.ui-corner-tl {
  border-radius: 0;
  padding: 10px;
  background: rgb(255, 255, 255);
}

/*bottom toolbar with pagination*/
.fg-toolbar.ui-toolbar {
  background: rgb(255, 255, 255);
}

.paging_full_numbers {
  width: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1;
}

.dataTables_filter {
  width: 50%;
  text-align: left;
}

.dataTables_info {
  width: auto;
  margin-bottom: 5px;
}

.dataTables_paginate {
  text-align: left;
}

.dataTables_paginate .fg-button {
  background: rgb(242, 240, 242);
  border: none;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}

/* tables over 992 break */
@media screen and (min-width: 992px) {
  .vt-datatable-formatted table th,
.vt-tablesorter-formatted table th,
.vt-datatable table th,
.vt-tablesorter table th {
    background: rgb(242, 240, 242);
  }
  .vt-datatable-formatted table th .ui-icon,
.vt-datatable table th .ui-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .vt-tablesorter-formatted table th,
.vt-tablesorter-formatted table th p,
.vt-tablesorter table th,
.vt-tablesorter table th p,
.vt-datatable-formatted .DataTables_sort_wrapper,
.vt-datatable-formatted .DataTables_sort_wrapper p,
.vt-datatable .DataTables_sort_wrapper,
.vt-datatable .DataTables_sort_wrapper p {
    font-weight: 600;
    text-align: center;
  }
  .vt-tablesorter-formatted table .header,
.vt-tablesorter table .header {
    display: table-cell;
  }
  /*New styles for jquery sortable table*/
  .vt-datatable-formatted table > tbody > tr > td,
.vt-datatable-formatted table > thead > tr > td,
.vt-tablesorter-formatted table > tbody > tr > td,
.vt-tablesorter-formatted table > thead > tr > td,
.vt-datatable table > tbody > tr > td,
.vt-datatable table > thead > tr > td,
.vt-tablesorter table > tbody > tr > td,
.vt-tablesorter table > thead > tr > td {
    border: 1px solid rgb(250, 249, 250);
    font-size: 1em;
    font-weight: 400;
    vertical-align: middle;
    padding: 15px;
  }
  /*hover over the header cells, to show that they
  have functionality*/
  .vt-datatable-formatted table th:hover,
.vt-tablesorter-formatted table th:hover,
.vt-datatable table th:hover,
.vt-tablesorter table th:hover {
    background: rgb(250, 249, 250);
    cursor: pointer;
  }
  .dataTables_wrapper {
    border: none;
  }
  .vt-datatable-formatted table tr:nth-child(even),
.vt-tablesorter-formatted table tr:nth-child(even),
.vt-datatable table tr:nth-child(even),
.vt-tablesorter table tr:nth-child(even) {
    background: rgb(250, 249, 250);
  }
  .vt-datatable-formatted table tr:nth-child(odd),
.vt-tablesorter-formatted table tr:nth-child(odd),
.vt-datatable table tr:nth-child(odd),
.vt-tablesorter table tr:nth-child(odd) {
    background-color: rgb(255, 255, 255);
  }
  .vt-tablesorter-formatted .headerSortUp,
.vt-tablesorter .headerSortUp {
    text-align: center;
  }
  .vt-tablesorter-formatted .headerSortDown,
.vt-tablesorter .headerSortDown {
    text-align: center;
  }
  .dataTables_filter {
    width: 33%;
  }
  .dataTables_info {
    width: 50%;
    margin-bottom: 0;
  }
  .dataTables_paginate {
    text-align: right;
  }
}
#resourceTable .header {
  display: table-cell;
}

/************************************** END TABLE STYLES */
/************************************** BEGIN ACCESSIBILITY ASSISTANCE STYLES */
.vt-skip-nav {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  height: 2.5em;
  width: 0;
  z-index: 11000;
}

.vt-skip-navItem {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.5em;
  width: 45vw;
}

.vt-skip-navItem .vt-skip-navLink {
  padding: 0 0.5em;
  display: inline;
  z-index: 11002;
  text-decoration: none;
  position: absolute;
  width: 14em;
  left: -200em;
}

.vt-skip-navItem .vt-skip-navLink:focus,
.vt-skip-navItem .vt-skip-navLink:active {
  left: 0.5em;
  background-color: rgb(255, 255, 255);
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.vt-skip-navItem .vt-skip-navLink:hover {
  cursor: default;
}

.vt-universal-access {
  position: relative;
}
.vt-universal-access.mobile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  height: 40px;
  width: 100%;
  z-index: 10000;
}
.vt-universal-access.open {
  position: static;
}
.vt-universal-access.mobile.open {
  height: 0;
}
.vt-universal-access.mobile.menuOpen {
  display: none;
}

.vt-universal-access-label {
  display: none;
  position: fixed;
  right: 8px;
  background-color: rgb(23, 24, 25);
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  font-size: 0.8em;
  border: 1px solid rgb(255, 255, 255);
  z-index: 20000;
  width: auto;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .vt-universal-access-label {
    right: auto;
  }
}
.vt-universal-access-label:hover {
  display: block;
}

.vt-access-toggle-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100%;
  background-color: rgb(23, 24, 25);
  border-top: 1px solid #000;
}

.vt-access-toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  flex-grow: 0;
}
@media screen and (min-width: 992px) {
  .vt-access-toggle {
    flex-grow: 0;
    margin: 0 20px;
  }
}
.vt-access-toggle:focus {
  background-color: transparent;
}
.vt-access-toggle:focus ~ .vt-universal-access-label, .vt-access-toggle:hover ~ .vt-universal-access-label {
  display: block;
}
.vt-access-toggle .sr-only {
  color: rgb(255, 255, 255);
}

.mobile .vt-access-toggle:focus ~ .vt-universal-access-label,
.mobile .vt-access-toggle:hover ~ .vt-universal-access-label {
  display: none;
}

.vt-access-toggle-icon {
  width: 1.33333334em;
  height: 1.33333334em;
}

.vt-access-dialog-wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 999999;
  padding: 40px 0;
}
.vt-access-dialog-wrapper.open {
  display: flex;
}

.vt-access-dialog {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 320px;
  padding: 20px;
  background-color: rgb(23, 24, 25);
  border: 1px solid rgb(59, 60, 62);
  color: rgb(255, 255, 255);
  overflow-y: scroll;
}

.vt-access-dialog-close {
  align-self: flex-end;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 1px solid rgba(229, 225, 230, 0.5);
  border-radius: 0;
  margin-bottom: 0.5em;
  width: 1.25em;
  height: 1.25em;
}
.vt-access-dialog-close:focus {
  background-color: transparent;
}

.vt-access-dialog-label {
  display: block;
  position: relative;
  font-family: "gineso-condensed", sans-serif;
  font-size: 1.25em;
  text-align: center;
  color: rgb(250, 249, 250);
  margin-bottom: 0.75em;
}

.vt-access-options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.vt-access-options .vt-underline-on {
  display: inline-block;
  font-weight: 600;
}
.vt-access-options .vt-underline-off {
  display: none;
  font-weight: 600;
}

.vt-access-options.vt-underline .vt-underline-on {
  display: none;
}
.vt-access-options.vt-underline .vt-underline-off {
  display: inline-block;
}

.vt-access-item {
  border: 1px solid rgba(229, 225, 230, 0.5);
  flex-basis: 47%;
  margin-bottom: 1em;
}

.vt-access-item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Acherus", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  background-color: #000;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px;
  margin: 0;
  width: 128px;
  height: 128px;
}
.vt-access-item-link:hover, .vt-access-item-link:active, .vt-access-item-link:visited {
  color: rgb(255, 255, 255);
}
.vt-access-item-link:focus {
  background-color: transparent;
}
.vt-access-item-link .vt-access-item-linkImage {
  width: 100%;
  height: 100%;
  max-width: 32px;
  max-height: 32px;
  margin-bottom: 1em;
}
.vt-access-item-link[aria-pressed=true] {
  background-color: rgb(255, 255, 255);
  color: #000;
}

.vt-access-slider {
  border: none;
  border-top: 1px solid rgba(229, 225, 230, 0.5);
  flex-basis: 100%;
  margin: 0.5em 0;
}

.vt-access-item-slider {
  display: flex;
  align-items: center;
  background-color: rgb(23, 24, 25);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 0;
  padding: 1em 0;
  width: 100%;
}

.vt-access-item-sliderImage {
  max-height: 3rem;
  margin-right: 0.67em;
}

.vt-access-item-slider-text {
  font-size: 0.8em;
  text-align: left;
  width: 100%;
}

/************************************** END ACCESSIBILITY ASSISTANCE STYLES */
/************************************** BEGIN INERT STYLES */
[inert] {
  pointer-events: none;
  cursor: default;
}

[inert], [inert] * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/************************************** END INERT STYLES */
/************************************** END BASE STYLES*/
/*

    BUTTON
	========================
    This is the base for the bootstrap button. While bootstrap button styles are already defined in
    bootstrap code, making it an abstract class here makes it more portable. Basically, it's
    way easier to override the button variables from in here.

*/
.vt-giving-radioUI .vt-ctaLink,
.vt-giving-radioUIwithSelect .vt-ctaLink, .vt-giving-radioUI .vt-giving-radioUI-btn,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn, .vt-callToAction .light .vt-ctaLink.light.outline, .vt-callToAction .light .vt-ctaLink.light, .vt-callToAction .maroon .vt-ctaLink.maroon.outline,
.vt-callToAction .maroon .vt-ctaLink.orange.outline,
.vt-callToAction .maroon .vt-ctaLink.dark.outline, .vt-callToAction .maroon .vt-ctaLink.maroon,
.vt-callToAction .maroon .vt-ctaLink.orange, .vt-list-listOfLinks.button-dividers .item .vt-list-title a, .vtctalink .vt-ctaLink.outline.light, .vtctalink .vt-ctaLink.outline.dark, .vtctalink .vt-ctaLink.outline.orange, .vtctalink .vt-ctaLink.outline.maroon, .vtctalink .vt-ctaLink.light, .vtctalink .vt-ctaLink.dark, .vtctalink .vt-ctaLink.orange, .vtctalink .vt-ctaLink.maroon {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  letter-spacing: 0.25rem;
  padding: 0.67vw 0.67vw;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  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;
  font-family: "gineso-condensed", sans-serif;
}
@media (prefers-reduced-motion: reduce) {
  .vt-giving-radioUI .vt-ctaLink,
.vt-giving-radioUIwithSelect .vt-ctaLink, .vt-giving-radioUI .vt-giving-radioUI-btn,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn, .vt-callToAction .light .vt-ctaLink.light.outline, .vt-callToAction .light .vt-ctaLink.light, .vt-callToAction .maroon .vt-ctaLink.maroon.outline,
.vt-callToAction .maroon .vt-ctaLink.orange.outline,
.vt-callToAction .maroon .vt-ctaLink.dark.outline, .vt-callToAction .maroon .vt-ctaLink.maroon,
.vt-callToAction .maroon .vt-ctaLink.orange, .vt-list-listOfLinks.button-dividers .item .vt-list-title a, .vtctalink .vt-ctaLink.outline.light, .vtctalink .vt-ctaLink.outline.dark, .vtctalink .vt-ctaLink.outline.orange, .vtctalink .vt-ctaLink.outline.maroon, .vtctalink .vt-ctaLink.light, .vtctalink .vt-ctaLink.dark, .vtctalink .vt-ctaLink.orange, .vtctalink .vt-ctaLink.maroon {
    transition: none;
  }
}
.vt-giving-radioUI .vt-ctaLink:hover,
.vt-giving-radioUIwithSelect .vt-ctaLink:hover, .vt-giving-radioUI .vt-giving-radioUI-btn:hover,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:hover, .vt-callToAction .light .vt-ctaLink.light:hover,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:hover, .vt-callToAction .maroon .vt-ctaLink.maroon:hover,
.vt-callToAction .maroon .vt-ctaLink.orange:hover, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:hover, .vtctalink .vt-ctaLink.light:hover, .vtctalink .vt-ctaLink.dark:hover, .vtctalink .vt-ctaLink.orange:hover, .vtctalink .vt-ctaLink.maroon:hover, .vt-giving-radioUI .vt-ctaLink:focus,
.vt-giving-radioUIwithSelect .vt-ctaLink:focus, .vt-giving-radioUI .vt-giving-radioUI-btn:focus,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:focus, .vt-callToAction .light .vt-ctaLink.light:focus,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:focus, .vt-callToAction .maroon .vt-ctaLink.maroon:focus,
.vt-callToAction .maroon .vt-ctaLink.orange:focus, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:focus, .vtctalink .vt-ctaLink.light:focus, .vtctalink .vt-ctaLink.dark:focus, .vtctalink .vt-ctaLink.orange:focus, .vtctalink .vt-ctaLink.maroon:focus {
  text-decoration: none;
}
.vt-giving-radioUI .disabled.vt-ctaLink,
.vt-giving-radioUIwithSelect .disabled.vt-ctaLink, .vt-giving-radioUI .disabled.vt-giving-radioUI-btn,
.vt-giving-radioUIwithSelect .disabled.vt-giving-radioUI-btn, .vt-callToAction .light .disabled.vt-ctaLink.light,
.vt-callToAction .maroon .disabled.vt-ctaLink.dark.outline, .vt-callToAction .maroon .disabled.vt-ctaLink.maroon,
.vt-callToAction .maroon .disabled.vt-ctaLink.orange, .vt-list-listOfLinks.button-dividers .item .vt-list-title a.disabled, .vtctalink .disabled.vt-ctaLink.light, .vtctalink .disabled.vt-ctaLink.dark, .vtctalink .disabled.vt-ctaLink.orange, .vtctalink .disabled.vt-ctaLink.maroon, .vt-giving-radioUI .vt-ctaLink:disabled,
.vt-giving-radioUIwithSelect .vt-ctaLink:disabled, .vt-giving-radioUI .vt-giving-radioUI-btn:disabled,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:disabled, .vt-callToAction .light .vt-ctaLink.light:disabled,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:disabled, .vt-callToAction .maroon .vt-ctaLink.maroon:disabled,
.vt-callToAction .maroon .vt-ctaLink.orange:disabled, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:disabled, .vtctalink .vt-ctaLink.light:disabled, .vtctalink .vt-ctaLink.dark:disabled, .vtctalink .vt-ctaLink.orange:disabled, .vtctalink .vt-ctaLink.maroon:disabled {
  opacity: 0.55;
}
.vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled),
.vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled), .vt-giving-radioUI .vt-giving-radioUI-btn:not(:disabled):not(.disabled),
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled), .vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled),
.vt-callToAction .maroon .vt-ctaLink.dark.outline:not(:disabled):not(.disabled), .vt-callToAction .maroon .vt-ctaLink.maroon:not(:disabled):not(.disabled),
.vt-callToAction .maroon .vt-ctaLink.orange:not(:disabled):not(.disabled), .vt-list-listOfLinks.button-dividers .item .vt-list-title a:not(:disabled):not(.disabled), .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled), .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled), .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled), .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled):active,
.vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled):active, .vt-giving-radioUI .vt-giving-radioUI-btn:not(:disabled):not(.disabled):active,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled):active, .vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled):active,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:not(:disabled):not(.disabled):active, .vt-callToAction .maroon .vt-ctaLink.maroon:not(:disabled):not(.disabled):active,
.vt-callToAction .maroon .vt-ctaLink.orange:not(:disabled):not(.disabled):active, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled):active, .vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled).active,
.vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled).active, .vt-giving-radioUI .vt-giving-radioUI-btn:not(:disabled):not(.disabled).active,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled).active, .vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled).active,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:not(:disabled):not(.disabled).active, .vt-callToAction .maroon .vt-ctaLink.maroon:not(:disabled):not(.disabled).active,
.vt-callToAction .maroon .vt-ctaLink.orange:not(:disabled):not(.disabled).active, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled).active {
  background-image: none;
}

.vtctalink .vt-ctaLink.maroon {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
  color: rgb(255, 255, 255);
}
.vtctalink .vt-ctaLink.maroon:hover {
  color: #fff;
  background-color: #a52650;
  border-color: #a52650;
}
.vtctalink .vt-ctaLink.maroon:focus, .vtctalink .vt-ctaLink.maroon.focus {
  color: #fff;
  background-color: #a52650;
  border-color: #a52650;
  box-shadow: 0 0 0 0 rgba(152, 65, 94, 0.5);
}
.vtctalink .vt-ctaLink.maroon.disabled, .vtctalink .vt-ctaLink.maroon:disabled {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled).active, .show > .vtctalink .vt-ctaLink.maroon.dropdown-toggle {
  color: #fff;
  background-color: #821e3f;
  border-color: #5d152d;
}
.vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled):active:focus, .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled).active:focus, .show > .vtctalink .vt-ctaLink.maroon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(152, 65, 94, 0.5);
}
@media screen and (max-width: 767px) {
  .vtctalink .vt-ctaLink.maroon {
    padding: 2.01vw 1.34vw;
  }
}
@media screen and (max-width: 991px) {
  .vtctalink .vt-ctaLink.maroon {
    width: 90%;
    white-space: normal;
    padding: 1.34vw 1.005vw;
  }
}
@media screen and (min-width: 2160px) {
  .vtctalink .vt-ctaLink.maroon {
    padding: 0.335vw 0.335vw;
  }
}

.vtctalink .vt-ctaLink.orange {
  color: #fff;
  background-color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
  color: rgb(255, 255, 255);
}
.vtctalink .vt-ctaLink.orange:hover {
  color: #fff;
  background-color: #d04a00;
  border-color: #d04a00;
}
.vtctalink .vt-ctaLink.orange:focus, .vtctalink .vt-ctaLink.orange.focus {
  color: #fff;
  background-color: #d04a00;
  border-color: #d04a00;
  box-shadow: 0 0 0 0 rgba(207, 98, 38, 0.5);
}
.vtctalink .vt-ctaLink.orange.disabled, .vtctalink .vt-ctaLink.orange:disabled {
  color: #fff;
  background-color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
}
.vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled).active, .show > .vtctalink .vt-ctaLink.orange.dropdown-toggle {
  color: #fff;
  background-color: #c14400;
  border-color: #933400;
}
.vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled):active:focus, .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled).active:focus, .show > .vtctalink .vt-ctaLink.orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(207, 98, 38, 0.5);
}
@media screen and (max-width: 767px) {
  .vtctalink .vt-ctaLink.orange {
    padding: 2.01vw 1.34vw;
  }
}
@media screen and (max-width: 991px) {
  .vtctalink .vt-ctaLink.orange {
    width: 90%;
    white-space: normal;
    padding: 1.34vw 1.005vw;
  }
}
@media screen and (min-width: 2160px) {
  .vtctalink .vt-ctaLink.orange {
    padding: 0.335vw 0.335vw;
  }
}

.vtctalink .vt-ctaLink.dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
  color: rgb(255, 255, 255);
}
.vtctalink .vt-ctaLink.dark:hover {
  color: #fff;
  background-color: #131313;
  border-color: #131313;
}
.vtctalink .vt-ctaLink.dark:focus, .vtctalink .vt-ctaLink.dark.focus {
  color: #fff;
  background-color: #131313;
  border-color: #131313;
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.vtctalink .vt-ctaLink.dark.disabled, .vtctalink .vt-ctaLink.dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled).active, .show > .vtctalink .vt-ctaLink.dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled):active:focus, .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled).active:focus, .show > .vtctalink .vt-ctaLink.dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
@media screen and (max-width: 767px) {
  .vtctalink .vt-ctaLink.dark {
    padding: 2.01vw 1.34vw;
  }
}
@media screen and (max-width: 991px) {
  .vtctalink .vt-ctaLink.dark {
    width: 90%;
    white-space: normal;
    padding: 1.34vw 1.005vw;
  }
}
@media screen and (min-width: 2160px) {
  .vtctalink .vt-ctaLink.dark {
    padding: 0.335vw 0.335vw;
  }
}

.vtctalink .vt-ctaLink.light {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(229, 225, 230);
  color: rgb(134, 31, 65);
}
.vtctalink .vt-ctaLink.light:hover {
  color: #212529;
  background-color: white;
  border-color: #eae7eb;
}
.vtctalink .vt-ctaLink.light:focus, .vtctalink .vt-ctaLink.light.focus {
  color: #212529;
  background-color: white;
  border-color: #eae7eb;
  box-shadow: 0 0 0 0 rgba(200, 197, 202, 0.5);
}
.vtctalink .vt-ctaLink.light.disabled, .vtctalink .vt-ctaLink.light:disabled {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(229, 225, 230);
}
.vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled).active, .show > .vtctalink .vt-ctaLink.light.dropdown-toggle {
  color: #212529;
  background-color: #fcfcfc;
  border-color: #e6e6e6;
}
.vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled):active:focus, .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled).active:focus, .show > .vtctalink .vt-ctaLink.light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(200, 197, 202, 0.5);
}
@media screen and (max-width: 767px) {
  .vtctalink .vt-ctaLink.light {
    padding: 2.01vw 1.34vw;
  }
}
@media screen and (max-width: 991px) {
  .vtctalink .vt-ctaLink.light {
    width: 90%;
    white-space: normal;
    padding: 1.34vw 1.005vw;
  }
}
@media screen and (min-width: 2160px) {
  .vtctalink .vt-ctaLink.light {
    padding: 0.335vw 0.335vw;
  }
}

.vtctalink .vt-ctaLink.outline.maroon {
  color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
  color: rgb(134, 31, 65);
  background: transparent;
}
.vtctalink .vt-ctaLink.outline.maroon:hover {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.vtctalink .vt-ctaLink.outline.maroon:focus, .vtctalink .vt-ctaLink.outline.maroon.focus {
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.5);
}
.vtctalink .vt-ctaLink.outline.maroon.disabled, .vtctalink .vt-ctaLink.outline.maroon:disabled {
  color: rgb(134, 31, 65);
  background-color: transparent;
}
.vtctalink .vt-ctaLink.outline.maroon:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.outline.maroon:not(:disabled):not(.disabled).active, .show > .vtctalink .vt-ctaLink.outline.maroon.dropdown-toggle {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.vtctalink .vt-ctaLink.outline.maroon:not(:disabled):not(.disabled):active:focus, .vtctalink .vt-ctaLink.outline.maroon:not(:disabled):not(.disabled).active:focus, .show > .vtctalink .vt-ctaLink.outline.maroon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.5);
}
@media screen and (max-width: 767px) {
  .vtctalink .vt-ctaLink.outline.maroon {
    padding: 2.01vw 1.34vw;
  }
}
@media screen and (max-width: 991px) {
  .vtctalink .vt-ctaLink.outline.maroon {
    width: 90%;
    white-space: normal;
    padding: 1.34vw 1.005vw;
  }
}
@media screen and (min-width: 2160px) {
  .vtctalink .vt-ctaLink.outline.maroon {
    padding: 0.335vw 0.335vw;
  }
}

.vtctalink .vt-ctaLink.outline.orange {
  color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
  color: rgb(198, 70, 0);
  background: transparent;
}
.vtctalink .vt-ctaLink.outline.orange:hover {
  color: #fff;
  background-color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
}
.vtctalink .vt-ctaLink.outline.orange:focus, .vtctalink .vt-ctaLink.outline.orange.focus {
  box-shadow: 0 0 0 0 rgba(198, 70, 0, 0.5);
}
.vtctalink .vt-ctaLink.outline.orange.disabled, .vtctalink .vt-ctaLink.outline.orange:disabled {
  color: rgb(198, 70, 0);
  background-color: transparent;
}
.vtctalink .vt-ctaLink.outline.orange:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.outline.orange:not(:disabled):not(.disabled).active, .show > .vtctalink .vt-ctaLink.outline.orange.dropdown-toggle {
  color: #fff;
  background-color: rgb(198, 70, 0);
  border-color: rgb(198, 70, 0);
}
.vtctalink .vt-ctaLink.outline.orange:not(:disabled):not(.disabled):active:focus, .vtctalink .vt-ctaLink.outline.orange:not(:disabled):not(.disabled).active:focus, .show > .vtctalink .vt-ctaLink.outline.orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(198, 70, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .vtctalink .vt-ctaLink.outline.orange {
    padding: 2.01vw 1.34vw;
  }
}
@media screen and (max-width: 991px) {
  .vtctalink .vt-ctaLink.outline.orange {
    width: 90%;
    white-space: normal;
    padding: 1.34vw 1.005vw;
  }
}
@media screen and (min-width: 2160px) {
  .vtctalink .vt-ctaLink.outline.orange {
    padding: 0.335vw 0.335vw;
  }
}

.vtctalink .vt-ctaLink.outline.dark {
  color: #000;
  border-color: #000;
  color: #000;
  background: transparent;
}
.vtctalink .vt-ctaLink.outline.dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.vtctalink .vt-ctaLink.outline.dark:focus, .vtctalink .vt-ctaLink.outline.dark.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.vtctalink .vt-ctaLink.outline.dark.disabled, .vtctalink .vt-ctaLink.outline.dark:disabled {
  color: #000;
  background-color: transparent;
}
.vtctalink .vt-ctaLink.outline.dark:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.outline.dark:not(:disabled):not(.disabled).active, .show > .vtctalink .vt-ctaLink.outline.dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.vtctalink .vt-ctaLink.outline.dark:not(:disabled):not(.disabled):active:focus, .vtctalink .vt-ctaLink.outline.dark:not(:disabled):not(.disabled).active:focus, .show > .vtctalink .vt-ctaLink.outline.dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .vtctalink .vt-ctaLink.outline.dark {
    padding: 2.01vw 1.34vw;
  }
}
@media screen and (max-width: 991px) {
  .vtctalink .vt-ctaLink.outline.dark {
    width: 90%;
    white-space: normal;
    padding: 1.34vw 1.005vw;
  }
}
@media screen and (min-width: 2160px) {
  .vtctalink .vt-ctaLink.outline.dark {
    padding: 0.335vw 0.335vw;
  }
}

.vtctalink .vt-ctaLink.outline.light {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background: transparent;
}
.vtctalink .vt-ctaLink.outline.light:hover {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.vtctalink .vt-ctaLink.outline.light:focus, .vtctalink .vt-ctaLink.outline.light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.vtctalink .vt-ctaLink.outline.light.disabled, .vtctalink .vt-ctaLink.outline.light:disabled {
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.vtctalink .vt-ctaLink.outline.light:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.outline.light:not(:disabled):not(.disabled).active, .show > .vtctalink .vt-ctaLink.outline.light.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.vtctalink .vt-ctaLink.outline.light:not(:disabled):not(.disabled):active:focus, .vtctalink .vt-ctaLink.outline.light:not(:disabled):not(.disabled).active:focus, .show > .vtctalink .vt-ctaLink.outline.light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .vtctalink .vt-ctaLink.outline.light {
    padding: 2.01vw 1.34vw;
  }
}
@media screen and (max-width: 991px) {
  .vtctalink .vt-ctaLink.outline.light {
    width: 90%;
    white-space: normal;
    padding: 1.34vw 1.005vw;
  }
}
@media screen and (min-width: 2160px) {
  .vtctalink .vt-ctaLink.outline.light {
    padding: 0.335vw 0.335vw;
  }
}

.vt-ctaLink.uppercase {
  text-transform: uppercase;
}

/* stylelint-disable */
.vt-ctaLink.acherus {
  font-family: "Acherus", sans-serif !important;
}

.vt-ctaLink.crimson {
  font-family: "crimsontext", serif !important;
}

/* stylelint-enable */
.btn-transparency-10 {
  opacity: 0.1;
}

.btn-transparency-20 {
  opacity: 0.2;
}

.btn-transparency-30 {
  opacity: 0.3;
}

.btn-transparency-40 {
  opacity: 0.4;
}

.btn-transparency-50 {
  opacity: 0.5;
}

.btn-transparency-60 {
  opacity: 0.6;
}

.btn-transparency-70 {
  opacity: 0.7;
}

.btn-transparency-80 {
  opacity: 0.8;
}

.btn-transparency-90 {
  opacity: 0.9;
}

.vt-multicolumn .vtctalink .vt-ctaLink.w-100 {
  padding-left: 0.5em;
  padding-right: 0.5em;
  white-space: normal;
}

.vt-right-col .vt-ctaLink {
  margin-bottom: 2em;
  /* stylelint-disable */
  /*padding: (2 * $btn-padding-y) $btn-padding-x !important;*/
  /* stylelint-enable */
}

/* end button */
/** PATCH - CTA-LINK IN MULTICOLUMN **/
.col-lg-6 .vtctalink > .d-flex,
.col-lg-4 .vtctalink > .d-flex,
.col-lg-3 .vtctalink > .d-flex,
.col-lg-2 .vtctalink > .d-flex {
  display: flex !important;
}

/************************************** BEGIN COMPONENT STYLES*/
/************************************************************************* BEGIN ACCORDION AND TAB COMPONENT STYLES */
/*

  MULTI-TAB
	========================
  tab navigation and content panes

*/
#vt_right_col .vtmultitab,
.vtmultitab {
  margin: 0 2%;
}

.vt-accordion-maroon .vt-accordion svg,
.vt-tab-maroon .vt-accordion svg {
  display: inline-block;
  min-width: unset;
  height: unset;
  transition: none;
  transform: none;
}
.vt-accordion-maroon .vt-accordion .vt-accordion-trigger,
.vt-tab-maroon .vt-accordion .vt-accordion-trigger {
  background-color: var(--vt-maroon-3s);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.vt-accordion-maroon .vt-accordion .vt-accordion-trigger:focus,
.vt-tab-maroon .vt-accordion .vt-accordion-trigger:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-accordion-maroon .vt-accordion .vt-accordion-trigger svg,
.vt-tab-maroon .vt-accordion .vt-accordion-trigger svg {
  fill: rgb(255, 255, 255);
}
.vt-accordion-maroon .vt-accordion .vt-accordion-panel,
.vt-accordion-maroon .vt-accordion .vt-accordion-trigger[aria-expanded=true],
.vt-tab-maroon .vt-accordion .vt-accordion-panel,
.vt-tab-maroon .vt-accordion .vt-accordion-trigger[aria-expanded=true] {
  background-color: var(--vt-maroon);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.vt-accordion-maroon .vt-accordion .vt-text a,
.vt-tab-maroon .vt-accordion .vt-text a {
  color: rgb(255, 255, 255);
}
.vt-accordion-maroon .vt-text :focus,
.vt-accordion-maroon .vt-bodycol-content .vt-text:focus,
.vt-accordion-maroon .vt-text a:focus,
.vt-tab-maroon .vt-text :focus,
.vt-tab-maroon .vt-bodycol-content .vt-text:focus,
.vt-tab-maroon .vt-text a:focus {
  outline-color: rgb(255, 255, 255);
}

.vt-accordion-orange .vt-accordion svg,
.vt-tab-orange .vt-accordion svg {
  display: inline-block;
  min-width: unset;
  height: unset;
  transition: none;
  transform: none;
}
.vt-accordion-orange .vt-accordion .vt-accordion-trigger,
.vt-tab-orange .vt-accordion .vt-accordion-trigger {
  background-color: var(--vt-burntOrangeWeb-3s);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.vt-accordion-orange .vt-accordion .vt-accordion-trigger:focus,
.vt-tab-orange .vt-accordion .vt-accordion-trigger:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-accordion-orange .vt-accordion .vt-accordion-trigger svg,
.vt-tab-orange .vt-accordion .vt-accordion-trigger svg {
  fill: rgb(255, 255, 255);
}
.vt-accordion-orange .vt-accordion .vt-accordion-panel,
.vt-accordion-orange .vt-accordion .vt-accordion-trigger[aria-expanded=true],
.vt-tab-orange .vt-accordion .vt-accordion-panel,
.vt-tab-orange .vt-accordion .vt-accordion-trigger[aria-expanded=true] {
  background-color: var(--vt-burntOrangeWeb);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.vt-accordion-orange .vt-accordion .vt-text a,
.vt-tab-orange .vt-accordion .vt-text a {
  color: rgb(255, 255, 255);
}
.vt-accordion-orange .vt-text :focus,
.vt-accordion-orange .vt-bodycol-content .vt-text:focus,
.vt-accordion-orange .vt-text a:focus,
.vt-tab-orange .vt-text :focus,
.vt-tab-orange .vt-bodycol-content .vt-text:focus,
.vt-tab-orange .vt-text a:focus {
  outline-color: rgb(255, 255, 255);
}

.vt-accordion-black .vt-accordion svg,
.vt-tab-black .vt-accordion svg {
  display: inline-block;
  min-width: unset;
  height: unset;
  transition: none;
  transform: none;
}
.vt-accordion-black .vt-accordion .vt-accordion-trigger,
.vt-tab-black .vt-accordion .vt-accordion-trigger {
  background-color: var(--vt-hokieStone-9s);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.vt-accordion-black .vt-accordion .vt-accordion-trigger:focus,
.vt-tab-black .vt-accordion .vt-accordion-trigger:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-accordion-black .vt-accordion .vt-accordion-trigger svg,
.vt-tab-black .vt-accordion .vt-accordion-trigger svg {
  fill: rgb(255, 255, 255);
}
.vt-accordion-black .vt-accordion .vt-accordion-panel,
.vt-accordion-black .vt-accordion .vt-accordion-trigger[aria-expanded=true],
.vt-tab-black .vt-accordion .vt-accordion-panel,
.vt-tab-black .vt-accordion .vt-accordion-trigger[aria-expanded=true] {
  background-color: var(--vt-hokieStone-5s);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.vt-accordion-black .vt-accordion .vt-text a,
.vt-tab-black .vt-accordion .vt-text a {
  color: rgb(255, 255, 255);
}
.vt-accordion-black .vt-text :focus,
.vt-accordion-black .vt-bodycol-content .vt-text:focus,
.vt-accordion-black .vt-text a:focus,
.vt-tab-black .vt-text :focus,
.vt-tab-black .vt-bodycol-content .vt-text:focus,
.vt-tab-black .vt-text a:focus {
  outline-color: rgb(255, 255, 255);
}

.vt-accordion {
  margin: 0;
  padding: 0;
  width: auto;
  overflow: hidden;
}
.vt-accordion svg {
  display: inline-block;
  min-width: unset;
  height: unset;
  transition: none;
  transform: none;
}
.vt-accordion > h2,
.vt-accordion > h3,
.vt-accordion > h4,
.vt-accordion > h5,
.vt-accordion > h6 {
  line-height: 1.25em;
  font-size: 2.25em;
}
.vt-accordion .vt-accordion-panel .vt-multicolumn {
  margin-bottom: 0px;
}
.vt-accordion .vt-item:before {
  content: "";
  position: absolute;
  left: 12px;
  top: -3px;
  width: calc(100% - 30px);
  border-top: 2px solid currentColor;
  z-index: 3;
}
.vt-accordion > h2,
.vt-accordion > h3,
.vt-accordion > h4,
.vt-accordion > h5,
.vt-accordion > h6 {
  margin: 0;
}
.vt-accordion > h2 button,
.vt-accordion > h3 button,
.vt-accordion > h4 button,
.vt-accordion > h5 button,
.vt-accordion > h6 button {
  font-size: 1.125rem;
  font-weight: 500;
}
.vt-accordion .vt-hide {
  display: none;
}
.vt-accordion .vt-accordion-trigger {
  display: flex;
  align-items: center;
  color: #000;
  margin: 0.5em 0 0 0;
  padding: 0.5em 1em;
  position: relative;
  text-align: left;
  line-height: 1.4;
  width: 100%;
  outline: none;
  border-radius: 10px !important;
  border: 1px solid black;
}
.vt-accordion .vt-accordion-trigger svg {
  display: block;
  min-width: 1.25em;
  height: 1.25em;
  transition: transform 0.2s;
  transform: rotate(-45deg);
}
.vt-accordion .vt-accordion-trigger[aria-expanded=true] {
  background-color: rgb(255, 255, 255);
  border-bottom: 0px;
  margin-bottom: 0px;
  border-radius: 10px 10px 0px 0px !important;
  transition-property: background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}
.vt-accordion .vt-accordion-trigger[aria-expanded=true] svg {
  transform: rotate(0deg);
}
.vt-accordion button.vt-accordion-trigger:focus,
.vt-accordion button.vt-accordion-trigger:focus-visible {
  outline-offset: -5px;
  outline-style: dashed;
  outline-width: 2px;
  outline-color: var(--vt-hokieStone-2s);
}
.vt-accordion .accordion-title {
  display: block;
  pointer-events: none;
  padding: 0.25em;
  outline: none;
}
.vt-accordion .accordion-icon {
  border: solid currentcolor;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  width: 0.5rem;
}
.vt-accordion .vt-accordion-trigger[aria-expanded=true] .accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}
.vt-accordion .vt-accordion-panel {
  position: relative;
  background-color: rgb(255, 255, 255);
  margin: 0;
  border: 1px solid #000;
  border-radius: 0px 0px 10px 10px;
  border-top: 0px;
}

/*-----------------
  Tab Component Styles
-------------------*/
.vt-tab-orange .vt-tab-list [role=tab] {
  background-color: var(--vt-burntOrangeWeb-3s);
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.vt-tab-orange .vt-tab-list [role=tab][aria-selected=true] {
  background-color: var(--vt-burntOrangeWeb);
  border-color: transparent;
}
.vt-tab-orange .vt-tab-list .vt-bodycol-content .vt-text :focus,
.vt-tab-orange .vt-tab-list button:focus,
.vt-tab-orange .vt-tab-list button:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.vt-tab-orange .vt-tab-content {
  background-color: var(--vt-burntOrangeWeb);
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.vt-tab-orange .vt-tab-content * {
  color: rgb(255, 255, 255);
}
.vt-tab-orange .vt-text a:hover {
  color: rgb(255, 255, 255);
}
.vt-tab-orange .vt-text :focus,
.vt-tab-orange .vt-bodycol-content .vt-text:focus,
.vt-tab-orange .vt-text a:focus {
  outline-color: rgb(255, 255, 255) !important;
}

.vt-tab-maroon .vt-tab-list [role=tab] {
  background-color: var(--vt-maroon-3s);
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.vt-tab-maroon .vt-tab-list [role=tab][aria-selected=true] {
  background-color: var(--vt-maroon);
  border-color: transparent;
}
.vt-tab-maroon .vt-tab-list .vt-bodycol-content .vt-text :focus,
.vt-tab-maroon .vt-tab-list button:focus,
.vt-tab-maroon .vt-tab-list button:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.vt-tab-maroon .vt-tab-content {
  background-color: var(--vt-maroon);
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.vt-tab-maroon .vt-tab-content * {
  color: rgb(255, 255, 255);
}
.vt-tab-maroon .vt-text a:hover {
  color: rgb(255, 255, 255);
}
.vt-tab-maroon .vt-text :focus,
.vt-tab-maroon .vt-bodycol-content .vt-text:focus,
.vt-tab-maroon .vt-text a:focus {
  outline-color: rgb(255, 255, 255) !important;
}

.vt-tab-black .vt-tab-list [role=tab] {
  background-color: var(--vt-hokieStone);
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.vt-tab-black .vt-tab-list [role=tab][aria-selected=true] {
  background-color: var(--vt-hokieStone-5s);
  border-color: transparent;
}
.vt-tab-black .vt-tab-list .vt-bodycol-content .vt-text :focus,
.vt-tab-black .vt-tab-list button:focus,
.vt-tab-black .vt-tab-list button:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.vt-tab-black .vt-tab-content {
  background-color: var(--vt-hokieStone-5s);
  color: rgb(255, 255, 255);
  border-color: transparent;
}
.vt-tab-black .vt-tab-content * {
  color: rgb(255, 255, 255);
}
.vt-tab-black .vt-text a:hover {
  color: rgb(255, 255, 255);
}
.vt-tab-black .vt-text :focus,
.vt-tab-black .vt-bodycol-content .vt-text:focus,
.vt-tab-black .vt-text a:focus {
  outline-color: rgb(255, 255, 255) !important;
}
.vt-tab-black .vt-tab-list [role=tab] {
  background-color: var(--vt-hokieStone-9s);
}

@media screen and (min-width: 768px) {
  .vt-tab-group .vt-tab-list,
.vt-tab-group .vt-tab,
.vt-tab-group .vt-tab-content {
    display: flex;
  }
  .vt-tab-group .vt-mobile-tab-accordion {
    display: none;
  }
}

.vt-tab-list {
  display: none;
  /* Making all tabs 33% width if three tabs or fewer */
}
.vt-tab-list button:first-child:nth-last-child(1),
.vt-tab-list button:first-child:nth-last-child(1) ~ button {
  width: 33.33%;
  min-width: 0;
}
.vt-tab-list button:first-child:nth-last-child(2),
.vt-tab-list button:first-child:nth-last-child(2) ~ button {
  width: 33.33%;
  min-width: 0;
}
.vt-tab-list button:first-child:nth-last-child(3),
.vt-tab-list button:first-child:nth-last-child(3) ~ button {
  width: 33.33%;
  min-width: 0;
}
.vt-tab-list button {
  border-radius: 5px 5px 0 0 !important;
  padding: 10px;
  margin-right: 5px;
  min-width: 40px;
}
.vt-tab-list [role=tab]:last-child {
  margin-right: 0px;
}
.vt-tab-list button:focus,
.vt-tab-list button:focus-visible {
  outline-offset: -5px;
  outline-style: dashed;
  outline-width: 2px;
  outline-color: var(--vt-hokieStone-2s);
}
.vt-tab-list [role=tab] {
  position: relative;
  z-index: 2;
  top: 2px;
  margin-bottom: 15px;
  border: 1px solid #000;
  outline: none;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "rubik", sans-serif;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  align-items: start;
  min-width: 50px;
}
.vt-tab-list [role=tab][aria-selected=true] {
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  transition-property: background-color, display;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}

.vt-tab-content {
  position: relative;
  background-color: rgb(255, 255, 255);
  top: -9px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 0 0 5px 5px;
  width: 100%;
  overflow: auto;
}
.vt-tab-content .vt-tab-panel {
  width: 100%;
}

@media screen and (max-width: 992px) {
  #vt_right_col .vtmultitab,
.vtmultitab {
    margin: 0 5%;
  }
  .vt-accordion .vt-accordion-trigger {
    padding: 5px 15px;
  }
}
/************************************************************************** BEGIN CONTAINER STYLES */
.vtcontainer .vt-full-width {
  padding: 0;
  display: block;
}
.vtcontainer .vt-full-width::before {
  content: " ";
  clear: both;
  display: table;
}

.vt-vtcontainer-content {
  width: 100%;
}

/************************************************************************** END CONTAINER STYLES */
/************************************** BEGIN NEW DOWNLOAD STYLES */
.download {
  margin: 1em 0 20px 0;
}
.download .vt-download {
  display: flex;
  flex-direction: column;
  background-color: var(--vt-hokieStone-6s);
  color: white;
  border-radius: 15px;
  align-items: unset;
  box-shadow: 0 0 10px rgba(23, 24, 25, 0.2);
  padding: 1em 1.25em 1.25em;
  gap: 1em;
  margin-bottom: 0;
}
.download .vt-download-title {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1;
  word-break: break-word;
}
.download .vt-download-title:empty {
  display: none;
}
.download .vt-download-details {
  background-color: white;
  color: black;
  border-radius: inherit;
}
.download .vt-download-toggle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 0;
  border-radius: inherit !important;
  transition: outline-color 0.15s;
  font-weight: 600;
  background-color: transparent;
  padding-top: 0.33em;
  padding-bottom: 0.33em;
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .download .vt-download-toggle {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.download .vt-download-toggle[aria-expanded=true]:focus {
  outline-offset: -4px;
  outline-color: var(--vt-hokieStone-6s);
}
.download .vt-download-toggle[aria-expanded=true] .vt-download-toggle-icon-img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.download .vt-download-toggle-text {
  font-weight: inherit;
  line-height: 1.4;
  word-break: break-all;
}
.download .vt-download-toggle-text .vt-download-toggle-filename {
  font-weight: inherit;
}
.download .vt-download-toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1em;
  margin-right: 5px;
}
.download .vt-download-toggle-icon .vt-download-toggle-icon-img {
  transition: transform 0.3s;
}
.download .vt-download-info {
  overflow: hidden;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
}
.download .vt-download-info[aria-expanded=false] {
  display: none;
}
.download .vt-download-filename {
  border-top: 2px dotted var(--vt-hokieStone-6s);
  word-break: break-all;
  font-weight: 600;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .download .vt-download-filename {
    padding: 0.5em 0;
  }
}
.download .vt-download-filename:first-child {
  border-top-style: solid;
}
.download .vt-download-filesize {
  border-top: 2px dotted var(--vt-hokieStone-6s);
  font-weight: 600;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .download .vt-download-filesize {
    padding: 0.5em 0;
  }
}
.download .vt-download-filesize:empty {
  display: none;
}
.download .vt-download-filesize:first-child {
  border-top-style: solid;
}
.download .vt-download-description {
  border-top: 2px dotted var(--vt-hokieStone-6s);
  font-style: italic;
  font-weight: 600;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .download .vt-download-description {
    padding: 0.5em 0;
  }
}
.download .vt-download-filename-text {
  font-style: italic;
  word-break: break-all;
}
.download .vt-download-filesize-text {
  font-style: italic;
}
.download .vt-download-link {
  display: inherit;
}
.download .vt-download-link .vt-download-dl-img {
  display: inline-block;
  margin-left: 0.25em;
  height: 1em;
  vertical-align: -0.125em;
}
.download .vt-download-link a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-family: "rubik", sans-serif;
  font-weight: 400;
  background-color: white;
  padding: 0.25em 1em;
  border-radius: 5px !important;
  border: 1px solid black;
}
.download .vt-download-link a:hover {
  text-decoration: underline;
}
.download a:focus,
.download button:focus {
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
  outline-color: white;
}

/* Colors */
.download > .vt-download-bg-light,
.download > .vt-download-bg-white,
.download > .vt-download-bg-inverse {
  background-color: white;
  color: black;
}
.download > .vt-download-bg-light .vt-download-details,
.download > .vt-download-bg-white .vt-download-details,
.download > .vt-download-bg-inverse .vt-download-details {
  background-color: var(--vt-hokieStone-6s);
  color: white;
}
.download > .vt-download-bg-light .vt-download-toggle,
.download > .vt-download-bg-white .vt-download-toggle,
.download > .vt-download-bg-inverse .vt-download-toggle {
  color: inherit;
}
.download > .vt-download-bg-light .vt-download-toggle:focus,
.download > .vt-download-bg-white .vt-download-toggle:focus,
.download > .vt-download-bg-inverse .vt-download-toggle:focus {
  outline-color: white;
}
.download > .vt-download-bg-light .vt-download-toggle.collapsed,
.download > .vt-download-bg-white .vt-download-toggle.collapsed,
.download > .vt-download-bg-inverse .vt-download-toggle.collapsed {
  outline-color: var(--vt-hokieStone-6s);
}
.download > .vt-download-bg-light .vt-download-toggle-icon,
.download > .vt-download-bg-white .vt-download-toggle-icon,
.download > .vt-download-bg-inverse .vt-download-toggle-icon {
  color: inherit;
}
.download > .vt-download-bg-light .vt-download-toggle-icon .vt-download-toggle-icon-img,
.download > .vt-download-bg-white .vt-download-toggle-icon .vt-download-toggle-icon-img,
.download > .vt-download-bg-inverse .vt-download-toggle-icon .vt-download-toggle-icon-img {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.download > .vt-download-bg-light .vt-download-info,
.download > .vt-download-bg-white .vt-download-info,
.download > .vt-download-bg-inverse .vt-download-info {
  border-color: white;
}
.download > .vt-download-bg-light .vt-download-info .vt-download-filename,
.download > .vt-download-bg-light .vt-download-info .vt-download-filesize,
.download > .vt-download-bg-light .vt-download-info .vt-download-description,
.download > .vt-download-bg-white .vt-download-info .vt-download-filename,
.download > .vt-download-bg-white .vt-download-info .vt-download-filesize,
.download > .vt-download-bg-white .vt-download-info .vt-download-description,
.download > .vt-download-bg-inverse .vt-download-info .vt-download-filename,
.download > .vt-download-bg-inverse .vt-download-info .vt-download-filesize,
.download > .vt-download-bg-inverse .vt-download-info .vt-download-description {
  border-color: white !important;
}
.download > .vt-download-bg-light .vt-download-link a,
.download > .vt-download-bg-white .vt-download-link a,
.download > .vt-download-bg-inverse .vt-download-link a {
  background-color: var(--vt-hokieStone-6s);
  color: white;
}
.download > .vt-download-bg-light .vt-download-link a:focus,
.download > .vt-download-bg-white .vt-download-link a:focus,
.download > .vt-download-bg-inverse .vt-download-link a:focus {
  outline-color: var(--vt-hokieStone-6s);
}
.download > .vt-download-bg-light .vt-download-dl-img,
.download > .vt-download-bg-white .vt-download-dl-img,
.download > .vt-download-bg-inverse .vt-download-dl-img {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.download > .vt-download-bg-orange {
  background-color: var(--vt-burntOrangeWeb);
}
.download > .vt-download-bg-maroon {
  background-color: var(--vt-maroon);
}
.download > .vt-download-bg-pink {
  background-color: var(--vt-pink);
}
.download > .vt-download-bg-purple {
  background-color: var(--vt-purple);
}
.download > .vt-download-bg-blue {
  background-color: var(--vt-blue);
}
.download > .vt-download-bg-grey {
  background-color: var(--vt-grey-2s);
}

/************************************** END NEW DOWNLOAD STYLES */
/************************************************************************* BEGIN FEED READER COMPONENT STYLES */
.vt_feed_content > a {
  color: rgb(198, 70, 0);
}
.vt_feed_content > a:hover {
  color: var(--vt-blue-4t);
}

.vt_feed_items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.vt_feed_items > li {
  overflow: hidden;
  margin-bottom: 3em;
  padding: 2em 1em;
  position: relative;
  border: 1px solid rgb(229, 225, 230);
  box-shadow: 0 0 10px rgb(229, 225, 230);
  background: rgb(255, 255, 255);
  height: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .vt_feed_items > li {
    padding: 2em;
  }
}
.vt_feed_items > li span {
  margin: 0;
}

.vt_feed_items > li * {
  display: block;
  position: relative;
  width: 100%;
}

/* stylelint-disable */
.vt_feed_items > li .vt_feed_iTitle {
  position: relative;
  font-size: 1.33em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  width: 100%;
  color: rgb(198, 70, 0);
  font-family: "rubik", sans-serif;
}
.vt_feed_items > li .vt_feed_iTitle:hover {
  color: var(--vt-blue-4t);
}

/* stylelint-enable */
.vt_feed_items .vt_feed_iDescription {
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-family: "Acherus", sans-serif;
  width: 100%;
}
.vt_feed_items .vt_feed_iDescription img {
  border-radius: 5px;
}

.vt_feed_items > li .vt_feed_iDate {
  font-style: italic;
  color: rgb(94, 96, 98);
  font-family: "gineso-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  display: inline-block;
  width: auto;
}

.vt_feed_items > li .vt_feed_iTime {
  font-style: italic;
  color: rgb(94, 96, 98);
  font-family: "gineso-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  display: inline-block;
  padding-left: 10px;
  width: auto;
}

/* stylelint-disable */
.vt_feed_iLocation {
  font-style: italic;
  color: rgb(94, 96, 98);
  font-family: "gineso-condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  width: 100%;
  line-height: 1.3;
  color: #000;
  padding-bottom: 0.5em;
}

/* stylelint-enable */
.vt-right-col .vt_feed_items > li {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 1em 0;
  margin: 0;
}
.vt-right-col .vt_feed_items > li .col-sm-8 {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

/************************************************************************* END FEED READER COMPONENT STYLES */
/************************************************************************* BEGIN GALLERY COMPONENT STYLES */
/* stylelint-disable */
.featured-content-container,
.vt-carousel {
  position: relative;
  display: block;
}

.featured-content-container .vt-carousel {
  max-height: 90vh;
  overflow: hidden;
}

.gallery {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}
.gallery a:hover {
  color: var(--vt-blue-4t);
}

.carousel-inner {
  overflow: hidden;
}

.vt-carousel .carousel-caption {
  margin: 0;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .vt-carousel .carousel-caption {
    padding-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .vt-carousel .carousel-caption .container {
    max-width: 100%;
  }
}
.vt-carousel .carousel-caption.center {
  text-align: center;
}
.vt-carousel .carousel-caption.center .container::after {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.vt-carousel .carousel-caption.left {
  text-align: left;
}
.vt-carousel .carousel-caption.left .container::after {
  left: 0;
}
.vt-carousel .carousel-caption.right {
  text-align: right;
}
.vt-carousel .carousel-caption.right .container::after {
  right: 0;
  left: initial;
}

.vt-carousel .carousel-caption {
  background-color: transparent !important;
  right: initial !important;
  left: 0 !important;
  bottom: initial !important;
  top: initial !important;
  padding: 0 !important;
  z-index: 25 !important;
}
@media screen and (min-width: 768px) {
  .vt-carousel .carousel-caption {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
  }
}

.vt-carousel .carousel-caption .container {
  width: 100%;
  padding: 0;
  margin: 1em 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vt-carousel .carousel-caption .container {
    display: flex;
    flex-direction: row;
  }
}
.vt-carousel .carousel-caption .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2em;
  background: rgb(198, 70, 0);
  height: 2px;
}
.vt-carousel .carousel-caption .container > .row {
  flex-direction: column;
  position: relative;
  width: 100%;
}

.vt-carousel .carousel-caption h3 {
  display: block;
  position: relative;
  color: #000;
  font-weight: 400;
  width: 100%;
  margin: 0 0 9px 0;
}
@media screen and (min-width: 768px) {
  .vt-carousel .carousel-caption h3 {
    text-shadow: none;
  }
}

.vt-carousel .carousel-caption p {
  display: block;
  color: #000;
  width: 100%;
  line-height: 1.5;
  font-family: "Acherus", sans-serif;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .vt-carousel .carousel-caption p {
    text-shadow: none;
  }
}

.vt-carousel .carousel-caption a {
  position: relative;
  color: rgb(198, 70, 0);
  text-decoration: underline;
  z-index: 26;
}
.vt-carousel .carousel-caption a:hover {
  color: var(--vt-blue-4t);
}

.carousel-control {
  top: 0;
}

.vt-gallery-type-featured-lbgallery .gallery-thumbnails,
.vt-gallery-type-lbgallery .gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail,
.vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail {
  padding: 0.5em 0.5em;
  width: 100%;
  display: flex;
  position: relative;
  max-height: 67vw;
}
@media screen and (min-width: 576px) {
  .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail,
.vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail {
    width: 50%;
    max-height: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail,
.vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail {
    width: 32.3%;
    max-height: 13.5vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail,
.vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail {
    width: 25%;
    max-height: 10.5vw;
  }
}
.vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail img,
.vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail img {
  max-height: none;
}

.gallery .gallery-featured-item {
  margin: 0 0.5%;
}
.gallery .gallery-featured-item h3 {
  font-size: 1.75rem;
  margin-bottom: 0;
}
.gallery .gallery-featured-item p {
  font-family: "Acherus", sans-serif;
  color: rgb(94, 96, 98);
  margin-bottom: 1.25rem;
}
.gallery .gallery-featured-item a {
  color: rgb(198, 70, 0);
  display: block;
  text-decoration: underline;
  margin-bottom: 0.5em;
}
.gallery .gallery-featured-item a:hover {
  color: var(--vt-blue-4t);
}

.carousel-item .item-image {
  position: relative;
  overflow: hidden;
}
.carousel-item .item-image img {
  -o-object-position: 0 0;
     object-position: 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.vt-carousel .vt-carousel-control-belowImage .vt-carousel-indicator-belowImage .carousel-indicators li, .vt-carousel .vt-carousel-indicator-default li {
  height: 8px;
  border-radius: 50px;
  width: 8px;
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  cursor: pointer;
}

.vt-carousel-indicator-default {
  height: 50px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .vt-carousel-control-default {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
}
.vt-carousel-control-default .carousel-control-prev,
.vt-carousel-control-default .carousel-control-next {
  top: 0 !important;
  bottom: 24% !important;
  z-index: 20 !important;
  opacity: 0.8;
}
.vt-carousel-control-default .carousel-control-prev:hover,
.vt-carousel-control-default .carousel-control-next:hover {
  opacity: 1;
}

.vt-carousel .vt-carousel-indicator-default {
  background: linear-gradient(rgba(255, 255, 255, 0), #000);
  width: 100%;
  margin: 0;
}
.vt-carousel .vt-carousel-indicator-default li {
  margin-top: 1em;
}
.vt-carousel .vt-carousel-indicator-default li::after {
  display: none;
}
.vt-carousel .vt-carousel-indicator-default .active {
  background: rgb(255, 255, 255);
}

.vt-carousel .vt-carousel-control-belowImage {
  position: absolute;
  height: 50px;
  bottom: 115px;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #000);
}
@media screen and (max-width: 767px) {
  .vt-carousel .vt-carousel-control-belowImage {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
}
.vt-carousel .vt-carousel-control-belowImage .container .row {
  position: relative;
}
.vt-carousel .vt-carousel-control-belowImage .vt-carousel-indicator-belowImage {
  width: 100%;
}
.vt-carousel .vt-carousel-control-belowImage .vt-carousel-indicator-belowImage .carousel-indicators {
  width: 100%;
  margin-top: 20px;
  left: 0 !important;
}
@media screen and (max-width: 767px) {
  .vt-carousel .vt-carousel-control-belowImage .vt-carousel-indicator-belowImage .carousel-indicators {
    left: 0 !important;
  }
}
.vt-carousel .vt-carousel-control-belowImage .vt-carousel-indicator-belowImage .carousel-indicators li::after {
  display: none;
}
.vt-carousel .vt-carousel-control-belowImage .vt-carousel-indicator-belowImage .carousel-indicators .active {
  background: rgb(255, 255, 255);
}
.vt-carousel .vt-carousel-control-belowImage .carousel-control-prev,
.vt-carousel .vt-carousel-control-belowImage .carousel-control-next {
  bottom: 24% !important;
  z-index: 20 !important;
  opacity: 0.8;
}
.vt-carousel .vt-carousel-control-belowImage .carousel-control-prev:hover,
.vt-carousel .vt-carousel-control-belowImage .carousel-control-next:hover {
  opacity: 1;
}
.vt-carousel .vt-carousel-control-belowImage .carousel-control {
  position: absolute;
  left: initial;
}
@media screen and (-ms-high-contrast: none) {
  .vt-carousel .vt-carousel-control-belowImage .carousel-control {
    top: 0 !important;
    bottom: 50%;
    height: 50px;
  }
}
.vt-carousel .vt-carousel-control-belowImage .carousel-control.left {
  left: 0;
}
.vt-carousel .vt-carousel-control-belowImage .carousel-control.right {
  right: 0;
}
.vt-carousel .vt-carousel-control-belowImage .carousel-control i {
  font-weight: 400;
  position: absolute;
  top: 50%;
}

.vt-home-featuredComponent .vt-carousel .carousel-caption.left {
  padding-left: 1em !important;
}
@media screen and (min-width: 768px) {
  .vt-home-featuredComponent .vt-carousel .carousel-caption.left {
    padding-left: 2em !important;
  }
}
.vt-home-featuredComponent .vt-carousel .carousel-caption.right {
  padding-right: 1em !important;
}
@media screen and (min-width: 768px) {
  .vt-home-featuredComponent .vt-carousel .carousel-caption.right {
    padding-right: 2em !important;
  }
}

/* stylelint-enable */
/************************************************************************* END GALLERY COMPONENT STYLES */
/************************************************************************* BEGIN IMAGE COMPONENT STYLES */
.vt-image.pull-left {
  float: left;
}

.vt-image.pull-right {
  float: right;
}

.vt-image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 3em;
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-image figure {
  margin: 0;
}
.vt-image.vt_img_left {
  margin: 1em 3% 0 0 !important;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
@media screen and (max-width: 991px) {
  .vt-image.vt_img_left {
    float: none;
    width: 100% !important;
    clear: both;
    margin: 0 auto !important;
    padding: 0 5%;
  }
}
.vt-image.vt_img_right {
  margin: 1em 0 0 3% !important;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
@media screen and (max-width: 991px) {
  .vt-image.vt_img_right {
    float: none;
    width: 100% !important;
    clear: both;
    margin: 0 auto !important;
    padding: 0 5%;
  }
}
.vt-image.vt_img_center {
  float: none;
  clear: both;
  margin: 0 auto;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
@media screen and (max-width: 991px) {
  .vt-image.vt_img_center {
    float: none;
    width: 100% !important;
    clear: both;
    margin: 0 auto !important;
    padding: 0 5%;
  }
}

#vt_right_col .adaptiveimage > .vt-image.vt_img_center {
  margin: 0 auto;
}

#vt_with_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage {
  display: inline;
}
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage .vt-image.vt_img_center {
  margin: 0 auto;
}

#vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage {
  display: inline;
  /* stylelint-disable */
}
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage #vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage > .vt-image.vt_large_img {
  margin: 0;
}
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage .vt-image {
  /* stylelint-enable */
}
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage .vt-image.vt_img_left {
  margin: 2em 3% 2em 10% !important;
}
@media screen and (max-width: 991px) {
  #vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage .vt-image.vt_img_left {
    margin: 0 auto !important;
  }
}
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage .vt-image.vt_img_right {
  margin: 2em 10% 2em 3% !important;
}
@media screen and (max-width: 991px) {
  #vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage .vt-image.vt_img_right {
    margin: 0 auto !important;
  }
}
#vt_no_rb div[class$=-body] > .vt-bodycol-content > .adaptiveimage .vt-image.vt_img_center {
  margin: 0 auto;
}
.vt-image img {
  max-width: 100%;
  width: 100%;
}

.vt-image-desc {
  display: none;
}

.vt-image figcaption {
  line-height: 1.6667;
  font-family: "Acherus", sans-serif;
  font-size: 0.8em;
  margin-top: 10px;
  color: rgb(94, 96, 98);
  position: relative;
  margin-bottom: 1em;
}
.vt-image figcaption::after {
  content: "";
  position: absolute;
  background-color: rgb(229, 225, 230);
  width: 20px;
  height: 2px;
  bottom: -1em;
  left: 0;
}

/************************************** BEGIN PORTRAIT/SQUARE IMAGE TREATMENT */
#vt_body_col .vt-portrait,
#vt_right_col .vt-portrait,
#vt_body_col .vt-square,
#vt_right_col .vt-square {
  background-color: transparent;
  height: auto;
}

.vt-image-portraitFigure {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.vt-image-portraitWrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.vt-image-portraitPicture {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.vt-image-blurHolder {
  display: block;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vt-image-blurHolder {
    display: none;
  }
}

.vt-square .vt-image-blurHolder {
  top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vt-square .vt-image-blurHolder {
    top: -100%;
  }
}

.vt-image-blurHolder .blur-image {
  width: 100%;
  height: 100%;
  left: 0;
}

.vt-square img,
.vt-square .vt-image-portraitImage,
.vt-portrait img,
.vt-portrait .vt-image-portraitImage {
  position: relative;
  display: block;
  top: 0;
  max-height: 100%;
  height: 100%;
  width: auto;
  opacity: 1;
}

/************************************** END PORTRAIT/SQUARE IMAGE TREATMENT */
/************************************************************************* END IMAGE COMPONENT STYLES */
/************************************************************************* BEGIN LIST COMPONENT STYLES */
.vt-list-table table .vt-list-item-time .vt-list-item-event-location-formatted,
.vt-list-table table .vt-list-item-time .vt-list-item-event-headliner-formatted,
.vt-list-table table .vt-list-item-event-time .vt-list-item-event-location-formatted,
.vt-list-table table .vt-list-item-event-time .vt-list-item-event-headliner-formatted,
.vt-list-table table .vt-list-item-event-location .vt-list-item-event-location-formatted,
.vt-list-table table .vt-list-item-event-location .vt-list-item-event-headliner-formatted,
.vt-list-table table .vt-list-item-event-headliner .vt-list-item-event-location-formatted,
.vt-list-table table .vt-list-item-event-headliner .vt-list-item-event-headliner-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-event-location-formatted, .vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-event-location-formatted, .vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-event-location-formatted, .vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-event-location-formatted, .vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-event-location-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-event-headliner-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-bio-fullName-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-bio-title-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-bio-address-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-bio-email-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-bio-phone-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-resource-id-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-resource-author-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-resource-rights-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-resource-publisher-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-resource-publishDate-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-resource-availableAs-formatted,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-resource-availableAs-formatted, .vt-list-table table .vt-list-item-date .vt-list-item-date-formatted,
.vt-list-table table .vt-list-item-event-date .vt-list-item-date-formatted {
  font-style: italic;
  color: rgb(94, 96, 98);
  font-family: "rubik", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
}

.vt-list .vt-num-col-6 .item .vt-list-item-title, .vt-list .vt-num-col-4 .item .vt-list-item-title, .vt-list .vt-num-col-3 .item .vt-list-item-title, .vt-list .vt-num-col-2 .item .vt-list-item-title, .vt-list .vt-num-col-1 .item .vt-list-item-title {
  font-size: 1.33em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: #000;
}

.vt-list .vt-num-col-6 .item .vt-list-item-description, .vt-list .vt-num-col-4 .item .vt-list-item-description, .vt-list .vt-num-col-3 .item .vt-list-item-description, .vt-list .vt-num-col-2 .item .vt-list-item-description, .vt-list .vt-num-col-1 .item .vt-list-item-description {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1em;
}

.vt-list-item-imgWrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
.vt-list-item-imgWrapper .vt-list-item-img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}

.vt-list .item .vt-list-item-wrapper {
  position: relative;
  border: 1px solid rgb(229, 225, 230);
  box-shadow: 0 0 10px rgb(229, 225, 230);
  background: rgb(255, 255, 255);
  height: 100%;
}

.vt-list .vt-num-col-6 .item, .vt-list .vt-num-col-4 .item, .vt-list .vt-num-col-3 .item, .vt-list .vt-num-col-2 .item, .vt-list .vt-num-col-1 .item {
  display: block;
  align-self: stretch;
  margin: 0 0 2em 0;
}
.vt-list .vt-num-col-6 .item .vt-list-item-title, .vt-list .vt-num-col-4 .item .vt-list-item-title, .vt-list .vt-num-col-3 .item .vt-list-item-title, .vt-list .vt-num-col-2 .item .vt-list-item-title, .vt-list .vt-num-col-1 .item .vt-list-item-title {
  order: 1;
}
.vt-list .vt-num-col-6 .item .vt-list-item-description, .vt-list .vt-num-col-4 .item .vt-list-item-description, .vt-list .vt-num-col-3 .item .vt-list-item-description, .vt-list .vt-num-col-2 .item .vt-list-item-description, .vt-list .vt-num-col-1 .item .vt-list-item-description {
  order: 4;
  color: #000;
}
.vt-list .vt-num-col-6 .item .vt-list-item-date, .vt-list .vt-num-col-4 .item .vt-list-item-date, .vt-list .vt-num-col-3 .item .vt-list-item-date, .vt-list .vt-num-col-2 .item .vt-list-item-date, .vt-list .vt-num-col-1 .item .vt-list-item-date,
.vt-list .vt-num-col-6 .item .vt-list-item-event-date,
.vt-list .vt-num-col-4 .item .vt-list-item-event-date,
.vt-list .vt-num-col-3 .item .vt-list-item-event-date,
.vt-list .vt-num-col-2 .item .vt-list-item-event-date,
.vt-list .vt-num-col-1 .item .vt-list-item-event-date {
  display: inline-block;
  font-family: "rubik", sans-serif;
  font-style: italic;
  order: 2;
  color: #000;
  margin-bottom: 0.5em;
}
.vt-list .vt-num-col-6 .item .vt-list-item-date .vt-list-item-dateHeading, .vt-list .vt-num-col-4 .item .vt-list-item-date .vt-list-item-dateHeading, .vt-list .vt-num-col-3 .item .vt-list-item-date .vt-list-item-dateHeading, .vt-list .vt-num-col-2 .item .vt-list-item-date .vt-list-item-dateHeading, .vt-list .vt-num-col-1 .item .vt-list-item-date .vt-list-item-dateHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-event-date .vt-list-item-dateHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-event-date .vt-list-item-dateHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-event-date .vt-list-item-dateHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-event-date .vt-list-item-dateHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-event-date .vt-list-item-dateHeading {
  display: inline-block;
  width: 0;
  height: 0;
  color: transparent;
  margin: 0;
}
.vt-list .vt-num-col-6 .item .vt-list-item-time, .vt-list .vt-num-col-4 .item .vt-list-item-time, .vt-list .vt-num-col-3 .item .vt-list-item-time, .vt-list .vt-num-col-2 .item .vt-list-item-time, .vt-list .vt-num-col-1 .item .vt-list-item-time,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time {
  display: inline-block;
  order: 3;
  font-family: "rubik", sans-serif;
  font-style: italic;
  margin-bottom: 0.5em;
}
.vt-list .vt-num-col-6 .item .vt-list-item-time, .vt-list .vt-num-col-4 .item .vt-list-item-time, .vt-list .vt-num-col-3 .item .vt-list-item-time, .vt-list .vt-num-col-2 .item .vt-list-item-time, .vt-list .vt-num-col-1 .item .vt-list-item-time,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs {
  color: #000;
}
.vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-timeHeading, .vt-list .vt-num-col-4 .item .vt-list-item-time .vt-list-item-timeHeading, .vt-list .vt-num-col-3 .item .vt-list-item-time .vt-list-item-timeHeading, .vt-list .vt-num-col-2 .item .vt-list-item-time .vt-list-item-timeHeading, .vt-list .vt-num-col-1 .item .vt-list-item-time .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-event-time .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-event-time .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-event-time .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-event-time .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-event-location .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-event-location .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-event-location .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-event-location .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-event-headliner .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-event-headliner .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-event-headliner .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-event-headliner .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-fullName .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-fullName .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-fullName .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-fullName .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-title .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-title .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-title .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-title .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-address .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-address .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-address .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-email .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-email .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-email .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-email .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-bio-phone .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-bio-phone .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-bio-phone .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-bio-phone .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-id .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-id .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-id .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-id .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-author .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-author .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-author .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-author .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-rights .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-rights .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-rights .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-rights .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publisher .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publisher .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publisher .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publisher .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-publishDate .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-publishDate .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-publishDate .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-publishDate .vt-list-item-timeHeading,
.vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-timeHeading,
.vt-list .vt-num-col-4 .item .vt-list-item-resource-availableAs .vt-list-item-timeHeading,
.vt-list .vt-num-col-3 .item .vt-list-item-resource-availableAs .vt-list-item-timeHeading,
.vt-list .vt-num-col-2 .item .vt-list-item-resource-availableAs .vt-list-item-timeHeading,
.vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .vt-list-item-timeHeading {
  display: inline-block;
  width: 0;
  height: 0;
  color: transparent;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-6 .item .vt-list-item-date + .vt-list-item-time::before, .vt-list .vt-num-col-4 .item .vt-list-item-date + .vt-list-item-time::before, .vt-list .vt-num-col-3 .item .vt-list-item-date + .vt-list-item-time::before, .vt-list .vt-num-col-2 .item .vt-list-item-date + .vt-list-item-time::before, .vt-list .vt-num-col-1 .item .vt-list-item-date + .vt-list-item-time::before {
    content: ", ";
    display: inline-block;
  }
}
.vt-list .vt-num-col-6 .item .vt-list-item-duration, .vt-list .vt-num-col-4 .item .vt-list-item-duration, .vt-list .vt-num-col-3 .item .vt-list-item-duration, .vt-list .vt-num-col-2 .item .vt-list-item-duration, .vt-list .vt-num-col-1 .item .vt-list-item-duration,
.vt-list .vt-num-col-6 .item .vt-list-item-views,
.vt-list .vt-num-col-4 .item .vt-list-item-views,
.vt-list .vt-num-col-3 .item .vt-list-item-views,
.vt-list .vt-num-col-2 .item .vt-list-item-views,
.vt-list .vt-num-col-1 .item .vt-list-item-views,
.vt-list .vt-num-col-6 .item .vt-list-item-likes,
.vt-list .vt-num-col-4 .item .vt-list-item-likes,
.vt-list .vt-num-col-3 .item .vt-list-item-likes,
.vt-list .vt-num-col-2 .item .vt-list-item-likes,
.vt-list .vt-num-col-1 .item .vt-list-item-likes {
  color: #000;
}
.vt-list .vt-num-col-6 .item .vt-list-item-duration *:first-child, .vt-list .vt-num-col-4 .item .vt-list-item-duration *:first-child, .vt-list .vt-num-col-3 .item .vt-list-item-duration *:first-child, .vt-list .vt-num-col-2 .item .vt-list-item-duration *:first-child, .vt-list .vt-num-col-1 .item .vt-list-item-duration *:first-child,
.vt-list .vt-num-col-6 .item .vt-list-item-views *:first-child,
.vt-list .vt-num-col-4 .item .vt-list-item-views *:first-child,
.vt-list .vt-num-col-3 .item .vt-list-item-views *:first-child,
.vt-list .vt-num-col-2 .item .vt-list-item-views *:first-child,
.vt-list .vt-num-col-1 .item .vt-list-item-views *:first-child,
.vt-list .vt-num-col-6 .item .vt-list-item-likes *:first-child,
.vt-list .vt-num-col-4 .item .vt-list-item-likes *:first-child,
.vt-list .vt-num-col-3 .item .vt-list-item-likes *:first-child,
.vt-list .vt-num-col-2 .item .vt-list-item-likes *:first-child,
.vt-list .vt-num-col-1 .item .vt-list-item-likes *:first-child {
  margin-right: 0.5em;
}
.vt-list .vt-num-col-6 .item .vt-list-item-event-ticketLink-formatted, .vt-list .vt-num-col-4 .item .vt-list-item-event-ticketLink-formatted, .vt-list .vt-num-col-3 .item .vt-list-item-event-ticketLink-formatted, .vt-list .vt-num-col-2 .item .vt-list-item-event-ticketLink-formatted, .vt-list .vt-num-col-1 .item .vt-list-item-event-ticketLink-formatted,
.vt-list .vt-num-col-6 .item .vt-list-item-event-calLink,
.vt-list .vt-num-col-4 .item .vt-list-item-event-calLink,
.vt-list .vt-num-col-3 .item .vt-list-item-event-calLink,
.vt-list .vt-num-col-2 .item .vt-list-item-event-calLink,
.vt-list .vt-num-col-1 .item .vt-list-item-event-calLink {
  margin: 0;
  padding: 1em 2em;
}
.vt-list .vt-num-col-6 .item .vt-list-item-no-image, .vt-list .vt-num-col-4 .item .vt-list-item-no-image, .vt-list .vt-num-col-3 .item .vt-list-item-no-image, .vt-list .vt-num-col-2 .item .vt-list-item-no-image, .vt-list .vt-num-col-1 .item .vt-list-item-no-image {
  display: none;
}

.vt-list-item-row > .vt-list-item-col {
  position: static;
  padding: 0;
  font-family: "Acherus", sans-serif;
}
.vt-list-item-row > .vt-list-item-col:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  padding: 1em;
}
@media screen and (min-width: 992px) {
  .vt-list-item-row > .vt-list-item-col:last-child {
    padding: 2em;
  }
}

.vt-list-item-imgWrapper .vt-list-item-figure {
  margin: 0;
}

.vt-list-item-title .vt-list-item-title-link {
  position: static;
  color: #000;
  font-family: "rubik", sans-serif;
}

.vt-list-item-title .vt-list-item-title-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.vt-list-item-title .vt-list-item-title-link:focus {
  outline: none;
  text-decoration: underline;
}
.vt-list-item-title .vt-list-item-title-link:focus::before {
  outline-color: var(--vt-hokieStone-2s);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.vt-list-item-picture {
  display: block;
  position: relative;
  width: 100%;
}

.vt-list-item-heading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(255, 255, 255);
  z-index: 2;
}
.vt-list-item-heading .vt-list-item-icon {
  display: none;
}
.vt-list-item-heading .vt-list-item-heading-text {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tagcloud li a, .vt-list .item .vt-list-item-tags .vt-list-item-tags-tag .vt-list-item-tags-link {
  color: rgb(23, 24, 25);
  font-size: 0.85em;
  font-weight: 400;
}

.vt-list-item-category {
  display: flex;
  justify-content: flex-start;
  background-color: #000;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  padding: 0.5em 0.5em 0.4125em;
  margin-bottom: 0.75em;
  z-index: 2;
}
.vt-list-item-category:hover, .vt-list-item-category:active {
  color: rgb(255, 255, 255);
}
.vt-list-item-category:focus {
  outline-color: var(--vt-hokieStone-2s);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.vt-list-item-category-label {
  display: inline-block;
}

.vt-list-item-category-text {
  display: inline-block;
  background-color: #000;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
  font-size: 0.575em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.vt-list-item-category-feature {
  display: inline-block;
  height: 0.45em;
  line-height: 1;
  margin-right: 0.33em;
  color: rgb(255, 255, 255);
}

.vt-list {
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-list .vt-list-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.vt-list .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  max-height: 100vw;
}
.vt-list .vt-list-item-horizontal .vt-list-item-wrapper .vt-list-item-row {
  height: 100%;
}
.vt-list .vt-list-item-horizontal .vt-list-item-imgWrapper {
  height: 100%;
  width: 100%;
}
.vt-list .vt-list-item-horizontal .vt-list-item-figure,
.vt-list .vt-list-item-horizontal .vt-list-item-picture,
.vt-list .vt-list-item-horizontal .vt-list-item-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .vt-list .vt-list-item-horizontal .vt-list-item-figure,
.vt-list .vt-list-item-horizontal .vt-list-item-picture,
.vt-list .vt-list-item-horizontal .vt-list-item-img {
    height: 45vw;
  }
}
.vt-list .vt-list-columns .row.vt-list-items.vt-list-item-horizontal .vt-list-item-col:first-child {
  position: relative;
}
@media screen and (max-width: 767px) {
  .vt-list .vt-list-columns .row.vt-list-items.vt-list-item-horizontal .vt-list-item-col:first-child .vt-list-item-imgWrapper {
    position: relative;
  }
}
.vt-list .item .vt-list-item-wrapper {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.vt-list .item .vt-list-item-tags {
  display: inline;
  flex-grow: 1;
  background-color: var(--vt-smoke-9t);
  border-top: 1px solid rgb(229, 225, 230);
  line-height: 1.4;
  width: 100%;
  padding: 1em 2em;
  margin: 0;
  order: 5;
}
.vt-list .item .vt-list-item-tags .vt-list-item-tags-tag {
  display: inline;
  font-family: "Acherus", sans-serif;
  width: auto;
  line-height: 1.4;
}
.vt-list .item .vt-list-item-tags .vt-list-item-tags-tag::before {
  content: none;
}
.vt-list .item .vt-list-item-tags .vt-list-item-tags-tag .vt-list-item-tags-separator {
  display: inline;
  font-family: "Acherus", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.vt-list .item .vt-list-item-tags .vt-list-item-tags-tag .vt-list-item-tags-link {
  margin-bottom: 0.5em;
  z-index: 2;
  color: var(--vt-burntOrangeWeb);
}
.vt-list .item .vt-list-item-tags .vt-list-item-tags-title {
  display: inline;
}
.vt-list .item .vt-list-item-tags .vt-list-item-tags-tag:not(:last-child) .vt-list-item-tags-title:after {
  content: ", ";
  display: inline-block;
  position: relative;
}
.vt-list .item::before {
  /* stylelint-disable */
  content: none !important;
  /* stylelint-enable */
}
.vt-list .vt-list-item-row {
  width: 100%;
}
.vt-list .vt-list-columns .vt-list-item-wrapper:hover {
  border-color: var(--vt-hokieStone-2t);
  box-shadow: 0 0 10px var(--vt-hokieStone);
}
.vt-list .image-format-positionBottom .vt-list-item-wrapper {
  height: auto;
}
.vt-list .image-format-positionBottom.vt-list-item-vertical .vt-list-item-row {
  align-self: stretch;
}
.vt-list .image-format-positionBottom.vt-list-item-vertical .vt-list-item-row .vt-list-item-col:first-child {
  align-self: flex-end;
}
.vt-list .image-format-positionBottom.vt-list-item-vertical .vt-list-item-wrapper {
  flex-direction: row;
  height: 100%;
  align-items: flex-end;
}
.vt-list .vt-landscape {
  /* stylelint-disable */
  height: 100% !important;
  /* stylelint-enable */
}
.vt-list .vt-landscape .vt-image-portraitPicture {
  display: flex;
  position: absolute;
  height: 100%;
}
.vt-list .vt-landscape .vt-image-portraitPicture .vt-list-item-img {
  position: relative;
}
.vt-list .image-format-positionTop .vt-list-item-row .vt-list-item-col:first-child {
  order: 1;
}
.vt-list .image-format-positionTop .vt-list-item-row .vt-list-item-col:last-child {
  order: 2;
}
.vt-list .image-format-positionRight .vt-list-item-heading,
.vt-list .image-format-positionRightMedium .vt-list-item-heading,
.vt-list .image-format-positionRightLarge .vt-list-item-heading {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.vt-list .image-format-positionRight .vt-list-item-row .vt-list-item-col:first-child,
.vt-list .image-format-positionRightMedium .vt-list-item-row .vt-list-item-col:first-child,
.vt-list .image-format-positionRightLarge .vt-list-item-row .vt-list-item-col:first-child {
  order: 2;
}
.vt-list .image-format-positionRight .vt-list-item-row .vt-list-item-col:last-child,
.vt-list .image-format-positionRightMedium .vt-list-item-row .vt-list-item-col:last-child,
.vt-list .image-format-positionRightLarge .vt-list-item-row .vt-list-item-col:last-child {
  order: 1;
  border-right: 1px solid rgb(229, 225, 230);
  font-size: 0.8em;
  padding: 1em;
}
.vt-list .image-format-positionBottom .vt-list-item-heading {
  top: auto;
  left: auto;
  right: 0;
  bottom: calc(1em - 2px);
}
.vt-list .image-format-positionBottom .vt-list-item-row .vt-list-item-col:first-child {
  order: 2;
}
.vt-list .image-format-positionBottom .vt-list-item-row .vt-list-item-col:last-child {
  order: 1;
}
.vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child,
.vt-list .image-format-positionLeftMedium .vt-list-item-row .vt-list-item-col:first-child,
.vt-list .image-format-positionLeftLarge .vt-list-item-row .vt-list-item-col:first-child {
  order: 1;
}
.vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child,
.vt-list .image-format-positionLeftMedium .vt-list-item-row .vt-list-item-col:last-child,
.vt-list .image-format-positionLeftLarge .vt-list-item-row .vt-list-item-col:last-child {
  order: 2;
  border-left: 1px solid rgb(229, 225, 230);
  font-size: 0.8em;
  padding: 1em;
}
.vt-list .vt-list-item-horizontal.image-format-positionRight .vt-list-item-col, .vt-list .vt-list-item-horizontal.image-format-positionRightMedium .vt-list-item-col, .vt-list .vt-list-item-horizontal.image-format-positionRightLarge .vt-list-item-col {
  right: -1px;
}
.vt-list .vt-list-item-horizontal.image-format-positionRight .vt-list-item-figure .vt-list-item-picture .vt-list-item-img, .vt-list .vt-list-item-horizontal.image-format-positionRightMedium .vt-list-item-figure .vt-list-item-picture .vt-list-item-img, .vt-list .vt-list-item-horizontal.image-format-positionRightLarge .vt-list-item-figure .vt-list-item-picture .vt-list-item-img {
  height: 100%;
  width: 100%;
}
.vt-list .vt-list-item-horizontal.image-format-positionLeft .vt-list-item-figure .vt-list-item-picture .vt-list-item-img {
  height: 100%;
  width: 100%;
}
.vt-list .vt-list-item-horizontal.image-format-positionLeft .vt-image-portraitWrapper {
  height: auto;
}
.vt-list .vt-list-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}
.vt-list .vt-list-item-date *,
.vt-list .vt-list-item-time *,
.vt-list .vt-list-item-duration *,
.vt-list .vt-list-item-views *,
.vt-list .vt-list-item-likes *,
.vt-list .vt-list-item-event-date *,
.vt-list .vt-list-item-event-time *,
.vt-list .vt-list-item-event-location *,
.vt-list .vt-list-item-event-headliner * {
  display: inline-block;
  width: auto;
}
.vt-list .item .vt-list-title,
.vt-list .item .vt-list-item-description {
  display: block;
  width: 100%;
}
.vt-list .vt-num-col-1 .item {
  margin: 0 0 2em 0;
  padding: 0;
  flex-basis: 100%;
}
.vt-list .vt-num-col-2 {
  margin-left: 0;
}
.vt-list .vt-num-col-2 .item {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-2 .item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-2 .item:nth-child(odd) {
    padding: 0 0.5em 0 0;
  }
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-2 .item:nth-child(even) {
    padding: 0 0 0 0.5em;
  }
}
.vt-list .vt-num-col-3 {
  margin-left: 0;
}
.vt-list .vt-num-col-3 .item {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-3 .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-3 .item {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-3 .item:nth-child(3n+1) {
    padding: 0 0.67em 0 0;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-3 .item:nth-child(3n+2) {
    padding: 0 0.33em;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-3 .item:nth-child(3n+3) {
    padding: 0 0 0 0.67em;
  }
}
.vt-list .vt-num-col-4 {
  margin-left: 0;
}
.vt-list .vt-num-col-4 .item {
  padding: 0;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-list .vt-num-col-4 .item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-list .vt-num-col-4 .item:nth-child(odd) {
    padding: 0 0.5em 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-list .vt-num-col-4 .item:nth-child(even) {
    padding: 0 0 0 0.5em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-4 .item {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-4 .item:nth-child(4n+1) {
    padding: 0 0.67em 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-4 .item:nth-child(4n+2) {
    padding: 0 0.5em 0 0.33em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-4 .item:nth-child(4n+3) {
    padding: 0 0.33em 0 0.5em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-4 .item:nth-child(4n+4) {
    padding: 0 0 0 0.67em;
  }
}
.vt-list .vt-num-col-6 {
  margin-left: 0;
}
.vt-list .vt-num-col-6 .item {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-6 .item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-6 .item:nth-child(odd) {
    padding: 0 0.5em 0 0;
  }
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-6 .item:nth-child(even) {
    padding: 0 0 0 0.5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-6 .item {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-6 .item:nth-child(3n+1) {
    padding: 0 0.67em 0 0;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-6 .item:nth-child(3n+2) {
    padding: 0 0.33em;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-6 .item:nth-child(3n+3) {
    padding: 0 0 0 0.67em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-6 .item {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-6 .item:nth-child(6n+1) {
    padding: 0 0.67em 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-6 .item:nth-child(6n+2) {
    padding: 0 0.5em 0 0.33em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-6 .item:nth-child(6n+3), .vt-list .vt-num-col-6 .item:nth-child(6n+4) {
    padding: 0 0.5em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-6 .item:nth-child(6n+5) {
    padding: 0 0.33em 0 0.5em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-6 .item:nth-child(6n+6) {
    padding: 0 0 0 0.67em;
  }
}
.vt-list .title-format-hide.description-format-hide.tag-format-hide.date-format-hide.time-format-hide .item > .row {
  min-height: auto;
}

#vt_with_rb .vt-list-items.image-format-positionTop,
#vt_with_rb .vt-list-items.image-format-positionBottom {
  flex-wrap: wrap;
}

/* stylelint-disable */
.vt-list-items-stretch .vt-list-columns .image-format-positionTop .item,
.vt-list-items-stretch .vt-list-columns .image-format-positionBottom .item,
.vt-list-items-stretch .vt-list-columns .image-format-hide .item {
  align-self: stretch !important;
}

/* stylelint-enable */
/************************************** BEGIN LIST TABLE FORMAT SPECIFIC STYLES */
.vt-list-table table {
  position: relative;
  color: #000;
  font-size: 0.67em;
  line-height: 1.4;
  border-bottom: 2px solid rgb(229, 225, 230);
  border-radius: 5px;
}
.vt-list-table table .item .vt-list-item-tags {
  padding: 0;
}
.vt-list-table table .vt-list-item-date,
.vt-list-table table .vt-list-item-event-date {
  color: #000;
}
.vt-list-table table .vt-list-item-date *:first-child,
.vt-list-table table .vt-list-item-event-date *:first-child {
  margin-right: 0.5em;
}
.vt-list-table table .vt-list-item-time,
.vt-list-table table .vt-list-item-event-time,
.vt-list-table table .vt-list-item-event-location,
.vt-list-table table .vt-list-item-event-headliner {
  position: relative;
  color: #000;
}
.vt-list-table table .vt-list-item-time *:first-child,
.vt-list-table table .vt-list-item-event-time *:first-child,
.vt-list-table table .vt-list-item-event-location *:first-child,
.vt-list-table table .vt-list-item-event-headliner *:first-child {
  margin-right: 0.5em;
}
.vt-list-table table .vt-list-item-duration,
.vt-list-table table .vt-list-item-views,
.vt-list-table table .vt-list-item-likes {
  color: #000;
}
.vt-list-table table .vt-list-item-duration *:first-child,
.vt-list-table table .vt-list-item-views *:first-child,
.vt-list-table table .vt-list-item-likes *:first-child {
  margin-right: 0.5em;
}
.vt-list-table table .vt-list-item-event-ticketLink-formatted {
  margin-left: 0;
}
.vt-list-table table .vt-list-item-event-ticketLink-formatted .vt-ctaLink {
  font-size: 1em;
}

.vt-list .vt-list-table table thead {
  display: block;
  height: 0;
  width: 0;
  font-family: "rubik", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 992px) {
  .vt-list .vt-list-table table thead {
    display: table-header-group;
    height: auto;
    width: auto;
  }
}

.vt-list .vt-list-table table tr {
  margin-bottom: 5em;
  display: flex;
  flex-direction: column;
  border-top: 2px solid rgb(229, 225, 230);
  border-bottom: 2px solid rgb(229, 225, 230);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 992px) {
  .vt-list .vt-list-table table tr {
    margin-bottom: 0;
    display: table-row;
  }
}

.vt-list .vt-list-table table td,
.vt-list .vt-list-table table th {
  vertical-align: top;
  padding: 1em;
}
@media screen and (min-width: 992px) {
  .vt-list .vt-list-table table td,
.vt-list .vt-list-table table th {
    min-width: 10vw;
    max-width: 33vw;
  }
}

.vt-list-table th {
  background-color: rgb(250, 249, 250);
}

.vt-list-table td {
  display: block;
  text-align: right;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid rgb(94, 96, 98);
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 992px) {
  .vt-list-table td {
    display: table-cell;
    text-align: left;
    vertical-align: baseline;
    border-bottom: none;
  }
}
.vt-list-table td:nth-child(even) {
  background-color: rgb(250, 249, 250);
}
@media screen and (min-width: 992px) {
  .vt-list-table td:nth-child(even) {
    background-color: rgb(255, 255, 255);
  }
}

.vt-list-table-image {
  width: 100%;
}
.vt-list-table-image .vt-list-item-video {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
}
.vt-list-table-image .vt-list-item-img {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
}

.vt-list .vt-list-table .vt-list-table-info {
  -webkit-hyphens: none;
          hyphens: none;
  min-width: 10em;
}

.vt-list .vt-list-table .vt-list-table-info > *:not(.vt-table-headerTitle) {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
}

.vt-list .vt-list-table .vt-table-headerTitle {
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 0.5em;
}

.vt-list .vt-list-table .item .vt-list-table-tags {
  -webkit-hyphens: none;
          hyphens: none;
}
.vt-list .vt-list-table .item .vt-list-table-tags .vt-list-item-tags {
  background-color: rgb(255, 255, 255);
  border: none;
  list-style: disc inside none;
}
@media screen and (min-width: 992px) {
  .vt-list .vt-list-table .item .vt-list-table-tags .vt-list-item-tags {
    list-style: disc outside none;
  }
}
.vt-list .vt-list-table .item .vt-list-table-tags .vt-list-item-tags .vt-list-item-tags-tag {
  float: none;
  margin: 0;
}
.vt-list .vt-list-table .item .vt-list-table-tags .vt-list-item-tags .vt-list-item-tags-tag .vt-list-item-tags-link {
  background-color: rgb(255, 255, 255);
  color: rgb(198, 70, 0);
  font-family: "Acherus", sans-serif;
  font-size: 1em;
  font-weight: 400;
  padding: 0;
  position: relative;
  display: inline-block;
  border: none;
  text-transform: none;
}
.vt-list .vt-list-table .item .vt-list-table-tags .vt-list-item-tags-separator {
  display: none;
}

/************************************** END LIST TABLE FORMAT SPECIFIC STYLES */
/* stylelint-disable */
@media screen and (max-width: 991px) {
  #vt_with_rb #vt_body_col .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
    height: 45vw;
  }
}
#vt_with_rb #vt_body_col .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
  height: 15vw;
}
@media screen and (max-width: 991px) {
  #vt_with_rb #vt_body_col .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  #vt_with_rb #vt_body_col .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
    height: 45vw;
  }
}
#vt_with_rb #vt_body_col .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
  height: 9vw;
}
@media screen and (max-width: 991px) {
  #vt_with_rb #vt_body_col .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  #vt_with_rb #vt_body_col .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
    height: 45vw;
  }
}
#vt_with_rb #vt_body_col .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
  height: 7vw;
}
@media screen and (max-width: 1199px) {
  #vt_with_rb #vt_body_col .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (max-width: 992px) {
  #vt_with_rb #vt_body_col .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
    height: 45vw;
  }
}
#vt_with_rb #vt_body_col .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
  height: 5vw;
}
@media screen and (max-width: 1199px) {
  #vt_with_rb #vt_body_col .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
    height: 9vw;
  }
}
@media screen and (max-width: 992px) {
  #vt_with_rb #vt_body_col .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
    height: 45vw;
  }
}

.vt-right-col .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
  height: 13vw;
}
@media screen and (max-width: 991px) {
  .vt-right-col .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-imgWrapper .vt-list-item-img {
    height: 45vw;
  }
}
.vt-right-col .vt-list .item {
  padding: 0;
}
.vt-right-col .vt-list .item .vt-list-item-row {
  background: transparent;
  box-shadow: none;
  border: none;
}
.vt-right-col .vt-list .vt-num-col-1 .item .vt-list-item-row .vt-list-item-col:last-child {
  display: flex;
  padding: 1em;
}

/* stylelint-enable*/
/********************************************* BEGIN SEARCH PAGINATION SECTION */
.vt-pagination-controls {
  border-top: 1px solid #000;
}
.vt-pagination-controls .vt-pagination-controls-page-numbers {
  display: flex;
  flex-wrap: wrap;
  font-family: "gineso-condensed", sans-serif, sans-serif;
}
.vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 2px solid #000;
  color: rgb(255, 255, 255);
  font-family: "gineso-condensed", sans-serif, sans-serif;
  font-size: 0.8em;
  margin: 1em 0.5em;
  padding: 0.25em;
  width: 2em;
  height: 2em;
}
.vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(23, 24, 25);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid #000;
  color: #000;
}
.vt-pagination-controls .vt-pagination-controls-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  color: rgb(255, 255, 255);
  font-family: "gineso-condensed", sans-serif, sans-serif;
  font-size: 0.8em;
  margin: 1em 0;
  padding: 0.25em 1em;
  height: 2em;
}
.vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(23, 24, 25);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-pagination-controls .vt-pagination-controls-left .vt-pagination-controls-button svg {
  margin: 0 0.5em 0 0;
}
.vt-pagination-controls .vt-pagination-controls-right .vt-pagination-controls-button svg {
  margin: 0 0 0 0.5em;
}
.vt-pagination-controls ~ .vt-tag-results-total {
  font-family: "gineso-condensed", sans-serif, sans-serif;
  font-size: 1em;
}

/********************************************* END SEARCH PAGINATION SECTION */
.vt-video-listStripe .vt-list-item-video iframe,
.vt-video-listMore .vt-list-item-video iframe {
  width: 100% !important;
  height: 56.25vw !important;
}
@media screen and (min-width: 992px) {
  .vt-video-listStripe .vt-list-item-video iframe,
.vt-video-listMore .vt-list-item-video iframe {
    width: 100% !important;
    height: 28.125vw !important;
  }
}

.vt-video-listAll .vt-list-item-video iframe {
  width: 100% !important;
  height: 56.25vw !important;
}
@media screen and (min-width: 992px) {
  .vt-video-listAll .vt-list-item-video iframe {
    width: 100% !important;
    height: 18.5625vw !important;
  }
}

/* stylelint-enable no-descending-specificity */
/* stylelint-disable no-descending-specificity */
.image-format-positionRight .vt-list-item-figure {
  width: 100%;
}

.image-format-positionLeft .vt-list-item-img {
  padding-left: 0;
}

.image-format-positionRight .vt-list-item-img {
  padding-right: 0;
}

/* stylelint-enable no-descending-specificity */
/************************************** BEGIN LIST IMAGE CONFORM STYLES */
.vt-list-image-conform {
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-list-image-conform .vt-list-items .item {
  width: 100%;
}
.vt-list-image-conform .vt-square .vt-image-portraitPicture,
.vt-list-image-conform .vt-portrait .vt-image-portraitPicture {
  display: flex;
  position: absolute;
  height: 100%;
}
.vt-list-image-conform .image-format-positionRight .item .row .vt-list-item-col:last-child,
.vt-list-image-conform .image-format-positionBottom .item .row .vt-list-item-col:last-child,
.vt-list-image-conform .image-format-positionRightMedium .item .row .vt-list-item-col:last-child,
.vt-list-image-conform .image-format-positionRightLarge .item .row .vt-list-item-col:last-child {
  padding: 1em;
}
@media screen and (min-width: 992px) {
  .vt-list-image-conform .image-format-positionRight .item .row .vt-list-item-col:last-child,
.vt-list-image-conform .image-format-positionBottom .item .row .vt-list-item-col:last-child,
.vt-list-image-conform .image-format-positionRightMedium .item .row .vt-list-item-col:last-child,
.vt-list-image-conform .image-format-positionRightLarge .item .row .vt-list-item-col:last-child {
    padding: 2em;
  }
}
.vt-list-image-conform .image-format-positionRight .item .row .vt-list-item-col:first-child,
.vt-list-image-conform .image-format-positionBottom .item .row .vt-list-item-col:first-child,
.vt-list-image-conform .image-format-positionRightMedium .item .row .vt-list-item-col:first-child,
.vt-list-image-conform .image-format-positionRightLarge .item .row .vt-list-item-col:first-child {
  padding: 0;
  margin: 0;
}
.vt-list-image-conform .image-format-positionLeft .item .list-no-text,
.vt-list-image-conform .image-format-positionTop .item .list-no-text,
.vt-list-image-conform .image-format-positionBottom .item .list-no-text,
.vt-list-image-conform .image-format-positionRight .item .list-no-text {
  padding: 0 !important;
  margin: 0 !important;
}
.vt-list-image-conform .image-format-positionLeft .item .vt-list-item-wrapper,
.vt-list-image-conform .image-format-positionRight .item .vt-list-item-wrapper {
  align-items: stretch !important;
}
.vt-list-image-conform .image-format-positionLeft .item .vt-list-item-wrapper .list-no-text,
.vt-list-image-conform .image-format-positionRight .item .vt-list-item-wrapper .list-no-text {
  padding: 0;
  margin: 0;
}
.vt-list-image-conform .vt-list-item-imgWrapper figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media screen and (-ms-high-contrast: none) {
  .vt-list-image-conform .vt-list-item-imgWrapper figure {
    overflow: hidden;
  }
}
.vt-list-image-conform .vt-list-item-imgWrapper .vt-image-portraitWrapper {
  padding-bottom: 56.25%;
}
.vt-list-image-conform .vt-list-item-imgWrapper .vt-image-portraitPicture .vt-list-item-img {
  opacity: 1;
  width: auto;
  height: 100%;
}

/************************************** END LIST IMAGE CONFORM STYLES */
.vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 56.25vw;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 38.53125vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 34.25625vw;
  }
}
.vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 20.333vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 56.25vw;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((38.53125vw - 0.5em) / 2);
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((34.25625vw - 0.5em) / 2);
  }
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: calc((100vw - (44vw - 1em)) * 0.166667);
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 56.25vw;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 38.53125vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((34.25625vw - 1em) / 3);
  }
}
.vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 20.333vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: calc((100vw - (44vw - 2em)) * 0.1);
  }
}
.vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 56.25vw;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((38.53125vw - 0.5em) / 2);
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((34.25625vw - 0.5em) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((34.25625vw - 1.5em) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: calc((100vw - (44vw - 1em)) * 0.166667);
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: calc((100vw - (44vw - 1em)) * 0.166667);
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: calc((100vw - (44vw - 3em)) * 0.0833335);
  }
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 56.25vw;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((38.53125vw - 0.5em) / 2);
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((34.25625vw - 1em) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((34.25625vw - 1.5em) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: calc((100vw - (44vw - 1em)) * 0.166667);
  }
}
@media screen and (min-width: 992px) {
  .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: calc((100vw - (44vw - 1em)) * 0.166667);
  }
}
@media screen and (min-width: 1200px) {
  .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: calc((100vw - (44vw - 3em)) * 0.0833335);
  }
}
.vt-list .vt-list-item-horizontal.tag-format-show .vt-list-item-row {
  height: auto;
}
.vt-list .vt-list-item-horizontal.tag-format-show .item .vt-list-item-tags {
  position: relative;
}
.vt-list .vt-list-item-horizontal.tag-format-show .item .vt-list-item-tags .vt-c-list-item-link-posAbs {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
}
.vt-list .vt-list-item-horizontal .vt-list-item-wrapper {
  flex-direction: row;
}

.vt-full-width .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 56.25vw;
}
.vt-full-width .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 100vw;
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 33.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-full-width .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 56.25vw;
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2);
  }
}
@media screen and (min-width: 992px) {
  .vt-full-width .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2);
  }
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-full-width .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 100vw;
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 16.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-full-width .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-full-width .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 56.25vw;
}
@media screen and (min-width: 992px) {
  .vt-full-width .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3);
  }
}
.vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 100vw;
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 33.3333333333vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 11.1111111111vw;
  }
}
.vt-full-width .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 56.25vw;
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .vt-full-width .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 100vw;
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 16.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-full-width .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 56.25vw;
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2);
  }
}
@media screen and (min-width: 992px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 100vw;
}
@media screen and (min-width: 768px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 16.6666666667vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 11.1111111111vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 5.5555555556vw;
  }
}
.vt-full-width .vt-list .vt-list-item-horizontal.tag-format-show .vt-list-item-row {
  height: auto;
}
.vt-full-width .vt-list .vt-list-item-horizontal.tag-format-show .item .vt-list-item-tags {
  position: relative;
}
.vt-full-width .vt-list .vt-list-item-horizontal.tag-format-show .item .vt-list-item-tags .vt-c-list-item-link-posAbs {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
}
.vt-full-width .vt-list .vt-list-item-horizontal .vt-list-item-wrapper {
  flex-direction: row;
}

.vt-c-list-item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (-ms-high-contrast: none) {
  .vt-list .vt-list-item-vertical.image-format-positionTop .vt-list-item-figure .vt-list-item-picture .vt-list-item-img {
    position: relative;
  }
  .vt-list .vt-list-item-vertical.image-format-positionBottom .vt-list-item-img {
    margin-bottom: -0.5em;
  }
  .vt-list .vt-list-item-horizontal.image-format-positionLeft .vt-list-item-imgWrapper .vt-list-item-figure .vt-list-item-picture .vt-list-item-img,
.vt-list .vt-list-item-horizontal.image-format-positionLeftMedium .vt-list-item-imgWrapper .vt-list-item-figure .vt-list-item-picture .vt-list-item-img,
.vt-list .vt-list-item-horizontal.image-format-positionLeftLarge .vt-list-item-imgWrapper .vt-list-item-figure .vt-list-item-picture .vt-list-item-img,
.vt-list .vt-list-item-horizontal.image-format-positionRight .vt-list-item-imgWrapper .vt-list-item-figure .vt-list-item-picture .vt-list-item-img,
.vt-list .vt-list-item-horizontal.image-format-positionRightMedium .vt-list-item-imgWrapper .vt-list-item-figure .vt-list-item-picture .vt-list-item-img,
.vt-list .vt-list-item-horizontal.image-format-positionRightLarge .vt-list-item-imgWrapper .vt-list-item-figure .vt-list-item-picture .vt-list-item-img {
    max-width: none !important;
  }
}
/* Bootstrap and other overrides due to class names */
.vt-list-items .item.center {
  text-align: inherit;
}

.vt-list-item-video-playWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
}

.vt-list-item-video-play {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(229, 225, 230);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: transparent;
  overflow: hidden;
  width: 2em;
  height: 2em;
}
.vt-list-item-video-play .vt-list-item-video-play-icon {
  display: block;
  color: rgb(255, 255, 255);
  width: 50%;
  height: 50%;
  margin-left: 0.25em;
}

@media screen and (min-width: 992px) {
  .vt-related-content .image-format-positionLeft .vt-list-item-video-play,
.vt-related-content .image-format-positionRight .vt-list-item-video-play {
    width: 2em;
    height: 2em;
  }
}

.vt-related-content h2 {
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
}

.item .vt-list-item-col:has(:not(.vt-list-item-date-end)) .vt-list-item-date-separator {
  display: none;
}
.item .vt-list-item-col:has(:not(.vt-list-item-date-end)) .vt-list-item-time::before {
  content: none;
}

/************************************************************************* END LIST COMPONENT STYLES */
/************************************** BEGIN MEDIA EXTERNAL CSS */
.mediaexternal .vt-video,
.media .vt-video {
  background-color: #000;
  margin-bottom: 3em;
  border-radius: 5px;
}

.mediaexternal .embed-responsive {
  width: auto;
}

.vt-media-transcript {
  position: relative;
  border-top: 3px solid rgb(198, 70, 0);
  padding-top: 3em;
  margin: 2em 0;
  border-bottom: 3px solid rgb(198, 70, 0);
}
.vt-media-transcript .vt-media-transcript-content {
  display: none;
  color: #000;
}
.vt-media-transcript button.vt-media-transcript-toggle {
  position: absolute;
  top: -30px;
  left: calc(50% - 4em);
  margin: 0;
  background-color: #000;
  border-radius: 1em;
  padding: 0.75em 1.5em;
  font-family: gineso-condensed, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  z-index: 10;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.vt-media-transcript button.vt-media-transcript-toggle:hover {
  background: rgb(255, 255, 255);
  color: #000;
  border: none;
}
.vt-media-transcript .vt-media-transcript-content {
  background-color: var(--vt-hokieStone-3s);
  border: 1px solid var(--vt-smoke-2s);
  margin: 1em 0 2em;
  height: 283px;
  overflow-y: auto;
  overflow-x: hidden;
  color: rgb(255, 255, 255);
  border-radius: 0.33em;
  padding: 1em 1.33em;
  line-height: 1.4;
}

/************************************** END MEDIA EXTERNAL CSS */
/************************************** BEGIN MULTICOLUMN STYLES */
.vt-multicolumn .vt-num-col-2 > :nth-child(odd) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-multicolumn .vt-num-col-2 > :nth-child(odd) {
    padding: 0 0.5em 0 0;
  }
}
.vt-multicolumn .vt-num-col-2 > :nth-child(even) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-multicolumn .vt-num-col-2 > :nth-child(even) {
    padding: 0 0 0 0.5em;
  }
}
.vt-multicolumn .vt-num-col-3 > :nth-child(3n+1) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-multicolumn .vt-num-col-3 > :nth-child(3n+1) {
    padding: 0 0.8333em 0 0;
  }
}
.vt-multicolumn .vt-num-col-3 > :nth-child(3n+2) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-multicolumn .vt-num-col-3 > :nth-child(3n+2) {
    padding: 0 0.3333em 0 0.3333em;
  }
}
.vt-multicolumn .vt-num-col-3 > :nth-child(3n+3) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-multicolumn .vt-num-col-3 > :nth-child(3n+3) {
    padding: 0 0 0 0.8333em;
  }
}
.vt-multicolumn .vt-num-col-4 > :nth-child(odd) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-multicolumn .vt-num-col-4 > :nth-child(odd) {
    padding: 0 0.5em 0 0;
  }
}
.vt-multicolumn .vt-num-col-4 > :nth-child(even) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-multicolumn .vt-num-col-4 > :nth-child(even) {
    padding: 0 0 0 0.5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn .vt-num-col-4 > :nth-child(4n+1) {
    padding: 0 0.75em 0 0;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn .vt-num-col-4 > :nth-child(4n+2) {
    padding: 0 0.5em 0 0.25em;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn .vt-num-col-4 > :nth-child(4n+3) {
    padding: 0 0.25em 0 0.5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn .vt-num-col-4 > :nth-child(4n+4) {
    padding: 0 0 0 0.75em;
  }
}
.vt-multicolumn .vt-num-col-6 > :nth-child(odd) {
  padding: 0;
}
.vt-multicolumn .vt-num-col-6 > :nth-child(even) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-multicolumn .vt-num-col-6 > :nth-child(3n+1) {
    padding: 0 0.8333em 0 0;
  }
}
@media screen and (min-width: 768px) {
  .vt-multicolumn .vt-num-col-6 > :nth-child(3n+2) {
    padding: 0 0.3333em 0 0.3333em;
  }
}
@media screen and (min-width: 768px) {
  .vt-multicolumn .vt-num-col-6 > :nth-child(3n+3) {
    padding: 0 0 0 0.8333em;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn .vt-num-col-6 > :nth-child(6n+1) {
    padding: 0 0.8333em 0 0;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn .vt-num-col-6 > :nth-child(6n+2) {
    padding: 0 0.6667em 0 0.1667em;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn .vt-num-col-6 > :nth-child(6n+3) {
    padding: 0 0.5em 0 0.3333em;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn .vt-num-col-6 > :nth-child(6n+4) {
    padding: 0 0.3333em 0 0.5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn .vt-num-col-6 > :nth-child(6n+5) {
    padding: 0 0.1667em 0 0.6667em;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn .vt-num-col-6 > :nth-child(6n+6) {
    padding: 0 0 0 0.8333em;
  }
}

.vt-multicolumn .vt-col {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.vt-multicolumn .vt-image,
.vt-multicolumn .vt-text {
  margin-bottom: 0;
}
@media screen and (max-width: 1299px) {
  .vt-multicolumn .vt-image.vt_medium_img, .vt-multicolumn .vt-image.vt_large_img,
.vt-multicolumn .vt-text.vt_medium_img,
.vt-multicolumn .vt-text.vt_large_img {
    width: 100%;
  }
}

.vt-multicolumn.vt-2col-7-4-offset-1,
.vt-multicolumn.vt-2col-4-7-offset-1,
.vt-multicolumn.vt-2col-7-5,
.vt-multicolumn.vt-2col-5-7,
.vt-multicolumn.vt-2col-8-4,
.vt-multicolumn.vt-2col-4-8,
.vt-multicolumn.vt-2col-9-3,
.vt-multicolumn.vt-2col-3-9 {
  margin-left: auto;
  margin-right: auto;
}

/* stylelint-disable */
.vt-column-items-stretch > .row {
  align-items: stretch !important;
}
.vt-column-items-stretch > .row .vt-col,
.vt-column-items-stretch > .row .vtcontainer,
.vt-column-items-stretch > .row .vt-vtcontainer,
.vt-column-items-stretch > .row .vt-vtcontainer-content {
  height: 100%;
}

/* stylelint-enable */
/* BEGIN VERTICAL LIST ITEM IN OFFSET MULTICOLUMN WITHIN FULL-WIDTH CONTAINER */
.vt-full-width .vt-multicolumn.vt-2col-7-4-offset-1 .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img, .vt-full-width .vt-multicolumn.vt-2col-4-7-offset-1 .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img, .vt-full-width .vt-multicolumn.vt-2col-7-5 .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img, .vt-full-width .vt-multicolumn.vt-2col-5-7 .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img, .vt-full-width .vt-multicolumn.vt-2col-8-4 .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img, .vt-full-width .vt-multicolumn.vt-2col-4-8 .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img, .vt-full-width .vt-multicolumn.vt-2col-9-3 .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img, .vt-full-width .vt-multicolumn.vt-2col-3-9 .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: auto;
}

/* END VERTICAL LIST ITEM IN OFFSET MULTICOLUMN WITHIN FULL-WIDTH CONTAINER */
/************************************** END MULTICOLUMN STYLES */
/* imported from _base/list.scss                */
/* %bullet and %orderLI are listed here         */
/* case an over-ride is needed at a later time  */
/************************************************/
/* BEGIN vt-vtnavigation COMPONENT STYLES ****************/
/* basic structure of vt-navigation component   */
/************************************************/
#vt_with_rb div[class$=-body] > .vt-bodycol-content > .vtnavigation {
  margin: 2em 5%;
}
@media screen and (min-width: 992px) {
  #vt_with_rb div[class$=-body] > .vt-bodycol-content > .vtnavigation {
    margin: 2em 0 2em;
  }
}

#vt_no_rb div[class$=-body] > .vt-bodycol-content > .vtnavigation {
  margin: 2em 5%;
}
@media screen and (min-width: 768px) {
  #vt_no_rb div[class$=-body] > .vt-bodycol-content > .vtnavigation {
    margin: 2em 20%;
  }
}

.vtnavigation {
  padding: 0;
  /* end of .vt-vtnavigation */
}
.vtnavigation .vt-vtnavigation {
  padding: 0;
  /* end of ul/ol vt-vtn-level-* */
}
.vtnavigation .vt-vtnavigation a {
  color: rgb(198, 70, 0);
  text-decoration: underline;
}
.vtnavigation .vt-vtnavigation > ul,
.vtnavigation .vt-vtnavigation > ol {
  margin-bottom: 1em;
}
.vtnavigation .vt-vtnavigation ul {
  margin-left: 0;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  .vtnavigation .vt-vtnavigation ul {
    margin-left: 2em;
  }
}
.vtnavigation .vt-vtnavigation ul > li {
  font-family: "Acherus", sans-serif;
  position: relative;
}
.vtnavigation .vt-vtnavigation ol {
  counter-reset: section;
  margin-left: 0;
  margin-bottom: 2em;
  list-style: none;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  .vtnavigation .vt-vtnavigation ol {
    margin-left: 2em;
  }
}
.vtnavigation .vt-vtnavigation [class*=vt-vtn-level-] {
  margin-bottom: 2em;
  /* end of .vt-vtn-item */
}
.vtnavigation .vt-vtnavigation [class*=vt-vtn-level-] .vt-vtn-item {
  font-size: 1em;
  /* end of .vt-vtn-item-link */
}
.vtnavigation .vt-vtnavigation [class*=vt-vtn-level-] .vt-vtn-item .vt-vtn-item-link,
.vtnavigation .vt-vtnavigation [class*=vt-vtn-level-] .vt-vtn-item .vt-vtn-starting-page {
  background-color: transparent;
  color: #c64600;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
.vtnavigation .vt-vtnavigation [class*=vt-vtn-level-] .vt-vtn-item .vt-vtn-item-link:hover,
.vtnavigation .vt-vtnavigation [class*=vt-vtn-level-] .vt-vtn-item .vt-vtn-starting-page:hover {
  text-decoration: underline;
}

/* end of .vtnavigation */
/* END VT-NAVIGATION COMPONENT STYLES ******************/
/* to test imported from _base/generic.scss */
/********************************************/
.vt-vtnavigation h1 > a,
.vt-vtnavigation a > h1,
.vt-vtnavigation h2 > a,
.vt-vtnavigation a > h2,
.vt-vtnavigation h3 > a,
.vt-vtnavigation a > h3,
.vt-vtnavigation h4 > a,
.vt-vtnavigation a > h4,
.vt-vtnavigation h5 > a,
.vt-vtnavigation a > h5,
.vt-vtnavigation h6 > a,
.vt-vtnavigation a > h6 {
  text-decoration: none;
}

.vt-vtnavigation h1 > a:hover,
.vt-vtnavigation h1 > a:active,
.vt-vtnavigation a:hover > h1,
.vt-vtnavigation a:active > h1,
.vt-vtnavigation h2 > a:hover,
.vt-vtnavigation h2 > a:active,
.vt-vtnavigation a:hover > h2,
.vt-vtnavigation a:active > h2,
.vt-vtnavigation h3 > a:hover,
.vt-vtnavigation h3 > a:active,
.vt-vtnavigation a:hover > h3,
.vt-vtnavigation a:active > h3,
.vt-vtnavigation h4 > a:hover,
.vt-vtnavigation h4 > a:active,
.vt-vtnavigation a:hover > h4,
.vt-vtnavigation a:active > h4,
.vt-vtnavigation h5 > a:hover,
.vt-vtnavigation h5 > a:active,
.vt-vtnavigation a:hover > h5,
.vt-vtnavigation a:active > h5,
.vt-vtnavigation h6 > a:hover,
.vt-vtnavigation h6 > a:active,
.vt-vtnavigation a:hover > h6,
.vt-vtnavigation a:active > h6 {
  text-decoration: underline;
}

/************************************** BEGIN SEARCH COMPONENT STYLES */
.vt-search-googlesearch #vt_search_block_component {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  background-color: rgb(255, 255, 255);
  margin: 0;
}
.vt-search-googlesearch #vt_search_block_component .vt-go-button {
  position: relative;
  display: block;
  padding: 8px 32px 8px 16px;
  margin: 0;
  background-color: transparent;
  border-radius: 31px;
  border: none;
  min-height: 52px;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .vt-search-googlesearch #vt_search_block_component .vt-go-button {
    border-radius: 0 31px 31px 0;
    flex-basis: 16%;
  }
}
.vt-search-googlesearch #vt_search_block_component .vt-go-button .fa-search {
  display: none;
}
.vt-search-googlesearch #vt_search_block_component .vt-go-button .vt-go-button-text {
  display: block;
  position: relative;
  background-color: rgb(255, 255, 255);
  color: #000;
  font-family: "rubik", sans-serif;
  letter-spacing: 0.075em;
  overflow: visible;
  line-height: 1;
  padding: 8px 12px;
  border: none;
  border-radius: 1em;
}
@media screen and (min-width: 576px) {
  .vt-search-googlesearch #vt_search_block_component .vt-go-button .vt-go-button-text {
    border: 1px solid #000;
  }
}

.vt-search-googlesearch #vt_search_form_comp {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: rgb(255, 255, 255);
  color: #000;
  width: 100%;
  text-align: center;
  border: 2px solid rgb(23, 24, 25);
  border-radius: 32px;
}
@media screen and (min-width: 576px) {
  .vt-search-googlesearch #vt_search_form_comp {
    flex-direction: row;
  }
}

.vt-search-googlesearch #vt_search_box_comp {
  position: relative;
  display: block;
  font-family: "rubik", sans-serif;
  font-size: 1em;
  letter-spacing: 0.075em;
  background-color: rgb(255, 255, 255);
  border-radius: 31px;
  color: #000;
  border: none;
  padding: 8px 32px;
  width: 100%;
  min-height: 52px;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .vt-search-googlesearch #vt_search_box_comp {
    border-radius: 31px 0 0 31px;
    flex-basis: 84%;
  }
}

#vt_right_col .vt-go-button .vt-go-button-text {
  line-height: 1.3;
}

/************************************** END SEARCH COMPONENT STYLES */
/************************************** BEGIN TAG CLOUD COMPONENT CSS */
.vt-tagcloud {
  margin-bottom: 3em;
  overflow: hidden;
}
.vt-tagcloud .vt-tagcloud-heading,
.vt-tagcloud h4 {
  font-family: "rubik", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 0.33333334em;
}
.vt-tagcloud h4 {
  font-size: 1em;
}

/* stylelint-disable no-descending-specificity */
.vt-resource .vt-tags {
  background-color: rgb(250, 249, 250);
  border-top: 1px solid rgb(229, 225, 230);
  font-family: "Acherus", sans-serif;
  padding: 20px 0;
}
.vt-resource .vt-tags .vt-tagcloud {
  margin: 2em 5%;
}
@media screen and (min-width: 768px) {
  .vt-resource .vt-tags .vt-tagcloud {
    margin: 2em 10%;
  }
}
.vt-resource .vt-tags .tagcloud {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
  list-style-type: none;
}
.vt-resource .vt-tags .tagcloud ul {
  list-style-type: none;
}
.vt-resource .vt-tags .vt-tagcloud-heading {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 1em;
}
.vt-resource .vt-tags .tagcloud li {
  margin: 0.5em 0.5em 0.5em 0;
}
.vt-resource .vt-tags .tagcloud li a,
.vt-resource .vt-tags .tagcloud li a::before,
.vt-resource .vt-tags .tagcloud li a::after {
  background-color: rgb(229, 225, 230);
}

.tagcloud {
  list-style-type: none;
}
.tagcloud li a, .tagcloud .vt-list .item .vt-list-item-tags .vt-list-item-tags-tag .vt-list-item-tags-link, .vt-list .item .vt-list-item-tags .vt-list-item-tags-tag .tagcloud .vt-list-item-tags-link {
  font-family: "rubik", sans-serif;
  color: rgb(23, 24, 25);
  font-size: 0.85em;
  font-weight: 400;
  padding: 0.5em 0.67em; /* new */
  border: 2px solid rgb(23, 24, 25);
  display: inline-block;
  text-transform: uppercase;
  z-index: 2;
  line-height: 1;
  border-radius: 5px;
}
.tagcloud ul {
  list-style-type: none;
}
.tagcloud li {
  margin: 0.5em 0.5em 0.5em 0;
  float: left;
  width: auto;
}
/* stylelint-enable */
/************************************** END TAG CLOUD COMPONENT CSS */
/************************************** BEGIN WEATHER READER v2 STYLES **********************************/
.vt-weather-reader {
  display: flex;
  box-shadow: 2px 2px 10px var(--vt-hokieStone-7t);
}
.vt-weather-reader .vt-weather-title-link {
  text-decoration: underline;
  color: black;
}
.vt-weather-reader .vt-weather-title-link:focus {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-weather-reader .vt-weather-title-link:hover {
  text-decoration: none;
}
.vt-weather-reader.vt-bg-dark, .vt-weather-reader.vt-bg-maroon, .vt-weather-reader.vt-bg-orange, .vt-weather-reader.vt-bg-invert {
  box-shadow: none;
}
.vt-weather-reader.vt-bg-dark .vt-weather-img, .vt-weather-reader.vt-bg-maroon .vt-weather-img, .vt-weather-reader.vt-bg-orange .vt-weather-img, .vt-weather-reader.vt-bg-invert .vt-weather-img {
  border: 0;
}
.vt-weather-reader.vt-bg-maroon, .vt-weather-reader.vt-bg-orange {
  color: white;
}
.vt-weather-reader.vt-bg-maroon .vt-weather-title-link, .vt-weather-reader.vt-bg-orange .vt-weather-title-link {
  color: white;
}
.vt-weather-reader.vt-bg-maroon .vt-weather-title-link:focus, .vt-weather-reader.vt-bg-orange .vt-weather-title-link:focus {
  outline-color: white;
}
.vt-weather-reader.vt-bg-dark {
  background-color: var(--vt-smoke);
}
.vt-weather-reader.vt-bg-maroon {
  background-color: var(--vt-maroon);
}
.vt-weather-reader.vt-bg-orange {
  background-color: var(--vt-burntOrangeWeb);
}
.vt-weather-reader.vt-bg-invert {
  filter: invert(1);
}
.vt-weather-reader.vt-weather-vertical {
  width: -webkit-fit-content;
}
.vt-weather-reader.vt-weather-vertical .vt-weather-info {
  display: block;
}
.vt-weather-reader.vt-weather-vertical .vt-weather-content {
  margin-top: 10px;
}
.vt-weather-reader.vt-weather-vertical .vt-weather-img {
  max-width: unset;
}
.vt-weather-reader .image-container {
  position: relative;
}
.vt-weather-reader .image-container::before {
  content: "";
  background-image: url("/global_assets/images/weathericons/maroon/skc.png");
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  border-radius: 15px;
}

/************************************** END WEATHER READER v2 STYLES ************************************/
/************************************** END COMPONENT STYLES*/
/************************************** BEGIN CONTENT TYPE STYLES*/
/************************************** BEGIN ARTICLE PAGE STYLES */
.article-content {
  display: block;
  position: relative;
}
.article-content .vt-page-info .vt-page-subtitle {
  margin-bottom: 0;
}
.article-content .vt-page-info .vt-page-onTime {
  width: 100%;
  font-style: italic;
  font-size: 0.8em;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin-bottom: 1em;
  font-family: rubik, sans-serif;
}
.article-content .vt-one-content-area .vt-tags {
  background-color: var(--vt-smoke-9t);
  border-top: 1px solid rgb(229, 225, 230);
  border-radius: 0 0 5px 5px;
}
.article-content .vt-one-content-area .vt-tags .vt-tagcloud {
  margin: 2em 5%;
}
@media screen and (min-width: 768px) {
  .article-content .vt-one-content-area .vt-tags .vt-tagcloud {
    margin: 2em 10%;
  }
}
.article-content .vt-one-content-area .vt-tags .tagcloud {
  display: block;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
  list-style-type: none;
}
.article-content .vt-one-content-area .vt-tags .vt-tagcloud-heading {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 0.33333334em;
}
.article-content .vt-one-content-area .vt-tags .tagcloud li {
  margin: 0.5em 0.5em 0.5em 0;
}
.article-content .vt-one-content-area .vt-tags::after {
  content: "";
  display: block;
  clear: both;
  padding-top: 1px;
}
@media screen and (min-width: 992px) {
  .article-content .vt-text p {
    font-size: 1em;
  }
}
.article-content .vt-authors-body h3 {
  font-family: "rubik", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: rgb(94, 96, 98);
  margin-bottom: 1em;
  padding-top: 3em;
  border-top: 1px solid rgb(94, 96, 98);
}
.article-content .vt-authors-body #vt_article_authors {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.article-content .vt-authors-body .vt-article-contact p {
  font-family: "rubik", sans-serif;
}
.article-content .vt-authors-body .vt-article-contact p:first-of-type {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.25em;
}

/************************************** END ARTICLE PAGE STYLES */
/*stylelint-disable*/
/************************************************************************* BEGIN MAG ARTICLE PAGE STYLES */
/*
$line-height: 1.4;

.vt-article {
  color: $medium-grey;
  position: relative;

  .vt-image figcaption {
    @media screen and (max-width: 767px) {
      font-size: 0.8em;
    }
  }
}


.vt-mag-articleEnd {
  margin-top: 2em;
  font-size: 1em;
  line-height: $line-height;
  @media screen and (min-width: 768px) {
    margin-top: 4em;
  }
  .vt-vtcontainer-content {
    margin: 1em auto;
    @media screen and (min-width: 768px) {
      width: 80%;
    }
    .vtcontainer{
      margin-bottom: 0;
    }
  }

  .vt-mag-horizontalRule {
    border-top: 1px solid $hokie-stone;
    margin-left: 15px;
    margin-right: 15px;
  }
}
*/
/*

  ARTICLE BODY
	========================
	the content of the article



.article-body {

  margin: 0 auto;
  padding: 0 1em;
  @media screen and (min-width: 768px) {
    width: 75%;
    padding: 0;
  }
  @media screen and (min-width: 992px) {
		margin-top: 0;
  }
  @media screen and (min-width: 1200px) {
    width: 55%;
  }
  @media screen and (min-width: 1400px) {
    width: 50%;
  }

  > div:last-child {
    color: $medium-grey;
  }

  .vt-mag-story-byline h3 {
    display: none;
  }

  .vt-image,
  .media,
  .mediaexternal,
  .vt-vtcontainer .vt-image,
  .vt-vtcontainer .media,
  .vt-vtcontainer .mediaexternal {
    margin: 3em auto 4em;
  }
}
*/
/*

  END OF ARTICLE DECORATION
  ===========================
  this decoration appears on the last paragraph of an article


.vt-mag-articleClose p:last-of-type::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: $burnt-orange;
  margin-left: 5px;
  display: inline-block;
}
*/
/*

	SUBTITLE
	========================
	the subtitle for the article



.vt-mag-story-subtitle {
  @media screen and (max-width: 767px) {
    font-size: 0.8em;
    margin-top: -30px;
    margin-bottom: 1.5em;
  }
  @media screen and (min-width: 768px) {
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }

  p {
    color: $black;
    font-family: "Acherus", sans-serif;
    font-weight: 700;
    position: relative;
    line-height: $line-height;
    margin-bottom: 0;
    @media screen and (min-width: 768px) {
      @include vt-corner(1em);
    }
  }
}
*/
/*

  TEXT
	========================
	all standard text components in an article page



.article-body .vt-text {
  h1 {
    color: $black;
  }

  h2 {
    color: $black;
    font-family: "Acherus", sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    margin-top: 1em;

    @media screen and (min-width: 1200px) {
      font-size: 1.75em;
    }
  }

  h3 {
    color: $black;
    font-family: "Acherus", sans-serif;
    font-size: 1.00em;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0.75em;
    margin-top: 1em;

    @media screen and (min-width: 1200px) {
      font-size: 1.5em;
    }
  }

  p,
  li,
  th,
  td {
    margin-bottom: 1.5em;
    line-height: $line-height;
    position: relative;

    @media screen and (min-width: 992px) {
      font-size: 1.25em;
    }
  }

  a {
    color: $medium-grey;
    text-decoration: underline;
  }
}
*/
/*

  STORY TITLE
	========================
	the title for the article
  ELEMENT


.vt-article .vt-mag-story-title {
  font-family: "Acherus", sans-serif;
  color: $black;
  padding: 0 2em;
  margin-top: 3em;
  margin-bottom: 1em;
  line-height: $line-height;

  @media screen and (min-width: 768px) {
    width: 50%;
    padding: 0;
    font-size: 1.75em;
    margin-top: 0;
    color: $yardline-white;
  }

  @media screen and (min-width: 992px) {
    //width: 60%;
    font-size: 2em;
  }

  @media screen and (min-width: 1200px) {
    font-size: 2.25em;
  }

  @media screen and (min-width: 1400px) {
    font-size: 2.75em;
  }

  h1 {
    @include vt-corner(1em);
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0;

    @media screen and (max-width: 767px) {
      color: $black;
      margin-left: -3px;
    }
  }
}
*/
/*

	BYLINE
	========================
	the contact/author for the story



.vt-mag-story-byline {
  margin: 0 0 1em;
  width: 100%;
  overflow: hidden;

  @media screen and (min-width: 768px) {
    margin: 0 0 0.5em;
    font-size: 2em;
  }

  #vt_article_authors {
    font-size: 0.8em;
    @media screen and (min-width: 768px) {
      font-size: 0.5em;
      float: left;
    }

    p {
      margin-bottom: -5px;
      font-family: "Acherus", sans-serif;
      padding: 0;

      @media screen and (min-width: 768px) {
        float: left;
      }

      &::after {
        content: ",";
        margin-left: -3px;
      }
    }

    .vt-contact-name::before {
      content: "By";
    }

    > li {
      display: inline-block;
    }
  }

  .vt-mag-byline-date {
    font-family: "Acherus", sans-serif;
    font-size: 0.8em;
    margin-top: -5px;
    margin-bottom: 0;

    @media screen and (min-width: 768px) {
      font-size: 0.5em;
      padding-left: 5px;
      float: left;
      margin-top: 0;
      margin-bottom: inherit;
    }
  }

  .vt-article-contact a {
    color: $medium-grey;
    &:hover {
      text-decoration: underline;
    }
  }
}
*/
/************************************** BEGIN ARTICLE IMAGE OVERLAY STYLES */
/*

  ARTICLE IMAGE
	========================
	The entire leading image and title section
  CONTAINER


.vt-article .vt-mag-overlayWrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 1.5em;

  .vt-image {
    overflow: hidden;
    margin-bottom: 0;
  }

  figure {
    max-height: 100%;

    @media screen and (min-width: 768px) {
      max-height: 90vh;
    }
  }

  .vt-image-caption {
    position: relative;
    padding: 0.5em 1.5em;

    @media screen and (min-width: 768px) {
      position: absolute;
      bottom: 0;
      background: $yardline-white;
      line-height: $line-height;
      width: 100%;
    }
  }
}
*/
/*

  ARTICLE IMAGE HOLDER
	========================
	The wrapper for the title section
  COLUMN


.vt-mag-articleImage-overlayHolder {
  @media screen and (min-width: 768px) {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 0;
  }
}


.vt-full-width {
  .vt-image figcaption {
    padding: 0.5em 1.5em;
    line-height: $line-height;
  }
}
*/
/*

  ARTICLE IMAGE OVERLAY
	========================
	The positioning of the title section
  ROW


.vt-mag-articleImage-overlay {
  @media screen and (min-width: 768px) {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 4em 8em 4em;
    margin: 2em 0 0 0;
  }
  @media screen and (min-width: 992px) {
    padding: 0 8em 8em 8em;
    margin: 8em 0 0 0;
  }
}
*/
/*

    CALL TO ACTION
    ======================
    Appears at bottom of articles


.vt-mag-callToAction {
  border-top: 1px solid $black;
  padding-top: 2em;

  * {
    font-family: "crimsontext", sans-serif;
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
  }
}
*/
/*

    ELEMENT OUTDENT
    ======================
    Used to expand margins left and right of inline media content


.vt-mag-elementOutdent {
  margin: 0;

  @media screen and (min-width: 768px) {
    margin: 0;
  }

  @media screen and (min-width: 992px) {
    margin: auto -5em;
  }

  @media screen and (min-width: 1200px) {
    margin: auto -10em;
  }
}
*/
/*

    CONTAINER VW SIDE MARGINS
    ===========================
    View width unit side margins for container component to indent full width containers


.vt-mag-containerIndent {
  padding: auto 2vw;
}
*/
/*stylelint-enable*/
/************************************************************************* END MAG ARTICLE PAGE STYLES */
/************************************** BEGIN ARTICLE MAGAZINE PAGE STYLES */
/************************************************************************* END ARTICLE MAGAZINE PAGE STYLES */
/************************************** BEGIN BIO PAGE STYLES */
#vt_main .bio-content {
  display: block;
  position: relative;
}
#vt_main .bio-content .vt-page-info {
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  #vt_main .bio-content .vt-page-info {
    flex-direction: row;
    padding: 3em 14% 9em;
  }
}
#vt_main .bio-content #vt_with_rb {
  width: auto;
  margin: 5%;
}
@media screen and (min-width: 992px) {
  #vt_main .bio-content #vt_with_rb {
    margin: 3em 10% 0px;
  }
}
#vt_main .bio-content .vt-one-content-area {
  padding-top: 1em;
}

.bio-body {
  margin: 0 10%;
}
.bio-body .vt-multicolumn {
  margin-bottom: 2em;
}
.bio-body .vt-multicolumn .panel-heading {
  background-color: rgb(59, 60, 62);
  padding: 15px 15px 15px 15px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.bio-body .vt-multicolumn .panel-heading svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.bio-body .vt-multicolumn .vt_multibrief_content, .bio-body .vt-multicolumn h4 {
  margin-bottom: 0px;
}
.bio-body .vt-multicolumn a {
  color: rgb(255, 255, 255);
}
.bio-body .vtctalink {
  margin: 1em 3px;
}
.bio-body .vtctalink .vt-ctaLink.dark {
  background: rgb(59, 60, 62);
  border-radius: 5px;
}
.bio-body h2 {
  font-family: "rubik", sans-serif;
}

.vt-bio-share-link {
  display: flex;
  background-color: transparent;
  border: none;
  padding: 0;
  color: rgb(255, 255, 255);
  width: 24px;
  height: 24px;
}

.vt-bio-link-icon {
  width: 25px;
  position: absolute;
}

.vt-bio-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
  width: 100%;
  margin: 0 auto;
  text-align: left;
  min-height: 6em;
  /*
  @media screen and (min-width: 992px) {
    margin-left: calc(7%);
    padding-left: 4%
  }
  */
}
.vt-bio-info .vt-bio-name {
  font-family: "rubik", sans-serif;
}
.vt-bio-info .vt-bio-title {
  line-height: 1.4;
}
.vt-bio-info .vt-bio-jobList,
.vt-bio-info #vt_more_contact_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.vt-bio-info .vt-social-follow-icons {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.vt-bio-info .vt-social-follow-icons li a svg {
  color: rgb(255, 255, 255);
}

.vt-social-follow-icons li:nth-child(1),
.vt-social-follow-icons li:nth-child(2) {
  display: none;
}

.vt-bio-contactInfo {
  position: relative;
  padding: 0;
  background-color: rgb(134, 31, 65);
}
.vt-bio-contactInfo .vt-bio-contactInfoContent {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
}
.vt-bio-contactInfo .vt-bio-image {
  width: 100%;
  min-width: 230px;
}
.vt-bio-contactInfo .vt-bio-image .vt-image,
.vt-bio-contactInfo .vt-bio-image .vt-image figure {
  margin: 0;
}
.vt-bio-contactInfo .vt-bio-image .vt-image img,
.vt-bio-contactInfo .vt-bio-image .vt-image figure img {
  border-radius: 5px 5px 0px 0px;
}
.vt-bio-contactInfo .vt-bio-image figcaption {
  background-color: var(--vt-white);
  padding: 0 0.5em;
}
.vt-bio-contactInfo .vt-bio-image figcaption::after {
  content: none;
}
.vt-bio-contactInfo .vt-bio-contactDetails {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1em;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  color: rgb(255, 255, 255);
  gap: 2em;
  padding: 2em 3em 2em 3em;
}
@media screen and (min-width: 992px) {
  .vt-bio-contactInfo .vt-bio-contactDetails {
    align-items: flex-start;
  }
}
.vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-address,
.vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-phoneEmailWrapper,
.vt-bio-contactInfo .vt-bio-contactDetails #vt_more_contact_list {
  min-width: 200px;
  margin: 0;
  padding: 0;
  position: relative;
  color: rgb(255, 255, 255) !important;
}
.vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-address a,
.vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-phoneEmailWrapper a,
.vt-bio-contactInfo .vt-bio-contactDetails #vt_more_contact_list a {
  color: rgb(255, 255, 255) !important;
  text-decoration: underline;
}
.vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-address p,
.vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-phoneEmailWrapper p,
.vt-bio-contactInfo .vt-bio-contactDetails #vt_more_contact_list p {
  margin-bottom: 0;
}
.vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-address img,
.vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-phoneEmailWrapper img,
.vt-bio-contactInfo .vt-bio-contactDetails #vt_more_contact_list img {
  position: absolute;
  left: -2em;
}
@media screen and (min-width: 992px) {
  .vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-address img,
.vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-phoneEmailWrapper img,
.vt-bio-contactInfo .vt-bio-contactDetails #vt_more_contact_list img {
    left: -1.5em;
  }
}
.vt-bio-contactInfo .vt-bio-contactDetails .vt-bio-address > address {
  margin-bottom: 0;
}

.vt-bio-email a, .vt-bio-phone a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.vt-bio-separator {
  display: block;
  position: relative;
  background-color: rgb(255, 255, 255);
  height: 1px;
  padding: 0 5%;
}
@media screen and (min-width: 992px) {
  .vt-bio-separator {
    padding: 0 7%;
  }
}
.vt-bio-separator .vt-bio-separatorContent {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgb(94, 96, 98);
}

.vt-bio.norightcol #vt_main .bio-content .vt-page-info {
  padding: 3em 14% 9em;
}
.vt-bio.norightcol #vt_main .bio-content .vt-one-content-area {
  margin: 0px 5% 2em;
  top: -7em;
}
.vt-bio.norightcol .vt-bio-contactInfo,
.vt-bio.norightcol .vt-bio-separator {
  margin: 6em 0 2em 0;
  background: rgb(59, 60, 62);
  border-radius: 5px;
  width: 100%;
  float: none;
}
@media screen and (min-width: 768px) {
  .vt-bio.norightcol .vt-bio-contactInfo,
.vt-bio.norightcol .vt-bio-separator {
    margin: 0 0 0 3em;
    width: 15.5em;
    float: right;
  }
}
.vt-bio.norightcol .vt-bio-address li::marker,
.vt-bio.norightcol .vt-bio-phoneEmailWrapper li::marker,
.vt-bio.norightcol #vt_more_contact_list li::marker {
  color: rgb(59, 60, 62);
}
.vt-bio.norightcol .bio-content .vt-bodycol-content .text.parbase {
  margin: 0;
}
.vt-bio.norightcol .bio-content .vt-bodycol-content > .vtcontainer.parbase {
  overflow: hidden;
}
.vt-bio.norightcol #vt_no_rb .bio-body > .vt-bodycol-content > .parbase,
.vt-bio.norightcol #vt_no_rb .bio-body > .vt-bodycol-content > .parbase > div {
  margin: 0 0 2em 0;
}
.vt-bio.norightcol #vt_no_rb div[class$=-body] > .vt-bodycol-content > .text.vt-heading-only {
  margin: 0 0 2em 0;
}
.vt-bio.norightcol .bio-body .vt-tab-content {
  width: auto;
}
.vt-bio.norightcol .bio-content .vt-bio-contactDetails :focus {
  outline-color: var(--vt-white);
}

.vt-bio.rightcol {
  /* GRID SCSS */
}
.vt-bio.rightcol #vt_main .bio-content .vt-one-content-area {
  top: 0em;
  margin: 0;
}
.vt-bio.rightcol .bio-page #vt_main {
  background-color: rgb(255, 255, 255);
}
.vt-bio.rightcol .bio-page #vt_main h2 {
  font-family: "rubik", sans-serif;
}
.vt-bio.rightcol .vt-bio-info {
  background: rgb(94, 96, 98);
  border-radius: 5px;
  height: 11em;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  .vt-bio.rightcol .vt-bio-info {
    margin-left: 0;
    padding-left: 2em;
  }
}
.vt-bio.rightcol .vt-bio-info .vt-bio-name {
  font-size: 2em;
}
.vt-bio.rightcol .vt-bio-contactInfo {
  top: 0em;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 1200px) {
  .vt-bio.rightcol .vt-bio-contactInfo {
    padding-bottom: 1.5em;
  }
}
.vt-bio.rightcol .vt-bio-contactInfo .vt-bio-contactInfoContent {
  display: block;
}
.vt-bio.rightcol .vt-bio-contactInfo .vt-bio-contactDetails {
  line-height: 1.8em;
  font-size: 1.2em;
  /*
  @media screen and (min-width: 1200px) {
    flex-direction: column;
  }
  */
}
.vt-bio.rightcol .vt-bio-contactInfo .vt-bio-contactDetails a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  padding-bottom: 0.5em;
}
.vt-bio.rightcol .vt-bio-contactInfo .vt-bio-contactDetails p {
  margin-bottom: 0;
  font-weight: 600;
}
.vt-bio.rightcol .vt-bio-contactInfo .vt-bio-contactDetails #vt_more_contact_list {
  padding: 0px;
}
.vt-bio.rightcol #vt_more_contact_list li {
  display: grid;
}
.vt-bio.rightcol #vt_more_contact_list li .vt_more_c_label {
  font-weight: 600;
}
.vt-bio.rightcol .vt-bio-separator {
  margin: 0 5%;
}
@media screen and (min-width: 768px) {
  .vt-bio.rightcol .vt-bio-separator {
    padding: 0 7%;
  }
}
.vt-bio.rightcol .vt-multicolumn .vt-text {
  margin-top: 1em;
}
.vt-bio.rightcol .vt-bio-rightCol-links, .vt-bio.rightcol .vt-bio-rightCol-tags {
  margin-top: 1em;
  background: rgb(94, 96, 98);
  border-radius: 5px;
  padding: 20px;
}
.vt-bio.rightcol .vt-bio-rightCol-links h2, .vt-bio.rightcol .vt-bio-rightCol-tags h2 {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
  font-size: 1.5em;
}
.vt-bio.rightcol .vt-bio-rightCol-links .vtctalink, .vt-bio.rightcol .vt-bio-rightCol-tags .vtctalink {
  margin: 1em 3px;
}
.vt-bio.rightcol .vt-bio-rightCol-links .vtctalink .vt-ctaLink.outline.light, .vt-bio.rightcol .vt-bio-rightCol-tags .vtctalink .vt-ctaLink.outline.light {
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background: none;
  font-size: 1em;
  margin-bottom: 0;
  font-family: "rubik", sans-serif;
  text-transform: uppercase;
}
.vt-bio.rightcol .vt-bio-rightCol-links .tagcloud, .vt-bio.rightcol .vt-bio-rightCol-tags .tagcloud {
  margin: 0;
  padding: 0;
}
.vt-bio.rightcol .vt-bio-rightCol-links .vt-ctaLink.outline.light, .vt-bio.rightcol .vt-bio-rightCol-tags .vt-ctaLink.outline.light {
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background: none;
  font-size: 1.2em;
  margin-bottom: 0;
  font-family: "rubik", sans-serif;
}
.vt-bio.rightcol .vt-bio-rightCol-tags {
  margin-bottom: 1em;
}
.vt-bio.rightcol .bio-content #vt_main {
  background-color: rgb(255, 255, 255);
}
.vt-bio.rightcol .bio-content .vt-page-info {
  display: none;
}
.vt-bio.rightcol .vt-bio-contactInfo,
.vt-bio.rightcol .vt-bio-separator {
  margin: 0;
  background: rgb(134, 31, 65);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .vt-bio.rightcol .vt-bio-contactInfo,
.vt-bio.rightcol .vt-bio-separator {
    margin: 0%;
  }
}
.vt-bio.rightcol .vt-bio-separator {
  margin: 5% 0;
}
.vt-bio.rightcol .bio-content .vt-bio-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .vt-bio.rightcol .bio-content .vt-bio-row {
    grid-template-columns: 4fr 1fr;
    grid-template-rows: auto;
    gap: 2em;
  }
}
.vt-bio.rightcol .bio-content .vt-body-col {
  display: block;
}
@media screen and (min-width: 768px) {
  .vt-bio.rightcol .bio-content .vt-body-col {
    display: contents;
  }
}
.vt-bio.rightcol .bio-content .vt-bio-info {
  grid-column: 1;
  grid-row: 1;
}
.vt-bio.rightcol .bio-content .vt-bio-info .vt-bio-share-link {
  position: absolute;
  top: 1em;
  right: 1.5em;
}
.vt-bio.rightcol .bio-content #vt_right_col {
  grid-column: 2;
  grid-row: 1/span 3;
  border: none;
  box-shadow: none;
  background: none;
}
@media screen and (min-width: 768px) {
  .vt-bio.rightcol .bio-content #vt_right_col {
    margin: 0;
  }
}
.vt-bio.rightcol .bio-content .vt-bodycol-content {
  grid-column: 1;
  grid-row: 2;
}
.vt-bio.rightcol .bio-body {
  margin: 0px;
}
.vt-bio.rightcol .bio-body .vtmultitab {
  font-family: "rubik", sans-serif;
}
.vt-bio.rightcol .bio-body .vtctalink {
  margin: 2em 3px;
}
.vt-bio.rightcol .vt-tags, .vt-bio.rightcol .vt-links {
  color: white;
}
.vt-bio.rightcol .vt-tags .vt-tags-body .vt-tagcloud, .vt-bio.rightcol .vt-tags .vt-links-body .vt-tagcloud, .vt-bio.rightcol .vt-links .vt-tags-body .vt-tagcloud, .vt-bio.rightcol .vt-links .vt-links-body .vt-tagcloud {
  margin-bottom: 0;
}
.vt-bio.rightcol .vt-tags .vt-tags-body .vt-tagcloud li a, .vt-bio.rightcol .vt-tags .vt-links-body .vt-tagcloud li a, .vt-bio.rightcol .vt-links .vt-tags-body .vt-tagcloud li a, .vt-bio.rightcol .vt-links .vt-links-body .vt-tagcloud li a {
  color: white;
  border-color: white;
}
.vt-bio.rightcol .bio-content .vt-bio-contactDetails :focus, .vt-bio.rightcol .bio-content .vt-bio-rightCol-tags :focus {
  outline-color: var(--vt-white);
}

#vt_right_col .vt-tags-body {
  margin: 0;
}

/* BEGIN BIO RESOURCE PAGE STYLES */
.vt-bio-title-item {
  font-weight: 600;
}

/* END BIO RESOURCE PAGE STYLES */
/************************************** END BIO PAGE STYLES */
/************************************** BEGIN BUILDING PAGE STYLES */
.building-content {
  display: block;
  position: relative;
}
.building-content .vt-page-info .vt-building-address {
  width: 100%;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  color: rgb(255, 255, 255);
}
.building-content .building-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.building-content .building-body .vt-building-namesake,
.building-content .building-body .vt-building-history {
  /* stylelint-disable */
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  /* stylelint-enable */
}

.vt-building-namesake-title,
.vt-building-history-title {
  color: rgb(59, 60, 62);
  text-transform: uppercase;
}

.vt-building-data {
  margin-bottom: 0;
}

.vt-building-data-title {
  margin-bottom: 0;
  color: rgb(59, 60, 62);
  text-transform: uppercase;
  font-weight: 400;
}

.vt-building-data-value {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.building-content #vt_with_rb .vt-body-col {
  order: 2;
}
@media screen and (min-width: 992px) {
  .building-content #vt_with_rb .vt-body-col {
    order: 1;
  }
}
.building-content #vt_with_rb .vt-right-col {
  order: 1;
}
@media screen and (min-width: 992px) {
  .building-content #vt_with_rb .vt-right-col {
    order: 2;
  }
}

#vt_no_rb .building-body .vt-bodycol-content {
  order: 2;
}
@media screen and (min-width: 992px) {
  #vt_no_rb .building-body .vt-bodycol-content {
    order: 1;
  }
}
#vt_no_rb .building-body .vt-building-namesake {
  order: 3;
}
@media screen and (min-width: 992px) {
  #vt_no_rb .building-body .vt-building-namesake {
    order: 2;
  }
}
#vt_no_rb .building-body .vt-building-data {
  order: 1;
}
@media screen and (min-width: 992px) {
  #vt_no_rb .building-body .vt-building-data {
    order: 3;
  }
}
#vt_no_rb .building-body .vt-building-history {
  order: 4;
}

/************************************** END BUILDING PAGE STYLES */
/************************************** BEGIN GENERAL PAGE STYLES */
.general-content {
  display: block;
  position: relative;
}

/************************************** END GENERAL PAGE STYLES */
/*

  HOME PAGE
	========================
	Styles for the elements that only exist on the homepage (e.g. carousel/gallery)

*/
.vt-home .vt-home-featuredComponent {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0.8em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .vt-home .vt-home-featuredComponent {
    font-size: 1em;
    line-height: 2;
  }
}
.vt-home #vt_main {
  background: rgb(255, 255, 255);
  padding: 0;
}
.vt-home #vt_body_col {
  padding: 0;
}
.vt-home .home-content {
  display: block;
  position: relative;
  width: 100%;
}
.vt-home .vt-one-content-area {
  top: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.vt-home.rightcol #vt_main {
  background: rgba(229, 225, 230, 0.2);
}
.vt-home.rightcol .vt-one-content-area {
  padding-top: 5.125em;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .vt-home.rightcol .vt-one-content-area {
    margin-left: 7.5%;
    margin-right: 20%;
    margin-bottom: 0;
  }
}
.vt-home .vt-page-path {
  background: rgb(134, 31, 65);
  color: rgb(255, 255, 255);
  padding: 0;
}
.vt-home .vt-page-path .vt-breadcrumbs::after {
  display: none;
}
.vt-home .vt-page-path .gateway {
  background: transparent;
  color: rgb(255, 255, 255);
}
.vt-home .vt-page-path .gateway :focus {
  outline-color: rgb(255, 255, 255);
}
.vt-home .vt-page-path .gateway button {
  color: rgb(255, 255, 255);
}
.vt-home .vt-page-path .gateway .vt-breadcrumbs-item .vt-breadcrumbs-link {
  background: none;
  color: rgb(255, 255, 255);
}
.vt-home #vt_navtrail.open .breadcrumb-slash {
  color: rgb(255, 255, 255);
}

/************************************** BEGIN PROGRAM OF STUDY PAGE STYLES */
.programStudy-content {
  display: block;
  position: relative;
}
.programStudy-content .vt-one-content-area .vt-programStudy-extra {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  background-color: rgb(242, 240, 242);
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  .programStudy-content .vt-one-content-area .vt-programStudy-extra {
    flex-direction: row;
  }
}
.programStudy-content .vt-one-content-area .vt-programStudy-extra a {
  line-height: 1.5;
  text-decoration: underline;
  color: rgb(198, 70, 0);
}
.programStudy-content .vt-one-content-area .vt-programStudy-related {
  flex-basis: 100%;
  background-color: rgb(255, 255, 255);
  padding: 3em;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .programStudy-content .vt-one-content-area .vt-programStudy-related {
    flex-basis: 50%;
  }
}
.programStudy-content .vt-one-content-area .vt-programStudy-related span {
  font-weight: inherit;
  line-height: 2;
}
.programStudy-content .vt-one-content-area .vt-programStudy-related:nth-child(2) {
  margin-left: 0;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .programStudy-content .vt-one-content-area .vt-programStudy-related:nth-child(2) {
    margin-left: 1em;
    margin-top: 0;
  }
}
.programStudy-content .vt-one-content-area .vt-ps-related-ps,
.programStudy-content .vt-one-content-area .vt-ps-urls-title {
  font-family: "gineso-condensed", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.programStudy-content .vt-one-content-area .vt-ps-list,
.programStudy-content .vt-one-content-area .vt-ps-url {
  font-size: 0.8em;
}
.programStudy-content .vt-one-content-area .vt-programStudy-contact h3 {
  font-family: "Acherus", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: rgb(94, 96, 98);
  margin-bottom: 1em;
  padding-top: 3em;
  border-top: 1px solid rgb(94, 96, 98);
}
.programStudy-content .vt-one-content-area .vt-programStudy-contact .vt-ps-contact p {
  font-family: "Acherus", sans-serif;
  margin-bottom: 0.25em;
}
.programStudy-content .vt-one-content-area .vt-programStudy-contact .vt-ps-contact p:first-of-type {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.programStudy-content .vt-one-content-area .vt-tags {
  background-color: rgb(250, 249, 250);
  border-top: 1px solid rgb(94, 96, 98);
  font-family: "Acherus", sans-serif;
  padding: 20px 0;
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .programStudy-content .vt-one-content-area .vt-tags {
    border-top: none;
  }
}
.programStudy-content .vt-one-content-area .vt-tags .vt-tagcloud {
  margin: 2em 5%;
}
@media screen and (min-width: 768px) {
  .programStudy-content .vt-one-content-area .vt-tags .vt-tagcloud {
    margin: 2em 10%;
  }
}
.programStudy-content .vt-one-content-area .vt-tags .tagcloud {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
  list-style-type: none;
}
.programStudy-content .vt-one-content-area .vt-tags .vt-tagcloud-heading {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 0.33333334em;
}
.programStudy-content .vt-one-content-area .vt-tags .tagcloud li {
  margin: 0.5em 0.5em 0.5em 0;
}
.programStudy-content .vt-one-content-area .vt-tags .tagcloud li a,
.programStudy-content .vt-one-content-area .vt-tags .tagcloud li a::before,
.programStudy-content .vt-one-content-area .vt-tags .tagcloud li a::after {
  background-color: rgb(229, 225, 230);
}

#vt_right_col .vt-programStudy-contact h3 {
  border: none;
}

/************************************** END PROGRAM OF STUDY PAGE STYLES */
/************************************************************************* BEGIN SEARCH PAGE STYLES */
/********************************************* BEGIN SEARCH BODY SECTION */
/* stylelint-disable declaration-no-important */
.vt-search .search-results {
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
  padding-top: 2em;
}
.vt-search .search-tag-title {
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .vt-search .search-tag-title {
    padding: 0 10%;
  }
}
.vt-search .search-tag-description {
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .vt-search .search-tag-description {
    padding: 0 10%;
  }
}

.search-content .vt-page-info {
  padding-bottom: 13em;
  padding-top: 0;
}
.search-content .vt-one-content-area {
  background-color: transparent;
  top: -13em;
  margin-bottom: 0;
}
.search-content .vt-list {
  background-color: rgb(255, 255, 255);
  padding: 2em 5%;
}
@media screen and (min-width: 768px) {
  .search-content .vt-list {
    padding: 2em 10%;
  }
}
.search-content .vt-search-googlesearch {
  display: block;
  position: relative;
  background-color: transparent;
}
.search-content .vt-search-block {
  margin: 0 0 2em;
}
.search-content .vt-search-block #vt_search_form_comp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(23, 24, 25);
  border-radius: 32px;
  margin: 0 2em;
}
.search-content .vt-search-block #vt_search_box_comp {
  position: relative;
  display: inline-block;
  font-family: "gineso-condensed", sans-serif;
  border: none;
  flex-basis: 84%;
  width: 100%;
  padding: 12px 16px 12px 32px;
  font-size: 1.33334em;
  letter-spacing: 0.075em;
  line-height: 1;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 576px) {
  .search-content .vt-search-block #vt_search_box_comp {
    padding: 12px 32px;
  }
}
.search-content .vt-search-block #vt_search_box_comp:focus {
  outline-color: rgb(23, 24, 25);
}
.search-content .vt-search-block #vt_search_block_component .vt-go-button {
  flex-basis: 16%;
  width: 100%;
  top: auto;
  font-size: 1.33334em;
  line-height: 1;
  padding: 8px 16px;
  background-color: transparent;
}
@media screen and (min-width: 576px) {
  .search-content .vt-search-block #vt_search_block_component .vt-go-button {
    padding: 8px 32px;
  }
}
.search-content .vt-search-block #vt_search_block_component .vt-go-button .fa-search {
  display: none;
}
.search-content .vt-search-block #vt_search_block_component .vt-go-button .vt-go-button-text {
  display: block;
  position: relative;
  background-color: rgb(23, 24, 25);
  color: rgb(255, 255, 255);
  top: auto;
  left: auto;
  overflow: visible;
  letter-spacing: 0.075em;
  width: auto;
  height: auto;
  z-index: auto;
  padding: 7px 20px;
  border: 1px solid rgba(229, 225, 230, 0.2);
  border-radius: 18px;
}

.vt-gcse-script {
  margin-top: 2em;
  width: 100%;
}

.vt-gcse-script :focus {
  outline-color: rgb(117, 120, 123) !important;
  opacity: 1 !important;
  outline-offset: 5px !important;
  padding: 1px !important;
  outline-style: dashed !important;
  outline-width: 2px !important;
}

.gsc-control-cse {
  font-family: "Acherus", sans-serif !important;
  font-size: 18px !important;
  background: rgb(255, 255, 255) !important;
  border: none !important;
  margin-bottom: 0 !important;
  padding: 2em 5% 0 !important;
  min-height: 12em;
}
@media screen and (min-width: 768px) {
  .gsc-control-cse {
    padding: 2em 10% 0 !important;
  }
}

/********************************************* END SEARCH BODY SECTION */
/********************************************* BEGIN SEARCH TAB SECTION */
.gsc-tabsArea {
  display: none !important;
}

/********************************************* END SEARCH TAB SECTION */
/********************************************* BEGIN SEARCH INFO SECTION */
.gsc-above-wrapper-area {
  margin-bottom: 40px !important;
}

.gsc-result-info,
.gsc-orderby-label {
  font-family: "gineso-condensed", sans-serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 0.8em !important;
  color: rgb(23, 24, 25) !important;
}
@media screen and (min-width: 768px) {
  .gsc-result-info,
.gsc-orderby-label {
    border: none !important;
    font-size: 1em !important;
  }
}

.gsc-orderby-label {
  margin-right: 1em !important;
}

/* stylelint-disable declaration-property-unit-whitelist */
.gsc-option-menu-container {
  font-size: 100% !important;
}

/* stylelint-enable declaration-property-unit-whitelist */
.gsc-selected-option-container {
  display: flex !important;
  font-family: "Acherus", sans-serif !important;
  font-weight: 300 !important;
  font-size: 0.8em !important;
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .gsc-selected-option-container {
    border: none !important;
  }
}

.gsc-selected-option {
  display: inline-block !important;
  width: auto !important;
  margin-right: 0.25em !important;
  border: 1px solid rgb(94, 96, 98) !important;
  border-radius: 7px !important;
  padding: 5px 10px !important;
}

.gsc-option-selector {
  display: none !important;
}

/********************************************* END SEARCH INFO SECTION */
/********************************************* BEGIN SEARCH RESULTS SECTION */
.gsc-webResult.gsc-result {
  background: rgb(255, 255, 255) !important;
  border: none !important;
}

.gsc-webResult.gsc-result,
.cse .gsc-webResult.gsc-result,
.gsc-imageResult-column,
.gsc-imageResult-classic {
  margin-bottom: 40px !important;
}

.gsc-webResult.gsc-result:hover {
  background: rgb(255, 255, 255) !important;
  border: none !important;
}

.gsc-table-cell-snippet-close {
  padding-left: 20px !important;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-family: "Acherus", sans-serif !important;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 1.4 !important;
  height: auto !important;
  text-decoration: none !important;
  overflow: visible !important;
}

.gsc-url-top {
  font-size: 0.66666667em !important;
}

.gs-visibleUrl b {
  font-family: "Acherus", sans-serif !important;
  font-weight: 600;
}

.gs-imageResult .gs-title:link,
.gs-webResult.gs-result .gs-title:link,
.gs-imageResult .gs-title:link b,
.gs-webResult.gs-result .gs-title:link b {
  color: rgb(134, 31, 65) !important;
}

.gs-snippet {
  font-family: "Acherus", sans-serif !important;
  line-height: 1.4 !important;
}

.gsc-result .gs-visibleUrl {
  font-family: "Acherus", sans-serif !important;
  color: rgb(134, 31, 65) !important;
  line-height: 1.4 !important;
}

.gs-per-result-labels {
  font-family: "Acherus", sans-serif !important;
  display: none;
}

.gs-per-result-labels span {
  font-family: "Acherus", sans-serif !important;
}

.gs-per-result-labels .gs-label {
  font-family: "Acherus", sans-serif !important;
}

/********************************************* END SEARCH RESULTS SECTION */
/********************************************* BEGIN SEARCH PAGINATION SECTION */
.gs-cursor-box {
  font-family: "Acherus", sans-serif !important;
}

.gs-cursor {
  font-family: "Acherus", sans-serif !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-family: "Acherus", sans-serif !important;
  background-color: transparent !important;
  border: none !important;
}

/********************************************* END SEARCH PAGINATION SECTION */
/* stylelint-enable */
/************************************************************************* END SEARCH PAGE STYLES */
/************************************** BEGIN SEARCH RESOURCE PAGE STYLES */
.vt-search-resource .vt-page-info .vt-tag-title .vt-tag-title-link {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  font-weight: 600;
}
.vt-search-resource .vt-one-content-area {
  padding: 2em;
}

/************************************** END SEARCH RESOURCE PAGE STYLES */
/************************************** BEGIN RESOURCE PAGE STYLES */
.vt-resource #vt_body_col {
  padding-top: 1.25em;
}
.vt-resource .vt-resource-listItem {
  margin-bottom: 2em;
}
.vt-resource .vt-resource-listItem p {
  margin-bottom: 0;
}
.vt-resource .vt-resource-listItem h1, .vt-resource .vt-resource-listItem h2, .vt-resource .vt-resource-listItem h3, .vt-resource .vt-resource-listItem h4, .vt-resource .vt-resource-listItem h5, .vt-resource .vt-resource-listItem h6 {
  margin-bottom: 0;
}
.vt-resource .vt-resource-listItem a {
  line-height: 1.4;
}

/************************************** END RESOURCE PAGE STYLES */
/************************************** BEGIN VIDEO PAGE STYLES */
.video-content .vt-page-info {
  padding: 2em 5% 0;
}
@media screen and (min-width: 992px) {
  .video-content .vt-page-info {
    padding: 2em 10% 0;
  }
}
.video-content .vt-page-info .vt-page-metadata .vt-page-onTime {
  flex-grow: 0;
  margin-right: 2em;
}
.video-content .vt-page-info .vt-page-metadata .vt-page-onTime .vt-page-ontime-day::before {
  content: none;
}
.video-content .vt-page-info .vt-page-video-title {
  font-family: "rubik", sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.25;
  width: 100%;
  margin: 0.25em 0;
}

.vt-video-uploader {
  display: inline;
  line-height: 1.2;
  margin-right: 2em;
}
.vt-video-uploader .vt-video-uploader-heading {
  font-family: "rubik", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
.vt-video-uploader .vt-video-uploader-name {
  display: inline;
  line-height: 1.2;
}
.vt-video-uploader .vt-video-uploader-link {
  display: inline;
  font-family: "gineso-condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.075em;
  line-height: 1.2;
  vertical-align: baseline;
}

.vt-page-duration {
  display: inline-block;
  border: 1px solid var(--vt-hokieStone-1s);
  border-radius: 1em;
  font-family: "gineso-condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.15em 0.75em;
  margin-left: 1em;
  margin-bottom: 0;
}
.vt-page-duration .vt-page-duration-time {
  line-height: 2;
}

.vt-page-views {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-family: "gineso-condensed", sans-serif;
  font-style: italic;
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin-bottom: 0;
}

.vt-views-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}

.vt-page-views-number {
  font-style: normal;
  margin-left: 0.33em;
}

/* BEGIN VIDEO POSTER IMAGE VIDEO PLAYER STYLES */
.vt-page-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.vt-page-video .vt-video {
  margin: 0 5%;
}
@media screen and (min-width: 992px) {
  .vt-page-video .vt-video {
    margin: 0 10%;
  }
}

.vt-page-videoPoster {
  display: none;
  position: relative;
  width: 100%;
}
.vt-page-videoPoster .vt-articleImage {
  margin: 0;
}

.vt-page-video .vt-video {
  position: relative;
  width: 100%;
}

/* END */
/* BEGIN VIDEO TRANSCRIPT STYLES - OVERRIDES REQUIRE !important */
/* hide inserted transcript text component */
.vt-text.vt-video-transcript {
  display: none;
}

.vt-video-transcript {
  position: relative;
  border-top: 3px solid rgb(198, 70, 0);
  padding-top: 3em;
}

.transcript-menu {
  display: none !important;
  flex-wrap: wrap !important;
  background-color: #000 !important;
  height: auto !important;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .transcript-menu {
    align-items: center !important;
  }
}
.transcript-menu.vt-show-publish {
  display: flex !important;
}
.transcript-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 100%;
  border-bottom: 3px solid rgb(198, 70, 0);
  z-index: 1;
}
.transcript-menu .transcript-menu-item {
  display: inline-block !important;
  position: static !important;
  float: none !important;
  height: auto !important;
  line-height: 1.2 !important;
}
.transcript-menu .searchWrapper {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  background-color: var(--vt-hokieStone-3s) !important;
  border: 1px solid var(--vt-smoke-2s) !important;
  border-radius: 0.33em !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .transcript-menu .searchWrapper {
    width: 50% !important;
  }
}
.transcript-menu .searchWrapper .search {
  display: inline-block !important;
  position: static !important;
  color: rgb(255, 255, 255) !important;
  border-color: var(--vt-hokieStone-3s) !important;
  background-image: url("https://assets.cms.vt.edu/images/search-white.svg") !important;
  top: auto !important;
  left: auto !important;
  width: 0.8em !important;
  height: 0.8em !important;
  padding-right: 1.33em !important;
  margin-left: 0.67em !important;
}
.transcript-menu .searchWrapper .searchInput {
  display: inline-block !important;
  position: static !important;
  color: rgb(255, 255, 255) !important;
  background-color: var(--vt-hokieStone-3s) !important;
  padding: 0 !important;
}
.transcript-menu .searchWrapper .searchInput::-moz-placeholder {
  font-family: "gineso-condensed", sans-serif !important;
  color: var(--vt-smoke-1s) !important;
}
.transcript-menu .searchWrapper .searchInput::placeholder {
  font-family: "gineso-condensed", sans-serif !important;
  color: var(--vt-smoke-1s) !important;
}
.transcript-menu .transcript-menu-item .active-elements.download {
  background-image: url("https://assets.cms.vt.edu/images/download-light-white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-origin: content-box !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0.5em !important;
}
.transcript-menu .transcript-menu-item .active-elements.print {
  background-image: url("https://assets.cms.vt.edu/images/print-light-white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-origin: content-box !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0.5em !important;
}
.transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper {
  position: absolute !important;
  top: 0 !important;
  left: calc(50% - 4em) !important;
  margin: 0.5em 0 0 !important;
  font-size: 1em !important;
  background-color: #000 !important;
  border-radius: 1em !important;
  padding: 0.75em 1.5em !important;
  z-index: 9;
}
.transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper:hover {
  background-color: rgb(255, 255, 255) !important;
}
.transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper:hover a {
  color: #000 !important;
}
.transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper a {
  font-family: "gineso-condensed", sans-serif !important;
  font-size: 1em !important;
  color: rgb(255, 255, 255) !important;
  text-transform: uppercase !important;
  z-index: 10 !important;
}
.transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper a:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper a span {
  display: inline-block !important;
}
.transcript-menu .close:not(:disabled):not(.disabled):focus,
.transcript-menu .close:not(:disabled):not(.disabled):hover {
  opacity: 1 !important;
}
.transcript-menu .close:not(:disabled):not(.disabled):focus a,
.transcript-menu .close:not(:disabled):not(.disabled):hover a {
  color: #000 !important;
}
.transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper .transcript-body-open::after,
.transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper .transcript-body-close::after {
  display: none !important;
}
.transcript-menu .d-none-important {
  display: none !important;
}

.transcript-box {
  background-color: #000 !important;
  border-bottom: 3px solid rgb(198, 70, 0) !important;
  padding: 0 0 2em 0 !important;
  margin-top: 1em !important;
}

.transcript-body {
  color: rgb(255, 255, 255) !important;
  background-color: var(--vt-hokieStone-3s) !important;
  border: 1px solid var(--vt-smoke-2s) !important;
  border-radius: 0.33em !important;
  padding: 1em 1.33em !important;
}

/* END VIDEO TRANSCRIPT STYLES */
/************************************** END VIDEO PAGE STYLES */
/************************************** START CMS EVENT PAGE STYLES*/
.vt-event .vt-page-info {
  padding-left: 5% !important;
  padding-right: 5% !important;
  background-color: #212121;
  gap: 1em;
  padding-top: 50px;
  padding-bottom: 200px;
  margin-bottom: 2em;
}
@media screen and (min-width: 1200px) {
  .vt-event .vt-page-info {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
.vt-event .vt-page-info .vt-page-title {
  margin: 0;
}
.vt-event .vt-page-info .vt-page-category-text {
  font-family: gineso, sans-serif !important;
  text-transform: uppercase;
  color: black;
  background-color: white;
  padding: 5px 10px;
  font-weight: 600;
}
.vt-event .vt-page-info a:focus,
.vt-event .vt-page-info button:focus {
  outline-color: white;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-event .vt-page-subtitle {
  margin: 0;
}
.vt-event .vt-page-subtitle.vt-page-presenter {
  font-style: italic;
}
.vt-event .vt-social-icons {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 1em;
}
.vt-event .vt-social-icons .vt-social-icons-item-link {
  display: flex;
  width: 1em;
  height: 1em;
  background: transparent;
  border: none;
  padding: 0;
  color: white;
}
.vt-event .vt-social-icons .vt-social-icons-item-link:hover {
  color: var(--vt-burntOrange);
}
.vt-event .vt-event-page-content {
  top: -200px;
  position: relative;
  padding-left: 5% !important;
  padding-right: 5% !important;
}
@media screen and (min-width: 1200px) {
  .vt-event .vt-event-page-content {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
.vt-event .vt-event-content {
  padding: 2em;
  border-radius: 5px;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .vt-event .vt-event-content {
    padding: 3em;
  }
}
.vt-event .vt-event-info-container {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin-bottom: 2em;
}
@media screen and (min-width: 1200px) {
  .vt-event .vt-event-info-container {
    flex-direction: row;
    gap: 1em;
  }
}
.vt-event .vt-event-info-container .vt-event-hero {
  flex: auto;
  position: relative;
}
.vt-event .vt-event-info-container .vt-event-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media screen and (min-width: 1200px) {
  .vt-event .vt-event-info-container .vt-event-info {
    margin: 0;
  }
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-info-inner {
  width: 100%;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-large-date {
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-day-of-month {
  font-weight: 700;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-month-year {
  font-weight: 300;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-p {
  display: inline-block;
  margin-bottom: 0px;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-h2 {
  margin-bottom: 0;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-cta-container .vt-event-info-cta {
  display: none;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-cta-container .vt-event-info-cta:has(.vtctalink) {
  display: block;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  margin-top: 20px;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-cta-container .vt-event-info-cta .vt-multicolumn {
  margin: 0;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-cta-container .vt-event-info-cta .vt-multicolumn .vt-num-col-2 > div {
  flex: 1;
  max-width: 100%;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-cta-container .vt-event-info-cta .vt-multicolumn .vt-num-col-2 > div:not(:has(.vtctalink)) {
  display: none;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-cta-container .vt-event-info-cta .vt-multicolumn .vt-num-col-2 > div .vt-col {
  margin-bottom: 0;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-cta-container .vt-event-info-cta .vt-multicolumn .vtctalink > span {
  justify-content: center;
}
.vt-event .vt-event-info-container .vt-event-info .vt-grid-container {
  display: grid;
  grid-row-gap: 15px;
  white-space: nowrap;
  line-height: 2;
  grid-template: "time" "location" "admission" "contact" "access";
}
@media screen and (min-width: 768px) {
  .vt-event .vt-event-info-container .vt-event-info .vt-grid-container {
    grid-template: "time admission" "location contact" "none access";
  }
}
@media screen and (min-width: 1200px) {
  .vt-event .vt-event-info-container .vt-event-info .vt-grid-container {
    grid-template-columns: max-content;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .vt-event .vt-event-info-container .vt-event-info .vt-grid-container {
    font-size: 0.8em;
  }
}
.vt-event .vt-event-info-container .vt-event-info .vt-grid-container .vt-event-col-1 {
  grid-area: time;
}
.vt-event .vt-event-info-container .vt-event-info .vt-grid-container .vt-event-col-2 {
  grid-area: location;
}
.vt-event .vt-event-info-container .vt-event-info .vt-grid-container .vt-event-col-3 {
  grid-area: admission;
}
.vt-event .vt-event-info-container .vt-event-info .vt-grid-container .vt-event-col-4 {
  grid-area: contact;
}
.vt-event .vt-event-info-container .vt-event-info .vt-grid-container .vt-event-col-5 {
  grid-area: access;
}
.vt-event .vt-event-info-container .vt-event-info .vt-grid-container .vt-text {
  margin-right: 20px;
}
.vt-event .vt-event-info-container .vt-event-info .vt-grid-container .vt-text::before {
  top: 4px;
  right: 5px;
  vertical-align: top;
  position: relative;
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-time:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.309' height='19.309' viewBox='0 0 19.309 19.309'%3E%3Cpath id='Subtraction_211' data-name='Subtraction 211' d='M9.153,18.309A9.144,9.144,0,0,1,2.688,2.69,9.144,9.144,0,1,1,15.619,15.62,9.094,9.094,0,0,1,9.153,18.309Zm-4.46-14.9a.611.611,0,0,0-.608.567.6.6,0,0,0,.148.443L7.739,8.453a1.58,1.58,0,1,0,2.878.1l1.8-1.8a.611.611,0,0,0-.863-.864l-1.8,1.8a1.512,1.512,0,0,0-.6-.119,1.547,1.547,0,0,0-.5.081l-3.5-4.037A.607.607,0,0,0,4.693,3.406Z' transform='translate(0.5 0.5)' fill='%23632667' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E ");
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-location:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.309' height='24.076' viewBox='0 0 16.309 24.076'%3E%3Cpath id='Path_547' data-name='Path 547' d='M24.284,0a8.155,8.155,0,0,0-8.155,8.155c0,.1,0,.195.007.294A8.137,8.137,0,0,0,16.6,10.9c1.74,5.719,7.681,13.178,7.681,13.178s5.94-7.459,7.68-13.178a8.12,8.12,0,0,0,.467-2.45q.007-.149.007-.294A8.155,8.155,0,0,0,24.284,0Zm0,12.149a3.994,3.994,0,1,1,3.994-3.994A3.994,3.994,0,0,1,24.284,12.149Z' transform='translate(-16.129)' fill='%23632667'/%3E%3C/svg%3E%0A");
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-contacts:before {
  content: url("data:image/svg+xml,%3Csvg id='Group_2570' data-name='Group 2570' xmlns='http://www.w3.org/2000/svg' width='16.33' height='20.414' viewBox='0 0 16.33 20.414'%3E%3Cpath id='Path_6' data-name='Path 6' d='M-35.856-12.642a5.62,5.62,0,0,0-5.613,5.613,5.62,5.62,0,0,0,5.613,5.613,5.624,5.624,0,0,0,5.618-5.613A5.624,5.624,0,0,0-35.856-12.642Zm-5.063,9.879a4.335,4.335,0,0,0-3.1,4.154v5.4a.985.985,0,0,0,.935.98h14.461a.984.984,0,0,0,.933-.98v-5.4a4.339,4.339,0,0,0-3.1-4.154A6.631,6.631,0,0,1-35.856-.395,6.619,6.619,0,0,1-40.919-2.763Z' transform='translate(44.018 12.642)' fill='%23632667'/%3E%3C/svg%3E%0A");
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-admission:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.149' height='22.149' viewBox='0 0 22.149 22.149'%3E%3Cg id='Group_2569' data-name='Group 2569' transform='translate(12.467) rotate(45)'%3E%3Cpath id='Path_5' data-name='Path 5' d='M13.693.662a.752.752,0,0,0-.813-.647H9.664a.8.8,0,0,0-.813.524A2.088,2.088,0,0,1,6.433,1.82,1.89,1.89,0,0,1,4.823.539.8.8,0,0,0,4.009.015L.813,0A.752.752,0,0,0,0,.647V16.969a.752.752,0,0,0,.813.647h2.9a.775.775,0,0,0,.813-.585A1.994,1.994,0,0,1,6.8,15.583a1.88,1.88,0,0,1,1.823,1.463.775.775,0,0,0,.813.585h3.447a.752.752,0,0,0,.813-.647ZM9.393,13.1H4.28a.752.752,0,0,1-.813-.647V5.189a.752.752,0,0,1,.813-.647H9.393a.752.752,0,0,1,.813.647v7.268A.752.752,0,0,1,9.393,13.1Z' fill='%23632667'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.vt-event .vt-event-info-container .vt-event-info .vt-event-access-contacts:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.745' height='18.745' viewBox='0 0 18.745 18.745'%3E%3Cpath id='Path_548' data-name='Path 548' d='M14.372,5a9.372,9.372,0,1,0,9.372,9.372A9.377,9.377,0,0,0,14.372,5ZM13,13.906A20.137,20.137,0,0,1,11.75,19.32a.829.829,0,0,0,1.551.588,22.247,22.247,0,0,0,1.071-3.794,22.267,22.267,0,0,0,1.072,3.794.829.829,0,0,0,1.551-.588,20.141,20.141,0,0,1-1.253-5.411,26.752,26.752,0,0,0,2.981-.314.829.829,0,1,0-.266-1.637,25.792,25.792,0,0,1-8.174,0,.829.829,0,0,0-.256,1.638A28.768,28.768,0,0,0,13,13.906ZM14.372,8.6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,14.372,8.6Z' transform='translate(-5 -5)' fill='%23632667' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.vt-event .vt-event-section {
  margin-bottom: 3em;
}
.vt-event .vt-event-p-text {
  display: block;
  font-weight: 600;
}
.vt-event .vtctalink {
  margin: 0;
}
.vt-event .vtctalink .vt-ctaLink {
  color: white;
  margin: 16px 0px;
  padding: 1vw 2vw;
  text-transform: uppercase;
  background-color: var(--vt-purple);
  border-color: var(--vt-purple);
}
.vt-event .vtctalink .vt-ctaLink:hover, .vt-event .vtctalink .vt-ctaLink:active, .vt-event .vtctalink .vt-ctaLink:focus {
  background-color: var(--vt-purple-1t) !important;
  border-color: var(--vt-purple-1t) !important;
}
.vt-event .tagcloud .vt-tagcloud {
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: normal;
}
@media screen and (min-width: 768px) {
  .vt-event .tagcloud .vt-tagcloud {
    flex-direction: row;
    align-items: center;
  }
}
.vt-event .tagcloud .vt-tagcloud .vt-tagcloud-heading {
  margin-bottom: 0;
}
.vt-event .tagcloud .vt-tagcloud ul.tagcloud {
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .vt-event .tagcloud .vt-tagcloud ul.tagcloud {
    padding-left: 1em;
  }
}
.vt-event .tagcloud .vt-tagcloud ul.tagcloud .vt-tag-link:focus {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-event .tagcloud .vt-tagcloud ul.tagcloud .vt-tag-link:focus, .vt-event .tagcloud .vt-tagcloud ul.tagcloud .vt-tag-link:hover {
  background-color: var(--vt-purple);
  color: white;
  border-color: var(--vt-purple);
}
@media screen and (max-width: 767px) {
  .vt-event footer .footer-content.active {
    padding: 0px;
  }
}
.vt-event .vt-event-submit-container {
  display: none;
  background: var(--vt-maroon-3s);
}
.vt-event .vt-event-submit-container .row {
  align-items: center;
}
.vt-event .vt-event-submit-container p.vt-event-p {
  color: white;
  font-family: gineso;
  margin: 0px;
  white-space: nowrap;
  line-height: 1.2;
  display: inline-block;
  text-transform: uppercase;
}
.vt-event .vt-one-content-area {
  top: unset !important;
  margin: 0px !important;
}
.vt-event #vt_main {
  background-color: white;
}
.vt-event .vt-body-col {
  padding-bottom: unset !important;
}
.vt-event .vt-event-svg {
  height: 60px;
}
.vt-event .vt-subnav {
  display: none !important;
}
.vt-event #vt_no_rb {
  margin: 0px !important;
}
.vt-event #vt_event_submit_msg {
  display: block;
}
.vt-event .vt-page-path {
  background-color: black;
  padding: 1em 0;
}
.vt-event .vt-page-path .gateway {
  background-color: black;
}
@media screen and (min-width: 768px) {
  .vt-event .vt-page-path .gateway {
    display: block;
    padding: 0.5em 30px;
  }
}
@media screen and (max-width: 767px) {
  .vt-event .vt-page-path .gateway .vt-breadcrumbs .vt-breadcrumbs-link {
    color: white;
  }
}
.vt-event .vt-page-path .gateway .vt-breadcrumbs li:nth-child(-n+3) {
  display: none !important;
}
.vt-event .vt-page-path .gateway .vt-breadcrumbs li:nth-child(4) {
  border-bottom: 1px solid orange;
}
.vt-event .vt-page-path .gateway .vt-breadcrumbs::after {
  content: none;
}

/************************************** END CMS EVENT PAGE STYLES*/
/************************************** END CONTENT TYPE STYLES*/
/************************************** BEGIN WIDGET STYLES*/
/************************************** BEGIN ARTICLE IMAGE */
.vt-articleImage,
.vt-articleImage picture,
.vt-articleImage picture * {
  display: block;
  overflow: hidden;
}

.vt-articleImage .vt-image,
.vt-articleImage .vt-image figure {
  display: block;
  position: relative;
  margin: 0;
}

.vt-articleImage .vt-image {
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-articleImage .vt-image.vt_img_left {
  margin: 1em 3% 0 0 !important;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
@media screen and (max-width: 991px) {
  .vt-articleImage .vt-image.vt_img_left {
    float: none;
    width: 100% !important;
    clear: both;
    margin: 0 auto !important;
    padding: 0 5%;
  }
}
.vt-articleImage .vt-image.vt_img_right {
  margin: 1em 0 0 3% !important;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
@media screen and (max-width: 991px) {
  .vt-articleImage .vt-image.vt_img_right {
    float: none;
    width: 100% !important;
    clear: both;
    margin: 0 auto !important;
    padding: 0 5%;
  }
}
.vt-articleImage .vt-image.vt_img_center {
  float: none;
  clear: both;
  margin: 0 auto;
  /* stylelint-disable declaration-no-important */
  /* stylelint-enable declaration-no-important */
}
@media screen and (max-width: 991px) {
  .vt-articleImage .vt-image.vt_img_center {
    float: none;
    width: 100% !important;
    clear: both;
    margin: 0 auto !important;
    padding: 0 5%;
  }
}

.vt-articleImage .vt-image figcaption {
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .vt-articleImage .vt-image figcaption {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.vt-articleImage .vt-portrait,
.vt-articleImage .vt-square {
  background: transparent;
  height: auto;
}

.vt-articleImage .vt-portrait figure::before,
.vt-articleImage .vt-square figure::before {
  content: none;
  height: auto;
  padding: 0;
}

.vt-articleImage .vt-image-portraitPicture {
  display: flex;
  position: absolute;
  height: 100%;
}

.vt-articleImage .vt-square img,
.vt-articleImage .vt-square .vt-image-portraitImage,
.vt-articleImage .vt-portrait img,
.vt-articleImage .vt-portrait .vt-image-portraitImage {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: auto;
  opacity: 1;
}

.vt-articleImage .vt-square img,
.vt-articleImage .vt-square .vt-image-portraitImage {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: auto;
  opacity: 1;
}

/************************************** END ARTICLE IMAGE */
.vt-upcomingEvents, .vt-stripe {
  color: rgb(255, 255, 255);
  margin: -1em 0 0 0;
  background: rgb(117, 120, 123);
}
.vt-full-width.vt-upcomingEvents, .vt-full-width.vt-stripe {
  padding: 3em 4.75em 1em 4.75em;
}
.vt-upcomingEvents .vt-stripe-heading, .vt-stripe .vt-stripe-heading {
  text-transform: uppercase;
}
.vt-upcomingEvents .vt-stripe-heading *, .vt-stripe .vt-stripe-heading * {
  font-family: "rubik", sans-serif;
}

/************************************** BEGIN ACTION STRIPE STYLES */
.vt-actionStripe-container {
  color: rgb(255, 255, 255);
  /* stylelint-disable */
  margin-bottom: 0 !important;
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-actionStripe-container .vt-actionStripe-content {
  margin: 0;
  z-index: 2;
  /* stylelint-disable */
  padding: 3em 5vw 4em !important;
  /* stylelint-enable */
}
@media screen and (min-width: 768px) {
  .vt-actionStripe-container .vt-actionStripe-content {
    padding: 2em 13.5vw 4em !important;
  }
}
@media screen and (min-width: 1920px) {
  .vt-actionStripe-container .vt-actionStripe-content {
    padding: 2em 25vw 4em !important;
  }
}
@media screen and (min-width: 3000px) {
  .vt-actionStripe-container .vt-actionStripe-content {
    padding: 2em 30vw 4em !important;
  }
}
.vt-actionStripe-container .vt-actionStripe-content a {
  color: rgb(255, 255, 255);
}
.vt-actionStripe-container .vt-actionStripe-content .row > div:nth-of-type(1) {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-actionStripe-container .vt-actionStripe-content .row > div:nth-of-type(1) {
    padding: 0 3vw 0 0;
  }
}
.vt-actionStripe-container .vt-actionStripe-content .row > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-actionStripe-container .vt-actionStripe-content .row > div:nth-of-type(2) {
    padding: 0 0 0 3vw;
  }
}
.vt-actionStripe-container .vt-actionStripe-content .vt-col {
  margin: 0;
}
.vt-actionStripe-container .vt-actionStripe-content .vt-actionStripe-text p {
  font-size: 2em;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  font-family: "gineso-condensed", sans-serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .vt-actionStripe-container .vt-actionStripe-content .vt-actionStripe-text p {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-actionStripe-container .vt-actionStripe-content .vt-actionStripe-text p {
    font-size: 3.5em;
  }
}
.vt-actionStripe-container .vt-actionStripe-content .vt-actionStripe-text b {
  font-weight: 600;
}
.vt-actionStripe-container .vt-actionStripe-content .vt-actionStripe-text .vt-actionStripe-smallText {
  font-size: 2em;
}
.vt-actionStripe-container .vt-actionStripe-content .vtctalink {
  margin: 2em 0 0;
}
@media screen and (min-width: 768px) {
  .vt-actionStripe-container .vt-actionStripe-content .vtctalink {
    margin: 0;
  }
}
.vt-actionStripe-container .vt-actionStripe-content .vtctalink .vt-ctaLink.light,
.vt-actionStripe-container .vt-actionStripe-content .vtctalink .vt-ctaLink.outline.light {
  display: inline-block;
  max-width: 100%;
}
.vt-actionStripe-container .vt-actionStripe-content .vtctalink .vt-ctaLink.dark a {
  color: black;
}
.vt-actionStripe-container .vt-actionStripe-content .vtctalink .fa-arrow-right {
  display: inline-block;
  white-space: nowrap;
}
.vt-actionStripe-container.vt-actionStripe-imageBG {
  color: rgb(255, 255, 255);
  /* stylelint-disable */
  padding: 0 !important;
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
}
.vt-actionStripe-container.vt-actionStripe-imageBG .vt-actionStripe-image-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.vt-actionStripe-container.vt-actionStripe-imageBG > .vt-vtcontainer-content .vt-actionStripe-image-container::after,
.vt-actionStripe-container.vt-actionStripe-imageBG > .vt-editor-component-outline > .vt-vtcontainer-content .vt-actionStripe-image-container::after,
.vt-actionStripe-container.vt-actionStripe-imageBG > .vt-editor-component-outline > .vt-vtcontainer-content .vt-actionStripe-container::before {
  content: "";
  background: linear-gradient(transparent, rgba(100, 38, 103, 0.8) 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .vt-actionStripe-container.vt-actionStripe-imageBG > .vt-vtcontainer-content .vt-actionStripe-image-container::after,
.vt-actionStripe-container.vt-actionStripe-imageBG > .vt-editor-component-outline > .vt-vtcontainer-content .vt-actionStripe-image-container::after,
.vt-actionStripe-container.vt-actionStripe-imageBG > .vt-editor-component-outline > .vt-vtcontainer-content .vt-actionStripe-container::before {
    background: linear-gradient(transparent, rgba(100, 38, 103, 0.8) 50%);
  }
}
.vt-actionStripe-container.vt-actionStripe-imageBG .vt-actionStripe-image,
.vt-actionStripe-container.vt-actionStripe-imageBG .vt-actionStripe-image figure {
  margin-bottom: 0 !important;
}
.vt-actionStripe-container.vt-actionStripe-imageBG .vt-vtcontainer-content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.vt-actionStripe-container.vt-actionStripe-imageBG > .vt-vtcontainer-content > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-color: rgb(100, 38, 103);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .vt-actionStripe-container.vt-actionStripe-imageBG > .vt-vtcontainer-content > div:nth-child(3) {
    position: absolute;
    background-color: transparent;
  }
}
.vt-actionStripe-container.vt-actionStripe-imageBG > .vt-vtcontainer-content > div:nth-child(3).vt-show-editor {
  position: relative;
}
.vt-actionStripe-container.vt-actionStripe-imageBG.vt-show-editor, .vt-actionStripe-container.vt-actionStripe-imageBG.vt-show-editor .vt-actionStripe-container {
  color: black !important;
}
.vt-actionStripe-container .vt-list [class*=vt-num-col] .item .row > li:last-child {
  padding: 2em;
}
.vt-actionStripe-container .vt-list [class*=vt-num-col] .item .row > li:last-child[class*=col-sm-] span > a {
  color: rgb(255, 255, 255) !important;
}

/* stylelint-enable */
/************************************** END ACTION STRIPE STYLES */
/************************************** BEGIN STYLED HEADING STYLES */
.vt-actionStripe-container {
  /* end vt-rotated-heading */
}
.vt-actionStripe-container .vt-heading-only {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-actionStripe-container .vt-heading-only.vt-show-editor {
  /* stylelint-disable */
  position: relative !important;
  /* stylelint-enable */
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.vt-actionStripe-container .vt-actionStripe-heading {
  padding-top: 2em;
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
}
/************************************** BEGIN STYLED HEADING STYLES */
/************************************************************************* BEGIN PULLQUOTE STYLES */
/*

  PULL QUOTE
	========================
	pull quotes

*/
.vt-pullQuote {
  position: relative;
  padding: 0;
  color: black;
  font-size: 1.5em;
  z-index: 10;
  border-radius: 5px;
}
.vt-pullQuote.pull-right {
  float: none;
  margin: 2em 0;
}
@media screen and (min-width: 992px) {
  .vt-pullQuote.pull-right {
    float: right;
    margin: 0 0 2em 2em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-pullQuote.pull-right {
    margin: 0 -1em 2em 2em;
  }
}
.vt-pullQuote.pull-left {
  float: none;
  margin: 2em 0;
}
@media screen and (min-width: 992px) {
  .vt-pullQuote.pull-left {
    float: left;
    margin: 0 3em 2em -1em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-pullQuote.pull-left {
    margin: 0 3em 2em -1em;
  }
}
@media screen and (min-width: 768px) {
  .vt-pullQuote {
    margin: 1em 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  .vt-pullQuote::before {
    content: "";
    background: rgb(229, 117, 31);
    display: block;
    width: 1em;
    height: 0.2em;
    position: absolute;
    bottom: -1em;
    right: -1em;
    z-index: 1;
  }
  .vt-pullQuote::after {
    content: "";
    background: rgb(229, 117, 31);
    display: block;
    width: 0.2em;
    height: 1em;
    position: absolute;
    bottom: -1em;
    right: -1em;
    z-index: 1;
  }
}
.vt-pullQuote .vt-vtcontainer-content > div:first-of-type > div:first-of-type::before {
  content: "";
  background: rgb(229, 117, 31);
  display: block;
  width: 1em;
  height: 0.2em;
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: 1;
}
.vt-pullQuote .vt-vtcontainer-content > div:first-of-type > div:first-of-type::after {
  content: "";
  background: rgb(229, 117, 31);
  display: block;
  width: 0.2em;
  height: 1em;
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: 1;
}
.vt-pullQuote .adaptiveimage.image {
  display: block;
}
.vt-pullQuote .vt-text {
  padding: 0;
  position: relative;
  font-size: inherit;
  margin: 1em auto 0.25em auto;
}
@media screen and (min-width: 768px) {
  .vt-pullQuote .vt-text {
    margin: 0 0.5em 0.5em 0;
  }
}
@media screen and (min-width: 992px) {
  .vt-pullQuote .vt-text {
    height: auto;
    margin-right: 0;
  }
}
.vt-pullQuote .vt-text > p {
  margin-bottom: 0;
  line-height: 1.25em;
}
.vt-pullQuote .vt-text.quote-text p {
  font-size: 1.5em;
}
.vt-pullQuote .vt-text.attribution {
  position: relative;
  padding: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .vt-pullQuote .vt-text.attribution {
    margin-top: initial;
  }
}
.vt-pullQuote .vt-text.attribution > p {
  font-size: 0.65em;
  position: relative;
  font-style: italic;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .vt-pullQuote.vt-no-corners::before {
    content: none;
  }
  .vt-pullQuote.vt-no-corners::after {
    content: none;
  }
}
.vt-pullQuote.vt-no-corners .vt-vtcontainer-content > div:first-of-type > div:first-of-type::before {
  content: none;
}
.vt-pullQuote.vt-no-corners .vt-vtcontainer-content > div:first-of-type > div:first-of-type::after {
  content: none;
}

.vt-pullQuote.vt-white-text .vt-text *,
.vt-pullQuote.vt-white-text .adaptiveimage figcaption {
  /* stylelint-disable */
  color: rgb(255, 255, 255) !important;
  /* stylelint-enable */
}

.vt-pullOutdent {
  color: black;
  z-index: 10;
  border-radius: 5px;
}
.vt-pullOutdent .quote-text {
  font-size: 1.5em;
}
.vt-pullOutdent .vt-image img {
  border-radius: 5px;
}
.vt-pullOutdent.pull-right {
  float: none;
  margin: 2em 0;
}
@media screen and (min-width: 992px) {
  .vt-pullOutdent.pull-right {
    float: right;
    margin: 0 0 2em 2em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-pullOutdent.pull-right {
    margin: 0 -1em 2em 2em;
  }
}
.vt-pullOutdent.pull-left {
  float: none;
  margin: 2em 0;
}
@media screen and (min-width: 992px) {
  .vt-pullOutdent.pull-left {
    float: left;
    margin: 0 3em 2em -1em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-pullOutdent.pull-left {
    margin: 0 3em 2em -1em;
  }
}

/************************************************************************* END PULLQUOTE STYLES */
/************************************************************************* BEGIN MAGAZINE SECTION LIST */
.vt-mag-sectionStoryList .item {
  padding: 0;
}

.vt-mag-sectionStoryList .vt-list-title {
  margin: 1em 0 0.67em;
  display: block;
}
.vt-mag-sectionStoryList .vt-list-title a {
  font-family: "Acherus", sans-serif;
  color: black;
}

.vt-mag-sections .vt-vtcontainer-content .vtcontainer {
  position: relative;
  z-index: 2;
  background-color: rgb(255, 255, 255);
}
.vt-mag-sections .vt-vtcontainer-content .vtcontainer .vt-text {
  margin: 4em auto 2em auto;
}
.vt-mag-sections .vt-vtcontainer-content .vtcontainer .vt-text h3, .vt-mag-sections .vt-vtcontainer-content .vtcontainer .vt-text h2 {
  color: black;
  font-family: "Acherus", sans-serif;
  position: relative;
  padding: 0;
  font-weight: 700;
}
.vt-mag-sections .vt-vtcontainer-content .vtcontainer:nth-child(odd) .vt-text {
  margin-top: 1em;
}
.vt-mag-sections .vt-vtcontainer-content .vtcontainer:nth-child(even) {
  background-color: #f2f2f2;
}
.vt-mag-sections .vt-vtcontainer-content .vtcontainer:nth-child(even)::after {
  content: "";
  position: absolute;
  background-color: #f2f2f2;
  width: 1000%;
  height: 100%;
  top: 0;
  left: -50%;
  z-index: -1;
}

/************************************************************************* END MAGAZINE SECTION LIST */
.vt-list-header {
  width: 50vw;
  padding-top: 5em;
  color: black;
  font-family: "Acherus", sans-serif;
}
.vt-list-header * {
  display: inline-block;
}
.vt-list-header h2::before, .vt-list-header h3::before {
  content: "";
  background: rgb(229, 117, 31);
  display: block;
  width: 1em;
  height: 0.2em;
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: 1;
}
.vt-list-header h2::after, .vt-list-header h3::after {
  content: "";
  background: rgb(229, 117, 31);
  display: block;
  width: 0.2em;
  height: 1em;
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: 1;
}
.vt-list-header p {
  font-size: 1.5em;
  margin-left: 40px;
}

/************************************************************************* BEGIN PULLQUOTE STYLES */
/*

  IMAGE FLOAT
	========================
	an image that floats out of the body like a pull quote

*/
.article-body .vt-mag-imageFloat {
  position: relative;
  font-size: 1.25em;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .article-body .vt-mag-imageFloat {
    font-size: 1.5em;
    width: 60%;
    margin-left: 1em;
  }
}
.article-body .vt-mag-imageFloat .adaptiveimage.image {
  display: block;
}
.article-body .vt-mag-imageFloat .vt-image {
  margin-bottom: 0;
}
.article-body .vt-mag-imageFloat .vt-image figcaption {
  font-size: 14.4px;
}

/************************************************************************* END PULLQUOTE STYLES */
@media screen and (min-width: 1200px) {
  .vt-contentList.vt-list .vt-num-col-1 .image-format-positionBottom .item [class*=col]:first-child,
.vt-contentList.vt-list .vt-num-col-1 .image-format-positionRight .item [class*=col]:first-child, .vt-contentList.vt-list .vt-num-col-1 .image-format-positionTop .item [class*=col]:last-child,
.vt-contentList.vt-list .vt-num-col-1 .image-format-positionLeft .item [class*=col]:last-child,
.vt-contentList.vt-list .vt-num-col-1 .image-format-positionLeftMedium .item [class*=col]:last-child,
.vt-contentList.vt-list .vt-num-col-1 .image-format-positionLeftLarge .item [class*=col]:last-child {
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    z-index: 2;
  }
}

.vt-contentList.vt-list .vt-num-col-1 .item span,
.vt-contentList.vt-list .vt-num-col-1 .item p,
.vt-contentList.vt-list .vt-num-col-1 .item .vt-list-title a,
.vt-contentList.vt-list .vt-num-col-1 .item .vt-list-time-formatted,
.vt-contentList.vt-list .vt-num-col-1 .item .vt-list-time-date-formatted {
  color: black;
}
@media screen and (min-width: 1200px) {
  .vt-contentList.vt-list .vt-num-col-1 .item span,
.vt-contentList.vt-list .vt-num-col-1 .item p,
.vt-contentList.vt-list .vt-num-col-1 .item .vt-list-title a,
.vt-contentList.vt-list .vt-num-col-1 .item .vt-list-time-formatted,
.vt-contentList.vt-list .vt-num-col-1 .item .vt-list-time-date-formatted {
    color: rgb(255, 255, 255);
  }
}
.vt-contentList.vt-list .vt-num-col-1 .item .vt-list-title {
  font-size: 1.25em;
}
@media screen and (min-width: 992px) {
  .vt-contentList.vt-list .vt-num-col-1 .item .vt-list-title {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1700px) {
  .vt-contentList.vt-list .vt-num-col-1 .item .vt-list-title {
    font-size: 2em;
  }
}
@media screen and (min-width: 1700px) {
  .vt-contentList.vt-list .vt-num-col-1 .item .vt-list-description {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1700px) {
  .vt-contentList.vt-list .vt-num-col-1 .item .vt-list-time-formatted,
.vt-contentList.vt-list .vt-num-col-1 .item .vt-list-date-formatted {
    font-size: 1.25em;
  }
}
.vt-contentList.vt-list .vt-num-col-1 .item figure {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .vt-contentList.vt-list .vt-num-col-1 .item figure::before {
    padding-bottom: 75%;
    background: rgba(0, 0, 0, 0.6);
  }
}
.vt-list-listOfLinks .vt-list-title a {
  /* stylelint-disable */
  color: rgb(134, 31, 65) !important;
  /* stylelint-enable */
}
.vt-list-listOfLinks .vt-list-title {
  /* stylelint-disable */
  margin-bottom: 0 !important;
  /* stylelint-enable */
}
.vt-list-listOfLinks.button-dividers .item {
  margin: 0;
  padding: 0;
}
.vt-list-listOfLinks.button-dividers .item > .row {
  box-shadow: none;
  border: none;
}
.vt-list-listOfLinks.button-dividers .item li:last-child {
  margin-bottom: 1em;
  padding: 0;
}
.vt-list-listOfLinks.button-dividers .item .vt-list-title a {
  color: rgb(229, 225, 230);
  border-color: rgb(229, 225, 230);
  white-space: normal;
  text-align: left;
  padding: 1em;
  width: 100%;
}
.vt-list-listOfLinks.button-dividers .item .vt-list-title a:hover {
  color: rgb(134, 31, 65);
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.vt-list-listOfLinks.button-dividers .item .vt-list-title a:focus, .vt-list-listOfLinks.button-dividers .item .vt-list-title a.focus {
  box-shadow: 0 0 0 0 rgba(229, 225, 230, 0.5);
}
.vt-list-listOfLinks.button-dividers .item .vt-list-title a.disabled, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:disabled {
  color: rgb(229, 225, 230);
  background-color: transparent;
}
.vt-list-listOfLinks.button-dividers .item .vt-list-title a:not(:disabled):not(.disabled):active, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:not(:disabled):not(.disabled).active, .show > .vt-list-listOfLinks.button-dividers .item .vt-list-title a.dropdown-toggle {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.vt-list-listOfLinks.button-dividers .item .vt-list-title a:not(:disabled):not(.disabled):active:focus, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:not(:disabled):not(.disabled).active:focus, .show > .vt-list-listOfLinks.button-dividers .item .vt-list-title a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(229, 225, 230, 0.5);
}
.vt-list-listOfLinks.button-dividers .item .vt-list-title a:hover {
  /* stylelint-disable */
  color: rgb(255, 255, 255) !important;
  /* stylelint-enable */
}
.vt-list-listOfLinks.button-dividers.ragged {
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-list-listOfLinks.button-dividers.ragged .vt-list-title a {
  width: auto;
}
.vt-list-listOfLinks.block-dividers .vt-list-columns > ul {
  box-shadow: 0 0 10px rgba(229, 225, 230, 0.2);
}
.vt-list-listOfLinks.block-dividers .item {
  margin: 0;
  padding: 0;
}
.vt-list-listOfLinks.block-dividers .item li:last-child {
  margin-bottom: 0;
}
.vt-list-listOfLinks.block-dividers .item > .row {
  box-shadow: none;
  border-bottom: none;
  transition: 0.5s;
}
.vt-list-listOfLinks.block-dividers .item > .row:hover {
  background: rgba(229, 225, 230, 0.2);
}
.vt-list-listOfLinks.block-dividers .vt-list-columns > ul > .row:last-child .row {
  border-bottom: 1px solid rgba(229, 225, 230, 0.2);
}
.vt-list-listOfLinks.little-dividers {
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-list-listOfLinks.little-dividers .vt-list-columns > ul {
  border: 1px solid rgba(229, 225, 230, 0.2);
  box-shadow: 0 0 10px rgba(229, 225, 230, 0.2);
}
.vt-list-listOfLinks.little-dividers .item {
  margin: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-list-listOfLinks.little-dividers .item .vt-list-title {
  /* stylelint-disable */
  margin-bottom: 0 !important;
  /* stylelint-enable */
}
.vt-list-listOfLinks.little-dividers .item .vt-list-title a {
  color: rgb(134, 31, 65) !important;
  display: inline-block;
  width: 100%;
}
.vt-list-listOfLinks.little-dividers .item::after {
  content: "";
  width: 50%;
  height: 1px;
  background: rgb(229, 225, 230);
  display: block;
  position: absolute;
  bottom: 0;
  left: 1.5em;
}
@media screen and (min-width: 992px) {
  .vt-list-listOfLinks.little-dividers .item::after {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list-listOfLinks.little-dividers .item::after {
    width: 15%;
  }
}
.vt-list-listOfLinks.little-dividers .vt-list-columns > ul > .row:last-child .item::after {
  display: none;
}
.vt-list-listOfLinks.little-dividers .item > .row {
  box-shadow: none;
  border: none;
}
.vt-list-listOfLinks.little-dividers .item li:last-child {
  padding: 0.5em;
  margin: 0;
}

.vt-subnav {
  display: block;
  position: relative;
  background: transparent;
  margin: 2em 5%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .vt-subnav {
    margin: 2em 10%;
  }
}
.vt-subnav.open {
  border: none;
}
.vt-subnav .vt-subnav-droplist-title {
  position: absolute;
  top: -2.5em;
  left: 0;
  font-family: "Acherus", sans-serif;
}
.vt-subnav .vt-subnav-droplist-control {
  border: 1px solid rgba(229, 225, 230, 0.5);
  background-color: rgb(23, 24, 25);
  border-radius: 7px;
  position: relative;
  width: 100%;
  right: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 1.75em 0;
  display: block;
}
.vt-subnav .vt-subnav-droplist-control:hover {
  box-shadow: 0 0 10px rgba(229, 225, 230, 0.2);
}
.vt-subnav .vt-subnav-droplist-control:focus {
  background-color: rgb(23, 24, 25);
}
.vt-subnav .vt-subnav-droplist-control.open {
  background: rgb(255, 255, 255);
  color: black;
}
.vt-subnav .vt-subnav-droplist-control.open:hover {
  box-shadow: none;
}
.vt-subnav .vt-subnav-droplist-control.open:focus {
  background-color: rgb(255, 255, 255);
}
.vt-subnav .vt-subnav-droplist-control .vt-subnav-page-title {
  font-family: "Acherus", sans-serif;
  transition: 0.2s;
  left: 1.5em;
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.vt-subnav .vt-subnav-droplist-control .vt-subnav-symbol-height-adjuster {
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.vt-subnav .vt-subnav-droplist-control .vt-subnav-symbol-container {
  display: block;
  transition: transform 0.2s ease;
  color: rgb(255, 255, 255);
  transform: rotate(45deg);
}
.vt-subnav .vt-subnav-droplist-control .vt-subnav-symbol-container.open {
  transform: rotate(90deg);
  color: rgb(117, 120, 123);
}
.vt-subnav .vt-subnav-droplist {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-top: 1px solid rgb(229, 225, 230);
  top: -2px;
  background: rgb(255, 255, 255);
  padding-left: 1.5em;
  visibility: hidden;
  z-index: 1;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.vt-subnav .vt-subnav-droplist.open {
  visibility: visible;
  padding-top: 1em;
  height: auto;
  overflow-y: scroll;
  z-index: 1;
  padding-bottom: 1em;
  margin-top: -4px;
}
.vt-subnav .vt-subnav-droplist-active {
  background: transparent;
  width: 100%;
  position: relative;
}
.vt-subnav .vt-subnav-droplist-item {
  list-style: none;
  position: relative;
  z-index: 2;
  margin: 8px 0;
}
.vt-subnav .vt-subnav-droplist-item a {
  display: inline-block;
  font-weight: 400;
  font-family: "Acherus", sans-serif;
  color: black;
  text-decoration: none;
}
.vt-subnav .vt-subnav-droplist-item a:hover {
  text-decoration: underline;
}
.vt-subnav .vt-subnav-droplist-item::before {
  display: none;
}
.vt-subnav .vt-subnav-droplist-item.active > a {
  position: relative;
  color: black;
  font-weight: 700;
}
.vt-subnav .vt-subnav-droplist-item.active > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgb(229, 117, 31);
  left: -1em;
  top: 50%;
  margin-top: -2.5px;
}
.vt-subnav .vt-subnav-children {
  font-size: 0.875em;
  padding: 0 1em 1em 2em;
  position: relative;
  margin: 0.5em 0 1em;
}
.vt-subnav .vt-subnav-children .vt-subnav-droplist-item {
  font-style: italic;
  color: rgb(23, 24, 25);
  line-height: 1.1;
  margin-bottom: 1em;
}
.vt-subnav .vt-subnav-children .vt-subnav-droplist-item:last-child {
  margin-bottom: 0;
}
.vt-subnav .vt-subnav-children::before {
  content: "";
  width: 3px;
  height: 100%;
  background: rgb(229, 225, 230);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

@media screen and (min-width: 992px) {
  .rightcol .vt-subnav {
    margin-right: 20%;
  }
}

.vt-home .vt-subnav {
  display: none;
}

/*
CALL TO ACTION
========================
*/
.vt-callToAction {
  position: relative;
  align-items: flex-start;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .vt-callToAction {
    background: none;
    padding-bottom: 10px;
  }
}
.vt-callToAction.hide {
  display: none;
}
.vt-callToAction > .row {
  justify-content: flex-end;
}
.vt-callToAction .vtcontainer, .vt-callToAction .vt-col {
  margin: 0;
}
.vt-callToAction .vt-callToAction-message-description {
  font-family: "rubik", sans-serif;
  line-height: 1.5;
}
.vt-callToAction .vt-image {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-image {
    margin-bottom: 3em;
  }
}
.vt-callToAction .vt-image figure {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-image figure {
    margin-bottom: 1rem;
  }
}
.vt-callToAction .vt-callToAction-message-heading {
  margin-bottom: 25%;
}
@media screen and (min-width: 768px) {
  .vt-callToAction .vt-callToAction-message-heading {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-message-heading {
    margin-bottom: 0;
  }
}
.vt-callToAction .vt-callToAction-message-heading .vt-callToAction-primary {
  font-family: "rubik", sans-serif;
  margin-bottom: 5px;
  font-size: 2.5em;
  font-weight: 200;
  border-radius: 5px;
}
@media screen and (min-width: 1500px) {
  .vt-callToAction .vt-callToAction-message-heading .vt-callToAction-primary {
    font-size: 3em;
  }
}
.vt-callToAction .vt-callToAction-message {
  margin: 0 auto;
  display: flex;
  order: 2;
  position: relative;
  padding: 0;
  align-items: flex-start;
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-callToAction .vt-callToAction-message .vt-ctaLink {
  margin: 1em 0 2em 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vt-callToAction .vt-callToAction-message .vt-ctaLink {
    margin: 2em 0 1em 0;
    margin-bottom: 1em;
    width: initial;
  }
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-message .vt-ctaLink {
    width: auto;
  }
}
.vt-callToAction .vt-callToAction-message .vt-ctaLink:focus {
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-callToAction .vt-callToAction-message.light {
  background: rgb(229, 225, 230);
  color: black;
}
.vt-callToAction .vt-callToAction-message.light .vt-ctaLink {
  outline-color: black;
}
.vt-callToAction .vt-callToAction-message.maroon {
  background: rgb(134, 31, 65);
  color: rgb(255, 255, 255);
}
.vt-callToAction .vt-callToAction-message.maroon .vt-ctaLink {
  outline-color: rgb(255, 255, 255);
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-message {
    top: -3em;
    left: 0;
    z-index: 1;
    margin: 0;
  }
}
.vt-callToAction .vt-callToAction-message .vt-vtcontainer {
  width: 100% !important;
  position: relative;
  z-index: 2;
  padding-bottom: 5%;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-message .vt-vtcontainer {
    margin-bottom: 0;
    width: auto;
  }
}
@media screen and (min-width: 1300px) {
  .vt-callToAction .vt-callToAction-message .vt-vtcontainer .text {
    margin-bottom: 0;
  }
}
.vt-callToAction .vt-callToAction-message .parbase {
  margin: 0;
}
.vt-callToAction .vt-callToAction-textHighlight .vt-callToAction-message-header-fragment {
  position: relative;
  display: inline-block;
  height: auto;
}
.vt-callToAction .vt-callToAction-textHighlight .vt-callToAction-message-header-fragment span {
  position: relative;
  z-index: 2;
  font-weight: 200;
}
.vt-callToAction .vt-callToAction-textHighlight .vt-callToAction-message-header-fragment::after {
  content: "";
  position: absolute;
  width: calc(100% + 0.2em);
  height: 90%;
  background: rgb(255, 255, 255);
  bottom: 2px;
  left: -5px;
  z-index: 1;
}
.vt-callToAction .vt-callToAction-message-heading .text-uppercase .vt-callToAction-message-header-fragment::after {
  bottom: 5px;
}
.vt-callToAction .vt-callToAction-message.maroon .vt-callToAction-message-header-fragment::after {
  background: rgb(107, 25, 52);
}
@media screen and (-ms-high-contrast: none) {
  .vt-callToAction .vt-callToAction-message-header-fragment::after {
    bottom: 10px;
  }
}
.vt-callToAction .vt-callToAction-message-secondary {
  font-size: 0.875em;
  line-height: 1.5;
  background: rgb(134, 31, 65);
  position: relative;
  z-index: 2;
  margin-bottom: 3em;
  padding: 0 7%;
}
@media screen and (min-width: 768px) {
  .vt-callToAction .vt-callToAction-message-secondary {
    padding: 0 10% 4% 15%;
  }
}
.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-container.row > [class*=col] {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 576px) {
  .vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-container.row > [class*=col]:first-child {
    margin-bottom: 3em;
  }
}
.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-container.row > [class*=col]::after {
  content: "";
  position: absolute;
  background: rgb(229, 117, 31);
  height: 3px;
  width: 2em;
  bottom: -1.5em;
  left: 0;
}
.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-container.row > [class*=col]:last-child::after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-message-secondary .row > [class*=col] {
    margin-bottom: 0;
  }
  .vt-callToAction .vt-callToAction-message-secondary .row > [class*=col]:first-child {
    margin-bottom: 0;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-callToAction .vt-callToAction-message-secondary {
    font-size: 1em;
  }
}
.vt-callToAction .vt-callToAction-message-secondary .parbase {
  margin: 0;
}
.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-link {
  padding: 0;
  color: rgb(255, 255, 255);
}
.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-link .link-text {
  outline-color: rgb(255, 255, 255);
}
.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-link .link-text {
  font-family: "rubik", sans-serif;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 400;
  margin-top: 1em;
  display: inline-block;
  position: relative;
  overflow: visible;
  font-size: 0.895em;
}
.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-link .link-text .fa-arrow-right {
  position: absolute;
  right: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7em;
  display: block;
}
.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-link .link-text:focus {
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-link-description {
  margin: 0.25em 0 0 0;
  font-style: italic;
  font-family: "rubik", sans-serif;
  color: rgb(229, 225, 230);
}
.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-link dt {
  font-family: "rubik", sans-serif;
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 400;
}
.vt-callToAction .vt-callToAction-message-heading {
  position: relative;
  margin: 0;
  font-size: 0.95em;
  line-height: 1.5;
  font-family: "rubik", sans-serif;
  padding: 7%;
}
@media screen and (min-width: 768px) {
  .vt-callToAction .vt-callToAction-message-heading {
    padding: 10% 15%;
  }
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-message-heading {
    padding: 25% 25% 10% 15%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-callToAction .vt-callToAction-message-heading {
    padding: 25% 25% 7% 15%;
  }
}
.vt-callToAction .vt-callToAction-noMedia .vt-callToAction-message-heading {
  padding-top: 15%;
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-noMedia .vt-callToAction-message-heading h2, .vt-callToAction .vt-callToAction-noMedia .vt-callToAction-message-heading h3 {
    font-size: 4em;
  }
}
@media screen and (min-width: 1700px) {
  .vt-callToAction .vt-callToAction-noMedia .vt-callToAction-message-heading h2, .vt-callToAction .vt-callToAction-noMedia .vt-callToAction-message-heading h3 {
    font-size: 5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-noMedia .vt-callToAction-message-description {
    max-width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-noMedia .vt-callToAction-message-secondary {
    padding-bottom: 0;
    margin-bottom: 2em;
  }
}
.vt-callToAction .vt-callToAction-message-secondary-container {
  position: relative;
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-message-secondary-container {
    padding-top: 0.25rem;
    margin-top: 4rem;
  }
}
.vt-callToAction .vt-callToAction-message-secondary-container.outside {
  margin-top: 0;
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-message-secondary-container.outside {
    margin-top: -3em;
  }
}
@media screen and (min-width: 768px) {
  .vt-callToAction .vt-callToAction-message-secondary-container.outside .vt-callToAction-message-secondary {
    padding: 0 10% 4% 15%;
  }
}
.vt-callToAction .vt-callToAction-message-secondary-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 10000%;
  height: 1000%;
  background: rgb(107, 25, 52);
}
.vt-callToAction .vt-callToAction-supplement {
  order: 1;
  padding: 0;
  position: relative;
  z-index: 2;
}
.vt-callToAction .vt-callToAction-supplement .vt-video {
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.vt-callToAction .vt-callToAction-supplement .vt-callToAction-supplement-image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-supplement .vt-callToAction-supplement-image {
    box-shadow: none;
  }
}
@media screen and (min-width: 992px) {
  .vt-callToAction.vt-callToAction-textLeft .vt-callToAction-supplement {
    order: 2;
  }
}
.vt-callToAction .vt-callToAction-supplement-fig {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-supplement-fig {
    display: block;
  }
}
.vt-callToAction.image-right .vt-callToAction-supplement-fig {
  background-position: 75%;
}
.vt-callToAction.image-left .vt-callToAction-supplement-fig {
  background-position: 25%;
}
.vt-callToAction .vt-callToAction-supplement-fig-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: rgb(229, 225, 230);
  z-index: 2;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  display: none;
}
@media screen and (min-width: 992px) {
  .vt-callToAction .vt-callToAction-supplement-fig-container {
    display: block;
  }
}
.vt-callToAction.image-center .vt-callToAction-supplement-fig {
  background-position: center;
}
.vt-callToAction.image-right .vt-callToAction-supplement-fig {
  background-position: 75%;
}
.vt-callToAction.image-left .vt-callToAction-supplement-fig {
  background-position: 25%;
}
@media screen and (min-width: 768px) {
  .vt-callToAction .vt-callToAction-message-description ~ .vtctalink .vt-ctaLink {
    margin: 0;
  }
}
.vt-callToAction #vt_bgVid {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (-ms-ime-align: auto) {
  .vt-callToAction #vt_bgVid {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.vt-callToAction .vt-vidPlayPause {
  bottom: initial;
  top: 0.5em;
  left: 0.5em;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0;
}
.vt-callToAction .vt-vidPlayPause.vt-pauseButton {
  background-image: url("https://www.assets.cms.vt.edu/images/media-pause.svg");
}
.vt-callToAction .vt-vidPlayPause.vt-playButton {
  background-image: url("https://www.assets.cms.vt.edu/images/media-play.svg");
}
.vt-callToAction.vt-callToAction-popover {
  position: relative;
  align-items: center;
  overflow: auto;
}
@media screen and (min-width: 1200px) {
  .vt-callToAction.vt-callToAction-popover {
    overflow: hidden;
  }
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-flexContainer {
  position: relative;
  z-index: 1;
  width: 100%;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-flexContainer.vt-callToAction-flexContainer-center {
  justify-content: center;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-flexContainer.vt-callToAction-flexContainer-right {
  justify-content: flex-end;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-message {
  position: relative;
  top: auto;
  left: auto;
  padding: 10vw;
  margin: 5vw;
  min-width: auto;
}
@media screen and (min-width: 998px) and (max-width: 1200px) {
  .vt-callToAction.vt-callToAction-popover .vt-callToAction-message {
    padding: 3vw;
    width: 60%;
    margin: 5vh 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-callToAction.vt-callToAction-popover .vt-callToAction-message {
    padding: 3vw;
    width: 40%;
    margin: 5vh 5vw;
  }
}
@media screen and (-ms-high-contrast: none) {
  .vt-callToAction.vt-callToAction-popover .vt-callToAction-message {
    margin: 5vh 5vw;
  }
}
@media screen and (max-width: 1025px) {
  .vt-callToAction.vt-callToAction-popover .vt-callToAction-message.light {
    background: rgba(229, 225, 230, 0.92);
  }
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-message.light .vt-callToAction-message-secondary-link,
.vt-callToAction.vt-callToAction-popover .vt-callToAction-message.light .vt-callToAction-message-secondary-link .link-text,
.vt-callToAction.vt-callToAction-popover .vt-callToAction-message.light .vt-callToAction-message-secondary-link-description {
  color: black;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-message.light .vt-ctaLink.light, .vt-callToAction.vt-callToAction-popover .vt-callToAction-message.light .vt-ctaLink.maroon {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1025px) {
  .vt-callToAction.vt-callToAction-popover .vt-callToAction-message.maroon {
    background: rgba(134, 31, 65, 0.92);
  }
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-message h3.vt-callToAction-primary {
  font-size: 2.25em;
}
.vt-callToAction.vt-callToAction-popover.vt-callToAction-mediaType-none {
  height: auto;
}
.vt-callToAction.vt-callToAction-popover.vt-callToAction-mediaType-none .vt-callToAction-message {
  width: 100%;
  margin: 0;
}
.vt-callToAction.vt-callToAction-popover .vt-ctaLink {
  margin-top: 1em;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-message-heading {
  padding: 0;
  margin: 0 0 1em;
  width: 100%;
}
@media screen and (-ms-high-contrast: none) {
  .vt-callToAction.vt-callToAction-popover .vt-callToAction-message-heading {
    width: 100%;
  }
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement figure {
  margin: 0;
  height: 100%;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image {
  margin: 0;
  height: 100%;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  position: absolute;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image .vt-image-caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  background: black;
  color: rgb(255, 255, 255);
  margin: 1em;
  padding: 0.5em;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image .vt-image-caption::after {
  display: none;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image.vt-c-focus-outline-light a:visited {
  color: rgb(255, 255, 255);
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image.vt-c-focus-outline-light a:focus::after {
  outline-color: rgb(255, 255, 255);
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image.vt-c-focus-outline-dark a:visited {
  color: black;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image.vt-c-focus-outline-dark a:focus::after {
  outline-color: black;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image a {
  display: block;
  height: 100%;
  position: relative;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image a:focus::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  outline-offset: -10px;
  outline-style: dashed;
  outline-width: 2px;
}
@media screen and (-ms-high-contrast: none) {
  .vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement {
    overflow: hidden;
  }
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-message-secondary {
  padding: 0;
  background: none;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-message-secondary-container {
  padding: 0;
  margin: 0;
  width: 100%;
}
.vt-callToAction.vt-callToAction-popover .vt-callToAction-message-secondary-container::before {
  display: none;
}
.vt-callToAction.vt-callToAction-popover #vt_bgVid {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports (-ms-ime-align: auto) {
  .vt-callToAction.vt-callToAction-popover #vt_bgVid {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.vt-callToAction.vt-callToAction-popover .vt-vidPlayPause {
  bottom: initial;
  top: 0.5em;
  left: 0.5em;
}

.aem-AuthorLayer-Edit .vt-callToAction .vt-callToAction-message .vt-ctaLink::before {
  content: none;
  position: static;
}

.aem-AuthorLayer-Edit .vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement,
.aem-AuthorLayer-Edit .vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image img {
  position: static;
  z-index: auto;
}

.aem-AuthorLayer-Edit .vt-callToAction.vt-callToAction-popover .vt-callToAction-flexContainer {
  z-index: auto;
}

.aem-AuthorLayer-Edit .vt-callToAction.vt-callToAction-popover .vt-callToAction-message {
  margin: 2em;
}

.vt-callToAction-flexContainer {
  display: flex;
}
.vt-callToAction-flexContainer.column {
  flex-direction: column;
}

/* stylelint-disable no-descending-specificity */
@media screen and (min-width: 1200px) {
  .vt-bodycol-content .vt-callToAction-message-heading {
    padding-top: 20%;
  }
}

.vt-callToAction .maroon .vt-ctaLink.maroon,
.vt-callToAction .maroon .vt-ctaLink.orange {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(229, 225, 230);
  color: rgb(134, 31, 65);
  font-family: "rubik", sans-serif;
}
.vt-callToAction .maroon .vt-ctaLink.maroon:hover,
.vt-callToAction .maroon .vt-ctaLink.orange:hover {
  color: #212529;
  background-color: white;
  border-color: #eae7eb;
}
.vt-callToAction .maroon .vt-ctaLink.maroon:focus, .vt-callToAction .maroon .vt-ctaLink.maroon.focus,
.vt-callToAction .maroon .vt-ctaLink.orange:focus,
.vt-callToAction .maroon .vt-ctaLink.orange.focus {
  color: #212529;
  background-color: white;
  border-color: #eae7eb;
  box-shadow: 0 0 0 0 rgba(200, 197, 202, 0.5);
}
.vt-callToAction .maroon .vt-ctaLink.maroon.disabled, .vt-callToAction .maroon .vt-ctaLink.maroon:disabled,
.vt-callToAction .maroon .vt-ctaLink.orange.disabled,
.vt-callToAction .maroon .vt-ctaLink.orange:disabled {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(229, 225, 230);
}
.vt-callToAction .maroon .vt-ctaLink.maroon:not(:disabled):not(.disabled):active, .vt-callToAction .maroon .vt-ctaLink.maroon:not(:disabled):not(.disabled).active, .show > .vt-callToAction .maroon .vt-ctaLink.maroon.dropdown-toggle,
.vt-callToAction .maroon .vt-ctaLink.orange:not(:disabled):not(.disabled):active,
.vt-callToAction .maroon .vt-ctaLink.orange:not(:disabled):not(.disabled).active,
.show > .vt-callToAction .maroon .vt-ctaLink.orange.dropdown-toggle {
  color: #212529;
  background-color: #fcfcfc;
  border-color: #e6e6e6;
}
.vt-callToAction .maroon .vt-ctaLink.maroon:not(:disabled):not(.disabled):active:focus, .vt-callToAction .maroon .vt-ctaLink.maroon:not(:disabled):not(.disabled).active:focus, .show > .vt-callToAction .maroon .vt-ctaLink.maroon.dropdown-toggle:focus,
.vt-callToAction .maroon .vt-ctaLink.orange:not(:disabled):not(.disabled):active:focus,
.vt-callToAction .maroon .vt-ctaLink.orange:not(:disabled):not(.disabled).active:focus,
.show > .vt-callToAction .maroon .vt-ctaLink.orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(200, 197, 202, 0.5);
}
@media screen and (max-width: 767px) {
  .vt-callToAction .maroon .vt-ctaLink.maroon,
.vt-callToAction .maroon .vt-ctaLink.orange {
    padding: 3vw 6vw;
  }
}
@media screen and (max-width: 991px) {
  .vt-callToAction .maroon .vt-ctaLink.maroon,
.vt-callToAction .maroon .vt-ctaLink.orange {
    width: 90%;
    white-space: normal;
    padding: 2vw 4.5vw;
  }
}
@media screen and (min-width: 2160px) {
  .vt-callToAction .maroon .vt-ctaLink.maroon,
.vt-callToAction .maroon .vt-ctaLink.orange {
    padding: 0.5vw 1.5vw;
  }
}
.vt-callToAction .maroon .vt-ctaLink.maroon.outline,
.vt-callToAction .maroon .vt-ctaLink.orange.outline,
.vt-callToAction .maroon .vt-ctaLink.dark.outline {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-callToAction .maroon .vt-ctaLink.maroon.outline:hover,
.vt-callToAction .maroon .vt-ctaLink.orange.outline:hover,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:hover {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.vt-callToAction .maroon .vt-ctaLink.maroon.outline:focus, .vt-callToAction .maroon .vt-ctaLink.maroon.outline.focus,
.vt-callToAction .maroon .vt-ctaLink.orange.outline:focus,
.vt-callToAction .maroon .vt-ctaLink.orange.outline.focus,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:focus,
.vt-callToAction .maroon .vt-ctaLink.dark.outline.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.vt-callToAction .maroon .vt-ctaLink.maroon.outline.disabled, .vt-callToAction .maroon .vt-ctaLink.maroon.outline:disabled,
.vt-callToAction .maroon .vt-ctaLink.orange.outline.disabled,
.vt-callToAction .maroon .vt-ctaLink.orange.outline:disabled,
.vt-callToAction .maroon .vt-ctaLink.dark.outline.disabled,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:disabled {
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.vt-callToAction .maroon .vt-ctaLink.maroon.outline:not(:disabled):not(.disabled):active, .vt-callToAction .maroon .vt-ctaLink.maroon.outline:not(:disabled):not(.disabled).active, .show > .vt-callToAction .maroon .vt-ctaLink.maroon.outline.dropdown-toggle,
.vt-callToAction .maroon .vt-ctaLink.orange.outline:not(:disabled):not(.disabled):active,
.vt-callToAction .maroon .vt-ctaLink.orange.outline:not(:disabled):not(.disabled).active,
.show > .vt-callToAction .maroon .vt-ctaLink.orange.outline.dropdown-toggle,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:not(:disabled):not(.disabled):active,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:not(:disabled):not(.disabled).active,
.show > .vt-callToAction .maroon .vt-ctaLink.dark.outline.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.vt-callToAction .maroon .vt-ctaLink.maroon.outline:not(:disabled):not(.disabled):active:focus, .vt-callToAction .maroon .vt-ctaLink.maroon.outline:not(:disabled):not(.disabled).active:focus, .show > .vt-callToAction .maroon .vt-ctaLink.maroon.outline.dropdown-toggle:focus,
.vt-callToAction .maroon .vt-ctaLink.orange.outline:not(:disabled):not(.disabled):active:focus,
.vt-callToAction .maroon .vt-ctaLink.orange.outline:not(:disabled):not(.disabled).active:focus,
.show > .vt-callToAction .maroon .vt-ctaLink.orange.outline.dropdown-toggle:focus,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:not(:disabled):not(.disabled):active:focus,
.vt-callToAction .maroon .vt-ctaLink.dark.outline:not(:disabled):not(.disabled).active:focus,
.show > .vt-callToAction .maroon .vt-ctaLink.dark.outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .vt-callToAction .maroon .vt-ctaLink.maroon.outline,
.vt-callToAction .maroon .vt-ctaLink.orange.outline,
.vt-callToAction .maroon .vt-ctaLink.dark.outline {
    padding: 3vw 6vw;
  }
}
@media screen and (max-width: 991px) {
  .vt-callToAction .maroon .vt-ctaLink.maroon.outline,
.vt-callToAction .maroon .vt-ctaLink.orange.outline,
.vt-callToAction .maroon .vt-ctaLink.dark.outline {
    width: 90%;
    white-space: normal;
    padding: 2vw 4.5vw;
  }
}
@media screen and (min-width: 2160px) {
  .vt-callToAction .maroon .vt-ctaLink.maroon.outline,
.vt-callToAction .maroon .vt-ctaLink.orange.outline,
.vt-callToAction .maroon .vt-ctaLink.dark.outline {
    padding: 0.5vw 1.5vw;
  }
}

.vt-callToAction .light .vt-ctaLink.light {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-callToAction .light .vt-ctaLink.light:hover {
  color: #fff;
  background-color: #a52650;
  border-color: #a52650;
}
.vt-callToAction .light .vt-ctaLink.light:focus, .vt-callToAction .light .vt-ctaLink.light.focus {
  color: #fff;
  background-color: #a52650;
  border-color: #a52650;
  box-shadow: 0 0 0 0 rgba(152, 65, 94, 0.5);
}
.vt-callToAction .light .vt-ctaLink.light.disabled, .vt-callToAction .light .vt-ctaLink.light:disabled {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled):active, .vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled).active, .show > .vt-callToAction .light .vt-ctaLink.light.dropdown-toggle {
  color: #fff;
  background-color: #821e3f;
  border-color: #5d152d;
}
.vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled):active:focus, .vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled).active:focus, .show > .vt-callToAction .light .vt-ctaLink.light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(152, 65, 94, 0.5);
}
@media screen and (max-width: 767px) {
  .vt-callToAction .light .vt-ctaLink.light {
    padding: 3vw 6vw;
  }
}
@media screen and (max-width: 991px) {
  .vt-callToAction .light .vt-ctaLink.light {
    width: 90%;
    white-space: normal;
    padding: 2vw 4.5vw;
  }
}
@media screen and (min-width: 2160px) {
  .vt-callToAction .light .vt-ctaLink.light {
    padding: 0.5vw 1.5vw;
  }
}
.vt-callToAction .light .vt-ctaLink.light.outline {
  color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
  color: rgb(134, 31, 65);
  font-family: "rubik", sans-serif;
}
.vt-callToAction .light .vt-ctaLink.light.outline:hover {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.vt-callToAction .light .vt-ctaLink.light.outline:focus, .vt-callToAction .light .vt-ctaLink.light.outline.focus {
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.5);
}
.vt-callToAction .light .vt-ctaLink.light.outline.disabled, .vt-callToAction .light .vt-ctaLink.light.outline:disabled {
  color: rgb(134, 31, 65);
  background-color: transparent;
}
.vt-callToAction .light .vt-ctaLink.light.outline:not(:disabled):not(.disabled):active, .vt-callToAction .light .vt-ctaLink.light.outline:not(:disabled):not(.disabled).active, .show > .vt-callToAction .light .vt-ctaLink.light.outline.dropdown-toggle {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.vt-callToAction .light .vt-ctaLink.light.outline:not(:disabled):not(.disabled):active:focus, .vt-callToAction .light .vt-ctaLink.light.outline:not(:disabled):not(.disabled).active:focus, .show > .vt-callToAction .light .vt-ctaLink.light.outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(134, 31, 65, 0.5);
}
@media screen and (max-width: 767px) {
  .vt-callToAction .light .vt-ctaLink.light.outline {
    padding: 3vw 6vw;
  }
}
@media screen and (max-width: 991px) {
  .vt-callToAction .light .vt-ctaLink.light.outline {
    width: 90%;
    white-space: normal;
    padding: 2vw 4.5vw;
  }
}
@media screen and (min-width: 2160px) {
  .vt-callToAction .light .vt-ctaLink.light.outline {
    padding: 0.5vw 1.5vw;
  }
}

/* stylelint-enable no-descending-specificity */
.vt-callToAction.vt-c-callToAction-fadeIn > .row {
  opacity: 0;
}
.vt-callToAction.vt-c-callToAction-fadeIn.vt-show-edit > .row {
  opacity: 1;
}

/* END CALL TO ACTION */
/************************************** BEGIN FEATURE ITEM GRID - HTML VERSION */
.parbase > .vt-feature-grid-container,
.vt-feature-grid-container .vt-rawhtml {
  margin-bottom: 0;
}

.featured-item-grid {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .featured-item-grid {
    flex-direction: row;
    align-items: stretch;
  }
}
.featured-item-grid a:hover p {
  text-decoration: underline;
}
.featured-item-grid img {
  width: 100%;
}

.featuredGrid-grid-item {
  flex-basis: auto;
  width: 100%;
  background-color: rgb(134, 31, 65);
}
@media screen and (min-width: 992px) {
  .featuredGrid-grid-item {
    width: 20%;
  }
}

.featuredGrid-grid-item-center {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-basis: auto;
  flex-grow: 1;
  text-align: center;
  background-color: rgb(134, 31, 65);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-grid-item-center {
    width: 20%;
  }
}
.featuredGrid-grid-item-center::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 100%;
  padding-top: 100%;
}

.featuredGrid-tall-1x2 {
  flex-basis: auto;
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-tall-1x2 {
    width: 20%;
  }
}

.featuredGrid-tall-1x2 .featuredGrid-tall-1x2-holder {
  display: block;
  position: relative;
  width: 100%;
}

.featuredGrid-tall-1x2 .featuredGrid-grid-item,
.featuredGrid-tall-1x2 .featuredGrid-grid-item-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.featuredGrid-tall-1x2-imageWrapper {
  display: block;
  position: relative;
  width: 100%;
}

.featuredGrid-big-2x2 {
  flex-basis: auto;
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-big-2x2 {
    width: 40%;
  }
}

.featuredGrid-big-2x2 .featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: rgb(134, 31, 65);
}

.featuredGrid-big-2x2 .featuredGrid-grid-item-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(134, 31, 65);
  position: relative;
  width: 100%;
}

.featuredGrid-mixed-1x2 {
  flex-basis: auto;
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-mixed-1x2 {
    width: 20%;
  }
}

.featuredGrid-mixed-1x2-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .featuredGrid-mixed-1x2-row {
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .featuredGrid-mixed-1x2-row {
    flex-direction: column;
  }
}

.featuredGrid-mixed-1x2-row .featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  background-color: rgb(134, 31, 65);
  position: relative;
  width: 100%;
}

.featuredGrid-mixed-1x2-row .featuredGrid-grid-item-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  background-color: rgb(134, 31, 65);
  position: relative;
  width: 100%;
}

.featuredGrid-mixed-2x2 {
  flex-basis: auto;
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-mixed-2x2 {
    width: 40%;
  }
}

.featuredGrid-mixed-2x2-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-mixed-2x2-row {
    height: 50%;
  }
}

@media screen and (min-width: 768px) {
  .featuredGrid-mixed-2x2-row {
    flex-direction: row;
    align-items: stretch;
  }
}
.featuredGrid-mixed-2x2-row .featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(134, 31, 65);
  position: relative;
  width: 100%;
}

.featuredGrid-mixed-2x2-row .featuredGrid-grid-item-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(134, 31, 65);
  position: relative;
  width: 100%;
}

.featuredGrid-mixed-2x2-row .featuredGrid-wide-2x1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  position: relative;
  width: 100%;
}

.featuredGrid-mixed-2x2-row .featuredGrid-wide-2x1 .featuredGrid-wide-2x1-holder {
  display: block;
  position: relative;
  width: 100%;
}

.featuredGrid-mixed-2x2-row .featuredGrid-wide-2x1 .featuredGrid-wide-2x1-imageWrapper {
  display: block;
  position: relative;
  width: 200%;
}

@media screen and (min-width: 768px) {
  .featuredGrid-mixed-2x2-row .featuredGrid-wide-2x1 .featuredGrid-wide-2x1-imageWrapper {
    width: 100%;
  }
}
.featuredGrid-mixed-3x2 {
  flex-basis: auto;
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-mixed-3x2 {
    width: 60%;
  }
}

.featuredGrid-mixed-3x2-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-mixed-3x2-row {
    height: 50%;
  }
}

@media screen and (min-width: 768px) {
  .featuredGrid-mixed-3x2-row {
    flex-direction: row;
    align-items: stretch;
  }
}
.featuredGrid-mixed-3x2-row .featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  background-color: rgb(134, 31, 65);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-mixed-3x2-row .featuredGrid-grid-item {
    width: 33.33333333%;
  }
}

.featuredGrid-mixed-3x2-row .featuredGrid-grid-item-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  background-color: rgb(134, 31, 65);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-mixed-3x2-row .featuredGrid-grid-item-center {
    width: 33.33333333%;
  }
}

.featuredGrid-mixed-3x2-row .featuredGrid-wide-2x1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .featuredGrid-mixed-3x2-row .featuredGrid-wide-2x1 {
    width: 66.66666667%;
  }
}

.featuredGrid-mixed-3x2-row .featuredGrid-wide-2x1 .featuredGrid-wide-2x1-holder {
  display: block;
  position: relative;
  width: 100%;
}

.featuredGrid-mixed-3x2-row .featuredGrid-wide-2x1 .featuredGrid-wide-2x1-imageWrapper {
  display: block;
  position: relative;
  width: 200%;
}

@media screen and (min-width: 768px) {
  .featuredGrid-mixed-3x2-row .featuredGrid-wide-2x1 .featuredGrid-wide-2x1-imageWrapper {
    width: 100%;
  }
}
/* content styles */
.featuredGrid-grid-item *,
.featuredGrid-grid-item-center * {
  margin: 0;
}

.featuredGrid-grid-item .featuredGrid-grid-item-image {
  position: relative;
  display: block;
}

.featuredGrid-grid-item .featuredGrid-grid-item-info-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.featuredGrid-grid-item-center .featuredGrid-grid-item-info-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
}

.featuredGrid-grid-itemGradient {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, black);
}

.featuredGrid-grid-item .featuredGrid-grid-item-info {
  position: absolute;
  display: block;
  width: 100%;
  padding: 15px 60px 15px 30px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
}

.featuredGrid-grid-item-center .featuredGrid-grid-item-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
}

.featuredGrid-grid-item .featuredGrid-grid-item-title,
.featuredGrid-grid-item-center .featuredGrid-grid-item-title {
  display: block;
  position: relative;
  font-family: "Acherus", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .featuredGrid-grid-item .featuredGrid-grid-item-title,
.featuredGrid-grid-item-center .featuredGrid-grid-item-title {
    font-size: 1.125em;
  }
}
.featuredGrid-grid-item .featuredGrid-grid-item-source,
.featuredGrid-grid-item-center .featuredGrid-grid-item-source {
  display: block;
  position: relative;
  font-family: "gineso-condensed", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.8em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-top: 0.5em;
  width: 100%;
}

.featuredGrid-grid-item .featuredGrid-grid-item-source.instagram,
.featuredGrid-grid-item-center .featuredGrid-grid-item-source.instagram {
  text-transform: lowercase;
}

.featuredGrid-grid-item .featuredGrid-source-icon {
  margin: 0 0.5em;
}

/************************************** BEGIN IE11 FIXES */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .featured-item-grid {
    flex: 0 1 auto;
  }
  .featured-item-grid .featuredGrid-grid-item::before,
.featured-item-grid .featuredGrid-grid-item-center::before,
.featured-item-grid .featuredGrid-wide-2x1::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 100%;
    padding-top: 100%;
  }
  .featured-item-grid .featuredGrid-grid-item::after,
.featured-item-grid .featuredGrid-grid-item-center::after,
.featured-item-grid .featuredGrid-wide-2x1::after {
    content: "";
    display: table;
    clear: both;
  }
  .featuredGrid-tall-1x2 .featuredGrid-tall-1x2-holder,
.featuredGrid-mixed-2x2-row .featuredGrid-wide-2x1 .featuredGrid-wide-2x1-holder,
.featuredGrid-mixed-3x2-row .featuredGrid-wide-2x1 .featuredGrid-wide-2x1-holder,
.featuredGrid-grid-item .featuredGrid-grid-item-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .featuredGrid-grid-item-center .featuredGrid-grid-item-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .featuredGrid-mixed-2x2-row .featuredGrid-wide-2x1::before,
.featuredGrid-mixed-3x2-row .featuredGrid-wide-2x1::before {
    padding-top: 50%;
  }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .featuredGrid-tall-1x2 .featuredGrid-grid-item::before,
.featuredGrid-tall-1x2 .featuredGrid-grid-item-center::before {
    padding-top: 200%;
  }
}
/************************************** END IE11 FIXES */
/************************************** END FEATURE ITEM GRID - HTML VERSION */
/************************************** BEGIN FEATURE ITEM GRID - HTML VERSION */
.parbase > .vt-feature-grid-container,
.vt-feature-grid-container .vt-rawhtml {
  margin-bottom: 0;
}

/* BEGIN GENERIC GRID ITEM STYLES */
.body-featured-item-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .body-featured-item-grid {
    flex-direction: row;
    align-items: stretch;
  }
}

.body-featuredGrid-grid-item-title {
  display: block;
  position: relative;
  font-family: "Acherus", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  margin: 0;
  opacity: 1;
}

.body-featuredGrid-grid-item-source {
  display: block;
  position: relative;
  font-family: "gineso-condensed", sans-serif;
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin: 0.5em 0 0 0;
  opacity: 1;
}

.body-featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  min-height: 81vw;
  max-height: 81vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-grid-item {
    min-height: 72vw;
    max-height: 72vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-grid-item {
    min-height: 64vw;
    max-height: 64vw;
  }
}
.body-featuredGrid-grid-item:hover {
  color: rgb(255, 255, 255);
}

.body-featuredGrid-grid-item-info-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
}

.body-featuredGrid-grid-item-info {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 0.75rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-grid-item-info {
    padding: 0.75rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-featuredGrid-grid-item-info {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .body-featuredGrid-grid-item-info {
    padding: 0.75rem 1.5rem;
  }
}

.body-featuredGrid-grid-item-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  height: 81vw;
  background-color: rgb(134, 31, 65);
  padding: 1.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-grid-item-center {
    min-height: 72vw;
    max-height: 72vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-grid-item-center {
    min-height: 64vw;
    max-height: 64vw;
  }
}
.body-featuredGrid-grid-item-center:hover {
  color: rgb(255, 255, 255);
}
.body-featuredGrid-grid-item-center .body-featuredGrid-grid-item-title,
.body-featuredGrid-grid-item-center .body-featuredGrid-grid-item-source {
  text-align: center;
}

.body-featuredGrid-grid-item-image-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.body-featuredGrid-grid-item-image-holder .body-featuredGrid-grid-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.body-featuredGrid-item-1x2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.body-featuredGrid-item-1x2 .body-featuredGrid-grid-item-center,
.body-featuredGrid-item-1x2 .body-featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 81vw;
  max-height: 81vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-item-1x2 .body-featuredGrid-grid-item-center,
.body-featuredGrid-item-1x2 .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 144vw;
    max-height: 144vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-item-1x2 .body-featuredGrid-grid-item-center,
.body-featuredGrid-item-1x2 .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 128vw;
    max-height: 128vw;
  }
}

.body-featuredGrid-1x2-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.body-featuredGrid-item-2x1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.body-featuredGrid-item-2x1 .body-featuredGrid-grid-item-center,
.body-featuredGrid-item-2x1 .body-featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 81vw;
  max-height: 81vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-item-2x1 .body-featuredGrid-grid-item-center,
.body-featuredGrid-item-2x1 .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 36vw;
    max-height: 36vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-item-2x1 .body-featuredGrid-grid-item-center,
.body-featuredGrid-item-2x1 .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 32vw;
    max-height: 32vw;
  }
}
.body-featuredGrid-item-2x1 .body-featuredGrid-grid-item-image-holder .body-featuredGrid-grid-item-image {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .body-featuredGrid-item-2x1 .body-featuredGrid-grid-item-image-holder .body-featuredGrid-grid-item-image {
    width: 100%;
    height: auto;
  }
}

.body-featuredGrid-2x1-row,
.body-featuredGrid-3x1-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.body-featuredGrid-item-2x2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.body-featuredGrid-item-2x2 .body-featuredGrid-grid-item-center,
.body-featuredGrid-item-2x2 .body-featuredGrid-grid-item {
  flex-basis: 100%;
  max-width: 100%;
  height: 81vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-item-2x2 .body-featuredGrid-grid-item-center,
.body-featuredGrid-item-2x2 .body-featuredGrid-grid-item {
    min-height: 72vw;
    max-height: 72vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-item-2x2 .body-featuredGrid-grid-item-center,
.body-featuredGrid-item-2x2 .body-featuredGrid-grid-item {
    min-height: 64vw;
    max-height: 64vw;
  }
}

/* END GENERIC GRID ITEM STYLES */
/* BEGIN 2x2 GRID STYLES */
.body-featuredGrid-2x2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .body-featuredGrid-2x2 {
    flex-direction: row;
    align-items: stretch;
  }
}
.body-featuredGrid-2x2 .body-featuredGrid-item-1x2 {
  flex-basis: 100%;
  max-width: 100%;
  height: 81vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-2x2 .body-featuredGrid-item-1x2 {
    flex-basis: 50%;
    max-width: 50%;
    height: 72vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-2x2 .body-featuredGrid-item-1x2 {
    flex-basis: 50%;
    max-width: 50%;
    height: 64vw;
  }
}
@media screen and (min-width: 768px) {
  .body-featuredGrid-2x2 .body-featuredGrid-item-1x2 .body-featuredGrid-grid-item-center,
.body-featuredGrid-2x2 .body-featuredGrid-item-1x2 .body-featuredGrid-grid-item {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
}
.body-featuredGrid-2x2 .body-featuredGrid-1x2-col {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-2x2 .body-featuredGrid-1x2-col {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-2x2 .body-featuredGrid-1x2-col {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.body-featuredGrid-2x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item-center,
.body-featuredGrid-2x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 81vw;
  max-height: 81vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-2x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item-center,
.body-featuredGrid-2x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 36vw;
    max-height: 36vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-2x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item-center,
.body-featuredGrid-2x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 32vw;
    max-height: 32vw;
  }
}
.body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item-center,
.body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 81vw;
  max-height: 81vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item-center,
.body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
    min-height: 36vw;
    max-height: 36vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item-center,
.body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
    min-height: 32vw;
    max-height: 32vw;
  }
}
.body-featuredGrid-2x2 .body-featuredGrid-grid-item-title {
  font-size: 5vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-2x2 .body-featuredGrid-grid-item-title {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-2x2 .body-featuredGrid-grid-item-title {
    font-size: 2vw;
  }
}
.body-featuredGrid-2x2 .body-featuredGrid-grid-item-source {
  font-size: 3.325vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-2x2 .body-featuredGrid-grid-item-source {
    font-size: 1.49625vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-2x2 .body-featuredGrid-grid-item-source {
    font-size: 1.33vw;
  }
}

/* END 2x2 GRID STYLES */
/* BEGIN 3x2 GRID STYLES */
.body-featuredGrid-3x2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .body-featuredGrid-3x2 {
    flex-direction: row;
    align-items: stretch;
  }
}
.body-featuredGrid-3x2 .body-featuredGrid-item-1x2 {
  flex-basis: 100%;
  max-width: 100%;
  height: 81vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-1x2 {
    flex-basis: 33.333%;
    max-width: 33.333%;
    height: 48vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-1x2 {
    flex-basis: 33.333%;
    max-width: 33.333%;
    height: 42.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-1x2 .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-item-1x2 .body-featuredGrid-grid-item {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
}
.body-featuredGrid-3x2 .body-featuredGrid-1x2-col {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-3x2 .body-featuredGrid-1x2-col {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-3x2 .body-featuredGrid-1x2-col {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.body-featuredGrid-3x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 81vw;
  max-height: 81vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-3x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 24vw;
    max-height: 24vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-3x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-1x2-col .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 21.3333333333vw;
    max-height: 21.3333333333vw;
  }
}
.body-featuredGrid-3x2 .body-featuredGrid-item-2x2 {
  flex-basis: 100%;
  max-width: 100%;
  height: 81vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-2x2 {
    flex-basis: 66.667%;
    max-width: 66.667%;
    height: 48vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-2x2 {
    flex-basis: 66.667%;
    max-width: 66.667%;
    height: 42.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-2x2 .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-item-2x2 .body-featuredGrid-grid-item {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
}
.body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 81vw;
  max-height: 81vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: 100%;
    min-height: 24vw;
    max-height: 24vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: 100%;
    min-height: 21.3333333333vw;
    max-height: 21.3333333333vw;
  }
}
.body-featuredGrid-3x2 .body-featuredGrid-item-2x1 {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-2x1 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-2x1 .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-item-2x1 .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 24vw;
    max-height: 24vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-2x1 .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-item-2x1 .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 21.3333333333vw;
    max-height: 21.3333333333vw;
  }
}
.body-featuredGrid-3x2 .body-featuredGrid-item-3x1 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.body-featuredGrid-3x2 .body-featuredGrid-item-3x1 .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-item-3x1 .body-featuredGrid-grid-item {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-3x1 .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-item-3x1 .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 24vw;
    max-height: 24vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-3x2 .body-featuredGrid-item-3x1 .body-featuredGrid-grid-item-center,
.body-featuredGrid-3x2 .body-featuredGrid-item-3x1 .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 21.3333333333vw;
    max-height: 21.3333333333vw;
  }
}
.body-featuredGrid-3x2 .body-featuredGrid-grid-item-title {
  font-size: 5vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-3x2 .body-featuredGrid-grid-item-title {
    font-size: 1.665vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-3x2 .body-featuredGrid-grid-item-title {
    font-size: 1.33vw;
  }
}
.body-featuredGrid-3x2 .body-featuredGrid-grid-item-source {
  font-size: 3.325vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featuredGrid-3x2 .body-featuredGrid-grid-item-source {
    font-size: 1vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featuredGrid-3x2 .body-featuredGrid-grid-item-source {
    font-size: 0.88445vw;
  }
}

/* END 3x2 GRID STYLES */
/* BEGIN 5x2 GRID STYLES */
@media screen and (min-width: 992px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-grid-item,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-grid-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 12.8vw;
    max-height: 12.8vw;
  }
}
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-item-1x2,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-item-1x2 {
  flex-basis: 100%;
  max-width: 100%;
  height: 81vw;
}
@media screen and (min-width: 992px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-item-1x2,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-item-1x2 {
    flex-basis: 33.333%;
    max-width: 33.333%;
    height: 25.6vw;
  }
}
@media screen and (min-width: 768px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-item-1x2 .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-item-1x2 .body-featuredGrid-grid-item,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-item-1x2 .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-item-1x2 .body-featuredGrid-grid-item {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
}
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-grid-item-title,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-grid-item-title {
  font-size: 5vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-grid-item-title,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-grid-item-title {
    font-size: 1.665vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-grid-item-title,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-grid-item-title {
    font-size: 1vw;
  }
}
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-grid-item-source,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-grid-item-source {
  font-size: 3.325vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-grid-item-source,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-grid-item-source {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-grid-item-source,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-grid-item-source {
    font-size: 0.75vw;
  }
}

.body-featured-item-grid > .body-featuredGrid-2x2 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 {
    flex-basis: 40%;
    max-width: 40%;
    width: 100%;
  }
}
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 81vw;
  max-height: 81vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
    min-height: 36vw;
    max-height: 36vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-2x1-row .body-featuredGrid-grid-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 100%;
    min-height: 12.8vw;
    max-height: 12.8vw;
  }
}
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-item-2x2 {
  flex-basis: 100%;
  max-width: 100%;
  height: 81vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-item-2x2 {
    flex-basis: 100%;
    max-width: 100%;
    height: 72vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-item-2x2 {
    flex-basis: 100%;
    max-width: 100%;
    height: 25.6vw;
  }
}
@media screen and (min-width: 768px) {
  .body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-item-2x2 .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-2x2 .body-featuredGrid-item-2x2 .body-featuredGrid-grid-item {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
}

.body-featured-item-grid > .body-featuredGrid-3x2 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .body-featured-item-grid > .body-featuredGrid-3x2 {
    flex-basis: 60%;
    max-width: 60%;
    width: 100%;
  }
}
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-item-2x2 {
  flex-basis: 100%;
  max-width: 100%;
  height: 81vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-item-2x2 {
    flex-basis: 66.667%;
    max-width: 66.667%;
    height: 48vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-item-2x2 {
    flex-basis: 66.667%;
    max-width: 66.667%;
    height: 25.6vw;
  }
}
@media screen and (min-width: 768px) {
  .body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-item-2x2 .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-item-2x2 .body-featuredGrid-grid-item {
    height: 100%;
    min-height: 0;
    max-height: none;
  }
}
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 81vw;
  max-height: 81vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: 100%;
    min-height: 24vw;
    max-height: 24vw;
  }
}
@media screen and (min-width: 992px) {
  .body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item-center,
.body-featured-item-grid > .body-featuredGrid-3x2 .body-featuredGrid-3x1-row .body-featuredGrid-grid-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: 100%;
    min-height: 12.8vw;
    max-height: 12.8vw;
  }
}

/* END 5x2 GRID STYLES */
/* BEGIN FULL WIDTH GRID STYLES */
.vt-vtcontainer.vt-full-width .body-featuredGrid-grid-item-center {
  min-height: 100vw;
  max-height: 100vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-vtcontainer.vt-full-width .body-featuredGrid-grid-item-center {
    min-height: 50vw;
    max-height: 50vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtcontainer.vt-full-width .body-featuredGrid-grid-item-center {
    flex-basis: 20%;
    max-width: 20%;
    min-height: 20vw;
    max-height: 20vw;
  }
}

/* END FULL WIDTH GRID STYLES */
/************************************** END FEATURE ITEM GRID - HTML VERSION */
.vt-utProsim {
  letter-spacing: 5px;
  font-style: italic;
}
@media screen and (min-width: 992px) {
  .vt-utProsim {
    margin-top: -4em;
  }
}
.vt-utProsim .vt-utProsim-intro {
  font-size: 0.875em;
  margin-left: 10px;
}
.vt-utProsim .vt-utProsim-intro.vt-text {
  margin-bottom: 1em;
}
.vt-utProsim .vt-utProsim-intro p {
  margin-bottom: 0;
}
.vt-utProsim .vt-utProsim-motto {
  font-size: 1.3em;
  font-weight: 200;
}
.vt-utProsim .vt-utProsim-motto .latin {
  display: block;
  margin: 0 0 0.5em 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .vt-utProsim .vt-utProsim-motto .latin {
    margin: 0 1em 0 0;
    display: inline-block;
  }
}
.vt-utProsim .vt-utProsim-motto .latin::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.5em;
  background: rgb(255, 255, 255);
  right: 50%;
  transform: rotate(90deg) translateX(-50%);
  top: 50%;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media screen and (min-width: 992px) {
  .vt-utProsim .vt-utProsim-motto .latin::after {
    display: block;
    right: 0;
    transform: rotate(35deg) translateY(-60%);
    height: 1.5em;
  }
}
@media screen and (-ms-high-contrast: none) {
  .vt-utProsim .vt-utProsim-motto .latin::after {
    right: 5px;
    transform: rotate(35deg) translateY(-70%);
  }
}

.vtcontainer .vt-utProsim {
  margin-bottom: 0;
}

/********************************************************** BEGIN LIST STRIPE STYLES */
.vt-listStripe {
  background: rgba(229, 225, 230, 0.2);
  position: relative;
}
.vt-listStripe > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe .vt-listStripe-heading {
  padding-top: 2em;
  font-style: italic;
  color: rgb(94, 96, 98);
}
.vt-listStripe .vt-listStripe-heading * {
  font-weight: 200;
}
.vt-listStripe .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe .vt-listStripe-button {
    position: absolute;
    top: 1.5em;
    right: 81px;
    padding: 0;
  }
}

/************************************** BEGIN MAROON STRIPE STYLES */
.vt-listStripe-maroon {
  background-color: var(--vt-maroon-1s);
}
.vt-listStripe-maroon > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-maroon .vt-listStripe-heading {
  color: var(--vt-maroon-6t);
}
.vt-listStripe-maroon .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-maroon-4s);
  border: 1px solid var(--vt-maroon-4s);
  box-shadow: 0 0 10px var(--vt-maroon-4s);
}
.vt-listStripe-maroon .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-listStripe-maroon [class*=vt-num-col-] .item .row,
.vt-listStripe-maroon .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: var(--vt-maroon-4s);
}
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-maroon [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-maroon .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-maroon .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-maroon .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-maroon .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-maroon-6t);
  color: var(--vt-maroon-6t);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-maroon .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-maroon .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-maroon .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-maroon-6t) !important;
}
.vt-listStripe-maroon .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-maroon .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-maroon .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-listStripe-maroon .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-maroon .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-maroon .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-maroon .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-maroon .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-maroon .vt-list-item-date *,
.vt-listStripe-maroon .vt-list-item-time * {
  color: var(--vt-maroon-6t);
}
.vt-listStripe-maroon .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-maroon-6t) !important;
}
.vt-listStripe-maroon .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END MAROON STRIPE STYLES */
/************************************** BEGIN BURNTORANGEWEB STRIPE STYLES */
.vt-listStripe-burntOrangeWeb {
  background-color: var(--vt-burntOrangeWeb-2s);
}
.vt-listStripe-burntOrangeWeb > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-burntOrangeWeb .vt-listStripe-heading {
  color: var(--vt-burntOrangeWeb-8t);
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-burntOrangeWeb-4s);
  border: 1px solid var(--vt-burntOrangeWeb-4s);
  box-shadow: 0 0 10px var(--vt-burntOrangeWeb-4s);
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: var(--vt-burntOrangeWeb-4s);
}
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-burntOrangeWeb [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-burntOrangeWeb .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-burntOrangeWeb .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-burntOrangeWeb .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-burntOrangeWeb .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-burntOrangeWeb-8t);
  color: var(--vt-burntOrangeWeb-8t);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-burntOrangeWeb .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-burntOrangeWeb .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-burntOrangeWeb .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-burntOrangeWeb-8t) !important;
}
.vt-listStripe-burntOrangeWeb .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-burntOrangeWeb .vt-list-item-date *,
.vt-listStripe-burntOrangeWeb .vt-list-item-time * {
  color: var(--vt-burntOrangeWeb-8t);
}
.vt-listStripe-burntOrangeWeb .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-burntOrangeWeb-8t) !important;
}
.vt-listStripe-burntOrangeWeb .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END BURNTORANGEWEB STRIPE STYLES */
/************************************** BEGIN HOKIESTONE STRIPE STYLES */
.vt-listStripe-hokieStone {
  background-color: var(--vt-hokieStone-2s);
}
.vt-listStripe-hokieStone > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-hokieStone .vt-listStripe-heading {
  color: var(--vt-hokieStone-8t);
}
.vt-listStripe-hokieStone .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-hokieStone-4s);
  border: 1px solid var(--vt-hokieStone-4s);
  box-shadow: 0 0 10px var(--vt-hokieStone-4s);
}
.vt-listStripe-hokieStone .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row,
.vt-listStripe-hokieStone .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: var(--vt-hokieStone-4s);
}
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-hokieStone [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-hokieStone .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-hokieStone .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-hokieStone .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-hokieStone .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-hokieStone-8t);
  color: var(--vt-hokieStone-8t);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-hokieStone .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-hokieStone .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-hokieStone .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-hokieStone-8t) !important;
}
.vt-listStripe-hokieStone .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-hokieStone .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-hokieStone .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-listStripe-hokieStone .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-hokieStone .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-hokieStone .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-hokieStone .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-hokieStone .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-hokieStone .vt-list-item-date *,
.vt-listStripe-hokieStone .vt-list-item-time * {
  color: var(--vt-hokieStone-8t);
}
.vt-listStripe-hokieStone .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-hokieStone-8t) !important;
}
.vt-listStripe-hokieStone .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END HOKIESTONE STRIPE STYLES */
/************************************** BEGIN BLUE STRIPE STYLES */
.vt-listStripe-blue {
  background-color: var(--vt-blue-1s);
}
.vt-listStripe-blue > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-blue .vt-listStripe-heading {
  color: var(--vt-blue-6t);
}
.vt-listStripe-blue .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-blue-4s);
  border: 1px solid var(--vt-blue-4s);
  box-shadow: 0 0 10px var(--vt-blue-4s);
}
.vt-listStripe-blue .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-listStripe-blue [class*=vt-num-col-] .item .row,
.vt-listStripe-blue .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: var(--vt-blue-4s);
}
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-blue [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-blue .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-blue .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-blue .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-blue .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-blue-6t);
  color: var(--vt-blue-6t);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-blue .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-blue .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-blue .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-blue-6t) !important;
}
.vt-listStripe-blue .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-blue .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-blue .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-listStripe-blue .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-blue .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-blue .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-blue .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-blue .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-blue .vt-list-item-date *,
.vt-listStripe-blue .vt-list-item-time * {
  color: var(--vt-blue-6t);
}
.vt-listStripe-blue .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-blue-6t) !important;
}
.vt-listStripe-blue .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END BLUE STRIPE STYLES */
/************************************** BEGIN PURPLE STRIPE STYLES */
.vt-listStripe-purple {
  background-color: var(--vt-purple);
}
.vt-listStripe-purple > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-purple .vt-listStripe-heading {
  color: var(--vt-purple-6t);
}
.vt-listStripe-purple .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-purple-4s);
  border: 1px solid var(--vt-purple-4s);
  box-shadow: 0 0 10px var(--vt-purple-4s);
}
.vt-listStripe-purple .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-listStripe-purple [class*=vt-num-col-] .item .row,
.vt-listStripe-purple .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: var(--vt-purple-4s);
}
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-purple [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-purple .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-purple .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-purple .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-purple .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-purple-6t);
  color: var(--vt-purple-6t);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-purple .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-purple .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-purple .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-purple-6t) !important;
}
.vt-listStripe-purple .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-purple .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-purple .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-listStripe-purple .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-purple .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-purple .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-purple .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-purple .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-purple .vt-list-item-date *,
.vt-listStripe-purple .vt-list-item-time * {
  color: var(--vt-purple-6t);
}
.vt-listStripe-purple .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-purple-6t) !important;
}
.vt-listStripe-purple .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END PURPLE STRIPE STYLES */
/************************************** BEGIN TEAL STRIPE STYLES */
.vt-listStripe-teal {
  background-color: var(--vt-teal-2s);
}
.vt-listStripe-teal > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-teal .vt-listStripe-heading {
  color: var(--vt-teal-8t);
}
.vt-listStripe-teal .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-teal-4s);
  border: 1px solid var(--vt-teal-4s);
  box-shadow: 0 0 10px var(--vt-teal-4s);
}
.vt-listStripe-teal .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-listStripe-teal [class*=vt-num-col-] .item .row,
.vt-listStripe-teal .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: var(--vt-teal-4s);
}
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-teal [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-teal .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-teal .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-teal .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-teal .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-teal-8t);
  color: var(--vt-teal-8t);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-teal .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-teal .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-teal .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-teal-8t) !important;
}
.vt-listStripe-teal .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-teal .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-teal .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-listStripe-teal .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-teal .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-teal .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-teal .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-teal .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-teal .vt-list-item-date *,
.vt-listStripe-teal .vt-list-item-time * {
  color: var(--vt-teal-8t);
}
.vt-listStripe-teal .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-teal-8t) !important;
}
.vt-listStripe-teal .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END TEAL STRIPE STYLES */
/************************************** BEGIN RED STRIPE STYLES */
/* base red */
/* red-4s */
/* red-9t */
.vt-listStripe-red {
  background-color: #d90000;
}
.vt-listStripe-red > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-red .vt-listStripe-heading {
  color: #ffebeb;
}
.vt-listStripe-red .vt-list .vt-list-item-wrapper {
  background-color: #a60000;
  border: 1px solid #a60000;
  box-shadow: 0 0 10px #a60000;
}
.vt-listStripe-red .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-listStripe-red [class*=vt-num-col-] .item .row,
.vt-listStripe-red .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: #a60000;
}
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-red [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-red .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-red .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-red .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-red .vtctalink .vt-ctaLink.outline.dark {
  border-color: #ffebeb;
  color: #ffebeb;
}
@media screen and (max-width: 991px) {
  .vt-listStripe-red .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-red .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-red .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px #ffebeb !important;
}
.vt-listStripe-red .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-red .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-red .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-listStripe-red .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-red .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-red .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-red .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-red .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-red .vt-list-item-date *,
.vt-listStripe-red .vt-list-item-time * {
  color: #ffebeb;
}
.vt-listStripe-red .date-format-d3 .vt-list-item-date-start {
  border-color: #ffebeb !important;
}
.vt-listStripe-red .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END RED STRIPE STYLES */
/************************************** BEGIN GREEN STRIPE STYLES */
/* green-1s */
/* green-4s */
/* green-9t */
.vt-listStripe-green {
  background-color: #0c7d0c;
}
.vt-listStripe-green > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-green .vt-listStripe-heading {
  color: #ccffcc;
}
.vt-listStripe-green .vt-list .vt-list-item-wrapper {
  background-color: #095c09;
  border: 1px solid #095c09;
  box-shadow: 0 0 10px #095c09;
}
.vt-listStripe-green .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-listStripe-green [class*=vt-num-col-] .item .row,
.vt-listStripe-green .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: #095c09;
}
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-green [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-green .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-green .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-green .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-green .vtctalink .vt-ctaLink.outline.dark {
  border-color: #ccffcc;
  color: #ccffcc;
}
@media screen and (max-width: 991px) {
  .vt-listStripe-green .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-green .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-green .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px #ccffcc !important;
}
.vt-listStripe-green .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-green .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-green .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-listStripe-green .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-green .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-green .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-green .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-green .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-green .vt-list-item-date *,
.vt-listStripe-green .vt-list-item-time * {
  color: #ccffcc;
}
.vt-listStripe-green .date-format-d3 .vt-list-item-date-start {
  border-color: #ccffcc !important;
}
.vt-listStripe-green .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END GREEN STRIPE STYLES */
/************************************** BEGIN PINK STRIPE STYLES */
.vt-listStripe-pink {
  background-color: var(--vt-pink);
}
.vt-listStripe-pink > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-pink .vt-listStripe-heading {
  color: var(--vt-pink-8t);
}
.vt-listStripe-pink .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-pink-4s);
  border: 1px solid var(--vt-pink-4s);
  box-shadow: 0 0 10px var(--vt-pink-4s);
}
.vt-listStripe-pink .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-listStripe-pink [class*=vt-num-col-] .item .row,
.vt-listStripe-pink .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: var(--vt-pink-4s);
}
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-pink [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-pink .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-pink .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-pink .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-pink .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-pink-8t);
  color: var(--vt-pink-8t);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-pink .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-pink .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-pink .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-pink-8t) !important;
}
.vt-listStripe-pink .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-pink .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-pink .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-listStripe-pink .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-pink .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-pink .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-pink .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-pink .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-pink .vt-list-item-date *,
.vt-listStripe-pink .vt-list-item-time * {
  color: var(--vt-pink-8t);
}
.vt-listStripe-pink .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-pink-8t) !important;
}
.vt-listStripe-pink .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END PINK STRIPE STYLES */
/************************************** BEGIN BLACK STRIPE STYLES */
.vt-listStripe-black {
  background-color: black;
}
.vt-listStripe-black > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-black .vt-listStripe-heading {
  color: var(--vt-smoke-3s);
}
.vt-listStripe-black .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-white-8s);
  border: 1px solid var(--vt-white-8s);
  box-shadow: 0 0 10px var(--vt-white-8s);
}
.vt-listStripe-black .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-listStripe-black [class*=vt-num-col-] .item .row,
.vt-listStripe-black .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: var(--vt-white-8s);
}
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-black .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-black .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-black .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-black .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-smoke-3s);
  color: var(--vt-smoke-3s);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-black .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-black .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-black .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-smoke-3s) !important;
}
.vt-listStripe-black .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-black .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-black .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-listStripe-black .vt-list-item-date *,
.vt-listStripe-black .vt-list-item-time * {
  color: var(--vt-smoke-3s);
}
.vt-listStripe-black .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-smoke-3s) !important;
}
.vt-listStripe-black .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END BLACK STRIPE STYLES */
/************************************** BEGIN YELLOW STRIPE STYLES */
.vt-listStripe-yellow {
  background-color: var(--vt-yellow-4t);
}
.vt-listStripe-yellow > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-yellow .vt-listStripe-heading {
  color: var(--vt-hokieStone-2s);
}
.vt-listStripe-yellow .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-yellow);
  border: 1px solid var(--vt-yellow);
  box-shadow: 0 0 10px var(--vt-yellow);
}
.vt-listStripe-yellow .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid black;
  box-shadow: 0 0 10px black;
}
.vt-listStripe-yellow [class*=vt-num-col-] .item .row,
.vt-listStripe-yellow .vt_feed_items > li {
  color: black;
  background-color: var(--vt-yellow);
}
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-title a {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-time {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-category-text {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-yellow [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-yellow .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-yellow .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-yellow .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-yellow .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-hokieStone-2s);
  color: var(--vt-hokieStone-2s);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-yellow .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-yellow .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-yellow .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-hokieStone-2s) !important;
}
.vt-listStripe-yellow .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-yellow .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-yellow .vt-list .vt-pagination-controls {
  border-top: 1px solid rgb(255, 255, 255);
}
.vt-listStripe-yellow .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-yellow .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: black;
}
.vt-listStripe-yellow .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-yellow .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-yellow .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: black;
}
.vt-listStripe-yellow .vt-list-item-date *,
.vt-listStripe-yellow .vt-list-item-time * {
  color: var(--vt-hokieStone-2s);
}
.vt-listStripe-yellow .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-hokieStone-2s) !important;
}
.vt-listStripe-yellow .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END YELLOW STRIPE STYLES */
/************************************** BEGIN SAND STRIPE STYLES */
.vt-listStripe-sand {
  background-color: var(--vt-grey-4t);
}
.vt-listStripe-sand > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-sand .vt-listStripe-heading {
  color: var(--vt-grey-5s);
}
.vt-listStripe-sand .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-grey);
  border: 1px solid var(--vt-grey);
  box-shadow: 0 0 10px var(--vt-grey);
}
.vt-listStripe-sand .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid black;
  box-shadow: 0 0 10px black;
}
.vt-listStripe-sand [class*=vt-num-col-] .item .row,
.vt-listStripe-sand .vt_feed_items > li {
  color: black;
  background-color: var(--vt-grey);
}
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-title a {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-time {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-category-text {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-sand [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-sand .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-sand .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-sand .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-sand .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-grey-5s);
  color: var(--vt-grey-5s);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-sand .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-sand .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-sand .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-grey-5s) !important;
}
.vt-listStripe-sand .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-sand .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-sand .vt-list .vt-pagination-controls {
  border-top: 1px solid rgb(255, 255, 255);
}
.vt-listStripe-sand .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-sand .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: black;
}
.vt-listStripe-sand .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-sand .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-sand .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: black;
}
.vt-listStripe-sand .vt-list-item-date *,
.vt-listStripe-sand .vt-list-item-time * {
  color: var(--vt-grey-5s);
}
.vt-listStripe-sand .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-grey-5s) !important;
}
.vt-listStripe-sand .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END SAND STRIPE STYLES */
/************************************** BEGIN TURQUOISE STRIPE STYLES */
.vt-listStripe-turquoise {
  background-color: var(--vt-turquoise-4t);
}
.vt-listStripe-turquoise > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-turquoise .vt-listStripe-heading {
  color: var(--vt-turquoise-6s);
}
.vt-listStripe-turquoise .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-turquoise);
  border: 1px solid var(--vt-turquoise);
  box-shadow: 0 0 10px var(--vt-turquoise);
}
.vt-listStripe-turquoise .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid black;
  box-shadow: 0 0 10px black;
}
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row,
.vt-listStripe-turquoise .vt_feed_items > li {
  color: black;
  background-color: var(--vt-turquoise);
}
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-title a {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-time {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-category-text {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-turquoise [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-turquoise .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-turquoise .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-turquoise .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-turquoise .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-turquoise-6s);
  color: var(--vt-turquoise-6s);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-turquoise .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-turquoise .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-turquoise .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-turquoise-6s) !important;
}
.vt-listStripe-turquoise .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-turquoise .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-turquoise .vt-list .vt-pagination-controls {
  border-top: 1px solid rgb(255, 255, 255);
}
.vt-listStripe-turquoise .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-turquoise .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: black;
}
.vt-listStripe-turquoise .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-turquoise .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-turquoise .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: black;
}
.vt-listStripe-turquoise .vt-list-item-date *,
.vt-listStripe-turquoise .vt-list-item-time * {
  color: var(--vt-turquoise-6s);
}
.vt-listStripe-turquoise .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-turquoise-6s) !important;
}
.vt-listStripe-turquoise .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END TURQUOISE STRIPE STYLES */
/************************************** BEGIN SMOKE STRIPE STYLES */
.vt-listStripe-smoke {
  background-color: var(--vt-smoke);
}
.vt-listStripe-smoke > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-smoke .vt-listStripe-heading {
  color: var(--vt-smoke-6s);
}
.vt-listStripe-smoke .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-smoke-1s);
  border: 1px solid var(--vt-smoke-1s);
  box-shadow: 0 0 10px var(--vt-smoke-1s);
}
.vt-listStripe-smoke .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid black;
  box-shadow: 0 0 10px black;
}
.vt-listStripe-smoke [class*=vt-num-col-] .item .row,
.vt-listStripe-smoke .vt_feed_items > li {
  color: black;
  background-color: var(--vt-smoke-1s);
}
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-title a {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-time {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-category-text {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-smoke [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-smoke .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-smoke .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-smoke .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-smoke .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-smoke-6s);
  color: var(--vt-smoke-6s);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-smoke .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-smoke .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-smoke .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-smoke-6s) !important;
}
.vt-listStripe-smoke .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-smoke .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-smoke .vt-list .vt-pagination-controls {
  border-top: 1px solid rgb(255, 255, 255);
}
.vt-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: black;
}
.vt-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: black;
}
.vt-listStripe-smoke .vt-list-item-date *,
.vt-listStripe-smoke .vt-list-item-time * {
  color: var(--vt-smoke-6s);
}
.vt-listStripe-smoke .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-smoke-6s) !important;
}
.vt-listStripe-smoke .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END SMOKE STRIPE STYLES */
/************************************** BEGIN WHITE STRIPE STYLES */
.vt-listStripe-white {
  background-color: var(--vt-white);
}
.vt-listStripe-white > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-listStripe-white .vt-listStripe-heading {
  color: var(--vt-white-5s);
}
.vt-listStripe-white .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-white);
  border: 1px solid var(--vt-white);
  box-shadow: 0 0 10px var(--vt-white);
}
.vt-listStripe-white .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid black;
  box-shadow: 0 0 10px black;
}
.vt-listStripe-white [class*=vt-num-col-] .item .row,
.vt-listStripe-white .vt_feed_items > li {
  color: black;
  background-color: var(--vt-white);
}
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-title a {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-description,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-date,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-time {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-category,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-category-text {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-category:visited,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-category:active,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-category:focus,
.vt-listStripe-white .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-listStripe-white .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-listStripe-white .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-white .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-white-5s);
  color: var(--vt-white-5s);
}
@media screen and (max-width: 991px) {
  .vt-listStripe-white .vtctalink .vt-ctaLink.outline.light,
.vt-listStripe-white .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-listStripe-white .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-white-5s) !important;
}
.vt-listStripe-white .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-listStripe-white .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-listStripe-white .vt-list .vt-pagination-controls {
  border-top: 1px solid rgb(255, 255, 255);
}
.vt-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: black;
}
.vt-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: black;
}
.vt-listStripe-white .vt-list-item-date *,
.vt-listStripe-white .vt-list-item-time * {
  color: var(--vt-white-5s);
}
.vt-listStripe-white .date-format-d3 .vt-list-item-date-start {
  border-color: var(--vt-white-5s) !important;
}
.vt-listStripe-white .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END WHITE STRIPE STYLES */
/************************************** BEGIN VTX WHITE STRIPE STYLES */
.vt-vtx-listStripe-white {
  background-color: var(--vt-white);
}
.vt-vtx-listStripe-white > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-vtx-listStripe-white .vt-listStripe-heading {
  color: black;
}
.vt-vtx-listStripe-white .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-white);
  border: 1px solid var(--vt-white);
  box-shadow: 0 0 10px var(--vt-white);
}
.vt-vtx-listStripe-white .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid black;
  box-shadow: 0 0 10px black;
}
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row,
.vt-vtx-listStripe-white .vt_feed_items > li {
  color: black;
  background-color: var(--vt-white);
}
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-title a {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-description,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-date,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-time {
  color: black;
  font-family: "rubik", sans-serif;
}
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-category,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-category-text {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-category:visited,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-category:active,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: black;
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-vtx-listStripe-white [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-category:focus,
.vt-vtx-listStripe-white .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-vtx-listStripe-white .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-vtx-listStripe-white .vtctalink .vt-ctaLink.outline.light,
.vt-vtx-listStripe-white .vtctalink .vt-ctaLink.outline.dark {
  border-color: black;
  color: black;
}
@media screen and (max-width: 991px) {
  .vt-vtx-listStripe-white .vtctalink .vt-ctaLink.outline.light,
.vt-vtx-listStripe-white .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-vtx-listStripe-white .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px black !important;
}
.vt-vtx-listStripe-white .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-vtx-listStripe-white .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-vtx-listStripe-white .vt-list .vt-pagination-controls {
  border-top: 1px solid rgb(255, 255, 255);
}
.vt-vtx-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-vtx-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: black;
}
.vt-vtx-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-vtx-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: black;
}
.vt-vtx-listStripe-white .vt-list-item-date *,
.vt-vtx-listStripe-white .vt-list-item-time * {
  color: black;
}
.vt-vtx-listStripe-white .date-format-d3 .vt-list-item-date-start {
  border-color: black !important;
}
.vt-vtx-listStripe-white .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END VTX WHITE STRIPE STYLES */
/************************************** BEGIN VTX BLACK STRIPE STYLES */
.vt-vtx-listStripe-black {
  background-color: black;
}
.vt-vtx-listStripe-black > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-vtx-listStripe-black .vt-listStripe-heading {
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-black .vt-list .vt-list-item-wrapper {
  background-color: black;
  border: 1px solid black;
  box-shadow: 0 0 10px black;
}
.vt-vtx-listStripe-black .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row,
.vt-vtx-listStripe-black .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: black;
}
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-description,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-date,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-category,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-category:visited,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-category:active,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-vtx-listStripe-black [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-category:focus,
.vt-vtx-listStripe-black .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-vtx-listStripe-black .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-vtx-listStripe-black .vtctalink .vt-ctaLink.outline.light,
.vt-vtx-listStripe-black .vtctalink .vt-ctaLink.outline.dark {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 991px) {
  .vt-vtx-listStripe-black .vtctalink .vt-ctaLink.outline.light,
.vt-vtx-listStripe-black .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-vtx-listStripe-black .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px rgb(255, 255, 255) !important;
}
.vt-vtx-listStripe-black .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-vtx-listStripe-black .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-vtx-listStripe-black .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-vtx-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-vtx-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-black .vt-list-item-date *,
.vt-vtx-listStripe-black .vt-list-item-time * {
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-black .date-format-d3 .vt-list-item-date-start {
  border-color: rgb(255, 255, 255) !important;
}
.vt-vtx-listStripe-black .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END VTX BLACK STRIPE STYLES */
/************************************** BEGIN VTX DARK GRAY STRIPE STYLES */
.vt-vtx-listStripe-darkgray {
  background-color: var(--vt-hokieStone-8s);
}
.vt-vtx-listStripe-darkgray > .vt-vtcontainer-content {
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray > .vt-vtcontainer-content {
    padding: 2em 10%;
  }
}
.vt-vtx-listStripe-darkgray .vt-listStripe-heading {
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-darkgray .vt-list .vt-list-item-wrapper {
  background-color: var(--vt-hokieStone-8s);
  border: 1px solid var(--vt-hokieStone-8s);
  box-shadow: 0 0 10px var(--vt-hokieStone-8s);
}
.vt-vtx-listStripe-darkgray .vt-list .vt-list-item-wrapper:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px rgb(255, 255, 255);
}
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row,
.vt-vtx-listStripe-darkgray .vt_feed_items > li {
  color: rgb(255, 255, 255);
  background-color: var(--vt-hokieStone-8s);
}
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-title,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-title {
  font-weight: 600;
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-title a,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-title a {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-title a:focus,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-title a:focus {
  outline: none;
  text-decoration: underline;
}
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-title a:focus::before {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-description,
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-date,
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-time,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-description,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-date,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-time {
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-category,
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-category-text,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-category,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-category-text {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-category:visited, .vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-category:active,
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited,
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-category-text:active,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-category:visited,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-category:active,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-category-text:visited,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-category-text:active {
  background-color: rgb(255, 255, 255);
  color: black;
}
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-category:focus,
.vt-vtx-listStripe-darkgray [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-category:focus,
.vt-vtx-listStripe-darkgray .vt_feed_items > li .vt-list-item-category-text:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-vtx-listStripe-darkgray .vtctalink {
  width: 100%;
  max-width: 100%;
}
.vt-vtx-listStripe-darkgray .vtctalink .vt-ctaLink.outline.light,
.vt-vtx-listStripe-darkgray .vtctalink .vt-ctaLink.outline.dark {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 991px) {
  .vt-vtx-listStripe-darkgray .vtctalink .vt-ctaLink.outline.light,
.vt-vtx-listStripe-darkgray .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-vtx-listStripe-darkgray .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px rgb(255, 255, 255) !important;
}
.vt-vtx-listStripe-darkgray .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vtctalink .d-flex {
    justify-content: flex-end;
  }
}
.vt-vtx-listStripe-darkgray .vt-list {
  /********************************************* BEGIN SEARCH PAGINATION SECTION */
  /********************************************* END SEARCH PAGINATION SECTION */
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: 45vw;
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-vertical .item .vt-list-item-title {
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
    font-size: 67%;
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 30vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
    font-size: 67%;
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 83%;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
    font-size: 59%;
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
  height: 50.625vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 2 * 0.9);
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 1em) / 3 * 0.8);
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: calc((56.25vw - 2em) / 6 * 0.8);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
    font-size: 59%;
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
  height: 90vw;
}
@media screen and (min-width: 768px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 15vw;
  }
}
@media screen and (min-width: 992px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 8.8888888889vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture,
.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img {
    height: 4.4444444444vw;
  }
}
.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls {
  border-top: 1px solid black;
}
.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
  background-color: rgb(255, 255, 255);
  border: 2px solid black;
  color: black;
}
.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls .vt-pagination-controls-button {
  background-color: black;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-darkgray .vt-list-item-date *,
.vt-vtx-listStripe-darkgray .vt-list-item-time * {
  color: rgb(255, 255, 255);
}
.vt-vtx-listStripe-darkgray .date-format-d3 .vt-list-item-date-start {
  border-color: rgb(255, 255, 255) !important;
}
.vt-vtx-listStripe-darkgray .vt-listStripe-heading h2 {
  font-family: "rubik", sans-serif;
}

/************************************** END VTX DARK GRAY STRIPE STYLES */
/************************************** BEGIN VTX ALTERNATE HEADING STYLES */
.vt-listStripe-heading-italic h2 {
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "rubik", sans-serif;
}

.vt-listStripe-heading-category-white h2 {
  display: flex;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: "Acherus", sans-serif;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .vt-listStripe-heading-category-white h2 {
    line-height: 0.8;
  }
}
.vt-listStripe-heading-category-white h2::before {
  background-image: url("https://www.assets.cms.vt.edu/images/vtx-x-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  min-height: 0.5em;
  min-width: 0.5em;
  height: 0.5em;
  width: 0.5em;
  margin-right: 0.25em;
}
@media screen and (min-width: 576px) {
  .vt-listStripe-heading-category-white h2::before {
    content: "";
  }
}

/************************************** END VTX ALTERNATE HEADING STYLES */
.vt-listStripe-heading-categories {
  color: black;
  background-color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}

/************************************** BEGIN LIST STRIPE LIST COMPONENT BREAK POINTS */
@media screen and (min-width: 576px) and (max-width: 1419px) {
  .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-6,
.vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-6,
.vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-6,
.vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1420px) and (max-width: 2500px) {
  .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-3,
.vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-3,
.vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1419px) {
  .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2,
.vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2,
.vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 1420px) and (max-width: 2499px) {
  .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2,
.vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2,
.vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 2500px) and (max-width: 3839px) {
  .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2,
.vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2,
.vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1419px) {
  .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3,
.vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3,
.vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1420px) and (max-width: 2199px) {
  .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3,
.vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3,
.vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 2200px) and (max-width: 2500px) {
  .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3,
.vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3,
.vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-6,
.vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-article.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-6,
.vt-article.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-bio.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-6,
.vt-bio.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-3,
.vt-article.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-article.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-3,
.vt-bio.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-bio.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-md-2,
.vt-article.norightcol div[class*=vt-listStripe-] .vt-list .col-md-2,
.vt-bio.norightcol div[class*=vt-listStripe-] .vt-list .col-md-2 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-md-3,
.vt-article.norightcol div[class*=vt-listStripe-] .vt-list .col-md-3,
.vt-bio.norightcol div[class*=vt-listStripe-] .vt-list .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .vt-home.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-6,
.vt-home.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-home.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4,
.vt-home.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vt-home.norightcol div[class*=vt-listStripe-] .vt-list .col-md-2 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-home.norightcol div[class*=vt-listStripe-] .vt-list .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/************************************** END LIST STRIPE LIST COMPONENT BREAK POINTS */
/************************************** BEGIN LIST STRIPE TRANSPOSE */
.vt-listStripe-transpose-2col {
  border-top: 2px solid rgb(198, 70, 0);
  border-bottom: 2px solid rgb(198, 70, 0);
}
.vt-listStripe-transpose-2col > .vt-vtcontainer-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-transpose-2col > .vt-vtcontainer-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer {
    flex-basis: 50%;
    max-width: 50% !important;
    width: 100%;
  }
}
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-],
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-],
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray,
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue {
  height: 100%;
  border-bottom: none;
}
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-] .vt-list-items,
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .vt-list-items,
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray .vt-list-items,
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .vt-list-items {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-] .vt-list-items .item,
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .vt-list-items .item,
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray .vt-list-items .item,
.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .vt-list-items .item {
  flex-basis: 100%;
  max-width: 100% !important;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
}

.vt-listStripe-transpose-3col {
  border-top: 2px solid rgb(198, 70, 0);
  border-bottom: 2px solid rgb(198, 70, 0);
}
.vt-listStripe-transpose-3col > .vt-vtcontainer-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-transpose-3col > .vt-vtcontainer-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer {
    flex-basis: 33.333%;
    max-width: 33.333% !important;
    width: 100%;
  }
}
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-],
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-],
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray,
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue {
  height: 100%;
  border-bottom: none;
}
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-] .vt-list-items,
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .vt-list-items,
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray .vt-list-items,
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .vt-list-items {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-] .vt-list-items .item,
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .vt-list-items .item,
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray .vt-list-items .item,
.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .vt-list-items .item {
  flex-basis: 100%;
  max-width: 100% !important;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
}

.vt-listStripe-transpose-4col {
  border-top: 2px solid rgb(198, 70, 0);
  border-bottom: 2px solid rgb(198, 70, 0);
}
.vt-listStripe-transpose-4col > .vt-vtcontainer-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-transpose-4col > .vt-vtcontainer-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer {
    flex-basis: 50%;
    max-width: 50% !important;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer {
    flex-basis: 25%;
    max-width: 25% !important;
    width: 100%;
  }
}
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-],
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-],
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray,
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue {
  height: 100%;
  border-bottom: none;
}
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-] .vt-list-items,
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .vt-list-items,
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray .vt-list-items,
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .vt-list-items {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-] .vt-list-items .item,
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .vt-list-items .item,
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray .vt-list-items .item,
.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .vt-list-items .item {
  flex-basis: 100%;
  max-width: 100% !important;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
}

/************************************** END LIST STRIPE TRANSPOSE */
/********************************************************** END LIST STRIPE STYLES */
/********************************************************** BEGIN CARD STRIPE STYLES */
.vt-card-stripe {
  background: rgba(229, 225, 230, 0.2);
  position: relative;
}
.vt-card-stripe .vt-card-heading {
  padding-top: 2em;
  font-style: italic;
  line-height: 1.2;
  color: black;
}
.vt-card-stripe .vt-card-heading * {
  font-weight: 200;
}

.vt-card-multicolumn {
  margin-bottom: 2em !important;
}

@media screen and (min-width: 768px) {
  .vt-card-multicolumn > .row > div:first-child {
    margin-left: -15px;
  }
}

@media screen and (min-width: 768px) {
  .vt-card-multicolumn > .row > div:last-child {
    margin-right: -15px;
  }
}

.vt-card-multicolumn > .row > div:not(:last-of-type) {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .vt-card-multicolumn > .row > div:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.vt-card-multicolumn .vt-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 0;
  color: black;
  background-color: transparent;
}

.vt-card-multicolumn .vt-col.vt-has-children {
  border: 1px solid rgb(229, 225, 230);
  box-shadow: 0 0 10px rgb(229, 225, 230);
}

.vt-card-multicolumn .vt-col.vt-no-children {
  border: none;
}

.vt-card-image {
  display: block;
  position: relative;
  width: 100%;
}

.vt-card-text {
  margin: 0 0.5em;
  line-height: 1.4;
}

.vt-card-cta {
  position: static !important;
  margin: 0;
}
.vt-card-cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vt-card-cta:focus {
  outline: none;
  text-decoration: underline;
}
.vt-card-cta:focus::before {
  outline-color: var(--vt-hokieStone-6s);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

.vt-card-multicolumn .vt-col .text.parbase {
  margin-top: 1.67em;
  flex-grow: 2;
}

.vt-card-multicolumn .vt-col .adaptiveimage.parbase ~ .text.parbase {
  margin-top: 0;
}

/************************************** BEGIN MAROON STRIPE STYLES */
.vt-cardStripe-maroon {
  background-color: var(--vt-maroon-1s);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-maroon .vt-card-text,
.vt-cardStripe-maroon .vt-card-heading {
  color: var(--vt-maroon-6t);
}
.vt-cardStripe-maroon .vt-card-multicolumn .vt-col.vt-has-children {
  color: rgb(255, 255, 255);
  background-color: var(--vt-maroon-4s);
  border: 1px solid var(--vt-maroon-4s);
  box-shadow: 0 0 10px var(--vt-maroon-4s);
}
.vt-cardStripe-maroon .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-maroon .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-maroon .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-maroon-6t);
  color: var(--vt-maroon-6t);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-maroon .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-maroon .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-maroon .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-maroon-6t) !important;
}
.vt-cardStripe-maroon .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-maroon-6t);
}
.vt-cardStripe-maroon .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-maroon .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END MAROON STRIPE STYLES */
/************************************** BEGIN BURNTORANGEWEB STRIPE STYLES */
.vt-cardStripe-burntOrangeWeb {
  background-color: var(--vt-burntOrangeWeb-2s);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-burntOrangeWeb .vt-card-text,
.vt-cardStripe-burntOrangeWeb .vt-card-heading {
  color: var(--vt-burntOrangeWeb-8t);
}
.vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vt-col.vt-has-children {
  color: rgb(255, 255, 255);
  background-color: var(--vt-burntOrangeWeb-4s);
  border: 1px solid var(--vt-burntOrangeWeb-4s);
  box-shadow: 0 0 10px var(--vt-burntOrangeWeb-4s);
}
.vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-burntOrangeWeb-8t);
  color: var(--vt-burntOrangeWeb-8t);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-burntOrangeWeb-8t) !important;
}
.vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-burntOrangeWeb-8t);
}
.vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END BURNTORANGEWEB STRIPE STYLES */
/************************************** BEGIN HOKIESTONE STRIPE STYLES */
.vt-cardStripe-hokieStone {
  background-color: var(--vt-hokieStone-2s);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-hokieStone .vt-card-text,
.vt-cardStripe-hokieStone .vt-card-heading {
  color: var(--vt-hokieStone-8t);
}
.vt-cardStripe-hokieStone .vt-card-multicolumn .vt-col.vt-has-children {
  color: rgb(255, 255, 255);
  background-color: var(--vt-hokieStone-4s);
  border: 1px solid var(--vt-hokieStone-4s);
  box-shadow: 0 0 10px var(--vt-hokieStone-4s);
}
.vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-hokieStone-8t);
  color: var(--vt-hokieStone-8t);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-hokieStone-8t) !important;
}
.vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-hokieStone-8t);
}
.vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END HOKIESTONE STRIPE STYLES */
/************************************** BEGIN BLUE STRIPE STYLES */
.vt-cardStripe-blue {
  background-color: var(--vt-blue-1s);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-blue .vt-card-text,
.vt-cardStripe-blue .vt-card-heading {
  color: var(--vt-blue-6t);
}
.vt-cardStripe-blue .vt-card-multicolumn .vt-col.vt-has-children {
  color: rgb(255, 255, 255);
  background-color: var(--vt-blue-4s);
  border: 1px solid var(--vt-blue-4s);
  box-shadow: 0 0 10px var(--vt-blue-4s);
}
.vt-cardStripe-blue .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-blue .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-blue .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-blue-6t);
  color: var(--vt-blue-6t);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-blue .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-blue .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-blue .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-blue-6t) !important;
}
.vt-cardStripe-blue .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-blue-6t);
}
.vt-cardStripe-blue .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-blue .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END BLUE STRIPE STYLES */
/************************************** BEGIN PURPLE STRIPE STYLES */
.vt-cardStripe-purple {
  background-color: var(--vt-purple);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-purple .vt-card-text,
.vt-cardStripe-purple .vt-card-heading {
  color: var(--vt-purple-6t);
}
.vt-cardStripe-purple .vt-card-multicolumn .vt-col.vt-has-children {
  color: rgb(255, 255, 255);
  background-color: var(--vt-purple-4s);
  border: 1px solid var(--vt-purple-4s);
  box-shadow: 0 0 10px var(--vt-purple-4s);
}
.vt-cardStripe-purple .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-purple .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-purple .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-purple-6t);
  color: var(--vt-purple-6t);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-purple .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-purple .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-purple .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-purple-6t) !important;
}
.vt-cardStripe-purple .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-purple-6t);
}
.vt-cardStripe-purple .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-purple .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END PURPLE STRIPE STYLES */
/************************************** BEGIN TEAL STRIPE STYLES */
.vt-cardStripe-teal {
  background-color: var(--vt-teal-2s);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-teal .vt-card-text,
.vt-cardStripe-teal .vt-card-heading {
  color: var(--vt-teal-8t);
}
.vt-cardStripe-teal .vt-card-multicolumn .vt-col.vt-has-children {
  color: rgb(255, 255, 255);
  background-color: var(--vt-teal-4s);
  border: 1px solid var(--vt-teal-4s);
  box-shadow: 0 0 10px var(--vt-teal-4s);
}
.vt-cardStripe-teal .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-teal .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-teal .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-teal-8t);
  color: var(--vt-teal-8t);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-teal .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-teal .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-teal .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-teal-8t) !important;
}
.vt-cardStripe-teal .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-teal-8t);
}
.vt-cardStripe-teal .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-teal .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END TEAL STRIPE STYLES */
/************************************** BEGIN RED STRIPE STYLES */
/* base red */
/* red-4s */
/* red-9t */
.vt-cardStripe-red {
  background-color: #d90000;
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-red .vt-card-text,
.vt-cardStripe-red .vt-card-heading {
  color: #ffebeb;
}
.vt-cardStripe-red .vt-card-multicolumn .vt-col.vt-has-children {
  color: rgb(255, 255, 255);
  background-color: #a60000;
  border: 1px solid #a60000;
  box-shadow: 0 0 10px #a60000;
}
.vt-cardStripe-red .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-red .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-red .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: #ffebeb;
  color: #ffebeb;
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-red .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-red .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-red .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px #ffebeb !important;
}
.vt-cardStripe-red .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: #ffebeb;
}
.vt-cardStripe-red .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-red .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END RED STRIPE STYLES */
/************************************** BEGIN GREEN STRIPE STYLES */
/* green-1s */
/* green-4s */
/* green-9t */
.vt-cardStripe-green {
  background-color: #0c7d0c;
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-green .vt-card-text,
.vt-cardStripe-green .vt-card-heading {
  color: #ccffcc;
}
.vt-cardStripe-green .vt-card-multicolumn .vt-col.vt-has-children {
  color: rgb(255, 255, 255);
  background-color: #095c09;
  border: 1px solid #095c09;
  box-shadow: 0 0 10px #095c09;
}
.vt-cardStripe-green .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: #ccffcc;
  color: #ccffcc;
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px #ccffcc !important;
}
.vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: #ccffcc;
}
.vt-cardStripe-green .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-green .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END GREEN STRIPE STYLES */
/************************************** BEGIN PINK STRIPE STYLES */
.vt-cardStripe-pink {
  background-color: var(--vt-pink);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-pink .vt-card-text,
.vt-cardStripe-pink .vt-card-heading {
  color: var(--vt-pink-8t);
}
.vt-cardStripe-pink .vt-card-multicolumn .vt-col.vt-has-children {
  color: rgb(255, 255, 255);
  background-color: var(--vt-pink-4s);
  border: 1px solid var(--vt-pink-4s);
  box-shadow: 0 0 10px var(--vt-pink-4s);
}
.vt-cardStripe-pink .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-pink .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-pink .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-pink-8t);
  color: var(--vt-pink-8t);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-pink .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-pink .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-pink .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-pink-8t) !important;
}
.vt-cardStripe-pink .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-pink-8t);
}
.vt-cardStripe-pink .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-pink .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END PINK STRIPE STYLES */
/************************************** BEGIN BLACK STRIPE STYLES */
.vt-cardStripe-black {
  background-color: black;
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-black .vt-card-text,
.vt-cardStripe-black .vt-card-heading {
  color: var(--vt-smoke-3s);
}
.vt-cardStripe-black .vt-card-multicolumn .vt-col.vt-has-children {
  color: rgb(255, 255, 255);
  background-color: var(--vt-white-8s);
  border: 1px solid var(--vt-white-8s);
  box-shadow: 0 0 10px var(--vt-white-8s);
}
.vt-cardStripe-black .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-black .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-black .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-smoke-3s);
  color: var(--vt-smoke-3s);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-black .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-black .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-black .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-smoke-3s) !important;
}
.vt-cardStripe-black .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-smoke-3s);
}
.vt-cardStripe-black .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-black .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END BLACK STRIPE STYLES */
/************************************** BEGIN YELLOW STRIPE STYLES */
.vt-cardStripe-yellow {
  background-color: var(--vt-yellow-4t);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-yellow .vt-card-text,
.vt-cardStripe-yellow .vt-card-heading {
  color: var(--vt-hokieStone-2s);
}
.vt-cardStripe-yellow .vt-card-multicolumn .vt-col.vt-has-children {
  color: black;
  background-color: var(--vt-yellow);
  border: 1px solid var(--vt-yellow);
  box-shadow: 0 0 10px var(--vt-yellow);
}
.vt-cardStripe-yellow .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-yellow .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-yellow .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-hokieStone-2s);
  color: var(--vt-hokieStone-2s);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-yellow .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-yellow .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-yellow .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-hokieStone-2s) !important;
}
.vt-cardStripe-yellow .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-hokieStone-2s);
}
.vt-cardStripe-yellow .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-yellow .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END YELLOW STRIPE STYLES */
/************************************** BEGIN SAND STRIPE STYLES */
.vt-cardStripe-sand {
  background-color: var(--vt-grey-4t);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-sand .vt-card-text,
.vt-cardStripe-sand .vt-card-heading {
  color: var(--vt-grey-5s);
}
.vt-cardStripe-sand .vt-card-multicolumn .vt-col.vt-has-children {
  color: black;
  background-color: var(--vt-grey);
  border: 1px solid var(--vt-grey);
  box-shadow: 0 0 10px var(--vt-grey);
}
.vt-cardStripe-sand .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-sand .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-sand .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-grey-5s);
  color: var(--vt-grey-5s);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-sand .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-sand .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-sand .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-grey-5s) !important;
}
.vt-cardStripe-sand .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-grey-5s);
}
.vt-cardStripe-sand .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-sand .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END SAND STRIPE STYLES */
/************************************** BEGIN TURQUOISE STRIPE STYLES */
.vt-cardStripe-turquoise {
  background-color: var(--vt-turquoise-4t);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-turquoise .vt-card-text,
.vt-cardStripe-turquoise .vt-card-heading {
  color: var(--vt-turquoise-6s);
}
.vt-cardStripe-turquoise .vt-card-multicolumn .vt-col.vt-has-children {
  color: black;
  background-color: var(--vt-turquoise);
  border: 1px solid var(--vt-turquoise);
  box-shadow: 0 0 10px var(--vt-turquoise);
}
.vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-turquoise-6s);
  color: var(--vt-turquoise-6s);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-turquoise-6s) !important;
}
.vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-turquoise-6s);
}
.vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END TURQUOISE STRIPE STYLES */
/************************************** BEGIN SMOKE STRIPE STYLES */
.vt-cardStripe-smoke {
  background-color: var(--vt-smoke);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-smoke .vt-card-text,
.vt-cardStripe-smoke .vt-card-heading {
  color: var(--vt-smoke-6s);
}
.vt-cardStripe-smoke .vt-card-multicolumn .vt-col.vt-has-children {
  color: black;
  background-color: var(--vt-smoke-1s);
  border: 1px solid var(--vt-smoke-1s);
  box-shadow: 0 0 10px var(--vt-smoke-1s);
}
.vt-cardStripe-smoke .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-smoke .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-smoke .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-smoke-6s);
  color: var(--vt-smoke-6s);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-smoke .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-smoke .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-smoke .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-smoke-6s) !important;
}
.vt-cardStripe-smoke .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-smoke-6s);
}
.vt-cardStripe-smoke .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-smoke .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END SMOKE STRIPE STYLES */
/************************************** BEGIN WHITE STRIPE STYLES */
.vt-cardStripe-white {
  background-color: var(--vt-white);
  /* stylelint-disable */
  padding: 2em 3em !important;
  /* stylelint-enable */
}
.vt-cardStripe-white .vt-card-text,
.vt-cardStripe-white .vt-card-heading {
  color: var(--vt-white-5s);
}
.vt-cardStripe-white .vt-card-multicolumn .vt-col.vt-has-children {
  color: black;
  background-color: var(--vt-white);
  border: 1px solid var(--vt-white);
  box-shadow: 0 0 10px var(--vt-white);
}
.vt-cardStripe-white .vt-card-multicolumn .vtctalink {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.vt-cardStripe-white .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-white .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
  border-color: var(--vt-white-5s);
  color: var(--vt-white-5s);
}
@media screen and (max-width: 991px) {
  .vt-cardStripe-white .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light,
.vt-cardStripe-white .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark {
    width: auto;
  }
}
.vt-cardStripe-white .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
  box-shadow: inset 0 0 10px var(--vt-white-5s) !important;
}
.vt-cardStripe-white .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
  outline-color: var(--vt-white-5s);
}
.vt-cardStripe-white .vt-card-multicolumn .vtctalink .d-flex {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-cardStripe-white .vt-card-multicolumn .vtctalink .d-flex {
    justify-content: flex-end;
  }
}

/************************************** END WHITE STRIPE STYLES */
/************************************** BEGIN CARD STRIPE MULTICOLUMN COMPONENT BREAK POINTS */
@media screen and (min-width: 576px) and (max-width: 1419px) {
  .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6,
.vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6,
.vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6,
.vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1420px) and (max-width: 2500px) {
  .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3,
.vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3,
.vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1419px) {
  .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2,
.vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2,
.vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 1420px) and (max-width: 2499px) {
  .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2,
.vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2,
.vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 2500px) and (max-width: 3839px) {
  .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2,
.vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2,
.vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1419px) {
  .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3,
.vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3,
.vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1420px) and (max-width: 2199px) {
  .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3,
.vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3,
.vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 2200px) and (max-width: 2500px) {
  .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3,
.vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3,
.vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .vt-general.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6,
.vt-general.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6,
.vt-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6,
.vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-general.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-general.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3,
.vt-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3,
.vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vt-general.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2,
.vt-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2,
.vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-general.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3,
.vt-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3,
.vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .vt-home.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6,
.vt-home.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-home.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4,
.vt-home.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vt-home.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-home.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/************************************** END CARD STRIPE MULTICOLUMN COMPONENT BREAK POINTS */
/********************************************************** END CARD STRIPE STYLES */
/************************************** BEGIN IN THE NEWS SECTION STYLES */
.vtcontainer .vt-in-the-news {
  background-color: rgba(229, 225, 230, 0.2);
  padding: 2em;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .vtcontainer .vt-in-the-news {
    padding: 2em 6em 2em;
  }
}
.vtcontainer .vt-in-the-news .parbase > div {
  margin-bottom: 0;
}

.vt-in-the-news-title {
  margin-left: -0.75em;
}
.vt-in-the-news-title h2 {
  display: block;
  position: relative;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: rgb(117, 120, 123);
  font-family: "rubik", sans-serif;
}

.vt-in-the-news-list {
  margin-bottom: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-in-the-news-list .vt-num-col-2 .item-count-1 {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .vt-in-the-news-list .vt-num-col-2 .item-count-1 {
    padding: 1em 1em 1em 0;
  }
}
.vt-in-the-news-list .vt-num-col-2 .item-count-2 {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .vt-in-the-news-list .vt-num-col-2 .item-count-2 {
    padding: 1em 0 1em 1em;
  }
}
.vt-in-the-news-list .vt-num-col-2 .item li .vt-list-title a {
  font-family: "rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .vt-in-the-news-list .vt-num-col-2 .item li .vt-list-title a {
    font-size: 2em;
  }
}
.vt-in-the-news-list .vt-num-col-2 .item .vt-list-tags li {
  padding: 0 !important;
}
.vt-in-the-news-list .vt-num-col-2 .item .vt-list-tags li a {
  background-color: transparent;
  padding: 0;
}
.vt-in-the-news-list .vt-num-col-2 .item .vt-list-tags span {
  font-family: "rubik", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  background-color: transparent;
  color: rgb(117, 120, 123);
}
.vt-in-the-news-list .vt-num-col-2 .item .vt-list-tags li a::before,
.vt-in-the-news-list .vt-num-col-2 .item .vt-list-tags li a::after {
  content: none;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .vt-in-the-news-list .col-sm-6 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.vt-in-the-news-list .vt-num-col-2 .item > ul > li:last-child {
  padding: 2em;
}
@media screen and (min-width: 576px) {
  .vt-in-the-news-list .vt-num-col-2 .item > ul > li:last-child {
    padding: 4em;
  }
}

/************************************** END IN THE NEWS SECTION STYLES */
/************************************** BEGIN OUR VISION SECTION STYLES */
.vtcontainer .vt-our-vision {
  background-color: rgba(229, 225, 230, 0.2);
  margin-bottom: 0;
}

.vt-our-vision > .vt-vtcontainer-content {
  background-color: rgb(255, 255, 255);
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .vt-our-vision > .vt-vtcontainer-content {
    margin-right: 6em;
  }
}

.vt-our-vision-2col {
  max-width: 768px;
}
@media screen and (min-width: 1600px) {
  .vt-our-vision-2col {
    max-width: 950px;
  }
}
@media screen and (min-width: 2100px) {
  .vt-our-vision-2col {
    max-width: 1175px;
  }
}
@media screen and (min-width: 2500px) {
  .vt-our-vision-2col {
    max-width: 1400px;
  }
}
.vt-our-vision-2col .vt-col-2 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 576px) {
  .vt-our-vision-2col .vt-col-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.vt-our-vision-2col .vt-col,
.vt-our-vision-2col figure {
  margin-bottom: 0;
  overflow: hidden;
}

.vt-our-vision-2col .vt-vision-link {
  overflow: hidden;
}

.parbase > .vt-our-vision-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}

.vt-our-vision-title h2 {
  display: block;
  position: relative;
  font-style: italic;
  font-weight: 700;
  font-size: 3em;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: var(--vt-smoke-5s);
  transform: none;
  top: auto;
  left: auto;
  width: 100%;
  padding: 0.33333334em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vt-our-vision-title h2 {
    padding: 0.33333334em 2em 0.33333334em;
  }
}
@media screen and (min-width: 992px) {
  .vt-our-vision-title h2 {
    text-align: left;
    transform: rotate(90deg);
    top: 3.33333334em;
    left: -1em;
    padding: 0;
    width: auto;
  }
}

.vt-our-vision .vt-our-vision-section {
  padding-bottom: 3em;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .vt-our-vision .vt-our-vision-section {
    padding-bottom: 5em;
  }
}
.vt-our-vision .vt-our-vision-section .parbase > div {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .vt-our-vision .vt-our-vision-section > .vt-vtcontainer-content {
    margin-left: 13em;
  }
}

@media screen and (min-width: 992px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside {
    padding-bottom: 0;
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside > .vt-vtcontainer-content {
    margin-left: 12em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside > .vt-vtcontainer-content {
    margin-left: 18em;
  }
}
@media screen and (min-width: 1400px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside > .vt-vtcontainer-content {
    margin-left: 25em;
  }
}
@media screen and (min-width: 1600px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside > .vt-vtcontainer-content {
    margin-left: 28em;
  }
}
@media screen and (min-width: 2100px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside > .vt-vtcontainer-content {
    margin-left: 34em;
  }
}
@media screen and (min-width: 2500px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside > .vt-vtcontainer-content {
    margin-left: 40em;
  }
}
.vt-our-vision .vt-our-vision-section.vt-sideByside .vt-our-vision-2col {
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 992px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside .vt-our-vision-2col {
    padding-left: 20px;
  }
}

.vt-our-vision .vt-our-vision-section.vt-sideByside::before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 33.33333334%;
  bottom: 0;
  background-repeat: repeat;
  background-image: url(../../assets/img/grey-square-dot-grid.svg);
}
@media screen and (min-width: 992px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside::before {
    content: "";
  }
}
@media screen and (min-width: 1600px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside::before {
    right: 66.66666667%;
  }
}
@media screen and (min-width: 2000px) {
  .vt-our-vision .vt-our-vision-section.vt-sideByside::before {
    right: 66.66666667%;
  }
}

@media screen and (min-width: 576px) {
  .vt-our-vision .vt-our-vision-section.our-role {
    padding-bottom: 5em;
  }
}

.vt-our-vision-image {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .vt-our-vision-image {
    max-width: 350px;
  }
}
@media screen and (min-width: 1600px) {
  .vt-our-vision-image {
    max-width: 660px;
  }
}

.vt-our-vision-tag h3 {
  font-family: "rubik", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  background-color: transparent;
  color: var(--vt-smoke-5s);
}

.vt-our-vision-articleTitle p {
  font-family: "rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
  color: black;
  margin-bottom: 0.5em;
}

.vt-our-vision-articleDescription p {
  font-size: 0.8em;
  line-height: 1.4;
  margin: 0;
  color: black;
}

/************************************** END OUR VISION SECTION STYLES */
.vt-upcomingEvents [class*=col] {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .vt-upcomingEvents [class*=col] {
    padding: inherit;
  }
}
.vt-upcomingEvents [class*=col] > span {
  display: block;
}
.vt-upcomingEvents .vt_feed_items {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.vt-upcomingEvents .vt_feed_items > li * {
  float: none;
}
@media screen and (max-width: 991px) {
  .vt-upcomingEvents .vt_feed_items > li * {
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .vt-upcomingEvents .vt_feed_items {
    flex-direction: row;
    padding: inherit;
  }
}
.vt-upcomingEvents .vt-upcomingEvents-event {
  padding: 0;
  width: 100%;
  background: none;
  color: rgb(255, 255, 255);
  box-shadow: none;
  border: none;
  position: relative;
  font-size: 0.875em;
  margin-bottom: 0.5em;
  display: flex;
}
@media screen and (max-width: 991px) {
  .vt-upcomingEvents .vt-upcomingEvents-event {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .vt-upcomingEvents .vt-upcomingEvents-event {
    width: 33.333%;
    margin: 0;
  }
}
.vt-upcomingEvents .vt-upcomingEvents-event .vt-upcomingEvents-event-date {
  width: 20%;
}
.vt-upcomingEvents .vt-upcomingEvents-event .vt-upcomingEvents-event-date::after {
  content: "";
  background: rgb(255, 255, 255);
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: -1em;
  left: 0;
  transform: rotate(90deg);
  /* stylelint-disable */
  /* stylelint-enable */
}
@media screen and (min-width: 992px) {
  .vt-upcomingEvents .vt-upcomingEvents-event .vt-upcomingEvents-event-date::after {
    display: none;
  }
}
.vt-upcomingEvents .vt-upcomingEvents-event .vt-upcomingEvents-event-date + [class*=col]::before {
  content: "";
  background: rgb(255, 255, 255);
  width: 1px;
  height: 100%;
  position: absolute;
  transform: rotate(90deg);
  display: none;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media screen and (min-width: 992px) {
  .vt-upcomingEvents .vt-upcomingEvents-event .vt-upcomingEvents-event-date + [class*=col]::before {
    transform: none;
    display: block;
    left: -8%;
    top: 5px;
    bottom: initial;
    min-height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .vt-upcomingEvents .vt-upcomingEvents-event .vt-upcomingEvents-event-date + [class*=col]::before {
    left: -10%;
  }
}
.vt-upcomingEvents .vt-upcomingEvents-event a {
  /* stylelint-disable declaration-no-important */
  color: rgb(255, 255, 255) !important;
  /* stylelint-enable declaration-no-important */
  font-weight: 400;
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.vt-upcomingEvents .vt-upcomingEvents-event span {
  color: rgb(255, 255, 255);
}
.vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iDescription {
  /* stylelint-disable */
  font-size: 0.875em !important;
  /* stylelint-enable */
}
.vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iTime {
  padding-left: 0;
}
.vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iTitle {
  display: inline-block;
  margin: 0 0 1em 0;
}
.vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iLocation {
  /* stylelint-disable */
  color: inherit !important;
  /* stylelint-enable */
}
.vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iDate {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iDate {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iDate span {
    align-self: center;
    width: 50%;
  }
}
.vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iDate span:last-child {
  font-size: 1.75em;
  margin-bottom: -5px;
  font-weight: 700;
}
.vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iDate span:first-child {
  margin-bottom: 5px;
  margin-left: 5px;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media screen and (min-width: 992px) {
  .vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iDate span:first-child {
    margin-left: 0;
  }
}
.vt-upcomingEvents .vt-upcomingEvents-viewMore {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: -0.5em 0 0 0;
}
@media screen and (min-width: 992px) {
  .vt-upcomingEvents .vt-upcomingEvents-viewMore {
    width: 3em;
    position: absolute;
    top: 7em;
    right: 5.5em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-upcomingEvents .vt-upcomingEvents-viewMore {
    top: 3.5em;
  }
}
.vt-upcomingEvents .vt-upcomingEvents-viewMore:hover {
  text-decoration: none;
}
.vt-upcomingEvents .vt-upcomingEvents-viewMore .vt-upcomingEvents-viewMore-icon {
  background: rgb(255, 255, 255);
  padding: 1em;
  color: rgb(134, 31, 65);
  box-shadow: 0 0 10px rgb(94, 96, 98);
}
.vt-upcomingEvents .vt-upcomingEvents-viewMore .vt-upcomingEvents-viewMore-icon .fa-arrow-right {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.vt-upcomingEvents .vt-upcomingEvents-viewMore .vt-upcomingEvents-viewMore-text {
  font-size: 0.875em;
  font-family: "rubik", sans-serif;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  margin-left: -5px;
}

.vtcontainer .vt-upcomingEvents {
  margin-bottom: 0;
}

/************************************** BEGIN FULL WIDTH FEATURED MEDIA */
.parbase > .vt-featured-media,
.vt-featured-media .vt-vtcontainer {
  margin-bottom: 0;
}

.vt-featured-media > .vt-vtcontainer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vt-featured-media .vtctalink {
  margin: 0;
}

.vt-featured-media .vtctalink .vt-ctaLink.vt-featured-media-collapse {
  display: none;
  position: relative;
  margin: 1em;
  z-index: 10000;
}

.vt-featured-media .vtctalink .vt-ctaLink.vt-featured-media-action {
  display: block;
  position: relative;
  bottom: 0;
  margin: 1em;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .vt-featured-media .vtctalink .vt-ctaLink.vt-featured-media-action {
    position: absolute;
    right: 6em;
    left: auto;
    margin: 0;
  }
}
.vt-featured-media .vtctalink .vt-ctaLink.vt-featured-media-action.open {
  position: relative;
  right: auto;
  left: auto;
  margin: 1em;
}
.vt-featured-media .vtctalink .vt-ctaLink.vt-featured-media-action:focus {
  outline-color: rgb(255, 255, 255);
}

.vt-featured-media-play-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vt-featured-media-play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: transparent;
  overflow: hidden;
  width: 80px;
  height: 52.5px;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .vt-featured-media-play {
    width: 120px;
    height: 70px;
  }
}
.vt-featured-media-play:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-featured-media-play .vt-featured-media-playIcon {
  display: block;
  position: relative;
  color: rgb(255, 255, 255);
  width: 2em;
  height: 2em;
}

.vt-featured-media-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: transparent;
  overflow: hidden;
  width: 80px;
  height: 52.5px;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .vt-featured-media-link {
    width: 120px;
    height: 70px;
  }
}
.vt-featured-media-link:focus {
  outline-color: rgb(255, 255, 255);
}
.vt-featured-media-link .vt-featured-media-playIcon {
  display: block;
  position: relative;
  color: rgb(255, 255, 255);
  width: 2em;
  height: 2em;
}

.vt-featured-media .vt-featured-media-assets {
  margin: 0;
  /* stylelint-disable */
  /* stylelint-enable */
}
.vt-featured-media .vt-featured-media-assets > .vt-vtcontainer-content {
  display: block;
  position: relative;
  min-height: 15em;
}
@media screen and (min-width: 576px) {
  .vt-featured-media .vt-featured-media-assets > .vt-vtcontainer-content {
    min-height: 20em;
  }
}
@media screen and (min-width: 768px) {
  .vt-featured-media .vt-featured-media-assets > .vt-vtcontainer-content {
    min-height: 25em;
  }
}
@media screen and (min-width: 992px) {
  .vt-featured-media .vt-featured-media-assets > .vt-vtcontainer-content {
    min-height: auto;
  }
}
.vt-featured-media .vt-featured-media-assets .vt-featured-media-video {
  margin-bottom: 0;
}
.vt-featured-media .vt-featured-media-assets .jw-aspect {
  padding-top: 500px !important;
  transition: padding-top 0.3s ease-out;
}
.vt-featured-media .vt-featured-media-assets .jw-aspect.active {
  padding-top: 56.25% !important;
}
.vt-featured-media .vt-featured-media-assets .jw-controls .jw-display .jw-display-icon-container {
  z-index: 1000;
  position: relative;
}

.vt-featured-media-assets .vt-featured-media-title {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: "Acherus", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  color: rgb(255, 255, 255);
  padding: 0 5%;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .vt-featured-media-assets .vt-featured-media-title {
    padding: 0 2em;
  }
}
@media screen and (min-width: 992px) {
  .vt-featured-media-assets .vt-featured-media-title {
    font-size: 1.5em;
    padding: 0 4em;
  }
}
@media all and (-ms-high-contrast: active) {
  .vt-featured-media-assets .vt-featured-media-title {
    background-color: transparent;
  }
}
.vt-featured-media-assets .vt-featured-media-title p {
  display: block;
  position: absolute;
  bottom: 1.5em;
  margin: 0;
  padding: 0 2em 0 0;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .vt-featured-media-assets .vt-featured-media-title p {
    bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .vt-featured-media-assets .vt-featured-media-title p {
    padding: 20px 2em 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .vt-featured-media-assets .vt-featured-media-title p {
    width: 33.33333334%;
    line-height: 1.4;
    bottom: 3em;
  }
}

.vt-featured-media-assets .vt-featured-media-info {
  display: none;
  position: absolute;
  bottom: 1.125em;
  padding-bottom: 1.125em;
  padding-left: 6em;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .vt-featured-media-assets .vt-featured-media-info {
    display: block;
  }
}
.vt-featured-media-assets .vt-featured-media-info p {
  display: inline-block;
  position: relative;
  font-family: "gineso-condensed", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: rgb(255, 255, 255);
  height: 2em;
  width: auto;
  margin: 0;
  padding: 0 0.1em;
  background-color: rgba(229, 225, 230, 0.2);
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .vt-featured-media-assets .vt-featured-media-info p {
    vertical-align: text-bottom;
  }
}
.vt-featured-media-assets .vt-featured-media-info::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  background-color: rgba(229, 225, 230, 0.2);
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .vt-featured-media-assets .vt-featured-media-info::before {
    vertical-align: text-bottom;
  }
}
.vt-featured-media-assets .vt-featured-media-info::after {
  content: "";
  display: inline-block;
  position: relative;
  left: -0.25em;
  width: 2em;
  height: 2em;
  background-color: rgba(229, 225, 230, 0.2);
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .vt-featured-media-assets .vt-featured-media-info::after {
    vertical-align: text-bottom;
  }
}

.vt-featured-media-overlay {
  display: block;
  position: relative;
  /* stylelint-disable */
  margin: 0 !important;
  /* stylelint-enable */
  float: none;
}
.vt-featured-media-overlay figure {
  margin: 0;
}

.overlay-gradient .vt-featured-media-assets {
  background-color: black;
}
.overlay-gradient.vt-featured-media .vtctalink .vt-ctaLink.vt-featured-media-action {
  display: block;
  position: relative;
  bottom: 0;
  right: auto;
  margin: 0 0 4em;
  z-index: 1000;
}
.overlay-gradient.vt-featured-media .vtctalink .vt-ctaLink.vt-featured-media-action.open {
  position: relative;
  right: auto;
  left: auto;
  margin: 1em;
}
.overlay-gradient.vt-featured-media .vtctalink .vt-ctaLink.vt-featured-media-action:focus {
  outline-color: rgb(255, 255, 255);
}
.overlay-gradient.vt-featured-media .vt-featured-media-play-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .overlay-gradient.vt-featured-media .vt-featured-media-play {
    width: 120px;
    height: 70px;
  }
}

.vt-featured-media.overlay-gradient .vt-featured-media-overlay::after {
  content: none;
  background: linear-gradient(transparent, black 99%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .vt-featured-media.overlay-gradient .vt-featured-media-overlay::after {
    content: "";
  }
}

.vt-featured-media-assets .vt-featured-media-multicolumn {
  background-color: black;
  /* stylelint-disable */
  padding: 1em 5vw !important;
  margin-bottom: 0 !important;
  /* stylelint-enable */
}
@media screen and (min-width: 768px) {
  .vt-featured-media-assets .vt-featured-media-multicolumn {
    padding: 1em 13.5vw !important;
  }
}
@media screen and (min-width: 1920px) {
  .vt-featured-media-assets .vt-featured-media-multicolumn {
    padding: 1em 25vw !important;
  }
}
@media screen and (min-width: 3000px) {
  .vt-featured-media-assets .vt-featured-media-multicolumn {
    padding: 1em 30vw !important;
  }
}
.vt-featured-media-assets .vt-featured-media-multicolumn .vt-col {
  margin: 0;
}
.vt-featured-media-assets .vt-featured-media-multicolumn .vt-featured-media-title {
  position: relative;
  font-size: 1.5em;
  font-weight: 600;
  text-align: left;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .vt-featured-media-assets .vt-featured-media-multicolumn .vt-featured-media-title {
    text-align: right;
    font-weight: 400;
  }
}
.vt-featured-media-assets .vt-featured-media-multicolumn .vt-featured-media-title p {
  position: relative;
  font-family: "gineso-condensed", sans-serif;
  bottom: auto;
  width: 100%;
  padding: 0;
  margin: 0 0 0.5em;
}
.vt-featured-media-assets .vt-featured-media-multicolumn .vt-featured-media-info {
  position: relative;
  bottom: auto;
  text-align: right;
  padding: 0;
}
.vt-featured-media-assets .vt-featured-media-multicolumn .vt-featured-media-info p {
  position: relative;
  margin: 0;
}
.vt-featured-media-assets .vt-featured-media-multicolumn .vt-featured-media-desc {
  line-height: 1.4;
  color: rgb(255, 255, 255);
}

.vt-featured-media.open .vt-featured-media-controls {
  /* stylelint-disable */
  padding: 1em 13.5vw !important;
  /* stylelint-enable */
}
@media screen and (min-width: 768px) {
  .vt-featured-media.open .vt-featured-media-controls {
    padding: 1em 13.5vw !important;
  }
}
@media screen and (min-width: 1920px) {
  .vt-featured-media.open .vt-featured-media-controls {
    padding: 1em 25vw !important;
  }
}
@media screen and (min-width: 3000px) {
  .vt-featured-media.open .vt-featured-media-controls {
    padding: 1em 30vw !important;
  }
}
.vt-featured-media.open .vt-featured-media-controls .vt-ctaLink.outline.light {
  padding: 0.875em 15%;
  white-space: normal;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .vt-featured-media.open .vt-featured-media-controls .vt-ctaLink.outline.light {
    white-space: nowrap;
  }
}
.vt-featured-media.open .vt-featured-media-controls .fa-arrow-right {
  display: inline-block;
  white-space: nowrap;
}

.vt-featured-media.open .vt-featured-media-controls > .vt-vtcontainer-content {
  display: block;
  position: relative;
}
@media screen and (min-width: 992px) {
  .vt-featured-media.open .vt-featured-media-controls > .vt-vtcontainer-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .overlay-gradient.open .vt-featured-media-controls > .vt-vtcontainer-content > .vtctalink {
    flex-basis: 50%;
    width: 40%;
    position: relative;
  }
  .overlay-gradient.open .vt-featured-media-controls > .vt-vtcontainer-content > .vtctalink .vt-ctaLink {
    width: 100%;
  }
}

.vt-featured-media .vt-featured-media-assets .vt-featured-media-video {
  position: absolute;
  right: 100vw;
}

.vt-featured-media .vt-featured-media-assets.open .vt-featured-media-video {
  position: relative;
  right: auto;
  width: auto;
}
.vt-featured-media .vt-featured-media-assets.open .vt-featured-media-overlay {
  display: none;
}

/************************************** END FULL WIDTH FEATURED MEDIA */
.vt-giving-radioUI.vt-rawhtml, .vt-giving-radioUI .vt-container,
.vt-giving-radioUIwithSelect.vt-rawhtml,
.vt-giving-radioUIwithSelect .vt-container {
  margin: 0 !important;
  padding: 2em 10% 3.5em;
}
@media screen and (min-width: 992px) {
  .vt-giving-radioUI,
.vt-giving-radioUIwithSelect {
    padding-bottom: 4em;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-focusOutline,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-focusOutline {
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
  outline-color: rgb(117, 120, 123);
}
.vt-giving-radioUI .vt-giving-radioUI-primaryText,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-primaryText {
  font-family: "crimsontext", serif !important;
}
.vt-giving-radioUI .vt-giving-radioUI-legend,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-legend {
  font-family: "Acherus", sans-serif;
  font-size: 1em;
}
.vt-giving-radioUI .labelholder,
.vt-giving-radioUIwithSelect .labelholder {
  margin-bottom: 1em;
  width: 100%;
}
.vt-giving-radioUI .vt-giving-radioUI-fieldset div,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-fieldset div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.vt-giving-radioUI .input-group,
.vt-giving-radioUIwithSelect .input-group {
  font-family: "Acherus", sans-serif;
}
.vt-giving-radioUI .input-group-prepend,
.vt-giving-radioUIwithSelect .input-group-prepend {
  width: 100%;
}
.vt-giving-radioUI .input-group-text,
.vt-giving-radioUIwithSelect .input-group-text {
  padding: 7px 0.5em;
  color: rgb(134, 31, 65);
  background: rgb(250, 249, 250);
  margin-right: -1px;
  border: 1px solid rgb(117, 120, 123);
  border-radius: 0;
}
.vt-giving-radioUI .vt-giving-radioUI-btn,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn {
  color: #212529;
  background-color: rgb(250, 249, 250);
  border-color: rgb(117, 120, 123);
  color: rgb(134, 31, 65);
  padding: 9px;
  border: 1px solid rgb(117, 120, 123);
  margin-left: -1px;
  font-family: "Acherus", sans-serif;
}
.vt-giving-radioUI .vt-giving-radioUI-btn:hover,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:hover {
  color: #212529;
  background-color: white;
  border-color: #7a7d80;
}
.vt-giving-radioUI .vt-giving-radioUI-btn:focus, .vt-giving-radioUI .vt-giving-radioUI-btn.focus,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:focus,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn.focus {
  color: #212529;
  background-color: white;
  border-color: #7a7d80;
  box-shadow: 0 0 0 0 rgba(104, 108, 111, 0.5);
}
.vt-giving-radioUI .vt-giving-radioUI-btn.disabled, .vt-giving-radioUI .vt-giving-radioUI-btn:disabled,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn.disabled,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:disabled {
  color: #212529;
  background-color: rgb(250, 249, 250);
  border-color: rgb(117, 120, 123);
}
.vt-giving-radioUI .vt-giving-radioUI-btn:not(:disabled):not(.disabled):active, .vt-giving-radioUI .vt-giving-radioUI-btn:not(:disabled):not(.disabled).active, .show > .vt-giving-radioUI .vt-giving-radioUI-btn.dropdown-toggle,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled):active,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled).active,
.show > .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn.dropdown-toggle {
  color: #212529;
  background-color: #f8f6f8;
  border-color: #e3dde3;
}
.vt-giving-radioUI .vt-giving-radioUI-btn:not(:disabled):not(.disabled):active:focus, .vt-giving-radioUI .vt-giving-radioUI-btn:not(:disabled):not(.disabled).active:focus, .show > .vt-giving-radioUI .vt-giving-radioUI-btn.dropdown-toggle:focus,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled):active:focus,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled).active:focus,
.show > .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(104, 108, 111, 0.5);
}
@media screen and (max-width: 767px) {
  .vt-giving-radioUI .vt-giving-radioUI-btn,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn {
    padding: 3vw 6vw;
  }
}
@media screen and (max-width: 991px) {
  .vt-giving-radioUI .vt-giving-radioUI-btn,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn {
    width: 90%;
    white-space: normal;
    padding: 2vw 4.5vw;
  }
}
@media screen and (min-width: 2160px) {
  .vt-giving-radioUI .vt-giving-radioUI-btn,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn {
    padding: 0.5vw 1.5vw;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-btn:active,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:active {
  transform: none;
}
@media screen and (max-width: 991px) {
  .vt-giving-radioUI .vt-giving-radioUI-btn,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn {
    width: auto;
    padding: 9px;
  }
}
@supports (-ms-ime-align: auto) {
  .vt-giving-radioUI .vt-giving-radioUI-btn,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btn {
    z-index: 1;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-btnClose,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-btnClose {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.vt-giving-radioUI label,
.vt-giving-radioUIwithSelect label {
  padding: 0.5em;
  border: 1px solid rgb(117, 120, 123);
  background: rgb(255, 255, 255);
  color: rgb(134, 31, 65);
  text-align: center;
  font-family: "gineso-condensed", sans-serif;
  width: 30%;
  font-size: 1em;
  margin-bottom: 0;
}
.vt-giving-radioUI label:hover,
.vt-giving-radioUIwithSelect label:hover {
  cursor: pointer;
}
.vt-giving-radioUI label:not(:first-child),
.vt-giving-radioUIwithSelect label:not(:first-child) {
  margin-left: -1px;
}
@media screen and (min-width: 1100px) {
  .vt-giving-radioUI label,
.vt-giving-radioUIwithSelect label {
    font-size: 1em;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-message,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-message {
  margin: 1em 0;
  font-family: "Acherus", sans-serif;
}
.vt-giving-radioUI input[type=radio],
.vt-giving-radioUIwithSelect input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.vt-giving-radioUI input[type=radio]:focus + label,
.vt-giving-radioUIwithSelect input[type=radio]:focus + label {
  background: #696b6e;
  color: rgb(255, 255, 255);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5), 0 0 0 0 rgba(134, 31, 65, 0.6);
}
.vt-giving-radioUI .active,
.vt-giving-radioUIwithSelect .active {
  background: #5c5f61;
  color: rgb(255, 255, 255);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5), 0 0 0 0 rgba(134, 31, 65, 0.6);
}
.vt-giving-radioUI .vt-ctaLink,
.vt-giving-radioUIwithSelect .vt-ctaLink {
  display: block;
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
  color: rgb(255, 255, 255);
  margin-top: 2em !important;
}
.vt-giving-radioUI .vt-ctaLink:hover,
.vt-giving-radioUIwithSelect .vt-ctaLink:hover {
  color: #fff;
  background-color: #a52650;
  border-color: #a52650;
}
.vt-giving-radioUI .vt-ctaLink:focus, .vt-giving-radioUI .vt-ctaLink.focus,
.vt-giving-radioUIwithSelect .vt-ctaLink:focus,
.vt-giving-radioUIwithSelect .vt-ctaLink.focus {
  color: #fff;
  background-color: #a52650;
  border-color: #a52650;
  box-shadow: 0 0 0 0 rgba(152, 65, 94, 0.5);
}
.vt-giving-radioUI .vt-ctaLink.disabled, .vt-giving-radioUI .vt-ctaLink:disabled,
.vt-giving-radioUIwithSelect .vt-ctaLink.disabled,
.vt-giving-radioUIwithSelect .vt-ctaLink:disabled {
  color: #fff;
  background-color: rgb(134, 31, 65);
  border-color: rgb(134, 31, 65);
}
.vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled):active, .vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled).active, .show > .vt-giving-radioUI .vt-ctaLink.dropdown-toggle,
.vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled):active,
.vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled).active,
.show > .vt-giving-radioUIwithSelect .vt-ctaLink.dropdown-toggle {
  color: #fff;
  background-color: #821e3f;
  border-color: #5d152d;
}
.vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled):active:focus, .vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled).active:focus, .show > .vt-giving-radioUI .vt-ctaLink.dropdown-toggle:focus,
.vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled):active:focus,
.vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled).active:focus,
.show > .vt-giving-radioUIwithSelect .vt-ctaLink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(152, 65, 94, 0.5);
}
@media screen and (max-width: 767px) {
  .vt-giving-radioUI .vt-ctaLink,
.vt-giving-radioUIwithSelect .vt-ctaLink {
    padding: 3vw 6vw;
  }
}
@media screen and (max-width: 991px) {
  .vt-giving-radioUI .vt-ctaLink,
.vt-giving-radioUIwithSelect .vt-ctaLink {
    width: 90%;
    white-space: normal;
    padding: 2vw 4.5vw;
  }
}
@media screen and (min-width: 2160px) {
  .vt-giving-radioUI .vt-ctaLink,
.vt-giving-radioUIwithSelect .vt-ctaLink {
    padding: 0.5vw 1.5vw;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-select,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-select {
  background-color: rgb(255, 255, 255);
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"/></svg>');
  background-position: right 0.7em top 50%, 0 0;
  background-repeat: no-repeat;
  background-size: 0.65em auto, 100%;
  padding: 0.5em 1em;
  width: 100%;
  max-width: 100%;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-color: rgb(229, 225, 230);
  border-top-color: rgb(229, 225, 230);
  border-left-color: rgb(229, 225, 230);
  outline: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(134, 31, 65, 0.6);
  border-radius: 0;
  font-family: "gineso-condensed", sans-serif;
}
.vt-giving-radioUI .vt-giving-radioUI-select:hover,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-select:hover {
  cursor: pointer;
  border-color: #8f9294;
}
.vt-giving-radioUI .vt-giving-radioUI-select:-moz-focusring,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
  outline-color: rgb(117, 120, 123);
}
.vt-giving-radioUI .vt-giving-radioUI-flex,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .vt-giving-radioUI .vt-giving-radioUI-flex,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex {
    display: block;
  }
}
@media screen and (max-width: 1025px) {
  .vt-giving-radioUI .vt-giving-radioUI-flex > .vt-giving-radioUI-fieldset,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex > .vt-giving-radioUI-fieldset {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-giving-radioUI .vt-giving-radioUI-flex > .vt-giving-radioUI-fieldset,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex > .vt-giving-radioUI-fieldset {
    width: 33.33%;
    padding: 0.5em;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-flex legend,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex legend {
  margin-bottom: 1em;
}
.vt-giving-radioUI .vt-giving-radioUI-flex > div,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex > div {
  width: 33.33%;
  padding: 0.5em;
}
@media screen and (max-width: 1025px) {
  .vt-giving-radioUI .vt-giving-radioUI-flex > div,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex > div {
    width: 100%;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-flex > div.vt-giving-radioUI-topSpace,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex > div.vt-giving-radioUI-topSpace {
  margin-top: 0;
}
.vt-giving-radioUI .vt-giving-radioUI-flex > div fieldset,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex > div fieldset {
  margin-top: 0;
}
.vt-giving-radioUI .vt-giving-radioUI-flex > div .vt-giving-radioUI-textField,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex > div .vt-giving-radioUI-textField {
  height: 100%;
  padding: 0.71em 1em;
}
.vt-giving-radioUI .vt-giving-radioUI-flex .vt-giving-radioUI-message,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex .vt-giving-radioUI-message {
  margin: 0 0 1em;
  padding: 0 0.5em;
}
@media screen and (min-width: 1026px) {
  .vt-giving-radioUI .vt-giving-radioUI-flex .vt-giving-radioUI-message,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex .vt-giving-radioUI-message {
    position: absolute;
    width: 45%;
    bottom: 2em;
    left: 10%;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}
@media screen and (max-width: 1025px) {
  .vt-giving-radioUI .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper {
    display: block;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper .vt-ctaLink,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper .vt-ctaLink {
  margin: 0 0.5em 0 1em !important;
  width: 31.5% !important;
}
@media screen and (max-width: 1025px) {
  .vt-giving-radioUI .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper .vt-ctaLink,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper .vt-ctaLink {
    width: 100% !important;
    margin: 1.5em auto !important;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-flex .labelholder,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex .labelholder {
  margin-bottom: 0;
}
.vt-giving-radioUI .vt-giving-radioUI-flex .vt-giving-radioUI-primaryText,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-flex .vt-giving-radioUI-primaryText {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .vt-giving-radioUI .vt-giving-radioUI-horizontal-halves .vt-giving-radioUI-flex > div,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-horizontal-halves .vt-giving-radioUI-flex > div {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .vt-giving-radioUI .vt-giving-radioUI-horizontal-halves .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper .vt-ctaLink,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-horizontal-halves .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper .vt-ctaLink {
    width: 48.1% !important;
  }
}
.vt-giving-radioUI .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex {
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (min-width: 992px) {
  .vt-giving-radioUI .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-message,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-message {
    position: absolute;
    bottom: -0.75em;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (min-width: 992px) {
  .vt-giving-radioUI .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex > div,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex > div {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .vt-giving-radioUI .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex > .vt-giving-radioUI-fieldset,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex > .vt-giving-radioUI-fieldset {
    width: 25%;
    padding: 0.5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-giving-radioUI .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper {
    width: 25%;
    display: block;
    margin-bottom: 0.5em;
  }
  .vt-giving-radioUI .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper .vt-ctaLink,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex .vt-giving-radioUI-btnWrapper .vt-ctaLink {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-giving-radioUI .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex .vt-giving-radioUI-primaryText,
.vt-giving-radioUIwithSelect .vt-giving-radioUI-horizontal-fourths .vt-giving-radioUI-flex .vt-giving-radioUI-primaryText {
    margin-bottom: 0.25em;
  }
}
.vt-giving-radioUI.vt-giving-radioUI-dark.vt-rawhtml,
.vt-giving-radioUIwithSelect.vt-giving-radioUI-dark.vt-rawhtml {
  background: rgb(23, 24, 25);
}
.vt-giving-radioUI.vt-giving-radioUI-dark legend, .vt-giving-radioUI.vt-giving-radioUI-dark .vt-giving-radioUI-message, .vt-giving-radioUI.vt-giving-radioUI-dark .vt-giving-radioUI-primaryText,
.vt-giving-radioUIwithSelect.vt-giving-radioUI-dark legend,
.vt-giving-radioUIwithSelect.vt-giving-radioUI-dark .vt-giving-radioUI-message,
.vt-giving-radioUIwithSelect.vt-giving-radioUI-dark .vt-giving-radioUI-primaryText {
  color: rgb(255, 255, 255) !important;
}
.vt-giving-radioUI.vt-giving-radioUI-light.vt-rawhtml,
.vt-giving-radioUIwithSelect.vt-giving-radioUI-light.vt-rawhtml {
  background: rgb(229, 225, 230);
}
.vt-giving-radioUI.vt-giving-radioUI-light .vt-giving-radioUI-message,
.vt-giving-radioUIwithSelect.vt-giving-radioUI-light .vt-giving-radioUI-message {
  color: black;
}

.vt-giving-radioUI-givingAmounts {
  margin-top: 1em;
}

/* stylelint-disable */
.vt-giving-radioUI-textField {
  width: 100%;
  padding: 0.59em 1em;
  position: relative;
  border: 1px solid rgb(117, 120, 123) !important;
  border-radius: 0;
  font-size: inherit;
  font-family: "Acherus", sans-serif;
}
.vt-giving-radioUI-textField::-moz-placeholder {
  color: rgba(117, 120, 123, 0.8);
}
.vt-giving-radioUI-textField::placeholder {
  color: rgba(117, 120, 123, 0.8);
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .vt-giving-radioUI-textField {
    padding: 0.53em 1em;
  }
}
@media screen and (-ms-high-contrast: none) {
  .vt-giving-radioUI-textField {
    padding: 6.5px 1em;
  }
}

.vt-callToAction .vt-giving-radioUI-textField {
  padding: 8px 1em;
}
.vt-callToAction .vt-giving-radioUI-textField:focus {
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
  outline-color: rgb(117, 120, 123);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .vt-callToAction .vt-giving-radioUI-textField {
    padding: 8.5px 1em;
  }
}
@media screen and (-ms-high-contrast: none) {
  .vt-callToAction .vt-giving-radioUI-textField {
    padding: 7.5px 1em;
  }
}
@supports (-ms-ime-align: auto) {
  .vt-callToAction .vt-giving-radioUI-textField {
    padding: 7.5px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .vt-callToAction .vt-giving-radioUI-textField {
    padding: 7.5px 1em;
  }
}

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

/* stylelint-enable */
.vt-callToAction .labelholder {
  margin-bottom: 0;
}

.vt-giving-radioUI-topSpace {
  margin-top: 1em;
}

.vt-right-col .vt-giving-radioUI .vt-giving-radioUI-message, .vt-right-col .vt-giving-radioUIwithSelect .vt-giving-radioUI-message {
  color: rgb(255, 255, 255) !important;
}

.vt-giving-radioUI-primaryText-crimson {
  font-family: "crimsontext", serif !important;
}

/************************************** BEGIN TIMELINE WIDGET STYLES */
.vt-timeline {
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .vt-timeline {
    margin-left: 0;
  }
}
.vt-timeline .vt-image img {
  border-radius: 5px;
}
.vt-timeline > .vt-vtcontainer-content {
  display: block;
  position: relative;
  width: 100%;
  /* The actual timeline (the vertical ruler) */
}
.vt-timeline > .vt-vtcontainer-content::after {
  content: "";
  position: absolute;
  width: 0.389em;
  background-color: rgb(134, 31, 65);
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: -0.194em;
  z-index: 1;
}
@media all and (-ms-high-contrast: active) {
  .vt-timeline > .vt-vtcontainer-content::after {
    background-color: rgb(255, 255, 255);
  }
}
.vt-timeline > .vt-vtcontainer-content .vtcontainer {
  position: relative;
  width: 100%;
  left: 0;
  padding-left: 2em;
  z-index: 2;
  /* Add arrows to the container (pointing left for mobile) */
  /* The circles on the timeline */
}
.vt-timeline > .vt-vtcontainer-content .vtcontainer::before {
  left: 1.5em;
  right: auto;
  border: medium solid rgb(134, 31, 65);
  border-width: 0.778em 0.778em 0.778em 0;
  border-color: transparent rgb(134, 31, 65) transparent transparent;
}
.vt-timeline > .vt-vtcontainer-content .vtcontainer::after {
  content: "";
  position: absolute;
  width: 1.556em;
  height: 1.556em;
  left: -0.778em;
  right: auto;
  background-color: rgb(229, 225, 230);
  border: 4px solid rgb(134, 31, 65);
  top: 1.222em;
  border-radius: 50%;
  z-index: 3;
}
.vt-timeline > .vt-vtcontainer-content .vtcontainer .vt-vtcontainer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em;
}
.vt-timeline > .vt-vtcontainer-content .vtcontainer .vt-vtcontainer-content > * {
  display: block;
  width: 100%;
}
.vt-timeline > .vt-vtcontainer-content .vtcontainer .vt-vtcontainer-content .vt-text * {
  line-height: 2;
  text-align: left;
}
.vt-timeline > .vt-vtcontainer-content .vtcontainer:nth-child(odd) {
  /* Add arrows to the left container (pointing right) */
}
.vt-timeline > .vt-vtcontainer-content .vtcontainer:nth-child(odd)::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 1.222em;
  width: 0;
  z-index: 4;
}
.vt-timeline > .vt-vtcontainer-content .vtcontainer:nth-child(even) {
  /* Add arrows to the right container (pointing left) */
}
.vt-timeline > .vt-vtcontainer-content .vtcontainer:nth-child(even)::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 1.222em;
  width: 0;
  z-index: 4;
}

@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline > .vt-vtcontainer-content::after {
    left: 50%;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vtcontainer {
    width: 50%;
    padding-left: 0;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vtcontainer::after {
    left: auto;
    right: -0.778em;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vtcontainer:nth-child(odd) {
    left: 0;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vtcontainer:nth-child(odd) .vt-vtcontainer-content {
    align-items: flex-end;
    padding: 1em 3em 1em 1em;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vtcontainer:nth-child(odd) .vt-vtcontainer-content .vt-text * {
    text-align: right;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vtcontainer:nth-child(even) {
    left: 50%;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vtcontainer:nth-child(even) .vt-vtcontainer-content {
    padding: 1em 1em 1em 3em;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vt-show-edit.vtcontainer {
    width: 100%;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vt-show-edit.vtcontainer:nth-child(odd) .vt-vtcontainer-content {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vt-show-edit.vtcontainer:nth-child(odd) .vt-vtcontainer-content .vt-text * {
    text-align: left;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vtcontainer:nth-child(odd)::before {
    left: auto;
    right: 1.5em;
    border: medium solid rgb(134, 31, 65);
    border-width: 0.778em 0 0.778em 0.778em;
    border-color: transparent transparent transparent rgb(134, 31, 65);
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vtcontainer:nth-child(even)::before {
    right: auto;
    left: 1.5em;
    border: medium solid rgb(134, 31, 65);
    border-width: 0.778em 0.778em 0.778em 0;
    border-color: transparent rgb(134, 31, 65) transparent transparent;
  }
}
@media screen and (min-width: 1370px) {
  #vt_with_rb .vt-timeline .vtcontainer:nth-child(even)::after {
    left: -0.778em;
  }
}

@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline > .vt-vtcontainer-content::after {
    left: 50%;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vtcontainer {
    width: 50%;
    padding-left: 0;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vtcontainer::after {
    left: auto;
    right: -0.778em;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vtcontainer:nth-child(odd) {
    left: 0;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vtcontainer:nth-child(odd) .vt-vtcontainer-content {
    align-items: flex-end;
    padding: 1em 3em 1em 1em;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vtcontainer:nth-child(odd) .vt-vtcontainer-content .vt-text * {
    text-align: right;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vtcontainer:nth-child(even) {
    left: 50%;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vtcontainer:nth-child(even) .vt-vtcontainer-content {
    padding: 1em 1em 1em 3em;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vt-show-edit.vtcontainer {
    width: 100%;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vt-show-edit.vtcontainer:nth-child(odd) .vt-vtcontainer-content {
    align-items: flex-start;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vt-show-edit.vtcontainer:nth-child(odd) .vt-vtcontainer-content .vt-text * {
    text-align: left;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vtcontainer:nth-child(odd)::before {
    left: auto;
    right: 1.5em;
    border: medium solid rgb(134, 31, 65);
    border-width: 0.778em 0 0.778em 0.778em;
    border-color: transparent transparent transparent rgb(134, 31, 65);
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vtcontainer:nth-child(even)::before {
    right: auto;
    left: 1.5em;
    border: medium solid rgb(134, 31, 65);
    border-width: 0.778em 0.778em 0.778em 0;
    border-color: transparent rgb(134, 31, 65) transparent transparent;
  }
}
@media screen and (min-width: 840px) {
  #vt_no_rb .vt-timeline .vtcontainer:nth-child(even)::after {
    left: -0.778em;
  }
}

/************************************** END TIMELINE WIDGET STYLES */
/************************************** BEGIN OLD GENERIC SLIDE DRAWER STYLES */
.vt-slideDrawer-container {
  padding-top: 3em;
  padding-bottom: calc(3em - 20px);
}
.vt-slideDrawer-container .vt-ctaLink.expanded svg {
  transform: rotate(-180deg);
}
.vt-slideDrawer-container.vt-show-publish .vt-slideDrawer-hidden {
  display: none;
}
.vt-slideDrawer-container.vt-vtcontainer[class*=-visible] .vt-list {
  padding-bottom: 0 !important;
}
.vt-slideDrawer-container.vt-vtcontainer[class*=-visible] .vtctalink {
  padding: 0 0 2em 0 !important;
}
.vt-slideDrawer-container [class*=visible] .vt-slideDrawer-noArrow,
.vt-slideDrawer-container [class*=hidden] .vt-slideDrawer-noArrow {
  padding-bottom: 1em !important;
}

/************************************** END OLD GENERIC SLIDE DRAWER STYLES */
/************************************** BEGIN GENERIC SLIDE DRAWER STYLES */
.vt-drawer-container {
  padding-top: 3em;
  padding-bottom: calc(3em - 20px);
}

.vt-drawer-container [aria-expanded=true] svg {
  transform: rotate(-180deg);
}

.vt-drawer-container.vt-show-publish .vt-drawer-hidden {
  display: none;
}

.vt-drawer-container [class*=visible] .vt-drawer-noArrow,
.vt-drawer-container [class*=hidden] .vt-drawer-noArrow {
  padding-bottom: 1em !important;
}

.vt-drawer-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  padding: 0.67vw 2vw;
  border: 2px solid black;
  color: black;
  margin: 2em auto;
}

@media screen and (min-width: 1200px) {
  .vt-drawer-toggle {
    padding: 0.33vw 1vw;
  }
}
.vt-drawer-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vt-drawer-toggle:hover {
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: black;
}

.vt-drawerToggle-dark .vt-drawer-toggle {
  border: 2px solid black;
  color: black;
}

.vt-drawerToggle-dark .vt-drawer-toggle:hover {
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: black;
}

.vt-drawerToggle-light .vt-drawer-toggle {
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.vt-drawerToggle-light .vt-drawer-toggle:hover {
  border: 2px solid black;
  color: black;
  background-color: rgb(255, 255, 255);
}

.vt-drawerToggle-light .vt-drawer-toggle:focus {
  outline-color: rgb(255, 255, 255);
}

.vt-drawer-toggle-text {
  font-family: "gineso-condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  margin-right: 0.67em;
}

.vt-drawer-toggle-icon {
  font-size: 1em;
}

/************************************** END GENERIC SLIDE DRAWER STYLES */
/************************************** BEGIN VIDEO LIST STRIPE STYLES */
.vt-video-listStripe,
.vt-video-listMore {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  background-color: transparent;
  width: 100%;
  padding: 2em 3em;
}
@media screen and (min-width: 768px) {
  .vt-video-listStripe,
.vt-video-listMore {
    flex-direction: row;
  }
}
.vt-video-listStripe > div[class*=vt-video-listStripe-item],
.vt-video-listMore > div[class*=vt-video-listStripe-item] {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 3em;
  border: 1px solid rgb(229, 225, 230);
  box-shadow: 0 0 10px rgb(229, 225, 230);
}
@media screen and (min-width: 992px) {
  .vt-video-listStripe > div[class*=vt-video-listStripe-item],
.vt-video-listMore > div[class*=vt-video-listStripe-item] {
    flex: 0 0 47%;
    max-width: 47%;
    width: 100% !important;
    margin: 0 0 3em 1em;
  }
}
.vt-video-listStripe iframe,
.vt-video-listMore iframe {
  width: 100% !important;
  height: 56.25vw !important;
}
@media screen and (min-width: 992px) {
  .vt-video-listStripe iframe,
.vt-video-listMore iframe {
    width: 100% !important;
    height: 26.4375vw !important;
  }
}

.vt-video-listStripe-viewAll {
  margin-bottom: 3em;
  margin-right: 5%;
}
@media screen and (min-width: 992px) {
  .vt-video-listStripe-viewAll {
    margin-bottom: 0;
    margin-right: 10%;
  }
}

.vt-video-listAll {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  background-color: transparent;
  width: 100%;
  padding: 3em 5%;
}
@media screen and (min-width: 768px) {
  .vt-video-listAll {
    padding: 3em 10%;
  }
}
@media screen and (min-width: 992px) {
  .vt-video-listAll {
    flex-direction: row;
  }
}
.vt-video-listAll > div[class*=vt-video-listStripe-item] {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 3em;
  border: 1px solid rgb(229, 225, 230);
  box-shadow: 0 0 10px rgb(229, 225, 230);
}
@media screen and (min-width: 992px) {
  .vt-video-listAll > div[class*=vt-video-listStripe-item] {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100% !important;
    margin: 0 0 3em 1em;
  }
}
.vt-video-listAll iframe {
  width: 100% !important;
  height: 56.25vw !important;
}
@media screen and (min-width: 992px) {
  .vt-video-listAll iframe {
    width: 100% !important;
    height: 16.875vw !important;
  }
}

.vt-video-listStripe-info {
  display: flex;
  flex-direction: column;
  padding: 2em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vt-video-listStripe-info {
    padding: 2em 1em;
  }
}

.vt-video-listStripe-title {
  font-family: "Acherus", sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  border-left: 3px solid rgba(139, 31, 65, 0.8);
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}

.vt-video-listStripe-desc {
  font-size: 0.85em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/************************************** END VIDEO LIST STRIPE STYLES */
/************************************** BEGIN LIST SORTER STYLES */
.vt-list-sorter {
  display: none;
}

.vt-list-sorter.vt-edit-show {
  display: block;
}

.vt-list-sorter-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid var(--vt-smoke-2s);
  border-top: 1px solid var(--vt-smoke-2s);
  margin-bottom: 1em;
}

.vt-list-sorter-filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 4;
}

.vt-list-sorter-filters-outer {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.vt-list-sorter-filters-inner {
  margin-right: 1em;
}

.vt-list-sorter-search-wrapper {
  margin-bottom: 1em;
}

/************************************** BEGIN LIST SORTER STYLES */
/************************************** BEGIN ONE 150 STYLES */
.vt-150-wrapper {
  display: inline-block;
  position: absolute;
  border-left: 1px solid rgb(255, 255, 255);
  margin: 0.3333em 0 0;
  padding: 0 0 0.25em 0.6667em;
  left: 10.25em;
}

@media screen and (min-width: 768px) {
  .vt-150-wrapper {
    left: 12.25em;
  }
}
.vt-150-svg {
  color: rgb(255, 255, 255);
  width: auto;
  height: 1.25em;
}

.vt-150-link:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}

/************************************** END ONE 150 STYLES */
/************************************** BEGIN DUAL CTA WIDGET STYLES */
.vt-dualCTA > .vt-vtcontainer-content,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content {
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 50vh;
  height: 100%;
  padding: 0;
  margin: 0 !important;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content {
    flex-direction: row;
    align-items: stretch;
    margin: 0 10%;
  }
}
@media screen and (min-width: 1920px) {
  .vt-dualCTA > .vt-vtcontainer-content,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content {
    min-height: 75vh;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta {
  display: block;
  position: relative;
  flex-grow: 0;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction {
  width: 100%;
  padding: 0;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction {
    flex-direction: row;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction .vt-callToAction-textHighlight .vt-callToAction-message-header-fragment::after,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction .vt-callToAction-textHighlight .vt-callToAction-message-header-fragment::after {
  background-color: black;
  height: 100%;
  bottom: 0;
  left: 0;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction .vt-callToAction-textHighlight .vt-callToAction-message-header-fragment span,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction .vt-callToAction-textHighlight .vt-callToAction-message-header-fragment span {
  font-weight: 500;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction,
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-message-heading,
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-message,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-message-heading,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-message {
  margin: 0;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-message-heading,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-message-heading {
  position: static;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-flexContainer,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-flexContainer {
  position: static;
  color: rgb(255, 255, 255);
  width: 100%;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement .vt-image,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement .vt-image {
  border-top: none;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement,
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement .vt-image img,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement .vt-image img {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement,
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement .vt-image img,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement .vt-image img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement .vt-image picture,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement .vt-image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-primary,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-primary {
  background-color: black;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-primary,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-primary {
    font-size: 2.5em;
    padding: 0.125em 0.2em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-primary,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-primary {
    font-size: 3em;
  }
}
@media screen and (max-height: 767px) and (min-width: 768px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-primary,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-primary {
    font-size: 2em;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-primary strong,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-primary strong {
  font-weight: 900;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-message.light,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-message.light {
  flex-direction: column;
  justify-content: flex-end;
  background-color: black;
  width: 100%;
  padding: 2em 5%;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-message.light,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-message.light {
    background-color: transparent !important;
    width: 75%;
    padding: 2em;
  }
}
@media screen and (min-width: 1920px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-message.light,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-message.light {
    width: 45%;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-message-description,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-message-description {
  background-color: black;
  font-family: "rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-message-description,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-message-description {
    padding: 0.5em;
    margin-bottom: 8px;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vtctalink,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vtctalink {
  margin: 0 !important;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vtctalink .vt-ctaLink.maroon,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vtctalink .vt-ctaLink.maroon {
  position: static;
  background-color: black;
  border-color: rgb(255, 255, 255);
  border-width: 3px;
  text-transform: uppercase;
  margin: 0;
  font-family: "rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vtctalink .vt-ctaLink.maroon,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vtctalink .vt-ctaLink.maroon {
    border-width: 1px;
    font-size: 0.575em;
    font-weight: 700;
    letter-spacing: 0.075em;
    padding: 0.5em 0.5em 0.4125em;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vtctalink .vt-ctaLink.maroon:hover,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vtctalink .vt-ctaLink.maroon:hover {
  text-decoration: underline;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vtctalink .vt-ctaLink.maroon:focus,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vtctalink .vt-ctaLink.maroon:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vtctalink .vt-ctaLink.maroon::before,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vtctalink .vt-ctaLink.maroon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-popover > :first-of-type,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-popover > :first-of-type {
  order: 2;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-popover > :first-of-type,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-popover > :first-of-type {
    order: 1;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement {
  order: 1;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-callToAction-popover .vt-callToAction-supplement {
    order: 2;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-cta-category,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-cta-category {
  display: flex;
  justify-content: flex-start;
  background-color: rgb(255, 255, 255);
  padding: 0.5em 0.5em 0.4125em;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-cta-category,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-cta-category {
    background-color: black;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-cta-category:focus,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-cta-category:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-cta-category-label,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-cta-category-label {
  display: inline-block;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-cta-category-text,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-cta-category-text {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  color: black;
  font-family: "rubik", sans-serif;
  font-size: 0.575em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-cta-category-text,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-cta-category-text {
    background-color: black;
    color: rgb(255, 255, 255);
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-cta-category-feature,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-cta-category-feature {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  color: black;
  height: 0.45em;
  line-height: 1;
  margin-right: 0.33em;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta .vt-cta-category-feature,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta .vt-cta-category-feature {
    background-color: black;
    color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta:first-child,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:first-child {
    flex-basis: 65%;
    max-width: 65%;
    width: 65%;
    margin-right: 2%;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta:first-child .vt-callToAction,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:first-child .vt-callToAction {
  height: 100%;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta:first-child .vt-callToAction.vt-callToAction-popover > .vt-callToAction-flexContainer,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:first-child .vt-callToAction.vt-callToAction-popover > .vt-callToAction-flexContainer {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA > .vt-vtcontainer-content .vtcta:last-child,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:last-child {
    flex-basis: 31%;
    max-width: 31%;
    width: 31%;
    margin-left: 2%;
  }
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta:last-child .vt-callToAction-flexContainer,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:last-child .vt-callToAction-flexContainer {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta:last-child .vt-callToAction-message,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:last-child .vt-callToAction-message {
  height: auto;
  width: 100% !important;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta:last-child .vt-callToAction-primary,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:last-child .vt-callToAction-primary {
  font-size: 2em !important;
}
.vt-dualCTA > .vt-vtcontainer-content .vtcta:last-child .vt-callToAction-primary strong,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:last-child .vt-callToAction-primary strong {
  font-weight: 700;
}

.vt-dualCTA-fullWidth > .vt-vtcontainer-content {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .vt-dualCTA-fullWidth > .vt-vtcontainer-content {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:first-child {
    flex-basis: 67%;
    max-width: 67%;
    width: 67%;
    margin: 0;
  }
}
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:last-child {
  border-top: 2px solid rgb(198, 70, 0);
  border-bottom: 2px solid rgb(198, 70, 0);
}
@media screen and (min-width: 992px) {
  .vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:last-child {
    background-color: var(--vt-hokieStone-6s);
    border: none;
    padding-left: 2px;
    flex-basis: 33%;
    max-width: 33%;
    width: 33%;
    margin: 0;
  }
}

@media all and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vt-dualCTA > .vt-vtcontainer-content,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content {
    display: block;
  }
  .vt-dualCTA > .vt-vtcontainer-content .vtcta:first-child .vt-callToAction,
.vt-dualCTA > .vt-vtcontainer-content .vtcta:last-child .vt-callToAction,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:first-child .vt-callToAction,
.vt-dualCTA-fullWidth > .vt-vtcontainer-content .vtcta:last-child .vt-callToAction {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .vt-home-featuredComponent .vt-dualCTA,
.vt-home-featuredComponent .vt-dualCTA-fullWidth {
    padding: 2em 10% 0;
  }
}

/************************************** END DUAL CTA WIDGET STYLES */
/************************* BEGIN MULTICOLUMN LINK EXPAND UTILITY STYLES */
/*
** Notes on this utility
** -- The intent was to keep focus/hover aesthetically pleasing without changing content positioning
** -- May be combined with the multicolumn card and grid utils.
** -- Root editor styles will be needed to override hover state with editing text blocks.
*/
@media screen and (max-width: 767px) {
  .vt-multicolumn-link-expand > .row > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
.vt-multicolumn-link-expand > .row > div > .vt-col a {
  position: unset;
  outline-color: transparent;
}

.vt-multicolumn-link-expand > .row > div > .vt-col a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: outline-color 0.2s, box-shadow 0.2s;
  margin: -0.5em;
}

@media screen and (max-width: 991px) {
  .vt-multicolumn-link-expand > .row > div > .vt-col a::before {
    margin: -0.25em;
  }
}
@media screen and (max-width: 767px) {
  .vt-multicolumn-link-expand > .row > div > .vt-col a::before {
    margin: -0.75em;
  }
}
.vt-multicolumn-link-expand > .row > div > .vt-col a:focus {
  outline-color: transparent;
}

.vt-multicolumn-link-expand > .row > div > .vt-col a:hover::before {
  box-shadow: 0 0 10px rgba(23, 24, 25, 0.2);
}

.vt-multicolumn-link-expand > .row > div > .vt-col a:focus::before {
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
  outline-color: var(--vt-hokieStone-2s);
}

.vt-multicolumn-link-expand > .row > div > .vt-col .vtctalink {
  margin: unset;
}

@media screen and (max-width: 767px) {
  .vt-multicolumn-link-expand > .row > div > .vt-col .vtctalink .vt-ctaLink {
    width: 100%;
  }
}
.vt-multicolumn-link-expand > .row > div > .vt-col .vtctalink .vt-ctaLink:hover, .vt-multicolumn-link-expand > .row > div > .vt-col .vtctalink .vt-ctaLink:focus {
  text-decoration: underline;
}

.vt-multicolumn-link-expand > .row > div > .vt-col .image figure {
  position: unset;
}

.vt-multicolumn-link-expand > .row > div > .vt-col .rawhtml > .vt-rawhtml {
  position: inherit;
}

.vt-multicolumn-link-expand > .row > div > .vt-col .text > .vt-text {
  position: inherit;
}

/************************* END MULTICOLUMN LINK EXPAND UTILITY STYLES */
/************************* BEGIN MULTICOLUMN CARD UTILITY STYLES */
/*
** Notes on this utility
** -- May be combined with the multicolumn link-expand and grid utils.
** -- Root editor styles will need to be tweaked to disengage margins/padding for grid 
*/
.vt-multicolumn-card.vt-multicolumn-grid > .row > div > .vt-col:not(.vt-grid-col) > .vtcontainer {
  height: inherit;
}

.vt-multicolumn-card.vt-multicolumn-link-expand > .row > div {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .vt-multicolumn-card.vt-multicolumn-link-expand > .row > div {
    margin-bottom: unset;
  }
}
.vt-multicolumn-card > .row > div {
  margin-bottom: unset;
}

.vt-multicolumn-card > .row > div > .vt-col {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .vt-multicolumn-card > .row > div > .vt-col {
    height: 100%;
  }
}
.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer {
  box-shadow: 0 0 10px rgba(23, 24, 25, 0.2);
  border-radius: 5px;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer:not(:last-child) {
  margin-bottom: 20px;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer:hover {
  background-color: var(--vt-smoke-9t);
  transition: background-color 0.2s;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer {
  margin-bottom: unset;
  height: inherit;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content {
  display: flex;
  flex-direction: column;
  margin-bottom: unset;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .text, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .vtctalink,
.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child) {
  padding-right: 1.75em;
  padding-left: 1.75em;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .text:first-child, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .vtctalink:first-child,
.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child):first-child {
  padding-top: 1.75em;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .text:last-child, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .vtctalink:last-child,
.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child):last-child {
  padding-bottom: 1.75em;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .text .vt-text p, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .text .vt-text ul, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .text .vt-text ol, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .vtctalink .vt-text p, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .vtctalink .vt-text ul, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .vtctalink .vt-text ol,
.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child) .vt-text p,
.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child) .vt-text ul,
.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child) .vt-text ol {
  margin-bottom: 1em;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .text .vt-text ul,
.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .text .vt-text ol, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .vtctalink .vt-text ul, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .vtctalink .vt-text ol,
.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child) .vt-text ul,
.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child) .vt-text ol {
  margin-left: unset;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .vtctalink:last-child {
  margin: unset;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content a:hover {
  text-decoration: underline;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content a:hover::before {
  box-shadow: unset;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content a::before {
  border-radius: 5px;
  margin: unset;
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .image figure, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml svg {
  border-radius: 5px 5px 0px 0px;
}

.vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer {
  background-color: var(--vt-hokieStone-6s);
  color: rgb(255, 255, 255);
}

.vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer,
.vt-multicolumn-card .inverse {
  background-color: var(--vt-hokieStone-6s);
  color: rgb(255, 255, 255);
}

.vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer:hover,
.vt-multicolumn-card .inverse:hover {
  background-color: var(--vt-hokieStone-8s);
}

.vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer .vt-ctaLink,
.vt-multicolumn-card .inverse .vt-ctaLink {
  border-color: rgb(255, 255, 255);
  color: black;
  background-color: rgb(255, 255, 255);
}

.vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer .vt-ctaLink:hover,
.vt-multicolumn-card .inverse .vt-ctaLink:hover {
  border-color: inherit;
  color: inherit;
  background-color: inherit;
}

.vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer ul li::before,
.vt-multicolumn-card .inverse ul li::before {
  background-color: rgb(255, 255, 255);
}

/************************* END MULTICOLUMN CARD UTILITY STYLES */
/************************* BEGIN MULTICOLUMN GRID STYLES */
/*
** Notes on this widget
** -- Intended to be used to give more control over multicolumn usage.
** -- 'vt-grid-item-' will have no effect if not used with the grid-expand class
** -- May be combined with the multicolumn link-expand and card utils.
** -- Root editor styles will need to be tweaked to disengage margins/padding for grid 
*/
.vt-multicolumn-grid .vtcontainer {
  height: 100%;
}

.vt-multicolumn-grid .vt-vtcontainer {
  height: 100%;
  margin-bottom: 0;
}

.vt-multicolumn.vt-multicolumn-grid {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .vt-multicolumn-grid .vt-num-col-2 > :nth-child(2n+1),
.vt-multicolumn-grid .vt-num-col-2 > :nth-child(2n+2) {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .vt-multicolumn-grid .vt-num-col-3 > :nth-child(3n+1),
.vt-multicolumn-grid .vt-num-col-3 > :nth-child(3n+2),
.vt-multicolumn-grid .vt-num-col-3 > :nth-child(3n+3) {
    padding: 0;
  }
}
.vt-multicolumn-grid .vt-col {
  margin-bottom: 0;
}

/*
@media screen and (min-width: 768px) {
  .vt-multicolumn-grid .vt-col {
    height: 100%;
    // margin-bottom: 0;
  }
}
*/
.vt-multicolumn-grid .vt-multicolumn-grid-responsive-container {
  padding: 2em;
}

.vt-multicolumn-grid .vt-multicolumn-grid-responsive-container .vt-list {
  margin-bottom: 0;
}

.vt-multicolumn-grid .vt-list .vt-num-col-1 .item .vt-list-item-category {
  display: none;
}

.vt-multicolumn-grid .vt-list .vt-num-col-1 .item.event-page .vt-list-item-category {
  display: flex;
}

.vt-multicolumn-grid .vt-list .vt-num-col-1 .item .vt-list-item-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.vt-multicolumn-grid .vt-list .vt-num-col-1 .item .vt-list-item-title-link {
  flex-grow: 1;
}

/************************************** BEGIN LIST TILE ADDITIONS */
.vt-multicolumn-grid .vtcontainer .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-img {
  height: 100vw;
}

@media screen and (min-width: 768px) {
  /* BEGIN 2 COL GRID TILE STYLES */
  .vt-multicolumn-grid .vt-num-col-2 .vtcontainer .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid .vt-num-col-2 .vtcontainer .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid .vt-num-col-2 .vtcontainer .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid .vt-num-col-2 .vtcontainer .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 50vw;
  }
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 12.5vw;
  }
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 16.6666666667vw;
  }
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 25vw;
  }
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 33.3333333333vw;
  }
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 37.5009375234vw;
  }
  /* END 2 COL GRID TILE STYLES */
  /* BEGIN 3 COL GRID TILE STYLES */
  .vt-multicolumn-grid > .vt-num-col-3 .vtcontainer .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid > .vt-num-col-3 .vtcontainer .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid > .vt-num-col-3 .vtcontainer .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid > .vt-num-col-3 .vtcontainer .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 33.3333vw;
  }
  .vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 8.333325vw;
  }
  .vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 11.1111vw;
  }
  .vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 16.66665vw;
  }
  .vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 22.2222vw;
  }
  .vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid > .vt-num-col-3 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 25.000600015vw;
  }
}
/* END 3 COL GRID TILE STYLES */
/* BEGIN - for 3col fullwidth on tablet */
@media screen and (min-width: 768px) {
  .vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+1),
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+2) {
    width: 100%;
    max-width: 50% !important;
    flex-basis: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+1),
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+2) {
    width: 100%;
    max-width: 33.3333% !important;
    flex-basis: 33.3333% !important;
  }
}

@media screen and (min-width: 768px) {
  .vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+3) {
    width: 100%;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+3) {
    width: 100%;
    max-width: 33.3333% !important;
    flex-basis: 33.3333% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+1) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+1) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+1) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+1) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 100vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+2) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+2) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+2) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+2) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 50vw;
  }
}

@media screen and (min-width: 768px) {
  .vt-multicolumn-grid.vt-col3-tablet-fullWidth.vt-col2-containers-50 .vt-num-col-3 > :nth-child(3n+2) .vtcontainer {
    height: 50vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-multicolumn-grid.vt-col3-tablet-fullWidth.vt-col2-containers-50 .vt-num-col-3 > :nth-child(3n+2) .vtcontainer {
    height: 16.6667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+3) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+3) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+3) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+3) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+3) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+3) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+3) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-multicolumn-grid.vt-col3-tablet-fullWidth .vt-num-col-3 > :nth-child(3n+3) .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 33.3333vw;
  }
}

/* END - for 3col fullwidth on tablet */
/* BEGIN Offset Multicolumns Grid - 3-col */
@media screen and (min-width: 768px) {
  /* FULL HEIGHT ITEMS */
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 33.3333vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 33.3333vw;
  }
  /* 25% HEIGHT ITEMS */
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-25 {
    height: 8.333325vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 8.333325vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-25 {
    height: 8.333325vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-25 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 8.333325vw;
  }
  /* 33% HEIGHT ITEMS */
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-33 {
    height: 11.1111vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 11.1111vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-33 {
    height: 11.1111vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-33 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 11.1111vw;
  }
  /* 50% HEIGHT ITEMS */
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-50 {
    height: 16.66665vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 16.66665vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-50 {
    height: 16.66665vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-50 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 16.66665vw;
  }
  /* END 50% IMAGE LEFT/RIGHT STYLES */
  /* 67% HEIGHT ITEMS */
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-67 {
    height: 22.22331111vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 22.22331111vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-67 {
    height: 22.22331111vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-67 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 22.22331111vw;
  }
  /* 75% HEIGHT ITEMS */
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-75 {
    height: 24.999975vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-5 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 24.999975vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-75 {
    height: 24.999975vw;
  }
  .vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-3col-5-4-3.vt-multicolumn-grid .vt-num-col-3 > .col-lg-3 .vt-multicolumn-grid-item-75 .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    height: 24.999975vw;
  }
}
/* END Offset Multicolumns Grid - 3-col */
.vt-multicolumn-grid .vt-list .vt-num-col-1 .item .vt-list-item-imgWrapper img {
  transition: transform 0.5s ease-in-out;
}

.vt-multicolumn-grid .vt-list .vt-num-col-1 .title-format-show.description-format-hide.tag-format-hide.image-format-hide.date-format-hide.time-format-hide .item {
  margin-bottom: 1em;
}

.vt-multicolumn-grid .vt-list .vt-num-col-1 .title-format-show.description-format-hide.tag-format-hide.image-format-hide.date-format-hide.time-format-hide .item .vt-list-item-col {
  border: none;
  padding: 0;
}

.vt-multicolumn-grid .title-format-show.description-format-hide.tag-format-hide.image-format-hide.date-format-hide.time-format-hide .vt-list-item-title .vt-list-item-title-link {
  color: rgb(198, 70, 0);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-multicolumn-grid .vt-multicolumn-grid-responsive-container .vt-list .vt-num-col-1 .title-format-show.description-format-hide.tag-format-hide.image-format-hide.date-format-hide.time-format-hide .item {
    margin-bottom: 0.5em;
  }
  .vt-multicolumn-grid-scaled .vt-multicolumn.vt-multicolumn-grid .vt-col {
    height: auto;
  }
  .vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-33-25,
.vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-33-25 {
    height: 16.6667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-multicolumn-grid .vt-multicolumn-grid-responsive-container {
    padding: 1em;
  }
  .vt-multicolumn-grid-heading h2 {
    font-size: 1.125em;
  }
  .vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-25,
.vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-25 {
    height: 25%;
  }
  .vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-33,
.vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-33 {
    height: 33.3333%;
  }
  .vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-50,
.vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-50 {
    height: 50%;
  }
  .vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-67,
.vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-67 {
    height: 100%;
  }
  .vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-75,
.vt-multicolumn-grid-scaled .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-75 {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-multicolumn-grid .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-row > .vt-list-item-col:last-child {
    padding: 1em 2em;
  }
  /* BEGIN 2 COL GRID TILE STYLES */
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-25 .vt-multicolumn-grid-callout {
    padding-top: 25%;
  }
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-33-25 .vt-multicolumn-grid-callout {
    padding-top: 25%;
  }
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-33 .vt-multicolumn-grid-callout {
    padding-top: 33.3333%;
  }
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-50 .vt-multicolumn-grid-callout {
    padding-top: 50%;
  }
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-67 .vt-multicolumn-grid-callout {
    padding-top: 66.6667%;
  }
  .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-75 .vt-multicolumn-grid-callout {
    padding-top: 75%;
  }
  /* END 2 COL GRID TILE STYLES */
  /* BEGIN 3 COL GRID TILE STYLES */
  .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-25 .vt-multicolumn-grid-callout {
    padding-top: 25%;
  }
  .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-33-25 .vt-multicolumn-grid-callout {
    padding-top: 25%;
  }
  .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-33 .vt-multicolumn-grid-callout {
    padding-top: 33.3333%;
  }
  .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-50 .vt-multicolumn-grid-callout {
    padding-top: 50%;
  }
  /* BEGIN 50% IMAGE LEFT/RIGHT STYLES */
  /* END 50% IMAGE LEFT/RIGHT STYLES */
  /* END 3 COL GRID TILE STYLES */
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-50:has(.vt-list-item-horizontal) .vt-col-2 > .vtcontainer {
    height: 50vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-50:has(.vt-list-item-horizontal) .vt-col-2 > .vtcontainer {
    height: 16.6667vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-67 .vt-multicolumn-grid-callout {
    padding-top: 66.6667%;
  }
}
@media screen and (min-width: 1200px) {
  .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-75 .vt-multicolumn-grid-callout {
    padding-top: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .vt-multicolumn-grid .vt-multicolumn-grid-responsive-container .vt-list-title {
    font-size: 1.25em !important;
  }
}
.vt-multicolumn-grid .vt-list .vt-list-columns .vt-list-item-wrapper {
  border: none;
  box-shadow: none;
}

.vt-multicolumn-grid .vt-list .vt-list-columns .vt-list-item-wrapper:hover {
  box-shadow: none;
  border: none;
}

/************************************** END LIST TILE ADDITIONS */
/* BEGIN EVENT GRID CUSTOM COLORS */
.vt-multicolumn-grid .vt-list.vt-list-tiles .date-format-d3 .event-page.item .vt-list-item-col:has(> .vt-list-title) .vt-list-item-date .vt-list-item-date-start {
  border-right-color: var(--vt-white);
}

.vt-multicolumn-grid .vt-list.vt-list-tiles .vt-num-col-1 .event-page .vt-list-item-col:last-of-type {
  background-color: var(--vt-purple) !important;
}

.vt-multicolumn-grid .vt-list.vt-list-tiles .vt-num-col-1 .event-page .vt-list-item-col:last-of-type .vt-list-item-category {
  background-color: var(--vt-white) !important;
}

.vt-multicolumn-grid .vt-list.vt-list-tiles .vt-num-col-1 .event-page .vt-list-item-col:last-of-type .vt-list-item-category-text {
  background-color: var(--vt-white) !important;
  color: var(--vt-purple) !important;
}

.vt-multicolumn-grid .vt-list.vt-list-tiles .vt-num-col-1 .event-page .vt-list-item-col:last-of-type .vt-list-item-title-link,
.vt-multicolumn-grid .vt-list.vt-list-tiles .vt-num-col-1 .event-page .vt-list-item-col:last-of-type .vt-list-item-date,
.vt-multicolumn-grid .vt-list.vt-list-tiles .vt-num-col-1 .event-page .vt-list-item-col:last-of-type .vt-list-item-time {
  color: var(--vt-white) !important;
}

.vt-multicolumn-grid .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-row > .vt-list-item-col:last-of-type::before,
.vt-multicolumn-grid .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type::before {
  background: linear-gradient(transparent, var(--vt-purple) 90%);
}

/* END EVENT GRID CUSTOM COLORS */
/* BEGIN .vt-events-upcoming */
.vt-events-upcoming,
.vt-multicolumn-grid .vt-list.vt-list-tiles.vt-events-upcoming .vt-num-col-1 .event-page .vt-list-item-col:last-of-type,
.vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item.vt-events-upcoming .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-wrapper {
  background-color: var(--vt-hokieStone-2s) !important;
}

.vt-multicolumn-grid .vt-list.vt-list-tiles.vt-events-upcoming .vt-num-col-1 .event-page .vt-list-item-col:last-of-type .vt-list-item-category-text {
  color: var(--vt-hokieStone-2s) !important;
}

.vt-list.vt-list-tiles.vt-events-upcoming .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-wrapper {
  border-color: white !important;
}

/* END .vt-events-upcoming */
/* Multicolumn grid Callout styles */
.vt-multicolumn-grid-callout {
  position: relative;
}

.vt-multicolumn-grid-callout > .vt-vtcontainer-content {
  padding: 2em 5%;
}

.vt-multicolumn-grid-callout .vt-callout-large-text p {
  font-size: 1.3333em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.vt-multicolumn-grid-pageHeading p {
  font-size: 3em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .vt-landing-grid {
    font-size: 75%;
  }
  .vt-landing-grid .vtctalink .vt-ctaLink {
    font-size: 133%;
  }
  .vt-pad-left-2em-768 {
    padding-left: 2em;
  }
  .vt-pad-right-2em-768 {
    padding-right: 2em;
  }
  .vt-align-right-768 {
    text-align: right;
  }
  .vt-multicolumn-grid-pageHeading p {
    font-size: 2em;
  }
  .vt-multicolumn-grid-callout > .vt-vtcontainer-content {
    height: 100%;
    padding: 2em 50px;
  }
  /* top left item bottom border */
  .vt-callout-borders-white .vt-multicolumn-grid .vt-num-col-2 .vt-col-1 > :nth-child(odd) > .vt-multicolumn-grid-callout::before {
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 1px solid white;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  /* top left item right border */
  .vt-callout-borders-white .vt-multicolumn-grid .vt-num-col-2 .vt-col-1 > :nth-child(odd) > .vt-multicolumn-grid-callout::after {
    content: " ";
    display: block;
    position: absolute;
    border-right: 1px solid white;
    right: 0;
    bottom: 0;
    height: 100%;
  }
  /* bottom left item top border */
  .vt-callout-borders-white .vt-multicolumn-grid .vt-num-col-2 .vt-col-1 > :nth-child(even) > .vt-multicolumn-grid-callout::before {
    content: " ";
    display: block;
    position: absolute;
    border-top: 1px solid white;
    right: 0;
    top: 0;
    width: 100%;
  }
  /* bottom left item right border */
  .vt-callout-borders-white .vt-multicolumn-grid .vt-num-col-2 .vt-col-1 > :nth-child(even) > .vt-multicolumn-grid-callout::after {
    content: " ";
    display: block;
    position: absolute;
    border-right: 1px solid white;
    right: 0;
    top: 0;
    height: 100%;
  }
  /* top right item bottom border */
  .vt-callout-borders-white .vt-multicolumn-grid .vt-num-col-2 .vt-col-2 > :nth-child(odd) > .vt-multicolumn-grid-callout::before {
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 1px solid white;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  /* top right item left border */
  .vt-callout-borders-white .vt-multicolumn-grid .vt-num-col-2 .vt-col-2 > :nth-child(odd) > .vt-multicolumn-grid-callout::after {
    content: " ";
    display: block;
    position: absolute;
    border-left: 1px solid white;
    left: 0;
    bottom: 0;
    height: 100%;
  }
  /* bottom right item top border */
  .vt-callout-borders-white .vt-multicolumn-grid .vt-num-col-2 .vt-col-2 > :nth-child(even) > .vt-multicolumn-grid-callout::before {
    content: " ";
    display: block;
    position: absolute;
    border-top: 1px solid white;
    left: 0;
    top: 0;
    width: 100%;
  }
  /* bottom right item left border */
  .vt-callout-borders-white .vt-multicolumn-grid .vt-num-col-2 .vt-col-2 > :nth-child(even) > .vt-multicolumn-grid-callout::after {
    content: " ";
    display: block;
    position: absolute;
    border-left: 1px solid white;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .vt-multicolumn-grid-pageHeading p {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-multicolumn-grid-pageHeading p {
    font-size: 3em;
  }
  .vt-landing-grid .vtctalink .vt-ctaLink {
    font-size: 1rem;
  }
  .vt-multicolumn-grid-callout {
    padding-top: 100%;
  }
  .vt-multicolumn-grid-callout > .vt-vtcontainer-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2em 50px;
  }
}
@media screen and (min-width: 1500px) {
  .vt-landing-grid {
    font-size: 90%;
  }
}
@media screen and (min-width: 1800px) {
  .vt-landing-grid {
    font-size: 120%;
  }
  .vt-multicolumn-grid-callout .vt-callout-large-text p {
    font-size: 1.59996em;
  }
  .vt-multicolumn-grid-callout .vt-text.vt-multicolumn-grid-pageHeading p {
    font-size: 4em;
  }
}
/* Image item */
.vt-multicolumn-grid-image picture {
  display: block;
  position: relative;
  padding-top: 100%;
}

.vt-multicolumn-grid .vt-multicolumn-grid-item-25 .vt-multicolumn-grid-image picture {
  padding-top: 25%;
}

.vt-multicolumn-grid .vt-multicolumn-grid-item-33-25 .vt-multicolumn-grid-image picture {
  padding-top: 25%;
}

.vt-multicolumn-grid .vt-multicolumn-grid-item-33 .vt-multicolumn-grid-image picture {
  padding-top: 33.3333%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-multicolumn-grid .vt-multicolumn-grid-item-33 .vt-multicolumn-grid-image picture {
    padding-top: 66.6667%;
  }
}

.vt-multicolumn-grid .vt-multicolumn-grid-item-50 .vt-multicolumn-grid-image picture {
  padding-top: 50%;
}

.vt-multicolumn-grid .vt-multicolumn-grid-item-67 .vt-multicolumn-grid-image picture {
  padding-top: 66.6667%;
}

.vt-multicolumn-grid .vt-multicolumn-grid-item-75 .vt-multicolumn-grid-image picture {
  padding-top: 75%;
}

.vt-multicolumn-grid-image picture > img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* utility classes */
.vt-font-wordmark {
  font-family: "VTWordMark", "Acherus", sans-serif;
}

.vt-landing-container-heading-2em50 {
  padding: 2em 5% 0;
}

@media screen and (min-width: 1200px) {
  .vt-landing-container-heading-2em50 {
    padding: 2em 50px;
  }
}
.vt-text-center-vert > .vt-vtcontainer-content {
  display: flex;
  align-items: center;
}

.vt-ctalink-flex-container .vt-ctaLink {
  margin: 1em 1em 0 0;
}

.vt-text-p-no-margin.vt-text p {
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .vt-multicolumn-col1-flexend .vt-col-1.vt-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
/* EDIT MODE */
.aem-AuthorLayer-Edit .vt-multicolumn-grid-callout {
  padding-top: 0 !important;
}

.aem-AuthorLayer-Edit .vt-multicolumn-grid-item-25,
.aem-AuthorLayer-Edit .vt-multicolumn-grid-item-33,
.aem-AuthorLayer-Edit .vt-multicolumn-grid-item-50,
.aem-AuthorLayer-Edit .vt-multicolumn-grid-item-67,
.aem-AuthorLayer-Edit .vt-multicolumn-grid-item-75 {
  height: auto !important;
}

/************************* END MULTICOLUMN GRID UTILITY STYLES */
/************************************** BEGIN VT LIST TILES STYLES */
/********** BEGIN 1col styles **********/
.vt-list.vt-list-tiles {
  padding: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.vt-list.vt-list-tiles .vt-num-col-1 .item {
  padding: 0;
  margin-bottom: 0;
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-wrapper {
  border: 1px solid black;
  border-radius: unset;
  padding-top: 0;
  height: 100%;
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-row {
  display: grid;
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-row > .vt-list-item-col:first-child {
  grid-row-start: 1;
  grid-column-start: 1;
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-imgWrapper,
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-figure,
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture,
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
  height: 100vw;
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease-in-out;
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-row > .vt-list-item-col:last-child {
  grid-row-start: 1;
  grid-column-start: 1;
  align-self: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: 100%;
  padding: 1em 1em 0.5em;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-row > .vt-list-item-col:last-child {
    padding: 2em;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-title {
  background-color: black;
  width: auto;
  padding: 0.5em 0.75em;
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-title-link,
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-description {
  display: block;
  background-color: black;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-title-link {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-title-link {
    font-size: 0.5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-title-link {
    font-size: 0.6667em;
  }
}
@media screen and (min-width: 1480px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-title-link {
    font-size: 1em;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-title-link:focus::before {
  outline: none;
}
.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-description {
  padding: 0.5em;
}

/********** END 1col styles **********/
/********** BEGIN 2col styles **********/
.vt-list.vt-list-tiles-2col {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item {
  border-bottom: 2px solid black;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles-2col .vt-num-col-2 .item:nth-child(odd) {
    border-top: 2px solid black;
    border-right: 2px solid black;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles-2col .vt-num-col-2 .item:nth-child(even) {
    border-top: 2px solid black;
    border-left: 2px solid black;
    padding: 0;
  }
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-wrapper {
  padding-top: 0;
  height: auto;
  border-radius: unset;
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-row {
  display: grid;
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-row > .vt-list-item-col:first-child {
  grid-row-start: 1;
  grid-column-start: 1;
  border: none;
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-imgWrapper,
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-figure,
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-picture,
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-img {
  height: 100vw !important;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-imgWrapper,
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-figure,
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-picture,
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-img {
    height: 50vw !important;
  }
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease-in-out;
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-row > .vt-list-item-col:last-child {
  grid-row-start: 1;
  grid-column-start: 1;
  align-self: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 1em;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-row > .vt-list-item-col:last-child {
    padding: 2em;
  }
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-title {
  background-color: black;
  width: auto;
  padding: 0.5em 0.75em;
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-title-link,
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-description {
  display: block;
  background-color: black;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-title-link {
  text-transform: uppercase;
}
@media scren and (min-width: 768px) {
  .vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-title-link {
    font-size: 0.5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-title-link {
    font-size: 0.6667em;
  }
}
@media screen and (min-width: 1480px) {
  .vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-title-link {
    font-size: 1em;
  }
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-title-link:focus::before {
  outline: none;
}
.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-description {
  padding: 0.5em;
}

/********** END 2col styles **********/
/********** BEGIN 3col styles **********/
.vt-list.vt-list-tiles-3col {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item {
  border-bottom: 2px solid black;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles-3col .vt-num-col-3 .item:nth-child(3n+1) {
    border-top: 2px solid black;
    border-right: 2px solid black;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles-3col .vt-num-col-3 .item:nth-child(3n+2) {
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles-3col .vt-num-col-3 .item:nth-child(3n+3) {
    border-top: 2px solid black;
    border-left: 2px solid black;
    padding: 0;
  }
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-wrapper {
  padding-top: 0;
  height: auto;
  border-radius: unset;
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-row {
  display: grid;
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-row > .vt-list-item-col:first-child {
  grid-row-start: 1;
  grid-column-start: 1;
  border: none;
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-imgWrapper,
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-figure,
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-picture,
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-img {
  height: 100vw !important;
}
@media screen and (min-width: 992px) {
  .vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-imgWrapper,
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-figure,
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-picture,
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-img {
    height: 33.3333vw !important;
  }
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease-in-out;
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-row > .vt-list-item-col:last-child {
  grid-row-start: 1;
  grid-column-start: 1;
  align-self: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 1em;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-row > .vt-list-item-col:last-child {
    padding: 2em;
  }
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-title {
  background-color: black;
  width: auto;
  padding: 0.5em 0.75em;
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-title-link,
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-description {
  display: block;
  background-color: black;
  color: rgb(255, 255, 255);
  font-family: "rubik", sans-serif;
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-title-link {
  text-transform: uppercase;
}
@media scren and (min-width: 768px) {
  .vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-title-link {
    font-size: 0.5em;
  }
}
@media screen and (min-width: 992px) {
  .vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-title-link {
    font-size: 0.6667em;
  }
}
@media screen and (min-width: 1480px) {
  .vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-title-link {
    font-size: 1em;
  }
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-title-link:focus::before {
  outline: none;
}
.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-description {
  padding: 0.5em;
}

/********** END 3col styles **********/
/**************** BEGIN EVENT TILE STYLES */
/**************** BEGIN EVENT TILE STYLES - FULL SIZE */
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-row {
  display: grid;
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-col {
  grid-row-start: 1;
  grid-column-start: 1;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-col {
    position: static !important;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-col:last-of-type {
  background-color: var(--vt-white);
  align-self: flex-end;
  padding: 0 1em 1em 1em !important;
  z-index: 1;
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-col:last-of-type .vt-list-item-title {
  background-color: transparent;
  font-size: 1em !important;
  padding: 0;
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-col:last-of-type .vt-list-item-title-link {
  background-color: transparent;
  color: black;
  text-transform: none;
  font-size: 1.3333em !important;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-col:last-of-type .vt-list-item-title-link {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 1360px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-col:last-of-type .vt-list-item-title-link {
    font-size: 1.25em !important;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-col:last-of-type .vt-list-item-title-link::before {
  border: 1px solid black;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-col:last-of-type .vt-list-item-date {
    font-size: 0.8333em !important;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-row > .vt-list-item-col:last-of-type::before {
  content: "";
  position: absolute;
  grid-area: gradient;
  background: linear-gradient(transparent, rgb(255, 255, 255) 90%);
  height: 9.1vw;
  width: 100%;
  margin: -9.1vw -1em 0 -1em;
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-imgWrapper,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-figure,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-picture,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page figure .vt-list-item-img {
  height: 100vw;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-imgWrapper,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-figure,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-picture,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page figure .vt-list-item-img {
    height: 100vw;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-imgWrapper,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-figure,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page .vt-list-item-picture,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-vertical .event-page figure .vt-list-item-img {
    height: 33.3333vw;
  }
}

/**************** END EVENT TILE STYLES - FULL SIZE */
/**************** BEGIN EVENT TILE STYLES - 50% AND LANDSCAPE */
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-wrapper {
  overflow: hidden;
  padding-top: 0;
  border-radius: unset;
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row {
  display: grid;
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row {
    grid-template-areas: "image message";
  }
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col {
    position: static !important;
    grid-row-start: 1;
    grid-column-start: 1;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:first-of-type {
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:first-of-type {
    grid-area: image;
    position: relative;
    width: 16.6667vw;
    max-width: 100% !important;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type {
  order: 2;
  background-color: var(--vt-white);
  border-left: none;
  font-size: inherit;
  padding: 0 1em 1em 1em;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type {
    position: static;
    grid-template-areas: "gadient gadient" "date category" "date title" "date time";
    align-self: flex-end;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type {
    grid-area: message;
    grid-template-areas: "gadient date category" "gadient title title" "gadient time time";
    grid-template-columns: auto auto 1fr;
    grid-template-rows: 1fr auto 0.5fr;
    grid-row-gap: 0.3333em;
    align-items: end;
    position: static;
    align-self: flex-end;
    height: 16.6667vw;
    width: 16.6667vw;
    max-width: 100% !important;
    padding: 1em 1em 1em 0.25em !important;
    z-index: 1;
  }
}
@media screen and (min-width: 1450px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type {
    grid-template-areas: "gadient date" "gadient category" "gadient title" "gadient time";
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr 0.25fr auto 0.25fr;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-category {
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-category {
    align-self: start;
    justify-self: start;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title {
  background-color: transparent;
  font-size: 1em !important;
  padding: 0;
  width: 100%;
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title-link {
  background-color: transparent;
  color: black;
  text-transform: none;
  font-size: 1.33em !important;
  font-weight: 600;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title-link {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title-link {
    font-size: 0.75em !important;
  }
}
@media screen and (min-width: 1800px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title-link {
    font-size: 1.25em !important;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title-link::before {
  border: 1px solid black;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-time {
    font-size: 0.8333em;
  }
}
@media screen and (min-width: 1800px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-time {
    font-size: 1em;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-date {
  align-self: start;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-date {
    font-size: 0.75em !important;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-date {
    font-size: 0.5em !important;
  }
}
@media screen and (min-width: 1800px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-date {
    font-size: 0.8333em !important;
  }
}
@media screen and (min-width: 1450px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-date-start {
    border-right: none !important;
  }
}
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type::before {
  content: "";
  position: absolute;
  grid-area: gradient;
  background: linear-gradient(transparent, rgb(255, 255, 255) 90%);
  height: 9.1vw;
  width: 100%;
  margin: -9.1vw -1em 0 -1em;
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-row > .vt-list-item-col:last-of-type::before {
    top: 3.8vw;
    left: 3.8vw;
    transform: rotate(-90deg);
    width: 51%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-imgWrapper,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-figure,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-picture,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-img {
    height: 50vw !important;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-imgWrapper,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-figure,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-picture,
.vt-list.vt-list-tiles .vt-num-col-1 .vt-list-item-horizontal .item .vt-list-item-img {
    height: 16.6667vw !important;
  }
}

/**************** END EVENT TILE STYLES - 50% AND LANDSCAPE */
/**************** END EVENT TILE STYLES */
/**************** BEGIN ONE COL, NO IMAGE, MULTI-ITEM TILE STYLES */
/* NOTE: Specifically used in the right-most, 3col grid when that tile wraps under on tablets */
.vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item {
  border: 1px solid black;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item {
    height: 33.3333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-list-items {
    padding: 1em 1em 1em 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-list-items .item {
    max-width: 33.3333%;
    flex-basis: 33.3333%;
  }
}
@media screen and (min-width: 2000px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-list-items .item {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-list-items .item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 1550px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-list-items .item:nth-child(n) {
    display: inherit;
  }
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-list-items .item:nth-child(n+5) {
    display: none;
  }
}

.vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item {
  padding: 0 1em;
}
.vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-wrapper {
  border: none;
  padding: 0.5em 0;
  border-radius: unset;
}
.vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item:not(:first-of-type) .vt-list-item-wrapper {
  border-top: 1px solid black;
  border-radius: unset;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item:not(:first-of-type) .vt-list-item-wrapper {
    border-top: none;
    border-left: 3px solid black;
    padding-left: 1em;
  }
}
.vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-row > .vt-list-item-col:last-of-type {
  padding: 0 !important;
}
.vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-row > .vt-list-item-col:last-of-type::before {
  content: none;
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title-link {
    font-size: 0.75em !important;
  }
}
@media screen and (min-width: 1360px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title-link {
    font-size: 0.75em !important;
  }
}
@media screen and (min-width: 1800px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title-link {
    font-size: 1em !important;
  }
}
.vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title-link::before {
  border: none;
}
.vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-row > .vt-list-item-col:last-of-type .vt-list-item-title-link:focus::before {
  outline: none;
}
.vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-time {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-time {
    font-size: 0.8333em;
  }
}
@media screen and (min-width: 1800px) {
  .vt-list.vt-list-tiles.vt-list-tiles-1col-no-image-multi-item .vt-num-col-1 .vt-list-item-vertical .item .vt-list-item-time {
    font-size: 1em;
  }
}

/**************** END ONE COL, NO IMAGE, MULTI-ITEM TILE STYLES */
/********** BEGIN VIDEO PLAY BUTTON STYLES */
div[class*=vt-list-tiles] .item .vt-list-item-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper {
  display: inline-block;
  position: relative;
  width: 0.75em;
  height: 0.75em;
  padding: 0;
  margin-top: 0.1875em;
  margin-right: 0.25em;
}
@media screen and (min-width: 768px) {
  div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper {
    margin-top: 0.025em;
  }
}
@media screen and (min-width: 992px) {
  div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper {
    margin-top: 0.125em;
  }
}
@media screen and (min-width: 1480px) {
  div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper {
    margin-top: 0.1875em;
  }
}
div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper .vt-list-item-video-play {
  border-color: var(--vt-burntOrange-2t);
  width: 0.75em;
  height: 0.75em;
}
@media screen and (min-width: 768px) {
  div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper .vt-list-item-video-play {
    width: 0.5em;
    height: 0.5em;
  }
}
@media screen and (min-width: 1480px) {
  div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper .vt-list-item-video-play {
    width: 0.75em;
    height: 0.75em;
  }
}
div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper .vt-list-item-video-play .vt-list-item-video-play-icon {
  color: var(--vt-burntOrange-2t);
  margin: 0 0 0 2px;
}
@media screen and (min-width: 576px) {
  div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper .vt-list-item-video-play .vt-list-item-video-play-icon {
    margin: 0 0 0 1px;
  }
}
@media screen and (min-width: 1350px) {
  div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper .vt-list-item-video-play .vt-list-item-video-play-icon {
    margin: 0 0 0 2px;
  }
}

div[class*=vt-list-tiles] .item .vt-list-item-title-link {
  flex-grow: 1;
}

/********** END VIDEO PLAY BUTTON STYLES */
/********** BEGIN ACCESSIBILITY */
@media (prefers-reduced-motion) {
  .vt-list-item-img {
    transform: none !important;
  }
}
/********** END ACCESSIBILITY */
/************************************** END VT LIST TILES STYLES */
/************************************** BEGIN VT LIST HORIZONTAL SCROLL STYLES */
.vt-list-horizontal-scroll.vt-list .vt-list-item-img {
  height: 50.625vw !important;
}

@media screen and (min-width: 768px) {
  .vt-list-horizontal-scroll.vt-list .vt-list-columns {
    width: 100%;
    overflow-x: scroll;
    overflow-y: auto;
  }
  .vt-list-horizontal-scroll.vt-list .vt-list-items {
    position: relative;
  }
  .vt-list-horizontal-scroll.vt-list .vt-list-columns::before {
    content: "";
    background: linear-gradient(to right, var(--vt-white) 33.3333%, transparent);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2em;
    width: 27%;
    height: 100%;
    z-index: 10;
  }
  .vt-list-horizontal-scroll.vt-list .vt-list-columns::after {
    content: "";
    background: linear-gradient(to left, var(--vt-white) 33.3333%, transparent);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2em;
    width: 27%;
    height: 100%;
    z-index: 10;
  }
  .vt-hide-before.vt-list-horizontal-scroll.vt-list .vt-list-columns::before,
.vt-hide-after.vt-list-horizontal-scroll.vt-list .vt-list-columns::after {
    display: none;
  }
  .vt-hide-before.vt-list-horizontal-scroll.vt-list .vt-list-columns::after {
    content: "scroll >>";
    color: rgba(94, 96, 98, 0.45);
    font-size: 0.56em;
    text-transform: uppercase;
    padding: 10% 0 0 18%;
  }
  .vt-hide-after.vt-list-horizontal-scroll.vt-list .vt-list-columns::before {
    content: "<< scroll";
    color: rgba(94, 96, 98, 0.45);
    font-size: 0.56em;
    text-align: right;
    text-transform: uppercase;
    padding: 10% 18% 0 0;
  }
  .vt-list-horizontal-scroll.vt-list .vt-list-items {
    flex-wrap: nowrap !important;
    flex-direction: row;
    width: 100%;
  }
  .vt-list-horizontal-scroll.vt-list .item {
    max-width: 22%;
    flex-basis: 22%;
    margin: 0 !important;
  }
  .vt-list-horizontal-scroll.vt-list .item:nth-child(12n+1) {
    padding-left: 0;
    padding-right: 0.75em;
  }
  .vt-list-horizontal-scroll.vt-list .item:nth-child(12n+2) {
    padding-left: 0.25em;
    padding-right: 0.5em;
  }
  .vt-list-horizontal-scroll.vt-list .item:nth-child(12n+3),
.vt-list-horizontal-scroll.vt-list .item:nth-child(12n+4),
.vt-list-horizontal-scroll.vt-list .item:nth-child(12n+5),
.vt-list-horizontal-scroll.vt-list .item:nth-child(12n+6),
.vt-list-horizontal-scroll.vt-list .item:nth-child(12n+7),
.vt-list-horizontal-scroll.vt-list .item:nth-child(12n+8),
.vt-list-horizontal-scroll.vt-list .item:nth-child(12n+9),
.vt-list-horizontal-scroll.vt-list .item:nth-child(12n+10) {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .vt-list-horizontal-scroll.vt-list .item:nth-child(12n+11) {
    padding-left: 0.5em;
    padding-right: 0.25em;
  }
  .vt-list-horizontal-scroll.vt-list .item:nth-child(12n+12) {
    padding-left: 0.75em;
    padding-right: 0;
  }
  .vt-list-horizontal-scroll.vt-list .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 4 * 0.8) !important;
  }
  .vt-list-horizontal-scroll.vt-list .vt-list-title.vt-list-item-title.vt-c-card-title {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 992px) {
  .vt-list-horizontal-scroll.vt-list .vt-list-item-img {
    height: calc((56.25vw - 0.5em) / 4 * 0.8) !important;
  }
  .vt-hide-after.vt-list-horizontal-scroll.vt-list .vt-list-columns::before,
.vt-hide-before.vt-list-horizontal-scroll.vt-list .vt-list-columns::after {
    font-size: 0.6667em;
  }
}
@media screen and (min-width: 1200px) {
  .vt-list-horizontal-scroll.vt-list .vt-list-item-img {
    height: calc((56.25vw - 1.5em) / 4 * 0.8) !important;
  }
  .vt-hide-after.vt-list-horizontal-scroll.vt-list .vt-list-columns::before,
.vt-hide-before.vt-list-horizontal-scroll.vt-list .vt-list-columns::after {
    font-size: 0.75em;
  }
}
/************************************** BEGIN VT LIST HORIZONTAL SCROLL STYLES */
/************************************** BEGIN BUTTON BAR */
.vt-button-bar .vt-image figure {
  overflow: visible;
}
.vt-button-bar > .row > div {
  padding: 0 !important;
}
.vt-button-bar .vt-white-text.vt-text a {
  text-decoration: none !important;
}
.vt-button-bar .vt-white-text.vt-text a::after {
  background-image: url("https://www.assets.cms.vt.edu/images/share-solid-white.svg");
}
.vt-button-bar .vt-vtcontainer:hover {
  background-color: var(--vt-hokieStone-2s) !important;
  cursor: pointer;
}
.vt-button-bar .vt-vtcontainer:hover a {
  filter: invert(1);
  color: black !important;
  font-weight: 600;
  text-decoration: underline !important;
}
.vt-button-bar .vt-vtcontainer:hover a::after {
  background-image: url("https://www.assets.cms.vt.edu/images/share-solid.svg") !important;
}
.vt-button-bar .vt-vtcontainer-content .parbase > div {
  position: static;
  margin-bottom: 0;
}
.vt-button-bar p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "gineso-condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.vt-button-bar p a {
  display: inline-block;
  font-family: "gineso-condensed", sans-serif;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vt-button-bar p a {
    font-size: 0.75em;
  }
}
.vt-button-bar p a:focus {
  outline-color: var(--vt-hokieStone-2s);
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-button-bar p a::after {
  content: "external link icon";
  display: inline-block;
  background-image: url("https://www.assets.cms.vt.edu/images/share-solid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5em 0.5556em;
  width: 1.5em;
  height: 0.5556em;
  overflow: hidden;
  text-indent: 100vw;
}
.vt-button-bar .vt-col {
  margin-bottom: 0;
}
.vt-button-bar .vt-col > .vtcontainer > .vt-vtcontainer {
  margin-bottom: 0;
}
.vt-button-bar .vt-col > .vtcontainer > .vt-vtcontainer .vt-vtcontainer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3.5556em;
  height: 100%;
}
.vt-button-bar .image .vt-image {
  border: none;
}
.vt-button-bar .image .vt-image img {
  max-width: 85px;
}

.aem-AuthorLayer-Edit .vt-button-bar p {
  display: block !important;
  position: static !important;
}

/************************************** END BUTTON BAR */
/************************************** BEGIN PARALLAX 2COL */
.vt-main-overflow-visible main {
  overflow: visible !important;
}

.vt-parallax-columns.vt-col-right-sticky > .vt-num-col-2,
.vt-parallax-columns.vt-col-left-sticky > .vt-num-col-2 {
  align-items: flex-start !important;
}

.vt-parallax-columns > .vt-num-col-2 > div {
  padding: 2em 5% !important;
}

@media screen and (min-width: 768px) {
  .vt-parallax-columns > .vt-num-col-2 > div:last-child {
    padding: 2em 5% 0 2em !important;
  }
  .vt-parallax-columns > .vt-num-col-2 > div:first-child {
    padding: 2em 2em 0 5% !important;
  }
  .vt-parallax-columns > .vt-num-col-2 > div {
    opacity: 1;
    filter: blur(0px);
    transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  /* sticky right column */
  .vt-parallax-columns.vt-col-right-sticky > .vt-num-col-2 > div:last-child {
    position: sticky;
    top: 0;
  }
  /* sticky left column */
  .vt-parallax-columns.vt-col-left-sticky > .vt-num-col-2 > div:first-child {
    position: sticky;
    top: 0;
  }
  .vt-parallax-columns.vt-col-right-bottom-margin > .vt-num-col-2 > div:last-child {
    margin-bottom: 20px;
  }
}
/* REDUCE MOTION */
@media (prefers-reduced-motion) {
  .vt-parallax-columns > .vt-num-col-2 > div:first-child,
.vt-parallax-columns > .vt-num-col-2 > div:last-child {
    position: static !important;
  }
  .vt-parallax-columns > .vt-num-col-2 > div {
    transform: none !important;
  }
}
/************************************** END PARALLAX 2COL */
/************************************** BEGIN 2024 VT PRIORITY STRIPE STYLES */
.vt-priority-callout {
  /* background-color: var(--vt-maroon); */
  background-color: black;
  background-image: url("/content/dam/vt_edu/stripe_background.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 3em !important;
  margin-bottom: 0 !important;
}
.vt-priority-callout .vt-ctaLink.light.outline:focus {
  outline-color: rgb(255, 255, 255);
}

/*
@media screen and (min-width: 992px) {
  .vt-priority-callout {
    padding-top: 4em!important;
    margin-top: -4em!important;
  }
}
*/
.vt-priority-callout .vt-large-text p {
  color: var(--vt-white) !important;
  font-family: "gineso-condensed", sans-serif !important;
  font-size: 125%;
  font-weight: 500 !important;
  margin-bottom: 2.5rem !important;
}

@media screen and (min-width: 768px) {
  .vt-priority-callout .vt-flex-col-left.vt-multicolumn > .row > .col-lg-8 > .vt-col {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .vt-priority-callout .vt-flex-col-right.vt-multicolumn > .row > .col-lg-4 > .vt-col {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.vt-priority-callout .vt-priority-callout-container {
  /* background-color: var(--vt-hokieStone-5s); */
  background-color: var(--vt-burntOrange);
  padding: 2em 1em;
  /* border: 3px solid var(--vt-white); */
  border-radius: 1em;
}

.vt-priority-callout .vt-priority-callout-container p {
  font-size: 200%;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .vt-priority-callout .vt-priority-callout-container p {
    font-size: 125%;
  }
}
@media screen and (min-width: 992px) {
  .vt-priority-callout .vt-priority-callout-container p {
    font-size: 150%;
  }
}
.vt-advantage-container {
  background-color: var(--vt-burntOrange);
  padding: 2em 1em;
  border: 3px solid var(--vt-hokieStone-3s);
  border-radius: 2em;
}

.vt-global-distinction-container {
  background-color: var(--vt-maroon);
  padding: 2em 1em;
  border: 3px solid var(--vt-hokieStone-3s);
  border-radius: 2em;
}

.vt-global-distinction-container p,
.vt-advantage-container p {
  font-size: 200%;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .vt-global-distinction-container p,
.vt-advantage-container p {
    font-size: 125%;
  }
}
@media screen and (min-width: 992px) {
  .vt-global-distinction-container p,
.vt-advantage-container p {
    font-size: 150%;
  }
}
/************************************** END 2024 VT PRIORITY STRIPE STYLES */
/************************************** BEGIN PARALLAX IMAGE STRIPE STYLES */
@property --vt-parallax-backdrop {
  syntax: "*";
  inherits: true;
  initial-value: linear-gradient(to right, #000, transparent);
}
@property --vt-focus-outline {
  syntax: "<color>";
  inherits: true;
  initial-value: #5E6062;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-callout, #vt_main .vt-modal.vt-vtcontainer a:not(.vt-ctaLink), #vt_main .vt-modal.vt-vtcontainer .vt-modal-content, .header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-item-link, .header #vt_resources_dialog .vt-modal-content .vt-eyebrow-resources-item-link, .header .vt-modal-content {
  font-family: Rubik, "gineso-condensed" !important;
}
:is(.vt-parallax-stripe.vt-full-width .vt-parallax-callout > *, #vt_main .vt-modal.vt-vtcontainer a:not(.vt-ctaLink) > *, #vt_main .vt-modal.vt-vtcontainer .vt-modal-content > *, .header #vt_shop_dialog .vt-modal-content .vt-eyebrow-shop-item-link > *, .header #vt_resources_dialog .vt-modal-content .vt-eyebrow-resources-item-link > *, .header .vt-modal-content > *) {
  font-family: inherit !important;
}

.vt-parallax-stripe.vt-full-width {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: var(--vt-parallax-bg, transparent);
}
.vt-parallax-stripe.vt-full-width::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.vt-parallax-stripe.vt-full-width :focus {
  outline-color: var(--vt-focus-outline);
}
.vt-parallax-stripe.vt-full-width > .vt-vtcontainer-content {
  padding: unset;
  padding-left: 10%;
  padding-right: 10%;
  aspect-ratio: 16/9;
  align-content: center;
}
.vt-parallax-stripe.vt-full-width > .vt-vtcontainer-content .adaptiveimage:has(> .vt-parallax-img) {
  display: none;
}
.vt-parallax-stripe.vt-full-width.vt-parallax-fullscreen > .vt-vtcontainer-content {
  min-height: 100vh;
  aspect-ratio: unset;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-large {
  margin-bottom: 0;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-large a {
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: var(--vt-burntOrange);
          text-decoration-color: var(--vt-burntOrange);
  color: white;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-large a:hover {
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-large h2 {
  font-size: 4em;
  font-family: Rubik;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-large p {
  font-size: 2em;
  font-family: Rubik;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-large p:last-child {
  margin-bottom: 0;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-callout {
  border-radius: 15px;
  box-shadow: 1px 1px 5px 0px var(--vt-hokieStone-5s);
  padding: 3rem;
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.vt-parallax-stripe.vt-full-width .vt-parallax-callout .vt-ctaLink {
  border-radius: 5px;
  font-family: inherit !important;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-callout figure {
  border-radius: 15px;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-callout p {
  letter-spacing: 1px;
  font-family: inherit;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-callout h2, .vt-parallax-stripe.vt-full-width .vt-parallax-callout h3, .vt-parallax-stripe.vt-full-width .vt-parallax-callout h4, .vt-parallax-stripe.vt-full-width .vt-parallax-callout h5, .vt-parallax-stripe.vt-full-width .vt-parallax-callout h6 {
  font-family: inherit;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-align-left {
  max-width: 992px;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-align-right {
  max-width: 992px;
  justify-self: end;
}
.vt-parallax-stripe.vt-full-width .vt-parallax-align-center {
  max-width: 992px;
  justify-self: center;
}

.aem-AuthorLayer-Edit .vt-parallax-stripe.vt-full-width, .vt-parallax-stripe.vt-full-width::before {
  background: var(--vt-parallax-backdrop);
}

.aem-AuthorLayer-Edit .vt-parallax-stripe.vt-full-width::before {
  content: none;
}
.aem-AuthorLayer-Edit .vt-parallax-stripe.vt-full-width .vt-parallax-img {
  display: initial;
}

.vt-parallax-stripe.vt-full-width > .vt-vtcontainer-content:has(.vt-parallax-callout) {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .vt-parallax-stripe.vt-full-width > .vt-vtcontainer-content:has(.vt-parallax-callout) {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 992px) {
  .vt-parallax-stripe.vt-full-width > .vt-vtcontainer-content:has(.vt-parallax-callout) {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .vt-parallax-stripe.vt-full-width > .vt-vtcontainer-content:has(.vt-parallax-callout) .vt-parallax-callout {
    box-shadow: unset;
    border-radius: 0;
    margin-bottom: unset;
    aspect-ratio: 16/9;
  }
}

/************************************** END PARALLAX IMAGE STRIPE STYLES */
/************************************** BEGIN CTA-Link SKEW STYLES */
.vt-ctaLink-skew {
  transform: skewX(20deg);
}

.vt-ctaLink-skew-text {
  display: block;
  text-orientation: upright;
  transform: skewX(-20deg);
}

/************************************** END CTA-Link SKEW STYLES */
/************************************** END WIDGET STYLES*/
/************************************** BEGIN PRINT STYLES */
@media print {
  @page {
    margin: 1cm;
  }
  main,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    display: block;
    background-color: rgb(255, 255, 255);
    overflow: visible;
  }
  #vt_with_rb {
    margin-left: 0;
    margin-right: 0;
  }
  .vt-one-preHeader,
#vt_nav,
#vt_header_search,
.vt-page-path,
#vt_right_col,
.article-content .vt-one-content-area .vt-tags,
.programStudy-content .vt-one-content-area .vt-tags,
.vt-footer-info,
.vt-footer-rowSpacer,
.vt-footer-links,
.addthis-smartlayers {
    display: none;
  }
  footer {
    background-color: rgb(255, 255, 255);
    color: black;
    padding: 0;
  }
  footer a,
.vt-copyright,
.vt-bio-info {
    /* stylelint-disable */
    color: black !important;
    /* stylelint-enable */
  }
  footer .footer-content {
    background-color: rgb(255, 255, 255);
  }
  div[class*=addthis-] {
    display: none;
  }
  .vt-page-info {
    padding: 0;
    margin: 2em 5%;
    background-color: rgb(255, 255, 255);
  }
  .vt-page-info .vt-page-title {
    color: black;
    margin: 2em 0;
  }
  #vt_no_rb,
#vt_with_rb,
.article-content div {
    position: static;
    overflow: visible;
    display: block;
  }
  #vt_main .vt-articleImage,
#vt_main .vt-articleImage picture,
#vt_main .vt-articleImage picture * {
    overflow: visible;
  }
  .vt-carousel .carousel-caption,
.vt-carousel .carousel-caption .container,
.vt-carousel .carousel-caption .container > .row,
#vt_main .carousel-caption .row *,
.vt-building #vt_right_col,
.vt-programStudy #vt_right_col,
.vt-building #vt_with_rb > .row,
.vt-programStudy #vt_with_rb > .row,
.vt-bio .vt-page-info,
.vt-bio #vt_with_rb > .row,
.vt-bio #vt_no_rb > .row,
.vt-bio-info {
    display: block;
    position: relative;
    /* stylelint-disable */
    width: auto !important;
    min-width: auto !important;
    max-width: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    /* stylelint-enable */
  }
  .vt-building #vt_main .vt-articleImage picture,
.vt-programStudy #vt_main .vt-articleImage picture {
    background-color: rgba(229, 225, 230, 0.2);
  }
  .vt-building #vt_body_col,
.vt-programStudy #vt_body_col,
.vt-bio #vt_body_col {
    padding-bottom: 0;
    max-width: 100%;
  }
  .vt-building #vt_with_rb .vt-right-col,
.vt-programStudy #vt_with_rb .vt-right-col {
    margin-top: 0;
    max-width: 100%;
  }
  #vt_main .bio-content .vt-one-content-area {
    top: auto;
  }
  .vt-bio-contactInfo,
.vt-bio-separator {
    top: auto;
  }
  .vt-bio-contactInfoContent,
.vt-bio-contactInfo .vt-bio-contactDetails,
.vt-bio-contactInfo .vt-bio-contactInfoContent,
.norightcol #vt_main .bio-content .vt-page-info.row {
    display: block;
    padding: 0;
  }
  .vt-bio-contactInfo .vt-bio-contactDetails {
    margin-top: 2em;
  }
  .vt-bio-contactInfo .vt-bio-image {
    top: auto;
    margin: 2em auto;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
  }
  .vt-bio-image picture img,
#vt_main .vt-articleImage picture img {
    width: auto;
    height: auto;
  }
  .collapse:not(.show) {
    display: block;
  }
  .carousel-indicators,
div[class*=vt-carousel-control-] {
    display: none;
  }
  .vt-carousel .carousel-caption.center .container::after {
    bottom: -1em;
  }
}
/************************************** END PRINT STYLES */
/************************* BEGIN MULTICOLUMN GRIDBOX STYLES */
/*
** For this first version, we focus on the structure itself and leave out additions like images
*/
.vt-gridbox-container > .vt-full-width {
  background-color: white;
}

#vt_no_rb .general-body > .vt-bodycol-content > .vt-gridbox-body-top.vt-gridbox-container {
  margin: auto;
}

.vt-multicolumn-gridbox {
  background-color: white;
}
.vt-multicolumn-gridbox .vt-gridbox-item.invert > :first-child .vt-text p, .vt-multicolumn-gridbox .vt-gridbox-item.invert > :first-child .vt-text a, .vt-multicolumn-gridbox .vt-gridbox-item.invert > :first-child .vt-rawhtml p, .vt-multicolumn-gridbox .vt-gridbox-item.invert > :first-child .vt-rawhtml a {
  color: white;
}
.vt-multicolumn-gridbox .vt-gridbox-item.invert > :first-child .vt-text p a, .vt-multicolumn-gridbox .vt-gridbox-item.invert > :first-child .vt-rawhtml p a {
  font-weight: 600;
}
.vt-multicolumn-gridbox .vt-gridbox-row, .vt-multicolumn-gridbox .vt-gridbox-item {
  border: 1px solid black;
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col {
  padding: 0;
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: unset;
}
@media screen and (min-width: 768px) {
  .vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content {
    margin-bottom: 0;
  }
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content > .vt-gridbox-item.vtcontainer {
  height: inherit;
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content > .vt-gridbox-item > .vt-vtcontainer {
  height: inherit;
  margin: 0;
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content > .vt-gridbox-item > .vt-vtcontainer .vt-text p {
  margin-bottom: 0;
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content .vt-gridbox-item-1-5 {
  flex: 0 0 20%;
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content .vt-gridbox-item-1-4 {
  flex: 0 0 25%;
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content .vt-gridbox-item-1-3 {
  flex: 0 0 33.3333%;
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content .vt-gridbox-item-1-2 {
  flex: 0 0 50%;
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content .vt-gridbox-item-2-3 {
  flex: 0 0 66.6667%;
}
.vt-multicolumn-gridbox .vt-gridbox-row > .vt-gridbox-col .vt-gridbox-col-content .vt-gridbox-item-3-4 {
  flex: 0 0 75%;
}
.vt-multicolumn-gridbox.vt-gridbox-light {
  color: black;
  background-color: white;
}
.vt-multicolumn-gridbox.vt-gridbox-light .vt-gridbox-row, .vt-multicolumn-gridbox.vt-gridbox-light .vt-gridbox-item {
  border-color: black;
}
.vt-multicolumn-gridbox.vt-gridbox-light .vt-rawhtml p a, .vt-multicolumn-gridbox.vt-gridbox-light .vt-text p a {
  color: var(--vt-burntOrangeWeb);
}
.vt-multicolumn-gridbox.vt-gridbox-light .vt-gridbox-item.invert > :first-child .vt-rawhtml p, .vt-multicolumn-gridbox.vt-gridbox-light .vt-gridbox-item.invert > :first-child .vt-text p {
  color: white;
}
.vt-multicolumn-gridbox.vt-gridbox-light .vt-gridbox-item.invert > :first-child .vt-rawhtml p a, .vt-multicolumn-gridbox.vt-gridbox-light .vt-gridbox-item.invert > :first-child .vt-text p a {
  color: var(--vt-burntOrangeWeb);
}
.vt-multicolumn-gridbox.vt-gridbox-dark {
  color: white;
  background-color: black;
}
.vt-multicolumn-gridbox.vt-gridbox-dark .vt-gridbox-row, .vt-multicolumn-gridbox.vt-gridbox-dark .vt-gridbox-item {
  border-color: white;
}
.vt-multicolumn-gridbox.vt-gridbox-dark .vt-text p, .vt-multicolumn-gridbox.vt-gridbox-dark .vt-text a, .vt-multicolumn-gridbox.vt-gridbox-dark .vt-rawhtml p, .vt-multicolumn-gridbox.vt-gridbox-dark .vt-rawhtml a {
  color: white;
}
.vt-multicolumn-gridbox.vt-gridbox-dark .vt-text p a, .vt-multicolumn-gridbox.vt-gridbox-dark .vt-rawhtml p a {
  font-weight: 600;
}
.vt-multicolumn-gridbox.vt-gridbox-dark .vt-text p a:hover, .vt-multicolumn-gridbox.vt-gridbox-dark .vt-rawhtml p a:hover {
  color: var(--vt-sunset);
}
.vt-multicolumn-gridbox.vt-gridbox-dark .vt-gridbox-item.invert > :first-child .vt-text p, .vt-multicolumn-gridbox.vt-gridbox-dark .vt-gridbox-item.invert > :first-child .vt-rawhtml p {
  color: black;
}
.vt-multicolumn-gridbox.vt-gridbox-dark .vt-gridbox-item.invert > :first-child .vt-text p a, .vt-multicolumn-gridbox.vt-gridbox-dark .vt-gridbox-item.invert > :first-child .vt-rawhtml p a {
  color: var(--vt-burntOrangeWeb);
}
.vt-multicolumn-gridbox.vt-gridbox-transparent {
  background-color: transparent;
}
.vt-multicolumn-gridbox.vt-gridbox-no-borders .vt-gridbox-row, .vt-multicolumn-gridbox.vt-gridbox-no-borders .vt-gridbox-item {
  border-color: transparent;
}

#vt_no_rb .home-body > .vt-bodycol-content > .vt-gridbox-body-top.vt-gridbox-container {
  margin-top: auto;
}

/************************* END MULTICOLUMN GRIDBOX STYLES */
/****** BEGIN Events Browse Styles */
.vt-events-browse {
  /* BEGIN BROWSE ACCORDIONS */
  /* END BROWSE ACCORDIONS */
}
.vt-events-browse .vt-events-browse-links > .vt-vtcontainer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.vt-events-browse .vtctalink a.vt-events-browse-link {
  background-color: var(--vt-hokieStone-3s);
  color: white;
  border-color: white;
  border-radius: 5px;
  width: unset;
}
.vt-events-browse .vtctalink a.vt-events-browse-link:hover, .vt-events-browse .vtctalink a.vt-events-browse-link:active {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.vt-events-browse .vtctalink a.vt-events-browse-link:focus {
  background-color: white;
  color: black;
  border-color: white;
  outline-color: white;
}
.vt-events-browse .vt-col:has(.vtcontainer > .vt-events-browse-links) > .vt-heading-only h2,
.vt-events-browse .vt-vtcontainer-content:has(.vtcontainer > .vt-events-browse-links) > .vt-heading-only h2 {
  text-transform: capitalize;
  font-style: normal;
  letter-spacing: 0.075em;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .vt-events-browse .vt-col:has(.vtcontainer > .vt-events-browse-links) > .vt-heading-only h2,
.vt-events-browse .vt-vtcontainer-content:has(.vtcontainer > .vt-events-browse-links) > .vt-heading-only h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .vt-events-browse .vt-col:has(.vtcontainer > .vt-events-browse-links) > .vt-heading-only h2,
.vt-events-browse .vt-vtcontainer-content:has(.vtcontainer > .vt-events-browse-links) > .vt-heading-only h2 {
    font-size: 2.25rem;
  }
}
.vt-events-browse.vt-multicolumn {
  background-color: var(--vt-hokieStone-3s);
  color: white;
}
.vt-events-browse.vt-multicolumn .vt-num-col-2 > div:first-child .vt-col {
  padding-right: 2em;
}
.vt-events-browse.vt-multicolumn .vt-num-col-2 > div:last-child .vt-col {
  padding-left: 2em;
}
.vt-events-browse.vt-browse-categories {
  border-top: 1px solid #e5e1e6;
}
.vt-events-browse.vt-browse-categories > .vt-vtcontainer-content {
  padding: 2em;
}
.vt-events-browse .vt-accordion .vt-accordion-trigger,
.vt-events-browse .vt-accordion .vt-accordion-trigger[aria-expanded=true],
.vt-events-browse .vt-accordion .vt-accordion-panel {
  background-color: var(--vt-hokieStone-3s);
  color: white;
  border-color: white;
  border-width: 3px;
  font-size: 0.75em;
}
.vt-events-browse .vt-accordion .vt-accordion-trigger svg {
  fill: white;
}

/****** END Events Browse Styles */
/****** BEGIN EVENTS LIST-ITEM STYLES */
.vt-list .event-page .vt-list-item-col:last-child .vt-list-item-title-link {
  font-family: Acherus, sans-serif !important;
}
.vt-list .event-page .vt-list-item-description:empty {
  display: none;
}
.vt-list .event-page:has(.vt-list-item-date-end:empty) .vt-list-item-date-separator {
  display: none !important;
}
.vt-list .event-page:has(.vt-list-item-date-end:empty) .vt-list-item-time::before {
  content: none !important;
}

.date-format-d3 .event-page.item .vt-list-item-col:last-child {
  display: grid;
  grid-row-gap: 0.5em;
  justify-items: start;
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-category {
  grid-area: category;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-title {
  grid-area: title;
  line-height: 1.25 !important;
  font-size: 1em;
  margin-bottom: 0;
}
@media screen and (min-width: 1600px) {
  .date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-title {
    font-size: 1.15em;
  }
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-title .vt-list-item-title-link:focus {
  outline: 3px dashed;
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-date {
  grid-area: date;
  margin-right: 1em;
  display: flex;
  line-height: 1;
  text-align: center;
  align-self: normal;
  margin-bottom: 0;
  color: black;
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-date .vt-list-item-date-start {
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: black;
  padding-right: 0.5em;
  align-content: start;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: gineso-condensed, sans-serif;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-date .vt-list-item-date-start {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1200px) {
  .date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-date .vt-list-item-date-start {
    font-size: 1.334em;
  }
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-date .vt-list-item-date-start .vt-event-start-day {
  font-size: 2em;
  font-weight: 600;
  display: block;
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-date .vt-list-item-date-start .vt-event-start-month {
  font-size: 1.15em;
  display: block;
  letter-spacing: 3px;
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-date .vt-list-item-date-end {
  display: none !important;
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-time {
  grid-area: time;
  margin-bottom: 0;
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-time::before {
  content: none !important;
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-description {
  grid-area: description;
  margin-bottom: 0;
}
.date-format-d3 .event-page.item .vt-list-item-col:last-child .vt-list-item-title-link {
  margin-bottom: 0;
}
.date-format-d3 .vt-list-item-col:last-child {
  grid-template-areas: "date category" "date title" "date time";
  grid-template-columns: min-content 1fr;
}
.date-format-d3 .vt-list-item-col:last-child:has(> .vt-list-item-description:not(:empty)) {
  grid-template-areas: "date category" "date title" "date description" "date time";
}

.all-day .vt-list-item-time-formatted {
  display: none;
}
.all-day .vt-list-item-time::after {
  content: "All Day Event";
}

.recurring .vt-list-item-time::after {
  /* NOTE: Using svg via css like this does not expose the svg to the browser so you cannot use styles to change attributes (e.g. fill='currentColor' will not work here. */
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' alt='Recurring Event' viewBox='0 0 512 512'%3e%3cpath color='black' fill='currentColor'  d='M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96l160 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32l0 32L160 64C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96l-160 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 160 0c88.4 0 160-71.6 160-160z'/%3e%3c/svg%3e");
  display: inline-block;
  line-height: 1;
  width: 0.75em;
  margin-left: 0.5rem;
}

/****** END EVENTS LIST-ITEM STYLES */
/****** BEGIN CUSTOM BROWSE EVENTS STYLES */
/****** END CUSTOM BROWSE EVENTS STYLES */
/************************************** BEGIN VT BIO PAGE STYLES */
.vt-bio-v2 .vt-page-info {
  display: grid;
  grid-template: "img info" "img contactDetails" 1fr/1fr 2fr;
  grid-column-gap: 3em;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.vt-bio-v2 .vt-page-info > :first-child {
  grid-area: img;
}
.vt-bio-v2 .vt-page-info > :nth-child(2) {
  grid-area: info;
}
.vt-bio-v2 .vt-page-info > :nth-child(3) {
  grid-area: contactDetails;
}
.vt-bio-v2 .vt-page-info .vt-bio-info {
  margin: 0;
}

.vt-bio-widget-xyy > .vt-num-col-2 > :first-child > .vt-col > .image {
  grid-area: img;
}
.vt-bio-widget-xyy > .vt-num-col-2 > :last-child > .vt-col > .vtcontainer {
  grid-area: card;
}
.vt-bio-widget-xyy > .vt-num-col-2 > :last-child > .vt-col > .text {
  grid-area: txt;
}
.vt-bio-widget-xyy > .vt-num-col-2 > :first-child > .vt-col, .vt-bio-widget-xyy > .vt-num-col-2 > :last-child > .vt-col {
  display: contents;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .vt-bio-widget-xyy > .vt-num-col-2 > :first-child {
    flex: 0 1 25%;
  }
  .vt-bio-widget-xyy > .vt-num-col-2 > :last-child {
    flex: 1;
    max-width: 75%;
  }
}
.vt-bio-widget :has(> .vt-bio-contact-image) {
  grid-area: img;
}
.vt-bio-widget :has(> .vt-bio-contact-card) {
  grid-area: card;
}
.vt-bio-widget :has(> .vt-bio-widget-text) {
  grid-area: txt;
}
@media screen and (min-width: 992px) {
  .vt-bio-widget > .vt-vtcontainer-content {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "img card" "txt txt";
  }
}
@media screen and (min-width: 1400px) {
  .vt-bio-widget > .vt-vtcontainer-content {
    grid-template-areas: "img card" "img txt";
  }
}

/* BEGIN New Bio Styles */
.vt-bio-contact-card {
  margin-bottom: 0 !important;
  border-radius: 15px;
  background: var(--vt-smoke);
  box-shadow: 0 0 10px #e5e1e6;
  border-color: #e5e1e6;
}
.vt-bio-contact-card .vt-image {
  margin-bottom: 0 !important;
  padding: 1rem;
}
.vt-bio-contact-card .vt-image figure {
  margin: 0;
}
.vt-bio-contact-card .vt-image img {
  border-radius: 15px;
}
.vt-bio-contact-card .vt-image .vt-image-blurHolder {
  border-radius: 15px;
}
.vt-bio-contact-card .vt-image .vt-image-blurHolder + img {
  border-radius: 0;
}
.vt-bio-contact-card :has(> .vt-bio-contact-location) {
  display: grid;
  margin-bottom: 0;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .vt-bio-contact-card :has(> .vt-bio-contact-location) {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .vt-bio-contact-card :has(> .vt-bio-contact-location) {
    padding: 2rem 3rem;
  }
}
.vt-bio-contact-card :has(> .vt-bio-contact-location) .vt-bio-contact-map-link,
.vt-bio-contact-card :has(> .vt-bio-contact-location) .vt-bio-contact-info-label,
.vt-bio-contact-card :has(> .vt-bio-contact-location) .vt-bio-contact-location-label {
  display: block;
  font-weight: 700;
}
.vt-bio-contact-card :has(> .vt-bio-contact-location) .vt-bio-contact-location,
.vt-bio-contact-card :has(> .vt-bio-contact-location) .vt-bio-contact {
  word-break: break-word;
  display: flex;
  flex: 1;
}
.vt-bio-contact-card :has(> .vt-bio-contact-location) .vt-bio-contact-location p,
.vt-bio-contact-card :has(> .vt-bio-contact-location) .vt-bio-contact p {
  display: inline-block;
  margin-bottom: 0;
}
.vt-bio-contact-card :has(> .vt-bio-contact-location) > :first-child {
  margin-bottom: 2rem;
}
.vt-bio-contact-card :has(> .vt-bio-contact-location) .vt-bio-contact-location:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.309' height='24.076' viewBox='0 0 16.309 24.076'%3E%3Cpath d='M24.284,0a8.155,8.155,0,0,0-8.155,8.155c0,.1,0,.195.007.294A8.137,8.137,0,0,0,16.6,10.9c1.74,5.719,7.681,13.178,7.681,13.178s5.94-7.459,7.68-13.178a8.12,8.12,0,0,0,.467-2.45q.007-.149.007-.294A8.155,8.155,0,0,0,24.284,0Zm0,12.149a3.994,3.994,0,1,1,3.994-3.994A3.994,3.994,0,0,1,24.284,12.149Z' transform='translate(-16.129)' color='black' fill='currentColor'/%3E%3C/svg%3E%0A");
  margin-right: 10px;
}
.vt-bio-contact-card :has(> .vt-bio-contact-location) .vt-bio-contact:before {
  content: url("data:image/svg+xml,%3Csvg id='Group_2570' data-name='Group 2570' xmlns='http://www.w3.org/2000/svg' width='16.33' height='20.414' viewBox='0 0 16.33 20.414'%3E%3Cpath d='M-35.856-12.642a5.62,5.62,0,0,0-5.613,5.613,5.62,5.62,0,0,0,5.613,5.613,5.624,5.624,0,0,0,5.618-5.613A5.624,5.624,0,0,0-35.856-12.642Zm-5.063,9.879a4.335,4.335,0,0,0-3.1,4.154v5.4a.985.985,0,0,0,.935.98h14.461a.984.984,0,0,0,.933-.98v-5.4a4.339,4.339,0,0,0-3.1-4.154A6.631,6.631,0,0,1-35.856-.395,6.619,6.619,0,0,1-40.919-2.763Z' transform='translate(44.018 12.642)' color='black' fill='currentColor'/%3E%3C/svg%3E%0A");
  margin-right: 10px;
}
.vt-bio-contact-card > .vt-vtcontainer-content > div:only-child > :has(> .vt-bio-contact-location) {
  grid-auto-flow: column;
}
.vt-bio-contact-card > .vt-vtcontainer-content > div:only-child > :has(> .vt-bio-contact-location) > :first-child {
  margin-bottom: 0;
}

.vt-bio-contact-card.orange {
  border: 0;
  padding: 0;
  background: var(--vt-burntOrangeWeb);
  color: white;
}
.vt-bio-contact-card.orange .vt-bio-contact-location:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.309' height='24.076' viewBox='0 0 16.309 24.076'%3E%3Cpath d='M24.284,0a8.155,8.155,0,0,0-8.155,8.155c0,.1,0,.195.007.294A8.137,8.137,0,0,0,16.6,10.9c1.74,5.719,7.681,13.178,7.681,13.178s5.94-7.459,7.68-13.178a8.12,8.12,0,0,0,.467-2.45q.007-.149.007-.294A8.155,8.155,0,0,0,24.284,0Zm0,12.149a3.994,3.994,0,1,1,3.994-3.994A3.994,3.994,0,0,1,24.284,12.149Z' transform='translate(-16.129)' color='white' fill='currentColor'/%3E%3C/svg%3E%0A");
}
.vt-bio-contact-card.orange .vt-bio-contact:before {
  content: url("data:image/svg+xml,%3Csvg id='Group_2570' data-name='Group 2570' xmlns='http://www.w3.org/2000/svg' width='16.33' height='20.414' viewBox='0 0 16.33 20.414'%3E%3Cpath d='M-35.856-12.642a5.62,5.62,0,0,0-5.613,5.613,5.62,5.62,0,0,0,5.613,5.613,5.624,5.624,0,0,0,5.618-5.613A5.624,5.624,0,0,0-35.856-12.642Zm-5.063,9.879a4.335,4.335,0,0,0-3.1,4.154v5.4a.985.985,0,0,0,.935.98h14.461a.984.984,0,0,0,.933-.98v-5.4a4.339,4.339,0,0,0-3.1-4.154A6.631,6.631,0,0,1-35.856-.395,6.619,6.619,0,0,1-40.919-2.763Z' transform='translate(44.018 12.642)' color='white' fill='currentColor'/%3E%3C/svg%3E%0A");
}
.vt-bio-contact-card.orange a {
  color: white;
}
.vt-bio-contact-card.orange a:focus {
  color: white;
  outline-color: white;
}
.vt-bio-contact-card.orange .vt-bio-contact-map-link:hover,
.vt-bio-contact-card.orange .vt-bio-contact-map-link:focus {
  color: white;
}
.vt-bio-contact-card.orange .vt-image {
  padding: 0;
}
.vt-bio-contact-card.orange .vt-image img {
  border-radius: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.vt-bio-contact-card.orange a {
  text-decoration: underline;
}
.vt-bio-contact-card.orange a:hover {
  text-decoration: none;
}
.vt-bio-contact-card.orange .vt-bio-contact-map-link:hover,
.vt-bio-contact-card.orange .vt-bio-contact-map-link:focus {
  text-decoration: none;
}

.vt-bio-contact-image figure {
  margin: 0;
}
.vt-bio-contact-image img {
  border-radius: 15px;
}
.vt-bio-contact-image .vt-image-blurHolder {
  border-radius: 15px;
}
.vt-bio-contact-image .vt-image-blurHolder + img {
  border-radius: 0;
}

.vt-bio-link.vt-ctaLink.maroon {
  background-color: var(--vt-hokieStone-6s);
  letter-spacing: 4px;
  font-size: 1em;
  border-color: var(--vt-hokieStone-6s);
}
.vt-bio-link.vt-ctaLink.maroon:hover, .vt-bio-link.vt-ctaLink.maroon:focus {
  color: black;
  background-color: var(--vt-turquoise-2t);
  border-color: var(--vt-turquoise-2t);
}

.vt-bio-tagcloud {
  display: flex;
  align-items: center;
  margin: 0;
}
.vt-bio-tagcloud .vt-tagcloud-heading {
  margin: 0 10px 0 0;
}
.vt-bio-tagcloud ul.tagcloud {
  padding: 0;
  margin: 0;
}
.vt-bio-tagcloud .tagcloud .vt-tag-link:focus {
  outline-color: black;
  outline-offset: 3px;
  outline-style: dashed;
  outline-width: 2px;
}
.vt-bio-tagcloud .vt-tag-link {
  letter-spacing: 4px;
  font-size: 1em;
}
.vt-bio-tagcloud .vt-tag-link:hover, .vt-bio-tagcloud .vt-tag-link:focus {
  color: black;
  background-color: var(--vt-turquoise-2t);
  border-color: var(--vt-turquoise-2t);
  text-decoration: none;
}

.vt-bio-contact-card.dark {
  border: 0;
  padding: 0;
  background: var(--vt-hokieStone-6s);
  color: white;
}
.vt-bio-contact-card.dark .vt-bio-contact-location:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.309' height='24.076' viewBox='0 0 16.309 24.076'%3E%3Cpath d='M24.284,0a8.155,8.155,0,0,0-8.155,8.155c0,.1,0,.195.007.294A8.137,8.137,0,0,0,16.6,10.9c1.74,5.719,7.681,13.178,7.681,13.178s5.94-7.459,7.68-13.178a8.12,8.12,0,0,0,.467-2.45q.007-.149.007-.294A8.155,8.155,0,0,0,24.284,0Zm0,12.149a3.994,3.994,0,1,1,3.994-3.994A3.994,3.994,0,0,1,24.284,12.149Z' transform='translate(-16.129)' color='white' fill='currentColor'/%3E%3C/svg%3E%0A");
}
.vt-bio-contact-card.dark .vt-bio-contact:before {
  content: url("data:image/svg+xml,%3Csvg id='Group_2570' data-name='Group 2570' xmlns='http://www.w3.org/2000/svg' width='16.33' height='20.414' viewBox='0 0 16.33 20.414'%3E%3Cpath d='M-35.856-12.642a5.62,5.62,0,0,0-5.613,5.613,5.62,5.62,0,0,0,5.613,5.613,5.624,5.624,0,0,0,5.618-5.613A5.624,5.624,0,0,0-35.856-12.642Zm-5.063,9.879a4.335,4.335,0,0,0-3.1,4.154v5.4a.985.985,0,0,0,.935.98h14.461a.984.984,0,0,0,.933-.98v-5.4a4.339,4.339,0,0,0-3.1-4.154A6.631,6.631,0,0,1-35.856-.395,6.619,6.619,0,0,1-40.919-2.763Z' transform='translate(44.018 12.642)' color='white' fill='currentColor'/%3E%3C/svg%3E%0A");
}
.vt-bio-contact-card.dark .vt-bio-contact-map-link:hover,
.vt-bio-contact-card.dark .vt-bio-contact-map-link:focus {
  color: var(--vt-turquoise-2t);
  text-decoration: none;
}
.vt-bio-contact-card.dark a {
  color: white;
  text-decoration: underline;
}
.vt-bio-contact-card.dark a:focus {
  color: white;
  outline-color: white;
}
.vt-bio-contact-card.dark a:hover {
  text-decoration: none;
}
.vt-bio-contact-card.dark .vt-image {
  padding: 0;
}
.vt-bio-contact-card.dark .vt-image img {
  border-radius: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.vt-bio-contact-info {
  border-radius: 15px;
  background: var(--vt-smoke);
  box-shadow: 0 0 10px #e5e1e6;
  border-color: #e5e1e6;
  display: grid;
  margin-bottom: 0;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .vt-bio-contact-info {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .vt-bio-contact-info {
    padding: 2rem 3rem;
  }
}
.vt-bio-contact-info .vt-bio-contact-map-link,
.vt-bio-contact-info .vt-bio-contact-info-label,
.vt-bio-contact-info .vt-bio-contact-location-label {
  display: block;
  font-weight: 700;
}
.vt-bio-contact-info .vt-bio-contact-location,
.vt-bio-contact-info .vt-bio-contact {
  word-break: break-word;
  display: flex;
  flex: 1;
}
.vt-bio-contact-info .vt-bio-contact-location p,
.vt-bio-contact-info .vt-bio-contact p {
  display: inline-block;
  margin-bottom: 0;
}
.vt-bio-contact-info > :first-child {
  margin-bottom: 2rem;
}
.vt-bio-contact-info .vt-bio-contact-location:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.309' height='24.076' viewBox='0 0 16.309 24.076'%3E%3Cpath d='M24.284,0a8.155,8.155,0,0,0-8.155,8.155c0,.1,0,.195.007.294A8.137,8.137,0,0,0,16.6,10.9c1.74,5.719,7.681,13.178,7.681,13.178s5.94-7.459,7.68-13.178a8.12,8.12,0,0,0,.467-2.45q.007-.149.007-.294A8.155,8.155,0,0,0,24.284,0Zm0,12.149a3.994,3.994,0,1,1,3.994-3.994A3.994,3.994,0,0,1,24.284,12.149Z' transform='translate(-16.129)' color='black' fill='currentColor'/%3E%3C/svg%3E%0A");
  margin-right: 10px;
}
.vt-bio-contact-info .vt-bio-contact:before {
  content: url("data:image/svg+xml,%3Csvg id='Group_2570' data-name='Group 2570' xmlns='http://www.w3.org/2000/svg' width='16.33' height='20.414' viewBox='0 0 16.33 20.414'%3E%3Cpath d='M-35.856-12.642a5.62,5.62,0,0,0-5.613,5.613,5.62,5.62,0,0,0,5.613,5.613,5.624,5.624,0,0,0,5.618-5.613A5.624,5.624,0,0,0-35.856-12.642Zm-5.063,9.879a4.335,4.335,0,0,0-3.1,4.154v5.4a.985.985,0,0,0,.935.98h14.461a.984.984,0,0,0,.933-.98v-5.4a4.339,4.339,0,0,0-3.1-4.154A6.631,6.631,0,0,1-35.856-.395,6.619,6.619,0,0,1-40.919-2.763Z' transform='translate(44.018 12.642)' color='black' fill='currentColor'/%3E%3C/svg%3E%0A");
  margin-right: 10px;
}

/* END New Bio Styles */
/************************************** END VT BIO PAGE STYLES */