@charset "UTF-8";
/*!
 * 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(202, 79, 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(202, 79, 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
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

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

abbr[data-original-title], abbr[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
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #ca4f00;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #7e3100;
    text-decoration: underline
}

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

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

code, kbd, pre, 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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

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

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

button {
    border-radius: 0
}

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

button, input, optgroup, select, 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
}

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

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

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

input[type=checkbox], input[type=radio] {
    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: .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: .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, .1)
}

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

.mark, mark {
    padding: .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: .5rem
}

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

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

.blockquote-footer {
    display: block;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

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

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

.figure {
    display: inline-block
}

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

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

code {
    font-size: 87.5%;
    color: #ce0058;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
    box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

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

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

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    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: #000
}

.table td, .table th {
    padding: .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 td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

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

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

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

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

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

.table-hover .table-primary:hover {
    background-color: #ecbfa3
}

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

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

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    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 > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    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 > td, .table-info > th {
    background-color: #c4f3ee
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    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 > td, .table-warning > th {
    background-color: #fdf9cc
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    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 > td, .table-danger > th {
    background-color: #ddc0ca
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    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 > td, .table-light > th {
    background-color: #f8f7f8
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    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 > td, .table-dark > th {
    background-color: #b8b8b8
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    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 > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(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 td, .table-dark th, .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, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .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 + .75rem + 2px);
    padding: .375rem .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;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .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: #ff914b;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.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=datetime-local].form-control, input[type=month].form-control, input[type=time].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(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

textarea.form-control {
    height: auto
}

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

.form-text {
    display: block;
    margin-top: .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: .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: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: 2px
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 5px
}

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

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, .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 + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.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 .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(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0 rgba(40, 167, 69, .25)
}

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

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

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

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

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

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

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

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

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

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #861f41
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(134, 31, 65, .9);
    border-radius: 2px
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 5px
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #861f41;
    padding-right: calc(1.5em + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #861f41;
    box-shadow: 0 0 0 0 rgba(134, 31, 65, .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 + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #861f41;
    padding-right: calc(.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 .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(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #861f41;
    box-shadow: 0 0 0 0 rgba(134, 31, 65, .25)
}

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

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

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #861f41
}

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

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

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 rgba(134, 31, 65, .25)
}

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #861f41;
    box-shadow: 0 0 0 0 rgba(134, 31, 65, .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 .custom-select, .form-inline .input-group {
        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: .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: #000;
    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: .375rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #000;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

.btn-primary {
    color: #fff;
    background-color: #ca4f00;
    border-color: #ca4f00;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-primary:hover {
    color: #fff;
    background-color: #a44000;
    border-color: #973b00
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #a44000;
    border-color: #973b00;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(210, 105, 38, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ca4f00;
    border-color: #ca4f00
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #973b00;
    border-color: #8a3600
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(210, 105, 38, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.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: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(152, 65, 94, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.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: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(152, 65, 94, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.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: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(72, 180, 97, .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: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(72, 180, 97, .5)
}

.btn-info {
    color: #212529;
    background-color: #2cd5c4;
    border-color: #2cd5c4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.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: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(42, 187, 173, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #2cd5c4;
    border-color: #2cd5c4
}

.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: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(42, 187, 173, .5)
}

.btn-warning {
    color: #212529;
    background-color: #f7ea48;
    border-color: #f7ea48;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.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: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(215, 204, 67, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #f7ea48;
    border-color: #f7ea48
}

.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: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(215, 204, 67, .5)
}

.btn-danger {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.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: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(152, 65, 94, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.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: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(152, 65, 94, .5)
}

.btn-light {
    color: #212529;
    background-color: #e5e1e6;
    border-color: #e5e1e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.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: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(200, 197, 202, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #e5e1e6;
    border-color: #e5e1e6
}

.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: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(200, 197, 202, .5)
}

.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(38, 38, 38, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(38, 38, 38, .5)
}

.btn-outline-primary {
    color: #ca4f00;
    border-color: #ca4f00
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ca4f00;
    border-color: #ca4f00
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(202, 79, 0, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ca4f00;
    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: #ca4f00;
    border-color: #ca4f00
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(202, 79, 0, .5)
}

.btn-outline-secondary {
    color: #861f41;
    border-color: #861f41
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(134, 31, 65, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #861f41;
    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: #861f41;
    border-color: #861f41
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(134, 31, 65, .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, .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: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #2cd5c4;
    border-color: #2cd5c4
}

.btn-outline-info:hover {
    color: #212529;
    background-color: #2cd5c4;
    border-color: #2cd5c4
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(44, 213, 196, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #2cd5c4;
    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: #2cd5c4;
    border-color: #2cd5c4
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(44, 213, 196, .5)
}

.btn-outline-warning {
    color: #f7ea48;
    border-color: #f7ea48
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #f7ea48;
    border-color: #f7ea48
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(247, 234, 72, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f7ea48;
    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: #f7ea48;
    border-color: #f7ea48
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(247, 234, 72, .5)
}

.btn-outline-danger {
    color: #861f41;
    border-color: #861f41
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(134, 31, 65, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #861f41;
    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: #861f41;
    border-color: #861f41
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(134, 31, 65, .5)
}

.btn-outline-light {
    color: #e5e1e6;
    border-color: #e5e1e6
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #e5e1e6;
    border-color: #e5e1e6
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(229, 225, 230, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e5e1e6;
    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: #e5e1e6;
    border-color: #e5e1e6
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(229, 225, 230, .5)
}

.btn-outline-dark {
    color: #000;
    border-color: #000
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #000;
    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: #000;
    border-color: #000
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(0, 0, 0, .5)
}

.btn-link {
    font-weight: 400;
    color: #ca4f00;
    text-decoration: none
}

.btn-link:hover {
    color: #7e3100;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

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

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

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

.fade {
    transition: opacity .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 .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none
    }
}

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

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175)
}

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

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

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

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

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

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

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ca4f00
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

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

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    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, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

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

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

.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -2px
}

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    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=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    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 > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control: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) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.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, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append, .input-group-prepend {
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .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=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

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

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

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

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.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: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 > .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), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    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: #ca4f00;
    background-color: #ca4f00
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), none
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ff914b
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffb07e;
    border-color: #ffb07e
}

.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: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.custom-control-label::after {
    position: absolute;
    top: .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: #ca4f00;
    background-color: #ca4f00
}

.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(202, 79, 0, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(202, 79, 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(202, 79, 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: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(202, 79, 0, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .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 .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #ff914b;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 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: .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 + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

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

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

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #ff914b;
    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 + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .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: -.25rem;
    background-color: #ca4f00;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #ffb07e
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ca4f00;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #ffb07e
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #ca4f00;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #ffb07e
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    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:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    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: 0 0;
    border: 0;
    border-radius: 2px
}

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

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

.nav-justified .nav-item, .nav-justified > .nav-link {
    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: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    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: .5rem;
    padding-bottom: .5rem
}

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px
}

.navbar-toggler:focus, .navbar-toggler:hover {
    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-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .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-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .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-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .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-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .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-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .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: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .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, .9)
}

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

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

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

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(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, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

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

.navbar-dark .navbar-brand {
    color: #fff
}

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

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

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .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, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    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, .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: .75rem
}

.card-subtitle {
    margin-top: -.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: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 1px 1px 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 1px 1px
}

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

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

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

.card-img, .card-img-bottom, .card-img-top {
    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-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        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-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .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: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 2px
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .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: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ca4f00;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #7e3100;
    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: #ca4f00;
    border-color: #ca4f00
}

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

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

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

.badge-primary {
    color: #fff;
    background-color: #ca4f00
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #973b00
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(202, 79, 0, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #861f41
}

a.badge-secondary:focus, a.badge-secondary:hover {
    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, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    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, .5)
}

.badge-info {
    color: #212529;
    background-color: #2cd5c4
}

a.badge-info:focus, a.badge-info:hover {
    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, .5)
}

.badge-warning {
    color: #212529;
    background-color: #f7ea48
}

a.badge-warning:focus, a.badge-warning:hover {
    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, .5)
}

.badge-danger {
    color: #fff;
    background-color: #861f41
}

a.badge-danger:focus, a.badge-danger:hover {
    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, .5)
}

.badge-light {
    color: #212529;
    background-color: #e5e1e6
}

a.badge-light:focus, a.badge-light:hover {
    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, .5)
}

.badge-dark {
    color: #fff;
    background-color: #000
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #000
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

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

.alert {
    position: relative;
    padding: .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: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #491c00;
    background-color: #ecc0a3;
    border-color: #db8752
}

.alert-primary hr {
    border-top-color: #d7783d
}

.alert-primary .alert-link {
    color: #160800
}

.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: #000;
    background-color: #a3a3a3;
    border-color: #525252
}

.alert-dark hr {
    border-top-color: #454545
}

.alert-dark .alert-link {
    color: #000
}

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

@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: .75rem;
    background-color: #e9ecef;
    border-radius: 2px;
    box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ca4f00;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        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:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #000;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(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: #ca4f00;
    border-color: #ca4f00
}

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

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #692900;
    background-color: #ecbfa3
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #692900;
    border-color: #692900
}

.list-group-item-secondary {
    color: #461022;
    background-color: #ddc0ca
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    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:focus, .list-group-item-success.list-group-item-action:hover {
    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:focus, .list-group-item-info.list-group-item-action:hover {
    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:focus, .list-group-item-warning.list-group-item-action:hover {
    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:focus, .list-group-item-danger.list-group-item-action:hover {
    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:focus, .list-group-item-light.list-group-item-action:hover {
    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: #000;
    background-color: #b8b8b8
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #000;
    background-color: #ababab
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .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: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .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-footer, .modal-dialog-scrollable .modal-header {
    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: -webkit-min-content;
    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, .2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .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(.3rem - 1px);
    border-top-right-radius: calc(.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: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .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: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-content {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5)
    }

    .modal-sm {
        max-width: 300px
    }
}

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: 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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

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

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

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

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2)
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #000
}

.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%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

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

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

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

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

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    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 .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    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: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-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: .5;
    transition: opacity .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
}

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

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

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

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

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

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

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

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

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

.bg-secondary {
    background-color: #861f41 !important
}

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

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

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

.bg-info {
    background-color: #2cd5c4 !important
}

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

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

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

.bg-danger {
    background-color: #861f41 !important
}

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #000 !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: #ca4f00 !important
}

.border-secondary {
    border-color: #861f41 !important
}

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

.border-info {
    border-color: #2cd5c4 !important
}

.border-warning {
    border-color: #f7ea48 !important
}

.border-danger {
    border-color: #861f41 !important
}

.border-light {
    border-color: #e5e1e6 !important
}

.border-dark {
    border-color: #000 !important
}

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

.rounded-sm {
    border-radius: .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: .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 embed, .embed-responsive iframe, .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 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(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: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

.ml-2, .mx-2 {
    margin-left: .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: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

.pl-2, .px-2 {
    padding-left: .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: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

.ml-n2, .mx-n2 {
    margin-left: -.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: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .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: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.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: #ca4f00 !important
}

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

.text-secondary {
    color: #861f41 !important
}

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

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

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

.text-info {
    color: #2cd5c4 !important
}

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

.text-warning {
    color: #f7ea48 !important
}

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

.text-danger {
    color: #861f41 !important
}

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

.text-light {
    color: #e5e1e6 !important
}

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

.text-dark {
    color: #000 !important
}

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

.text-body {
    color: #000 !important
}

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

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

.text-white-50 {
    color: rgba(255, 255, 255, .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 {
    *, ::after, ::before {
        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
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

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

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_thin.woff2) format("woff2"), url(../fonts/acherusgrotesque_thin.woff) format("woff"), url(../fonts/acherusgrotesque_thin.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_thinitalic.woff2) format("woff2"), url(../fonts/acherusgrotesque_thinitalic.woff) format("woff"), url(../fonts/acherusgrotesque_thinitalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_light.woff2) format("woff2"), url(../fonts/acherusgrotesque_light.woff) format("woff"), url(../fonts/acherusgrotesque_light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_lightitalic.woff2) format("woff2"), url(../fonts/acherusgrotesque_lightitalic.woff) format("woff"), url(../fonts/acherusgrotesque_lightitalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_regular.woff2) format("woff2"), url(../fonts/acherusgrotesque_regular.woff) format("woff"), url(../fonts/acherusgrotesque_regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_italic.woff2) format("woff2"), url(../fonts/acherusgrotesque_italic.woff) format("woff"), url(../fonts/acherusgrotesque_italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_medium.woff2) format("woff2"), url(../fonts/acherusgrotesque_medium.woff) format("woff"), url(../fonts/acherusgrotesque_medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_mediumitalic.woff2) format("woff2"), url(../fonts/acherusgrotesque_mediumitalic.woff) format("woff"), url(../fonts/acherusgrotesque_mediumitalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_bold.woff2) format("woff2"), url(../fonts/acherusgrotesque_bold.woff) format("woff"), url(../fonts/acherusgrotesque_bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_bolditalic.woff2) format("woff2"), url(../fonts/acherusgrotesque_bolditalic.woff) format("woff"), url(../fonts/acherusgrotesque_bolditalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_extrabold.woff2) format("woff2"), url(../fonts/acherusgrotesque_extrabold.woff) format("woff"), url(../fonts/acherusgrotesque_extrabold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_extrabolditalic.woff2) format("woff2"), url(../fonts/acherusgrotesque_extrabolditalic.woff) format("woff"), url(../fonts/acherusgrotesque_extrabolditalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_black.woff2) format("woff2"), url(../fonts/acherusgrotesque_black.woff) format("woff"), url(../fonts/acherusgrotesque_black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Acherus;
    src: url(../fonts/acherusgrotesque_blackitalic.woff2) format("woff2"), url(../fonts/acherusgrotesque_blackitalic.woff) format("woff"), url(../fonts/acherusgrotesque_blackitalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conthi.woff2) format("woff2"), url(../fonts/gineso-conthi.woff) format("woff"), url(../fonts/gineso-conthi.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conthiit.woff2) format("woff2"), url(../fonts/gineso-conthiit.woff) format("woff"), url(../fonts/gineso-conthiit.ttf) format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conlig.woff2) format("woff2"), url(../fonts/gineso-conlig.woff) format("woff"), url(../fonts/gineso-conlig.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conligit.woff2) format("woff2"), url(../fonts/gineso-conligit.woff) format("woff"), url(../fonts/gineso-conligit.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conboo.woff2) format("woff2"), url(../fonts/gineso-conboo.woff) format("woff"), url(../fonts/gineso-conboo.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conbooit.woff2) format("woff2"), url(../fonts/gineso-conbooit.woff) format("woff"), url(../fonts/gineso-conbooit.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conreg.woff2) format("woff2"), url(../fonts/gineso-conreg.woff) format("woff"), url(../fonts/gineso-conreg.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conregit.woff2) format("woff2"), url(../fonts/gineso-conregit.woff) format("woff"), url(../fonts/gineso-conregit.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conmed.woff2) format("woff2"), url(../fonts/gineso-conmed.woff) format("woff"), url(../fonts/gineso-conmed.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conmedit.woff2) format("woff2"), url(../fonts/gineso-conmedit.woff) format("woff"), url(../fonts/gineso-conmedit.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-condem.woff2) format("woff2"), url(../fonts/gineso-condem.woff) format("woff"), url(../fonts/gineso-condem.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-condemit.woff2) format("woff2"), url(../fonts/gineso-condemit.woff) format("woff"), url(../fonts/gineso-condemit.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conbol.woff2) format("woff2"), url(../fonts/gineso-conbol.woff) format("woff"), url(../fonts/gineso-conbol.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conbolit.woff2) format("woff2"), url(../fonts/gineso-conbolit.woff) format("woff"), url(../fonts/gineso-conbolit.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conbla.woff2) format("woff2"), url(../fonts/gineso-conbla.woff) format("woff"), url(../fonts/gineso-conbla.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: gineso-condensed;
    src: url(../fonts/gineso-conblait.woff2) format("woff2"), url(../fonts/gineso-conblait.woff) format("woff"), url(../fonts/gineso-conblait.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: crimsontext;
    src: url(../fonts/crimsontext-regular.woff2) format("woff2"), url(../fonts/crimsontext-regular.woff) format("woff"), url(../fonts/crimsontext-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: crimsontext;
    src: url(../fonts/crimsontext-italic.woff2) format("woff2"), url(../fonts/crimsontext-italic.woff) format("woff"), url(../fonts/crimsontext-italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: crimsontext;
    src: url(../fonts/crimsontext-semibold.woff2) format("woff2"), url(../fonts/crimsontext-semibold.woff) format("woff"), url(../fonts/crimsontext-semibold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: crimsontext;
    src: url(../fonts/crimsontext-semibolditalic.woff2) format("woff2"), url(../fonts/crimsontext-semibolditalic.woff) format("woff"), url(../fonts/crimsontext-semibolditalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: crimsontext;
    src: url(../fonts/crimsontext-bold.woff2) format("woff2"), url(../fonts/crimsontext-bold.woff) format("woff"), url(../fonts/crimsontext-bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: crimsontext;
    src: url(../fonts/crimsontext-bolditalic.woff2) format("woff2"), url(../fonts/crimsontext-bolditalic.woff) format("woff"), url(../fonts/crimsontext-bolditalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: VTWordMark;
    src: url(../fonts/vtwordmarkregular.woff2) format("woff2"), url(../fonts/vtwordmarkregular.woff) format("woff"), url(../fonts/vtwordmarkregular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: VTx;
    src: url(../fonts/vtx01regular.woff2) format("woff2"), url(../fonts/vtx01regular.woff) format("woff"), url(../fonts/vtx01regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.gallery .gallery-featured-item h3, .h1, .vt-carousel .carousel-caption h3, h1 {
    font-family: gineso-condensed, sans-serif
}

.h2, .vt-card-stripe .vt-card-heading *, .vt_feed_cTitle, h2 {
    font-family: gineso-condensed, sans-serif
}

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

.h4, h4 {
    font-family: gineso-condensed, sans-serif
}

.h5, h5 {
    font-family: gineso-condensed, sans-serif
}

.h6, h6 {
    font-family: gineso-condensed, sans-serif
}

.vt-page-title {
    font-family: gineso-condensed, sans-serif
}

.acherus {
    font-family: Acherus, sans-serif
}

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

html {
    overflow-x: hidden
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.4;
    font-family: Acherus, sans-serif;
    color: #000;
    overflow: hidden;
    padding: 0
}

main {
    display: block;
    position: relative;
    background-color: #fff
}

.row {
    margin: 0
}

.vt-page-info {
    order: 1;
    position: relative;
    background-color: var(--vt-hokieStone-5s);
    padding: 1em 5% 1em 5%
}

@media screen and (min-width: 768px) {
    .vt-page-info {
        padding: 8em 16% 2em 16%
    }
}

@media screen and (min-width: 992px) {
    .vt-page-info {
        padding: 8em 20% 2em 20%
    }
}

.vt-page-info :focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-page-info .vt-page-title, .vt-page-info .vt-tag-title {
    width: 100%;
    font-size: 2em;
    font-weight: 600;
    font-style: italic;
    line-height: 1.25;
    color: #fff;
    margin: .25em 0 .6667em
}

.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: #fff;
    margin-bottom: 1.5em
}

.vt-page-category {
    display: flex;
    justify-content: flex-start;
    color: #000;
    background-color: #fff;
    padding: .5em .5em .4em;
    margin: 1em 1em 0 0
}

.vt-page-category-text {
    background-color: #fff;
    color: #000;
    font-family: gineso-condensed, sans-serif;
    font-size: .575em;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1;
    text-transform: uppercase
}

.vt-page-category-feature {
    display: inline-block;
    width: .45em;
    height: .45em;
    line-height: 1;
    margin-right: .33em
}

.vt-article-byline-wrapper {
    margin-right: 2em
}

@media screen and (min-width: 992px) {
    .vt-article-byline-wrapper {
        max-width: 50%
    }
}

.vt-page-metadata .vt-article-byline-heading {
    font-family: gineso-condensed, sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .075em;
    line-height: 1.2;
    color: #fff;
    margin-right: .3333em
}

.vt-page-metadata .vt-article-bylines {
    display: inline;
    font-family: gineso-condensed, sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .075em;
    line-height: 1.2
}

.vt-page-metadata .vt-article-bylines .vt-article-byline {
    display: inline;
    color: #fff
}

.vt-page-metadata .vt-article-bylines .vt-byline-name, .vt-page-metadata .vt-article-bylines .vt-byline-name-separator {
    display: inline;
    line-height: 1.2
}

.vt-page-metadata .vt-article-bylines .vt-byline-name-link {
    display: inline;
    color: #fff;
    vertical-align: baseline
}

.vt-page-metadata {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    vertical-align: baseline;
    width: 100%;
    border-top: 1px solid #fff;
    padding: .6667em 0;
    flex-wrap: wrap
}

@media screen and (min-width: 576px) {
    .vt-page-metadata {
        flex-wrap: nowrap
    }
}

@media screen and (min-width: 992px) {
    .vt-page-metadata {
        flex-direction: row;
        align-items: center
    }
}

.vt-page-metadata .vt-page-onTime {
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    letter-spacing: .075em;
    line-height: 1.2;
    color: #fff;
    margin: .5em 0;
    width: 100%;
    white-space: nowrap
}

@media screen and (min-width: 992px) {
    .vt-page-metadata .vt-page-onTime {
        width: auto;
        margin: 0 2em 0 0
    }
}

.vt-page-metadata .vt-page-onTime .vt-page-ontime-day, .vt-page-metadata .vt-page-onTime .vt-page-ontime-year {
    font-weight: 300
}

.vt-page-metadata .vt-page-onTime .vt-page-ontime-month {
    font-weight: 600;
    text-transform: uppercase
}

.vt-page-metadata .vt-page-readTime {
    flex-grow: 1;
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    letter-spacing: .075em;
    line-height: 1.2;
    color: #fff;
    margin: .5em 0;
    width: 100%;
    white-space: nowrap
}

@media screen and (min-width: 992px) {
    .vt-page-metadata .vt-page-readTime {
        width: auto;
        margin: 0 2em 0 0
    }
}

.vt-page-metadata .vt-social-icons {
    display: flex;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-page-metadata .vt-social-icons {
        width: auto
    }
}

.vt-page-metadata .vt-social-icons .vt-social-icons-item {
    width: 2.67em;
    height: 2.67em;
    margin-right: .5em
}

.vt-page-metadata .vt-social-icons .vt-social-icons-item:first-of-type {
    margin-left: -.5em
}

@media screen and (min-width: 992px) {
    .vt-page-metadata .vt-social-icons .vt-social-icons-item:first-of-type {
        margin-left: 0
    }
}

.vt-page-metadata .vt-social-icons .vt-social-icons-item:last-of-type {
    margin-right: 0
}

.vt-page-metadata .vt-social-icons .vt-social-icons-item-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: .75em;
    background: 0 0;
    border: none
}

.vt-page-metadata .vt-social-icons .vt-social-icons-item-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-page-metadata .vt-social-icons .vt-social-icons-item-icon {
    width: 100%;
    height: 100%
}

.vt-lastMod {
    width: 100%;
    font-size: 1em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    color: #fff
}

.vt-body-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 1em 0;
    border-top: 1px solid #000
}

@media screen and (min-width: 576px) {
    .vt-body-social {
        flex-direction: row;
        justify-content: center
    }
}

@media screen and (min-width: 768px) {
    .vt-body-social {
        margin: 0 12%
    }
}

.vt-body-social .vt-body-social-heading {
    font-family: gineso-condensed, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    margin-right: .5em
}

.vt-body-social .vt-body-social-heading-bold {
    font-weight: 600
}

.vt-body-social .vt-social-icons {
    display: flex
}

.vt-body-social .vt-social-icons .vt-social-icons-item {
    width: 2.67em;
    height: 2.67em;
    margin-right: .5em
}

.vt-body-social .vt-social-icons .vt-social-icons-item:last-of-type {
    margin-right: 0
}

.vt-body-social .vt-social-icons .vt-social-icons-item-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    padding: .75em;
    background: 0 0;
    border: none
}

.vt-body-social .vt-social-icons .vt-social-icons-item-link:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-body-social .vt-social-icons .vt-social-icons-item-icon {
    width: 100%;
    height: 100%
}

.vt-vtx-content-area {
    display: block;
    order: 3;
    width: auto;
    background-color: #fff;
    padding: 0;
    margin: 0 5%
}

@media screen and (min-width: 992px) {
    .vt-vtx-content-area {
        margin: 0 10%
    }
}

.parbase > div {
    position: relative;
    margin-bottom: 20px
}

.media {
    margin-top: 0
}

#vt_no_rb {
    width: 100%;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 768px) {
    #vt_no_rb {
        margin: 3em 0 0
    }
}

#vt_no_rb::after {
    clear: both
}

div[class$=-body] > .vt-authors-body, div[class$=-body] > .vt-bodycol-content > .text, div[class$=-body] > .vt-building-data, div[class$=-body] > .vt-building-history, div[class$=-body] > .vt-building-namesake, div[class$=-body] > .vt-programStudy-contact {
    margin: 2em 0
}

@media screen and (min-width: 768px) {
    div[class$=-body] > .vt-authors-body, div[class$=-body] > .vt-bodycol-content > .text, div[class$=-body] > .vt-building-data, div[class$=-body] > .vt-building-history, div[class$=-body] > .vt-building-namesake, div[class$=-body] > .vt-programStudy-contact {
        margin: 2em 12.5%
    }
}

div[class$=-body] > .vt-bodycol-content > .adaptiveimage {
    display: block;
    overflow: hidden
}

div[class$=-body] > .vt-bodycol-content > .adaptiveimage > .vt-image, div[class$=-body] > .vt-bodycol-content > .download, div[class$=-body] > .vt-bodycol-content > .feedreader, div[class$=-body] > .vt-bodycol-content > .gallery, div[class$=-body] > .vt-bodycol-content > .list > .vt-list, div[class$=-body] > .vt-bodycol-content > .media > .vt-video, div[class$=-body] > .vt-bodycol-content > .mediaexternal > .vt-video, div[class$=-body] > .vt-bodycol-content > .rawhtml > .vt-rawhtml, div[class$=-body] > .vt-bodycol-content > .reference, div[class$=-body] > .vt-bodycol-content > .search, div[class$=-body] > .vt-bodycol-content > .tagcloud, div[class$=-body] > .vt-bodycol-content > .text.vt-heading-only, div[class$=-body] > .vt-bodycol-content > .vtcontainer, div[class$=-body] > .vt-bodycol-content > .vtmulticolumn > .vt-multicolumn, div[class$=-body] > .vt-bodycol-content > .vtmultitab, div[class$=-body] > .vt-bodycol-content > .weatherreader {
    margin: 2em 0
}

@media screen and (min-width: 768px) {
    div[class$=-body] > .vt-bodycol-content > .adaptiveimage > .vt-image, div[class$=-body] > .vt-bodycol-content > .download, div[class$=-body] > .vt-bodycol-content > .feedreader, div[class$=-body] > .vt-bodycol-content > .gallery, div[class$=-body] > .vt-bodycol-content > .list > .vt-list, div[class$=-body] > .vt-bodycol-content > .media > .vt-video, div[class$=-body] > .vt-bodycol-content > .mediaexternal > .vt-video, div[class$=-body] > .vt-bodycol-content > .rawhtml > .vt-rawhtml, div[class$=-body] > .vt-bodycol-content > .reference, div[class$=-body] > .vt-bodycol-content > .search, div[class$=-body] > .vt-bodycol-content > .tagcloud, div[class$=-body] > .vt-bodycol-content > .text.vt-heading-only, div[class$=-body] > .vt-bodycol-content > .vtcontainer, div[class$=-body] > .vt-bodycol-content > .vtmulticolumn > .vt-multicolumn, div[class$=-body] > .vt-bodycol-content > .vtmultitab, div[class$=-body] > .vt-bodycol-content > .weatherreader {
        margin: 2em 12.5%
    }
}

div[class$=-body] > .vt-bodycol-content > .text.vt-table-margin {
    padding: 0;
    margin: 2em 0
}

@media screen and (min-width: 768px) {
    div[class$=-body] > .vt-bodycol-content > .text.vt-table-margin {
        padding: 0;
        margin: 2em 12.5%
    }
}

.vt-vtx-content-area .vt-articleImage.vt-text-margins {
    padding: 0 12.5%;
    margin: 0
}

div[class$=-body] > .vt-bodycol-content > .vt-heading-only.vt-text-margins, div[class$=-body] > .vt-bodycol-content > .vt-text-margins {
    margin: 2em 0
}

@media screen and (min-width: 768px) {
    div[class$=-body] > .vt-bodycol-content > .vt-heading-only.vt-text-margins, div[class$=-body] > .vt-bodycol-content > .vt-text-margins {
        margin: 2em 12.5%
    }
}

div[class$=-body] > .vt-bodycol-content > .vtcontainer.vt-text-margins {
    margin: 2em 0
}

div[class$=-body] > .vt-bodycol-content > .vtcontainer .vt-full-width .text.vt-text-margins {
    margin: 2em 5%
}

@media screen and (min-width: 768px) {
    div[class$=-body] > .vt-bodycol-content > .vtcontainer .vt-full-width .text.vt-text-margins {
        margin: 2em 20%
    }
}

@media screen and (max-width: 767px) {
    div[class$=-body] > .vt-bodycol-content > .vt-text-margins .vtmulticolumn div[class*=col-md-] {
        padding: 0
    }
}

@media screen and (max-width: 991px) {
    div[class$=-body] > .vt-bodycol-content > .vt-text-margins .vtmulticolumn div[class*=col-lg-] {
        padding: 0
    }
}

#vt_body_col {
    clear: both;
    padding: 0
}

.vt-authors-body :focus, .vt-bodycol-content .vt-text :focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-access-dialog :focus, .vt-access-toggle:focus, .vt-subnav-droplist-control:focus, footer :focus, nav :focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-tags :focus {
    outline-color: #75787b;
    outline-style: dashed;
    outline-width: 2px;
    outline-offset: 3px
}

.vt-resources-options [tabindex="-1"]:focus {
    outline-color: #fff !important;
    outline-offset: 3px !important;
    outline-style: dashed !important;
    outline-width: 2px !important
}

.vt-text.vt-add-hyphens * {
    -webkit-hyphens: auto;
    hyphens: auto
}

.vt-text p > a:hover {
    color: var(--vt-blue-4t)
}

a {
    position: relative;
    color: #ca4f00;
    cursor: pointer
}

a:hover {
    color: var(--vt-blue-4t)
}

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: .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: .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: .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: .792em
    }
}

@media screen and (min-width: 992px) {
    h6 {
        font-size: .875em
    }
}

@media screen and (min-width: 1200px) {
    h6 {
        font-size: 1em
    }
}

a:visited {
    position: relative;
    color: #ca4f00;
    cursor: pointer
}

.btn-dark:visited, .btn-primary:visited, .btn-secondary:visited {
    color: #fff
}

.btn-light:visited {
    color: #171819
}

p, span {
    font-weight: 400
}

p {
    margin-bottom: 2em
}

.tab-list a, .vt-authors-body a, .vt-download a, .vt-programStudy-contact a, .vt-text a, .vtTabs a, .weatherreader a {
    color: #ca4f00;
    text-decoration: underline
}

.gallery-featured-item p, .vt-download a, .vt-text li, .vt-text p, .vt-text p a, .vt-text td, .vt-text th, .vt_feed_items a, .vt_feed_items span {
    font-size: 1em;
    line-height: 1.8
}

.vt-text li a {
    text-decoration: none;
    font-weight: 600
}

.vt-text li a:hover {
    text-decoration: underline
}

.vt-text a > h1, .vt-text a > h2, .vt-text a > h3, .vt-text a > h4, .vt-text a > h5, .vt-text a > h6, .vt-text h1 > a, .vt-text h2 > a, .vt-text h3 > a, .vt-text h4 > a, .vt-text h5 > a, .vt-text h6 > a {
    text-decoration: none
}

.vt-text a:active > h1, .vt-text a:active > h2, .vt-text a:active > h3, .vt-text a:active > h4, .vt-text a:active > h5, .vt-text a:active > h6, .vt-text a:hover > h1, .vt-text a:hover > h2, .vt-text a:hover > h3, .vt-text a:hover > h4, .vt-text a:hover > h5, .vt-text a:hover > h6, .vt-text h1 > a:active, .vt-text h1 > a:hover, .vt-text h2 > a:active, .vt-text h2 > a:hover, .vt-text h3 > a:active, .vt-text h3 > a:hover, .vt-text h4 > a:active, .vt-text h4 > a:hover, .vt-text h5 > a:active, .vt-text h5 > a:hover, .vt-text h6 > a:active, .vt-text h6 > a:hover {
    text-decoration: underline
}

br {
    display: block
}

ol, ul {
    margin-bottom: 0
}

ul {
    list-style: none;
    padding: 0
}

.vt-skip, .vt_skip {
    position: absolute;
    top: auto;
    left: -10000px;
    overflow: hidden;
    width: auto;
    height: auto;
    z-index: 11000
}

figure {
    position: relative
}

#vt_main [role=button], #vt_main button, footer [role=button], footer button {
    border-radius: 2em
}

.vt-header-something {
    display: none
}

@media screen and (min-width: 768px) {
    .header .vt-one-headerRow {
        padding: 0 15px !important
    }
}

.header ul > li::before {
    background-color: transparent !important
}

.vt-vtx-preHeaderWrapper {
    background: #000
}

.vt-vtx-preHeader {
    background-color: var(--vt-hokieStone-8s);
    border-bottom: 2px solid #ca4f00;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 8px 15px
}

.vt-actions-header {
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent
}

@media screen and (min-width: 992px) {
    .vt-actions-header {
        display: flex
    }
}

#vt_common {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 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: .8em;
    color: #fff;
    padding: 0 20px
}

#vt_common .vt-common-link {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase
}

#vt_common .vt-common-link:hover {
    text-decoration: none
}

.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: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0
}

.vt-shop-toggle .vt-shop-toggle-text {
    display: block;
    text-transform: uppercase
}

.vt-shop-toggle .fa-chevron-down, .vt-shop-toggle .vt-chevron-down, .vt-shop-toggle .vt-close-icon {
    display: block;
    width: 1em;
    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: var(--vt-hokieStone-8s);
    top: 26px;
    height: 0;
    width: 200px;
    transition: height .3s ease-out .5s;
    z-index: 10;
    text-align: left
}

.vt-shop-options .vt-shop-item-link {
    display: block;
    font-family: Acherus, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .8em;
    line-height: 1.4;
    margin: 3px 0;
    color: #fff;
    opacity: 0
}

.vt-shop-options .vt-shop-item-link:hover {
    text-decoration: none
}

.vt-shop-options .vt-shop-title {
    font-size: 1.2em;
    font-weight: 600
}

.vt-shop-options.open {
    display: block;
    height: auto;
    padding: 20px;
    transition: height .3s ease-out .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 #e5e1e6
}

.vt-shop-options.open .vt-shop-item-link {
    opacity: 1;
    transition: opacity .3s ease-out
}

.vt-shop-toggle[aria-expanded=true] .fa-chevron-down, .vt-shop-toggle[aria-expanded=true] .vt-chevron-down, .vt-shop-toggle[aria-expanded=true] .vt-close-icon {
    transform: rotate(180deg)
}

.vt-resources-for-wrapper {
    position: relative;
    display: block;
    padding: 0 20px
}

.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;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0
}

.vt-resources-toggle .vt-resources-toggle-text {
    display: block
}

.vt-resources-toggle .fa-chevron-down, .vt-resources-toggle .vt-chevron-down {
    display: block;
    width: 1em;
    margin-left: 10px;
    font-size: 1em
}

.vt-resources-toggle:hover {
    text-decoration: none
}

.vt-resources-toggle:focus {
    background-color: transparent
}

.vt-vtx-preHeader .vt-resources-toggle {
    font-size: .8em
}

.vt-resources-options {
    display: none;
    position: absolute;
    background-color: var(--vt-hokieStone-8s);
    top: 26px;
    right: -16px;
    height: 0;
    width: auto;
    transition: height .3s ease-out .5s;
    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: .8em;
    line-height: 1.4;
    margin: 3px 0;
    color: #fff;
    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 .3s ease-out .5s;
    z-index: 1000
}

.vt-resources-options.open .vt-resources-item-link {
    opacity: 1;
    transition: opacity .3s ease-out
}

.vt-resources-toggle[aria-expanded=true] .fa-chevron-down, .vt-resources-toggle[aria-expanded=true] .vt-chevron-down {
    transform: rotate(180deg)
}

.vt-vtx-headerRow {
    position: relative;
    background-color: #000;
    border-bottom: 2px solid #ca4f00;
    border-top: 2px solid #861f41;
    flex-wrap: nowrap;
    height: 80px;
    padding: 0
}

.header-col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1;
    height: 100%;
    padding: 0
}

.vt-wordMark {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 7px 0
}

@media screen and (min-width: 768px) {
    .vt-wordMark {
        left: 35px
    }
}

.vt-wordMark .vt-wordMark-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: VTWordMark, sans-serif;
    color: #fff;
    background-color: transparent !important;
    text-decoration: none !important;
    width: auto;
    height: 100%
}

.vt-wordMark .vt-wordMark-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-wordMark .vt-wordMark-logo-image {
    height: 1.5em;
    margin-right: .67em
}

.vt-wordMark .vt-wordMark-text {
    display: block;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    max-height: .9em
}

.vt-vtx-home-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0
}

.vt-vtx-home-wrapper .vt-vtx-home-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #000;
    background-color: #fff;
    font-family: gineso-condensed, sans-serif;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    height: 100%;
    padding: 8px 0 8px 15px
}

@media screen and (min-width: 768px) {
    .vt-vtx-home-wrapper .vt-vtx-home-link {
        padding-left: 35px
    }
}

.vt-vtx-home-wrapper .vt-vtx-home-link:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-home-wrapper .vt-vtx-home-text {
    display: inline-block;
    font-family: gineso-condensed, sans-serif;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 1px
}

.vt-vtx-home-wrapper .vt-vtx-home-textBold {
    display: inline-block;
    font-family: gineso-condensed, sans-serif;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase
}

.vt-vtx-home-wrapper .vt-vtx-mag-separator {
    display: block;
    width: 1.33em;
    margin-left: 1em
}

.vt-video-page #logo_rectangle, .vt-videos-page #logo_rectangle {
    fill: #fff
}

.vt-video-page #logo_letters, .vt-videos-page #logo_letters {
    fill: #ca4f00
}

.vt-logo {
    display: block;
    position: relative;
    height: 100%
}

.vt-logo .vt-logo-link {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none !important;
    z-index: 2
}

.vt-logo .vt-logo-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-logo .vt-logo-image {
    display: block;
    height: 2em
}

@media screen and (min-width: 576px) {
    .vt-logo .vt-logo-image {
        height: 3em
    }
}

.vt-logo .vt-vtx-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    background-color: #000;
    height: 100%;
    padding: 0 0 0 15px
}

@media screen and (min-width: 768px) {
    .vt-logo .vt-vtx-logo {
        padding: 0 0 0 35px
    }
}

.vt-logo #vt_vtx_x {
    display: block;
    padding: .75em 1em .75em 0;
    height: 85%
}

@media screen and (min-width: 768px) {
    .vt-logo #vt_vtx_x {
        height: 100%;
        padding-right: 2em
    }
}

.vt-logo .vt-vtx-logo-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0
}

.vt-logo .vt-vtx-logo-text {
    display: block;
    width: 100%
}

@media screen and (min-width: 576px) {
    .vt-logo .vt-vtx-logo-text {
        font-size: 1.75em
    }
}

.vt-logo .vt-vtx-logo-second-text {
    display: inline-block;
    font-family: gineso-condensed, sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    max-height: 2.25em
}

.vt-logo .vt-vtx-logo-second-text strong {
    font-weight: 700
}

.vt-logo .vt-vtx-logo-second-text .vt-circle-r {
    font-size: 50%
}

.vt-logo .vt-vtx-logo-magazine-text {
    display: flex;
    align-items: center;
    font-family: gineso-condensed, sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .075em;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    max-height: 2.25em;
    margin: 2px 0 0
}

.vt-logo .vt-divider {
    display: block;
    border-left: 2px solid #fff;
    margin: 0 1em 0 calc(1em - 2px);
    height: 3em;
    padding-top: 3em
}

.vt-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    flex-grow: 1
}

.vt-nav::after {
    content: "";
    display: none;
    border-right: 1px solid #fff;
    height: 3em;
    padding-top: 3em;
    visibility: visible
}

@media screen and (min-width: 768px) {
    .vt-nav::after {
        display: block
    }
}

.vt-nav .vt-nav-menu-wrapper {
    display: block
}

.vt-nav .vt-actions-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #000;
    width: 100%;
    padding: 0 15px 1em
}

@media screen and (min-width: 768px) {
    .vt-nav .vt-actions-nav {
        padding: 0 35px 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-nav .vt-actions-nav {
        display: none
    }
}

.vt-nav .vt-actions-nav::before {
    content: " ";
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin: 0 0 1em 0
}

.vt-nav .vt-actions-nav .vt-common-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: gineso-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .075em;
    color: #fff;
    width: 100%;
    margin-bottom: 1em
}

.vt-nav .vt-actions-nav .vt-common-options-wrapper {
    display: block;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    transition: max-height .5s ease-out
}

.vt-nav .vt-actions-nav .vt-common-options-wrapper.active {
    max-height: 200px;
    transition: max-height .5s ease-out
}

.vt-nav .vt-actions-nav .vt-common-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000;
    margin-top: 10px
}

.vt-nav .vt-actions-nav .vt-common-options .vt-option-item {
    display: block;
    padding: 0 10px
}

.vt-nav .vt-actions-nav .vt-common-options .vt-option-link {
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: 0
}

.vt-nav .vt-actions-nav .vt-common-link {
    display: block;
    font-family: gineso-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.25em;
    text-transform: uppercase;
    color: #fff;
    padding: 0
}

.vt-nav .vt-actions-nav .vt-common-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-nav .vt-actions-nav .vt-common-link:hover {
    text-decoration: none
}

.vt-nav .vt-shop-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    width: 100%
}

.vt-nav .vt-shop-wrapper .vt-nav-shop-wrapper {
    display: block;
    width: 100%
}

.vt-nav .vt-shop-wrapper .vt-shop-toggle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    padding-bottom: .5em;
    line-height: 1;
    margin: 0;
    cursor: pointer;
    width: 100%
}

.vt-nav .vt-shop-wrapper .vt-shop-toggle .fa-times, .vt-nav .vt-shop-wrapper .vt-shop-toggle .vt-chevron-down, .vt-nav .vt-shop-wrapper .vt-shop-toggle .vt-close-icon {
    display: none;
    width: 1em;
    margin-left: 10px;
    font-size: 1em;
    order: 2;
    transition: all .2s ease-in-out
}

.vt-nav .vt-shop-wrapper .vt-shop-link-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px
}

.vt-nav .vt-shop-wrapper .vt-nav-shop-title {
    font-family: gineso-condensed, sans-serif;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .075em;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    order: 1
}

.vt-nav .vt-shop-wrapper .vt-shop-options {
    display: none;
    background-color: #000;
    height: 0;
    width: auto;
    transition: height .3s ease-out .5s;
    z-index: 0
}

.vt-nav .vt-shop-wrapper .vt-shop-options .vt-shop-item-link {
    font-family: gineso-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.4;
    margin: 3px 0;
    text-transform: uppercase;
    color: #fff;
    opacity: 0
}

.vt-nav .vt-shop-wrapper .vt-shop-options .vt-shop-item-link:hover {
    text-decoration: none
}

.vt-nav .vt-shop-wrapper .vt-shop-title {
    font-size: 1em;
    font-weight: 400
}

.vt-nav .vt-shop-wrapper .vt-shop-options.open {
    display: block;
    position: relative;
    height: auto;
    top: auto;
    padding: 0 1em;
    transition: height .3s ease-out .5s;
    z-index: 1000
}

.vt-nav .vt-shop-wrapper .vt-shop-options.open .vt-shop-item {
    border: none;
    padding: 0
}

.vt-nav .vt-shop-wrapper .vt-shop-options.open .vt-shop-item-link {
    opacity: 1;
    transition: opacity .3s ease-out
}

.vt-nav .vt-shop-wrapper .vt-shop-options.open .vt-shop-item-link br, .vt-nav .vt-shop-wrapper .vt-shop-options.open .vt-shop-item-link i {
    display: none
}

.vt-nav .vt-resources-for-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #000;
    width: 100%;
    padding: 0 15px 2em
}

@media screen and (min-width: 768px) {
    .vt-nav .vt-resources-for-wrapper {
        padding: 0 35px 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-nav .vt-resources-for-wrapper {
        display: none
    }
}

.vt-nav .vt-resources-for-wrapper .vt-nav-resources-wrapper {
    display: block;
    width: 100%
}

.vt-nav .vt-resources-for-wrapper .vt-resources-toggle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    color: #fff;
    padding-bottom: .5em;
    line-height: 1;
    margin: 0;
    cursor: pointer;
    width: 100%
}

.vt-nav .vt-resources-for-wrapper .vt-resources-toggle .fa-times, .vt-nav .vt-resources-for-wrapper .vt-resources-toggle .vt-chevron-down, .vt-nav .vt-resources-for-wrapper .vt-resources-toggle .vt-close-icon {
    display: none;
    width: 1em;
    margin-left: 10px;
    font-size: 1em;
    order: 2;
    transition: all .2s ease-in-out
}

.vt-nav .vt-resources-for-wrapper .vt-nav-resources-title {
    font-family: gineso-condensed, sans-serif;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: .075em;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    order: 1
}

.vt-nav .vt-resources-for-wrapper .vt-resources-options {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #000;
    height: 0;
    width: auto;
    transition: height .3s ease-out .5s;
    z-index: 0
}

.vt-nav .vt-resources-for-wrapper .vt-resources-options .vt-resources-item-link {
    font-family: gineso-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.4;
    margin: 3px 0;
    text-transform: uppercase;
    color: #fff;
    opacity: 0
}

.vt-nav .vt-resources-for-wrapper .vt-resources-options .vt-resources-item-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-nav .vt-resources-for-wrapper .vt-resources-options .vt-resources-item-link:hover {
    text-decoration: none
}

.vt-nav .vt-resources-for-wrapper .vt-resources-options.open {
    display: flex;
    position: relative;
    height: auto;
    top: auto;
    padding: 0;
    transition: height .3s ease-out .5s;
    z-index: 1000
}

.vt-nav .vt-resources-for-wrapper .vt-resources-options.open .vt-resources-item-link {
    opacity: 1;
    transition: opacity .3s ease-out
}

.vt-nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    padding: 0;
    list-style: none
}

@media screen and (min-width: 992px) {
    .vt-nav-menu {
        display: flex;
        flex-direction: row;
        justify-content: flex-end
    }
}

.vt-nav-menu .vt-nav-menu-item {
    width: 100%;
    text-align: center;
    padding: .5em 0
}

@media screen and (min-width: 992px) {
    .vt-nav-menu .vt-nav-menu-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: left;
        margin: 0 1em;
        padding: 0
    }
}

.vt-nav-menu .vt-nav-menu-item-link {
    font-family: gineso-condensed, sans-serif;
    font-size: 1em;
    font-size-adjust: .4;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase
}

.vt-nav-menu .vt-nav-menu-item-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-nav-menu .vt-nav-menu-item-tags {
    font-weight: 300
}

.vt-bodyNoScroll {
    overflow: hidden
}

.vt-body-modal, .vt-footer-modal, .vt-pageContext-modal {
    display: block;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 999999
}

.vt-body-modal .vt-modal-close, .vt-footer-modal .vt-modal-close, .vt-pageContext-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-browse-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    border: none;
    margin-right: 5px
}

@media screen and (min-width: 768px) {
    .vt-browse-toggle {
        margin-right: 21px
    }
}

.vt-browse-toggle:focus {
    outline-color: #fff;
    background-color: transparent
}

.vt-browse-toggle .vt-close-icon, .vt-browse-toggle .vt-menu-icon {
    color: #fff;
    height: 50px;
    width: 50px;
    padding: 1em
}

@media screen and (min-width: 768px) {
    .vt-browse-toggle .vt-close-icon, .vt-browse-toggle .vt-menu-icon {
        height: 1.16667em;
        width: 1.16667em;
        padding: 0;
        margin: 0 0 0 1em
    }
}

.vt-browse-toggle .vt-menu-icon {
    display: block
}

.vt-browse-toggle .vt-close-icon {
    display: none
}

.vt-browse-toggleLabel {
    display: block;
    font-family: gineso-condensed, sans-serif;
    font-size: 1.16667em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    overflow: hidden;
    width: 1px;
    height: 1px;
    text-indent: 100vw;
    padding-top: 1px
}

@media screen and (min-width: 768px) {
    .vt-browse-toggleLabel {
        width: auto;
        height: auto;
        text-indent: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-browseOpen {
        transform: translateY(calc(5em - 15px))
    }
}

.vt-browse-menu-wrapper {
    position: fixed;
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: nowrap;
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    z-index: 100;
    top: -1px;
    left: 0;
    margin: 0;
    z-index: 100
}

.vt-browse-menu-wrapper .follow-virginia-tech-icons {
    border-top: 1px solid #fff;
    padding: 1em;
    margin: 0
}

.vt-browse-menu-wrapper .follow-virginia-tech-icons a {
    color: #fff
}

.vt-browse-nav-wrapper {
    position: relative;
    order: 1;
    background-color: #000;
    border-left: 2px solid #ca4f00;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 20vh;
    width:66%;
}

@media screen and (min-width: 768px) {
    .vt-browse-nav-wrapper {
        order: 2
    }
}

.vt-browse-menu {
    background-color: #000;
    max-width: 100%;
    width: 100%;
    padding: 2em 15px 1em;
    height: auto
}

@media screen and (min-width: 768px) {
    .vt-browse-menu {
        flex-shrink: 1;
        width: auto;
        padding: 2em 35px 1em
    }
}

.vt-browse-menu .vt-browse-menu-item {
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 1em
}

.vt-browse-menu .vt-browse-menu-item-link {
    font-family: gineso-condensed, sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.vt-browse-menu .vt-browse-menu-item-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-browse-menu .vt-browse-menu-item-link:hover {
    text-decoration: underline
}

.vt-browse-menu-inner {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0 2em
}

.vt-browse-menu-subitems {
    max-width: 100%;
    width: 100%;
    padding: 0 2em
}

.vt-browse-menu-subitems .vt-browse-menu-subitem {
    position: relative;
    text-align: left
}

.vt-browse-menu-subitems .vt-browse-menu-subitem::before {
    content: "/";
    font-family: gineso-condensed, sans-serif;
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #e5751f;
    margin-right: .33em
}

.vt-browse-menu-subitems .vt-browse-menu-subitem-link {
    font-family: gineso-condensed, sans-serif;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.vt-browse-menu-subitems .vt-browse-menu-subitem-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-browse-menu-subitems .vt-browse-menu-subitem-link:hover {
    text-decoration: underline
}

.vt-browse-highlights-wrapper {
    order: 2
}

.vt-browse-highlights-wrapper .vt-list .item .vt-list-item-wrapper {
    background-color: transparent
}

@media screen and (min-width: 768px) {
    .vt-browse-highlights-wrapper {
        order: 1
    }
}

@media screen and (min-width: 992px) {
    .vt-nav .follow-virginia-tech-icons {
        justify-content: center
    }
}

.vt-browse-open .vt-browse-toggle .fa-chevron-down, .vt-browse-open .vt-browse-toggle .vt-chevron-down {
    transform: rotate(180deg);
    transition: all .2s ease-in-out
}

.vt-browse-open .vt-browse-toggle .vt-menu-icon {
    display: none
}

.vt-browse-open .vt-browse-toggle .vt-close-icon {
    display: block
}

.vt-browse-open .vt-browse-menu-wrapper {
    display: flex
}

.vt-search-toggle {
    position: relative;
    cursor: pointer;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 1.33em;
    padding: 1rem
}

@media screen and (min-width: 992px) {
    .vt-search-toggle {
        padding: 1rem 35px 1rem 21px
    }
}

.vt-search-toggle .fa-search, .vt-search-toggle .fa-times, .vt-search-toggle .vt-search-toggle-icon {
    display: block;
    position: relative;
    width: 21px;
    height: 21px
}

.vt-search-toggle:focus {
    outline: 0
}

.vt-search-toggle:focus > svg {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-searchOpen {
    transform: translateY(89px);
    transition: transform .2s ease-out
}

.vt-search-wrapper {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 100;
    top: 80px;
    left: 0;
    margin: 0
}

#vt_header_search {
    display: flex;
    height: 100%;
    padding: 0;
    position: relative
}

#vt_header_search .linkWrapper {
    display: block;
    width: 100%;
    height: 48px;
    align-self: center
}

.vt-nav-open #vt_header_search {
    height: 64px;
    margin-top: -1px
}

.vt-search-options-wrapper {
    display: block;
    position: relative;
    background-color: #000;
    width: 100%
}

.vt-search-options-toggle {
    display: flex;
    flex-direction: row;
    font-family: gineso-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background-color: var(--vt-hokieStone-5s);
    border: none;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    padding: 1em 5%;
    margin: 0
}

@media screen and (min-width: 992px) {
    .vt-search-options-toggle {
        padding: 1em 10%
    }
}

.vt-search-options-toggle:hover {
    text-decoration: none
}

.vt-search-options-toggle:focus {
    outline: 0
}

.vt-search-options-toggle:focus .vt-search-options-toggle-text {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-search-options-toggle .vt-search-options-toggle-text {
    display: block;
    text-transform: uppercase
}

.vt-search-options-toggle .fa-chevron-down, .vt-search-options-toggle .vt-chevron-down {
    display: block;
    margin-left: 10px;
    font-size: 1em;
    width: 1em;
    line-height: 1.5;
    transition: transform .2s ease-in
}

.vt-search-options {
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: calc(100vh - 249px);
    background-color: #000;
    color: #fff;
    margin-top: .67em;
    padding: 1em 5% 20vh;
    overflow-y: scroll
}

@media screen and (min-width: 992px) {
    .vt-search-options {
        padding: 1em 10%
    }
}

.vt-search-options ::-moz-placeholder {
    color: #e5e1e6;
    opacity: 1
}

.vt-search-options ::placeholder {
    color: #e5e1e6;
    opacity: 1
}

.vt-search-options:focus {
    outline: 0
}

.vt-search-options .vt-search-options-fieldset {
    margin-bottom: 1em
}

.vt-search-options .vt-search-options-fieldset legend {
    display: inline-block;
    border-bottom: 2px solid #ca4f00;
    font-family: gineso-condensed, sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0
}

.vt-search-options .vt-search-options-fieldset:nth-child(1) {
    padding: 1em .5em 1em 0
}

.vt-search-options .vt-search-options-fieldset:nth-child(2) {
    padding: 1em 0 1em 0
}

@media screen and (min-width: 992px) {
    .vt-search-options .vt-search-options-fieldset:nth-child(2) {
        padding: 1em 0 1em .5em
    }
}

.vt-search-options .vt-search-options-fieldset:nth-child(3) {
    padding: 1em 0
}

.vt-search-options .vt-search-options-fieldset:nth-child(1), .vt-search-options .vt-search-options-fieldset:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-search-options .vt-search-options-fieldset:nth-child(1), .vt-search-options .vt-search-options-fieldset:nth-child(2) {
        flex-basis: 50%;
        max-width: 50%
    }
}

.vt-search-options .vt-search-options-fieldset:nth-child(3) {
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding-bottom: 1%;
    margin-bottom: 0
}

.vt-search-options .vt-search-options-fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.vt-search-options .vt-search-options-fieldset-col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-search-options .vt-search-options-fieldset-col {
        flex-basis: 50%;
        max-width: 50%
    }
}

.vt-search-options .vt-search-options-checkbox {
    display: flex;
    align-items: center;
    padding-right: 1.5em;
    margin-bottom: .33em
}

.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 #fff;
    width: 1.25em;
    height: 1.25em;
    margin-right: .67em
}

.vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-span:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-span:focus ~ label {
    border-bottom: 1px solid #fff;
    padding-bottom: 0
}

.vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-span-highlight {
    background-color: #fff;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.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 .vt-search-options-checkbox .vt-search-options-checkbox-input:focus {
    outline: 0
}

.vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-input:focus ~ .vt-search-options-checkbox-span {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-search-options .vt-search-options-checkbox .vt-search-options-checkbox-input:focus ~ label {
    border-bottom: 1px solid #fff;
    padding-bottom: 0
}

.vt-search-options .vt-search-options-checkbox label {
    display: inline-block;
    font-family: gineso-condensed, sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 1px;
    margin: 0
}

.vt-search-options .vt-search-box {
    display: block;
    flex: 0;
    position: relative;
    font-family: gineso-condensed, sans-serif;
    font-size: 1.33334em;
    font-size-adjust: .4;
    letter-spacing: .075em;
    background-color: #ca4f00;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 100%;
    max-width: 100%;
    min-height: 45px;
    padding: 4px 1em;
    margin: .5em 0 .75em 0
}

@media screen and (min-width: 992px) {
    .vt-search-options .vt-search-box {
        flex: 1;
        margin: 0 .5em 0 0
    }
}

.vt-search-options .vt-search-box:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-search-options .vt-searchbox-input-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 992px) {
    .vt-search-options .vt-searchbox-input-wrapper {
        width: 80%;
        flex-direction: row;
        align-items: center
    }
}

.vt-search-options .vt-searchbox-input-wrapper .vt-search-searchboxLabel {
    display: block;
    position: relative;
    font-family: gineso-condensed, sans-serif;
    font-size: 1.33334em;
    font-size-adjust: .4;
    letter-spacing: .075em;
    text-align: left;
    color: #fff;
    width: auto;
    margin: 0
}

@media screen and (min-width: 992px) {
    .vt-search-options .vt-searchbox-input-wrapper .vt-search-searchboxLabel {
        margin: 0 .5em 0 0
    }
}

.vt-search-options .vt-searchbox-input-wrapper .vt-search-button {
    display: block;
    font-family: gineso-condensed, sans-serif;
    font-size: 1.33334em;
    font-size-adjust: .4;
    letter-spacing: .075em;
    padding: 10px 1em;
    margin: 0;
    background-color: #ca4f00;
    border: 2px solid #fff;
    color: #fff;
    line-height: 1;
    text-transform: uppercase
}

.vt-search-options .vt-searchbox-input-wrapper .vt-search-button:focus {
    background-color: #3b3c3e
}

@media screen and (min-width: 992px) {
    .vt-search-options .vt-searchbox-input-wrapper .vt-search-button {
        flex-basis: 20%;
        padding: 10px 1em
    }
}

.vt-search-options .vt-searchbox-input-wrapper .vt-search-button span {
    margin: 10px 20px
}

.vt-open .vt-search-toggle {
    background-color: #ca4f00
}

.vt-open#vt_header_search {
    height: 100%
}

.vt-open#vt_header_search .linkWrapper {
    height: 100%
}

.vt-search-options-wrapper.vt-open .vt-search-options-toggle .fa-chevron-down, .vt-search-options-wrapper.vt-open .vt-search-options-toggle .vt-chevron-down {
    transform: rotate(180deg);
    transition: transform .2s ease-out
}

.vt-search-options-clear, .vt-search-options-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    font-family: gineso-condensed, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: .75em 1.5em;
    border-radius: 0;
    color: #000
}

.vt-search-options-clear:focus, .vt-search-options-submit:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-search-options-submit {
    margin: 2em 1em 2em 0
}

.vt-search-options-clear {
    margin: 2em 0 2em 1em
}

#___gcse_0 {
    background-color: #ca4f00 !important;
    color: #fff !important;
    padding: 1em 5% !important
}

@media screen and (min-width: 992px) {
    #___gcse_0 {
        padding: 1em 10% !important
    }
}

#___gcse_0 td.gsc-input {
    width: 65% !important
}

@media screen and (min-width: 768px) {
    #___gcse_0 td.gsc-input {
        width: 90% !important
    }
}

#___gcse_0 .gsc-input, #___gcse_0 .gsc-search-button {
    border: none !important
}

#___gcse_0 input[name=search] {
    background-image: none !important;
    background-color: #ca4f00 !important;
    border: none !important;
    color: #fff !important
}

#___gcse_0 input[name=search]:focus {
    outline-color: #fff !important;
    outline-offset: 11px !important;
    outline-style: dashed !important;
    outline-width: 2px !important
}

#___gcse_0 .gsc-input-box {
    background-color: #ca4f00 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 2px solid #fff !important;
    color: #fff !important
}

#___gcse_0 .gsib_b {
    display: none !important
}

#___gcse_0 .gsc-search-button {
    width: 35% !important
}

@media screen and (min-width: 768px) {
    #___gcse_0 .gsc-search-button {
        width: 10% !important
    }
}

#___gcse_0 .gsc-search-button-v2 {
    display: block !important;
    background-color: #ca4f00 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-family: gineso-condensed, sans-serif !important;
    font-size: 1rem !important;
    min-height: 37px !important;
    width: 100% !important;
    padding: .125em .33em !important
}

@media screen and (min-width: 768px) {
    #___gcse_0 .gsc-search-button-v2 {
        font-size: 1.125rem !important
    }
}

#___gcse_0 .gsc-search-button-v2:focus {
    outline-color: #fff !important;
    outline-offset: 3px !important;
    outline-style: dashed !important;
    outline-width: 2px !important
}

#___gcse_0 .gsc-search-button-v2 .gsc-search-button-v2-text {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    text-transform: uppercase;
    white-space: nowrap
}

#___gcse_0 .gsc-search-button-v2 svg[viewBox="0 0 13 13"] {
    display: none !important
}

#___gcse_0 .gsc-search-button-v2 .vt-arrow-right {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    width: .75em;
    margin-left: .125em
}

#___gcse_0 .gsc-clear-button {
    width: 0 !important
}

#___gcse_1 {
    display: block !important;
    overflow-y: scroll !important;
    height: calc(100% - 250px) !important
}

.vt-gcse-script {
    margin-top: 2em;
    width: 100%
}

.vt-gcse-script :focus {
    outline-color: #75787b !important;
    outline-offset: 3px !important;
    outline-style: dashed !important;
    outline-width: 2px !important
}

.gsc-control-cse {
    font-family: Acherus, sans-serif !important;
    font-size: 18px !important;
    background: #fff !important;
    border: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important
}

.vt-results-open .gsc-control-cse {
    padding: 2em 5% !important;
    min-height: 12em
}

@media screen and (min-width: 768px) {
    .vt-results-open .gsc-control-cse {
        padding: 2em 10% !important
    }
}

.gsc-tabsArea {
    display: none !important
}

.gsc-above-wrapper-area {
    border-bottom: 1px solid #000 !important;
    margin-bottom: 1em !important;
    padding: 0 0 18px 0 !important
}

.gsc-orderby-label, .gsc-result-info {
    font-family: gineso-condensed, sans-serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    font-size: 1em !important;
    color: var(--vt-hokieStone-2s) !important
}

@media screen and (min-width: 768px) {
    .gsc-orderby-label, .gsc-result-info {
        border: none !important;
        font-size: 1em !important
    }
}

.gsc-orderby-label {
    margin-right: 1em !important
}

.gsc-option-menu-container {
    font-size: 100% !important
}

.gsc-selected-option-container {
    display: flex !important;
    font-family: gineso-condensed, sans-serif !important;
    font-weight: 400 !important;
    font-size: 1 !important;
    color: var(--vt-hokieStone-2s) !important;
    background-color: #fff !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;
    border: 1px solid var(--vt-hokieStone-2s) !important;
    border-radius: 0 !important;
    font-size: 1.125rem !important;
    width: auto !important;
    padding: .125em 1em !important;
    margin-right: .25em !important
}

.gsc-option-selector {
    display: none !important
}

#gsc_orderby_button:focus {
    outline-color: #75787b !important;
    outline-offset: 3px !important;
    outline-style: dashed !important;
    outline-width: 2px !important
}

.gsc-option:focus {
    outline-color: #75787b !important;
    outline-offset: 3px !important;
    outline-style: dashed !important;
    outline-width: 2px !important
}

.gsc-webResult.gsc-result {
    background: #fff !important;
    border: none !important
}

.cse .gsc-webResult.gsc-result, .gsc-imageResult-classic, .gsc-imageResult-column, .gsc-webResult.gsc-result {
    margin-bottom: 1em !important
}

.gsc-webResult.gsc-result:hover {
    background: #fff !important;
    border: none !important
}

.gsc-control-cse .gsc-table-result {
    padding: 0 !important
}

.gsc-table-cell-snippet-close {
    padding-left: 0 !important
}

.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *, .gsc-control-cse .gs-spelling {
    font-family: gineso-condensed, sans-serif, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    height: auto !important;
    line-height: 1.25 !important;
    margin-bottom: .3em !important;
    overflow: visible !important;
    text-decoration: none !important
}

.gsc-webResult .gsc-thumbnail-inside, .gsc-webResult .gsc-url-top {
    display: none !important
}

.gsc-thumbnail-left {
    display: inline-block !important
}

.gs-promotion-image-box, .gs-web-image-box {
    float: left;
    padding: 2px 12px 2px 0 !important;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    width: auto !important
}

.gs-visibleUrl b {
    font-family: Acherus, sans-serif !important;
    font-weight: 600
}

.gs-imageResult .gs-title:link, .gs-imageResult .gs-title:link b, .gs-webResult.gs-result .gs-title:link, .gs-webResult.gs-result .gs-title:link b {
    color: #000 !important
}

.gs-promotion-image-box .gs-promotion-image, .gs-web-image-box .gs-image {
    border-top: 2px solid #e87722 !important;
    border-left: 0 solid #e87722 !important;
    border-right: 0 solid #e87722 !important;
    border-bottom: 0 solid #e87722 !important;
    max-width: 150px !important;
    max-height: 150px !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: #861f41 !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
}

.gsc-results .gsc-cursor-box {
    display: flex !important;
    justify-content: center !important;
    border-top: 1px solid #000 !important;
    font-family: gineso-condensed, sans-serif, sans-serif !important;
    margin: 1em auto 2em !important;
    text-align: center !important
}

.gsc-cursor, .vt-search-pagination-list {
    display: flex !important;
    flex-wrap: wrap;
    font-family: gineso-condensed, sans-serif, sans-serif !important
}

.gsc-cursor-page {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: #fff !important;
    font-family: gineso-condensed, sans-serif, sans-serif !important;
    font-size: .8em !important;
    margin: 1em .5em !important;
    padding: .25em !important;
    width: 2em !important;
    height: 2em !important
}

.gsc-cursor-page:focus {
    outline-color: #171819;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #fff !important;
    border: 2px solid #000 !important;
    color: #000 !important
}

.gcsc-more-maybe-branding-root {
    display: none
}

.vt-search-results-query-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: .25em;
    margin-left: 4px
}

.vt-search-results-query-label {
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1.5em
}

.vt-search-results-query {
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 1.5em;
    margin-left: .25em
}

.vt-search-results-filter-wrapper {
    display: flex;
    width: 100%;
    margin-left: 4px
}

.vt-search-results-filter-label {
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1em
}

.vt-search-results-filter {
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1em;
    margin-left: .5em
}

.vt-search-results-filter:not(:last-of-type)::after {
    content: ",";
    display: inline-block
}

.vt-search-result {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-bottom: 2em
}

.vt-search-result-image-wrapper {
    display: block;
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: .67em;
    overflow: hidden;
    height: 50.625vw
}

@media screen and (min-width: 576px) {
    .vt-search-result-image-wrapper {
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 0;
        height: 25.3125vw
    }
}

@media screen and (min-width: 768px) {
    .vt-search-result-image-wrapper {
        height: 22.5vw
    }
}

@media screen and (min-width: 992px) {
    .vt-search-result-image-wrapper {
        flex-basis: 30%;
        max-width: 30%;
        height: 13.5vw
    }
}

.vt-search-result-image {
    width: 100%;
    border-top: 2px solid #ca4f00
}

.vt-search-result-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 576px) {
    .vt-search-result-info-wrapper {
        flex-basis: 50%;
        max-width: 50%;
        padding-left: .67em
    }
}

@media screen and (min-width: 992px) {
    .vt-search-result-info-wrapper {
        flex-basis: 70%;
        max-width: 70%
    }
}

.vt-search-result-category {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    background-color: #000;
    padding: .5em .5em .4125em;
    margin-bottom: .75em
}

.vt-search-result-category-text {
    background-color: #000;
    color: #fff;
    font-family: gineso-condensed, sans-serif;
    font-size: .575em;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1;
    text-transform: uppercase
}

.vt-search-result-category-feature {
    display: inline-block;
    width: .45em;
    height: .45em;
    line-height: 1;
    margin-right: .33em
}

.vt-search-result-title {
    display: block;
    position: static;
    color: #000;
    text-decoration: none;
    width: 100%;
    margin-bottom: .67em
}

.vt-search-result-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1
}

.vt-search-result-title:focus {
    outline: 0;
    text-decoration: underline
}

.vt-search-result-title:focus::before {
    outline-color: #171819;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-search-result-title-text {
    font-family: gineso-condensed, sans-serif, sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.2
}

@media screen and (min-width: 576px) {
    .vt-search-result-title-text {
        font-size: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-search-result-title-text {
        font-size: 1.5em
    }
}

.vt-search-result-desc {
    display: none;
    color: #000;
    font-family: Acherus, sans-serif;
    font-weight: 400;
    font-size: .8em;
    width: 100%;
    margin-bottom: .67em
}

@media screen and (min-width: 992px) {
    .vt-search-result-desc {
        display: block
    }
}

.vt-search-result-pubdate {
    display: block;
    color: #000;
    font-family: Acherus, sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: .8em;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: .67em
}

@media screen and (min-width: 576px) {
    .vt-search-result-pubdate {
        font-size: .67em
    }
}

@media screen and (min-width: 768px) {
    .vt-search-result-pubdate {
        font-size: .8em
    }
}

.gateway {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0 5%;
    background-color: #faf9fa
}

@media screen and (min-width: 768px) {
    .gateway {
        display: block;
        padding: 0 50px;
        background-color: transparent
    }
}

.gateway .vt-breadcrumbs {
    font-family: Acherus, sans-serif;
    font-size: .67em;
    margin: .25em 0;
    transition: height .2s ease-out;
    padding: 0
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs {
        font-size: .8em;
        margin: 0
    }
}

.gateway .vt-breadcrumbs::after {
    content: none
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs::after {
        content: "";
        position: absolute;
        background-color: #e5751f;
        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: #fff;
        margin: 0 .2em 0 .5em
    }
}

.gateway .vt-breadcrumbs-parentorg {
    display: inline-block
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs-parentorg {
        margin-bottom: 0;
        color: #fff
    }
}

.gateway .vt-breadcrumbs-parentorg .vt-breadcrumbs-link {
    display: none;
    font-weight: 400;
    color: #861f41
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs-parentorg .vt-breadcrumbs-link {
        display: inline-block;
        color: #fff
    }
}

.gateway .vt-breadcrumbs-item {
    display: block;
    margin-bottom: .75em;
    color: #861f41
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs-item {
        display: inline-block;
        margin-bottom: 0;
        color: #fff
    }
}

.gateway .vt-breadcrumbs-item .vt-breadcrumbs-link {
    display: none;
    font-weight: 400;
    color: #861f41;
    max-width: 75vw
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs-item .vt-breadcrumbs-link {
        display: inline-block;
        color: #fff;
        max-width: 100%
    }
}

.gateway .vt-breadcrumbs-item:first-of-type {
    margin-top: .75em
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs-item:first-of-type {
        margin-top: 0
    }
}

.gateway .vt-breadcrumbs-item:first-of-type .vt-breadcrumbs-link {
    font-weight: 600;
    line-height: 1.2
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs-item:first-of-type .vt-breadcrumbs-link {
        font-weight: 400;
        color: #fff
    }
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs-item:first-of-type .breadcrumb-slash {
        display: inline-block
    }
}

.gateway .vt-breadcrumbs-item:last-of-type .vt-breadcrumbs-link {
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    padding: 4px 6px
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs-item:last-of-type .vt-breadcrumbs-link {
        padding: 4px 6px;
        background-color: rgba(23, 24, 25, .3);
        margin-top: 0
    }
}

.gateway .vt-breadcrumbs-item:last-of-type .breadcrumb-slash {
    display: none
}

.gateway .vt-breadcrumbs-item:only-child {
    margin-bottom: .75em !important
}

@media screen and (min-width: 768px) {
    .gateway .vt-breadcrumbs-item:only-child {
        margin-bottom: 0 !important
    }
}

.gateway .vt-breadcrumbs-item: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: #861f41;
    font-size: 2em;
    line-height: 1;
    padding: 0;
    width: 25px;
    height: 25px
}

@media all and (-ms-high-contrast: none) {
    .vt-breadcrumbs-mobileToggle {
        padding: 0 0 32px 0
    }
}

.vt-breadcrumbs-mobileToggle:focus {
    background-color: transparent
}

.vt-breadcrumbs-mobileToggle .vt-breadcrumbs-close, .vt-breadcrumbs-mobileToggle .vt-breadcrumbs-open {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#vt_navtrail.open + .vt-breadcrumbs-mobileToggle {
    align-self: flex-start;
    font-size: 1.25em;
    margin-top: .525em
}

#vt_navtrail.open + .vt-breadcrumbs-mobileToggle:focus {
    background-color: transparent
}

#vt_navtrail.open .breadcrumb-slash {
    display: inline-block;
    color: #861f41;
    margin-left: .5em
}

#vt_navtrail.open .vt-breadcrumbs-item .vt-breadcrumbs-link {
    display: inline-block
}

#vt_navtrail.open .vt-breadcrumbs-item:last-of-type .vt-breadcrumbs-link {
    padding: 4px 6px;
    color: #000;
    background-color: #e5e1e6
}

#vt_navtrail.open .vt-breadcrumbs-item:last-of-type .breadcrumb-slash {
    display: none
}

footer {
    flex-shrink: 0;
    background-color: #000;
    color: #fff;
    padding: 0;
    line-height: 2em;
    width: 100%
}

footer a {
    color: #fff !important
}

footer .vt-ctaLink.light:hover {
    color: #000 !important
}

footer > .row:nth-child(1) {
    display: none
}

footer > .row:nth-child(1).active {
    display: block
}

footer > .row:nth-child(2) .col {
    position: static;
    padding: 0
}

footer .footer-content {
    background-color: #171819;
    margin: 0;
    padding: 0
}

footer .vt-footer-hide {
    display: none
}

footer .vtcontainer .vt-full-width {
    margin-left: -50vw !important;
    left: 50% !important
}

.follow-virginia-tech-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 15px
}

@media screen and (min-width: 992px) {
    .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;
    font-size: 1.5em;
    width: 1.5em
}

footer a:active, footer a:hover {
    color: #fff
}

.follow-virginia-tech-icons a:last-of-type {
    padding-right: 0
}

.vt-tiktok-icon {
    background-image: url(../fonts/tiktok.svg);
    width: 1.5rem;
    height: 1.5rem
}

.footer-briefs {
    display: block
}

.footer-briefs .vt-drawer-container {
    padding: 0
}

.vt-redirect-footer .footer-briefs {
    margin-left: 15px;
    margin-right: 15px
}

.vt-footer-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

@media screen and (min-width: 768px) {
    .vt-footer-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap
    }
}

.vt-magFlip-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #861f41;
    padding: 1.5em
}

.vt-magFlip-wrapper .vt-magFlip-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: gineso-condensed, sans-serif;
    letter-spacing: .125em;
    font-size: 1.25em;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 2px
}

@media screen and (min-width: 768px) {
    .vt-magFlip-wrapper .vt-magFlip-link {
        text-align: left;
        justify-content: flex-start
    }
}

.vt-magFlip-wrapper .vt-magFlip-link:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding: 0
}

.vt-magFlip-wrapper .vt-magFlip-link strong {
    font-weight: 600
}

.vt-daily-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--vt-hokieStone-6s);
    padding: 1.5em
}

.vt-daily-wrapper .vt-daily-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: gineso-condensed, sans-serif;
    letter-spacing: .125em;
    font-size: 1.25em;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 2px
}

@media screen and (min-width: 768px) {
    .vt-daily-wrapper .vt-daily-link {
        text-align: left;
        justify-content: flex-start
    }
}

.vt-daily-wrapper .vt-daily-link:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding: 0
}

.vt-daily-wrapper .vt-daily-link strong {
    font-weight: 600
}

.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-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding: 35px 15px 0 15px
}

@media screen and (min-width: 992px) {
    .vt-footer-info-wrapper {
        padding: 35px 35px 0 35px
    }
}

.vt-footer-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: .8em;
    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 address, .vt-footer-info p {
    margin-bottom: 0;
    letter-spacing: .04em;
    font-weight: 300
}

.vt-footer-info .vt-footer-address {
    margin-bottom: 2em
}

.vt-footer-info .vt-footer-contact, .vt-footer-info .vt-footer-directions, .vt-footer-info .vt-footer-locations {
    margin-bottom: .75em
}

.vt-footer-info .vt-footer-info-link {
    font-family: gineso-condensed, sans-serif;
    font-size: 1em;
    font-size-adjust: .4;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .125em;
    line-height: 1.4;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: nowrap
}

.vt-footer-info .vt-footer-info-icon {
    display: inline-block;
    vertical-align: baseline;
    height: .75em
}

.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 {
    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-links-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (min-width: 768px) {
    .vt-footer-links-group {
        flex-direction: row
    }
}

.vt-footer-links-group .vt-footer-links-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 768px) {
    .vt-footer-links-group .vt-footer-links-item {
        justify-content: flex-start;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 1300px) {
    .vt-footer-links-group .vt-footer-links-item {
        flex-basis: 33.33333334%;
        max-width: 33.33333334%
    }
}

.vt-footer-links-group .vt-footer-link {
    display: block;
    font-family: Acherus, sans-serif;
    font-size: .8em;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    line-height: 1.4;
    -webkit-hyphens: auto;
    hyphens: auto;
    vertical-align: text-bottom;
    color: #fff;
    width: auto;
    margin: 0 auto 1em auto
}

@media screen and (min-width: 992px) {
    .vt-footer-links-group .vt-footer-link {
        text-align: left;
        margin: 0 0 .5em 0
    }
}

.vt-remember {
    display: inline;
    vertical-align: text-bottom
}

.vt-remember::before {
    content: url(../fonts/vt-2016-ribbon.svg);
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 2em;
    position: relative;
    width: .8em;
    height: 1.5em;
    margin-right: .5em
}

@media all and (-ms-high-contrast: none) {
    .vt-remember::before {
        vertical-align: text-bottom
    }
}

.vt-media-wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 2em
}

.vt-media {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4em;
    border-top: 1px solid var(--vt-hokieStone);
    border-bottom: 1px solid var(--vt-hokieStone)
}

.vt-media .vt-media-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap
}

.vt-media .vt-media-link-text {
    font-family: gineso-condensed, sans-serif;
    font-size: 1.125em;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: .0625em;
    margin: 0
}

.vt-media .vt-media-link-icon {
    display: inline-block;
    vertical-align: baseline;
    height: .75em
}

.vt-footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-family: Acherus, sans-serif;
    padding: 20px 15px
}

@media screen and (min-width: 992px) {
    .vt-footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 35px
    }
}

#vt_footer_copyright {
    display: block;
    padding-left: 0;
    margin-right: 15px;
    text-align: center
}

@media screen and (min-width: 992px) {
    #vt_footer_copyright {
        text-align: left
    }
}

.vt-copyright {
    display: block;
    font-family: Acherus, sans-serif;
    font-size: .66666667em;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .125em;
    line-height: 1.4;
    vertical-align: text-bottom;
    margin: 0;
    color: #fff
}

.vt-rawhtml ul > li::before, .vt-text ul > li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #861f41;
    margin-left: -1.5em;
    margin-right: 1.25em;
    position: absolute;
    top: calc(.8em - 2.5px)
}

@media screen and (min-width: 768px) {
    .vt-rawhtml ul > li::before, .vt-text ul > li::before {
        top: calc(1em - 2.5px)
    }
}

.vt-rawhtml ol > li, .vt-rawhtml ul > li ol > li, .vt-text ol > li, .vt-text ul > li ol > li {
    font-family: Acherus, sans-serif;
    counter-increment: section;
    position: relative;
    padding-bottom: .25em
}

.vt-rawhtml ol > li::before, .vt-rawhtml ul > li ol > li::before, .vt-text ol > li::before, .vt-text ul > li ol > li::before {
    content: counters(section, ".") " ";
    color: #861f41;
    display: inline-block;
    width: 2em;
    height: 1em;
    margin-left: -3.25em;
    margin-right: 1.25em;
    text-align: right;
    direction: rtl
}

.vt-rawhtml ol > li::after, .vt-rawhtml ul > li ol > li::after, .vt-text ol > li::after, .vt-text ul > li ol > li::after {
    content: ".";
    position: absolute;
    top: 0;
    left: -22px;
    color: #861f41
}

.vt-rawhtml ol > li ol > li::before, .vt-text ol > li ol > li::before {
    content: counter(section, lower-latin)
}

.vt-rawhtml ol > li ol ol > li::before, .vt-text ol > li ol ol > li::before {
    content: counter(section, lower-roman)
}

.vt-rawhtml ol > li > ul, .vt-rawhtml ul > li ol > li > ul, .vt-text ol > li > ul, .vt-text ul > li ol > li > ul {
    margin-bottom: 0 !important;
    counter-reset: section
}

.vt-rawhtml ol > li > ul > li::after, .vt-text ol > li > ul > li::after {
    display: none
}

.vt-text > ul {
    margin-bottom: 2em
}

.vt-rawhtml ul, .vt-text ul {
    padding-left: 2em;
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .vt-rawhtml ul, .vt-text ul {
        margin-left: 2em
    }
}

.vt-rawhtml ul > li, .vt-text ul > li {
    font-family: Acherus, sans-serif;
    position: relative
}

@media screen and (-ms-high-contrast: active) {
    .vt-rawhtml ul > li::before, .vt-text ul > li::before {
        background-color: #fff
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .vt-rawhtml ul > li::before, .vt-text ul > li::before {
        background-color: #000
    }
}

@media screen and (-ms-high-contrast: none) {
    .vt-rawhtml ul > li::before, .vt-text ul > li::before {
        top: .625em
    }
}

.vt-rawhtml ol, .vt-text ol {
    padding-left: 2em;
    margin-left: 0;
    margin-bottom: 2em;
    list-style: none;
    counter-reset: section
}

@media screen and (min-width: 768px) {
    .vt-rawhtml ol, .vt-text ol {
        margin-left: 2em
    }
}

.vt-list.vt-hide-thead .vt-list-table table thead {
    position: absolute;
    visibility: hidden;
    height: 0;
    padding: 0
}

.vt-list.vt-hide-thead .vt-list-table .vt-table-headerTitle {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-indent: 1em
}

.vtmultitab .vt-rawhtml ul > li, .vtmultitab .vt-text ul > li {
    margin: 0 0 .5em 0
}

.vtmultitab .vt-rawhtml ul > li::before, .vtmultitab .vt-text ul > li::before {
    top: calc(.6667em - 2.5px)
}

td, th {
    -webkit-hyphens: auto;
    hyphens: auto
}

.vt-deans-list table, .vt-rawhtml table, .vt-text table {
    width: 100%;
    border: none
}

.vt-deans-list table caption, .vt-rawhtml table caption, .vt-text table caption {
    caption-side: top
}

.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 #e5e1e6;
    border-bottom: 2px solid #e5e1e6;
    background-color: #fff
}

@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 {
    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 #5e6062;
    -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: #faf9fa
}

@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: transparent
    }
}

.vt-c-table-noPostProcess table td {
    display: table-cell;
    text-align: left;
    vertical-align: baseline;
    border-bottom: none
}

.vt-c-table-noPostProcess table td:nth-child(even) {
    background-color: transparent
}

.vt-deans-list table thead, .vt-rawhtml table thead, .vt-text table thead {
    display: block;
    height: 0;
    width: 0;
    overflow: hidden;
    font-family: gineso-condensed, sans-serif;
    font-size-adjust: .4;
    text-transform: uppercase;
    letter-spacing: .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: #f2f0f2
}

.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: transparent
}

@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: #faf9fa
    }
}

.vt-c-table-noPostProcess table tbody tr:nth-child(even) {
    background-color: #faf9fa
}

.vt-c-table-noPostProcess table thead {
    display: table-header-group
}

.vt-c-table-noPostProcess table thead tr {
    border-top: none;
    background-color: #f2f0f2
}

.vt-c-table-noPostProcess table thead th {
    border: none;
    vertical-align: baseline
}

.vt-list.vt-hide-thead thead {
    display: none
}

.vt-table-headerTitle {
    display: block;
    position: relative;
    font-family: gineso-condensed, sans-serif;
    text-transform: uppercase;
    font-size-adjust: .4;
    letter-spacing: .075em;
    float: left;
    font-weight: 700
}

@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
    }
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #faf9fa;
    background: 0 0;
    font-weight: 400;
    color: #000
}

.ui-corner-all, .ui-corner-left, .ui-corner-right, .ui-corner-tl, .ui-corner-top, .ui-corner-tr {
    border-radius: 0;
    padding: 10px;
    background: 0 0
}

.fg-toolbar.ui-toolbar {
    background: 0 0
}

.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: #f2f0f2;
    border: none;
    padding: 5px 10px;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px
}

@media screen and (min-width: 992px) {
    .vt-datatable table th, .vt-datatable-formatted table th, .vt-tablesorter table th, .vt-tablesorter-formatted table th {
        background: #f2f0f2
    }

    .vt-datatable table th .ui-icon, .vt-datatable-formatted table th .ui-icon {
        margin-left: auto;
        margin-right: auto
    }

    .vt-datatable .DataTables_sort_wrapper, .vt-datatable .DataTables_sort_wrapper p, .vt-datatable-formatted .DataTables_sort_wrapper, .vt-datatable-formatted .DataTables_sort_wrapper p, .vt-tablesorter table th, .vt-tablesorter table th p, .vt-tablesorter-formatted table th, .vt-tablesorter-formatted table th p {
        font-weight: 600;
        text-align: center
    }

    .vt-tablesorter table .header, .vt-tablesorter-formatted table .header {
        display: table-cell
    }

    .vt-datatable table > tbody > tr > td, .vt-datatable table > thead > tr > td, .vt-datatable-formatted table > tbody > tr > td, .vt-datatable-formatted table > thead > tr > td, .vt-tablesorter table > tbody > tr > td, .vt-tablesorter table > thead > tr > td, .vt-tablesorter-formatted table > tbody > tr > td, .vt-tablesorter-formatted table > thead > tr > td {
        border: 1px solid #faf9fa;
        font-size: 1em;
        font-weight: 400;
        vertical-align: middle;
        padding: 15px
    }

    .vt-datatable table th:hover, .vt-datatable-formatted table th:hover, .vt-tablesorter table th:hover, .vt-tablesorter-formatted table th:hover {
        background: #faf9fa;
        cursor: pointer
    }

    .dataTables_wrapper {
        border: none
    }

    .vt-datatable table tr:nth-child(even), .vt-datatable-formatted table tr:nth-child(even), .vt-tablesorter table tr:nth-child(even), .vt-tablesorter-formatted table tr:nth-child(even) {
        background: #faf9fa
    }

    .vt-datatable table tr:nth-child(odd), .vt-datatable-formatted table tr:nth-child(odd), .vt-tablesorter table tr:nth-child(odd), .vt-tablesorter-formatted table tr:nth-child(odd) {
        background-color: #fff
    }

    .vt-tablesorter .headerSortUp, .vt-tablesorter-formatted .headerSortUp {
        text-align: center
    }

    .vt-tablesorter .headerSortDown, .vt-tablesorter-formatted .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
}

.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: .5em;
    width: 45vw
}

.vt-skip-navItem .vt-skip-navLink {
    padding: 0 .5em;
    display: inline;
    z-index: 11002;
    text-decoration: none;
    position: absolute;
    width: 14em;
    left: -200em
}

.vt-skip-navItem .vt-skip-navLink:active, .vt-skip-navItem .vt-skip-navLink:focus {
    left: .5em;
    background-color: #fff;
    outline-color: #fff;
    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;
    top: 3em;
    right: 8px;
    background-color: #171819;
    color: #fff;
    padding: 5px 10px;
    font-size: .8em;
    border: 1px solid #fff;
    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: #171819;
    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: #fff
}

.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, .7);
    overflow: hidden;
    z-index: 9998;
    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: #171819;
    border: 1px solid #3b3c3e;
    color: #fff;
    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: #fff;
    border: 1px solid rgba(229, 225, 230, .5);
    border-radius: 0;
    margin-bottom: .5em;
    width: 1.25em;
    height: 1.25em;
    padding: 0
}

.vt-access-dialog-close:focus {
    background-color: transparent
}

.vt-access-dialog-close .vt-close-icon {
    width: .75em
}

.vt-access-dialog-label {
    display: block;
    position: relative;
    font-family: gineso-condensed, sans-serif;
    font-size: 1.25em;
    font-size-adjust: .4;
    text-align: center;
    color: #faf9fa;
    margin-bottom: .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, .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: .8em;
    font-weight: 300;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0;
    width: 128px;
    height: 128px
}

.vt-access-item-link:active, .vt-access-item-link:hover, .vt-access-item-link:visited {
    color: #fff
}

.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: #fff;
    color: #000
}

.vt-access-slider {
    border: none;
    border-top: 1px solid rgba(229, 225, 230, .5);
    flex-basis: 100%;
    margin: .5em 0
}

.vt-access-item-slider {
    display: flex;
    align-items: center;
    background-color: #171819;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 1em 0;
    width: 100%
}

.vt-access-item-sliderImage {
    max-height: 3rem;
    margin-right: .67em
}

.vt-access-item-slider-text {
    font-size: .8em;
    text-align: left;
    width: 100%
}

[inert] {
    pointer-events: none;
    cursor: default
}

[inert], [inert] * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.vt-body-related-content .relatedcontent, .vt-body-related-content .vtcontainer .vt-vtcontainer {
    margin-bottom: 0
}

.vt-body-related-content {
    padding: 2em 5%
}

@media screen and (min-width: 992px) {
    .vt-body-related-content {
        padding: 2em 10%
    }
}

.vt-body-related-content .vtcontainer {
    margin: 0
}

.vt-body-related-content .vtcontainer .vt-vtcontainer {
    margin: 0
}

.vt-related-content-inherit > .vtcontainer.parbase.section > .vtcontainer.parbase.section > .iparys_inherited, .vt-related-content-inherit > .vtcontainer.parbase.section > .vtcontainer.parbase.section > .section {
    margin: 0
}

@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
}

@media screen and (max-width: 991px) {
    .vt-related-content .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-related-content .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-related-content .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-related-content .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 991px) {
    .vt-related-content .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-related-content .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-related-content .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 26.6666666667vw
    }
}

@media screen and (max-width: 991px) {
    .vt-related-content .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-pullOutdent.vt-related-inherit {
    width: 100%
}

@media screen and (min-width: 992px) {
    #vtcontainer_related_mobile {
        display: none
    }

    .vt-pullOutdent.vt-related-inherit {
        width: 33.3333%
    }
}

@media screen and (min-width: 1200px) {
    .vt-pullOutdent.vt-related-inherit {
        width: 25%
    }
}

@media screen and (min-width: 1600px) {
    .vt-pullOutdent.vt-related-inherit {
        width: 20%
    }
}

@media screen and (min-width: 2400px) {
    .vt-pullOutdent.vt-related-inherit {
        width: 12.5%
    }
}

.vt-pullOutdent .vt-related-content.vt-list {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    margin-top: 8px;
    padding: 1em 0
}

.vt-pullOutdent .vt-related-content.vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: auto
}

@media screen and (max-width: 991px) {
    #vtcontainer_related_desktop {
        display: none
    }

    .article-content > .vtcontainer .vt-related-inherit {
        background-color: var(--vt-smoke);
        padding: 1em 16%
    }

    .article-content > .vtcontainer .vt-related-content.vt-list .vt-num-col-1 .item .vt-list-item-wrapper {
        background-color: var(--vt-smoke)
    }

    .article-content > .vtcontainer .vt-related-content.vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .article-content > .vtcontainer .vt-related-inherit {
        background-color: var(--vt-smoke);
        padding: 1em 5%
    }
}

.article-content .vt-related-content.vt-list .vt-list-columns > h2 {
    font-size: 1.25em;
    font-style: italic;
    text-transform: unset
}

.article-content .vt-related-content.vt-list .vt-num-col-1 .item:not(:last-child) {
    padding-bottom: 1em;
    margin-bottom: 1em
}

.article-content .vt-related-content.vt-list .vt-num-col-1 .item:last-child {
    margin-bottom: 0
}

.article-content .vt-related-content.vt-list .vt-list-item-row > .vt-list-item-col:last-child {
    padding: 0
}

.article-content .vt-related-content.vt-list .vt-num-col-1 .item .vt-list-item-category {
    margin-top: .75em
}

.article-content .vt-related-content.vt-list .vt-num-col-1 .item .vt-list-item-title {
    margin-bottom: 0;
    line-height: 1
}

.article-content .vt-related-content.vt-list .vt-num-col-1 .item .vt-list-item-title-link {
    font-size: .8em
}

.vt-pullOutdent.vt-related-black {
    border-radius: .5em;
    background-color: #000;
    color: #fff;
    padding: 1.5em;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-pullOutdent.vt-related-black {
        width: 33.3333%
    }
}

@media screen and (min-width: 1200px) {
    .vt-pullOutdent.vt-related-black {
        width: 25%
    }
}

@media screen and (min-width: 1600px) {
    .vt-pullOutdent.vt-related-black {
        width: 20%
    }
}

@media screen and (min-width: 2400px) {
    .vt-pullOutdent.vt-related-black {
        width: 12.5%
    }
}

.vt-pullOutdent.vt-related-black .vt-text {
    color: #fff;
    font-size: .8em
}

.vt-pullOutdent.vt-related-black .vt-list {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background-color: #000;
    color: #fff;
    padding: 1em 0;
    margin-bottom: 0
}

.vt-pullOutdent.vt-related-black .vt-list .vt-num-col-1 .item {
    margin-bottom: 0
}

.vt-pullOutdent.vt-related-black .vt-list .vt-num-col-1 .item:not(:last-child) {
    border-bottom: 1px solid #fff
}

.vt-pullOutdent.vt-related-black .vt-list .vt-num-col-1 .item .vt-list-item-wrapper {
    background-color: #000;
    color: #fff
}

.vt-pullOutdent.vt-related-black .vt-list .vt-list-item-row > .vt-list-item-col:last-child {
    padding-bottom: 0
}

.vt-pullOutdent.vt-related-black .vt-list .vt-num-col-1 .item .vt-list-item-category, .vt-pullOutdent.vt-related-black .vt-list .vt-num-col-1 .item .vt-list-item-category .vt-list-item-category-text {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.vt-pullOutdent.vt-related-black .vt-list .vt-num-col-1 .item .vt-list-item-title {
    margin-bottom: 0;
    line-height: 1
}

.vt-pullOutdent.vt-related-black .vt-list .vt-num-col-1 .item .vt-list-item-title-link {
    color: #fff;
    font-size: .8em
}

.vt-pullOutdent.vt-related-black .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: auto
}

@media screen and (max-width: 991px) {
    .vt-pullOutdent.vt-related-black .vt-list {
        padding-top: 0
    }

    .vt-pullOutdent.vt-related-black .vt-list .vt-list-item-row > .vt-list-item-col:first-child {
        border: none
    }

    .vt-pullOutdent.vt-related-black .vt-list .vt-list-item-row > .vt-list-item-col:last-child {
        padding: 0
    }

    .vt-pullOutdent.vt-related-black .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        display: none
    }
}

.vt-pullOutdent.vt-related-orange {
    border-radius: .5em;
    background-color: var(--vt-burntOrangeWeb);
    color: #fff;
    padding: 1.5em;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-pullOutdent.vt-related-orange {
        width: 33.3333%
    }
}

@media screen and (min-width: 1200px) {
    .vt-pullOutdent.vt-related-orange {
        width: 25%
    }
}

@media screen and (min-width: 1600px) {
    .vt-pullOutdent.vt-related-orange {
        width: 20%
    }
}

@media screen and (min-width: 2400px) {
    .vt-pullOutdent.vt-related-orange {
        width: 12.5%
    }
}

.vt-pullOutdent.vt-related-orange .vt-text {
    color: #fff;
    font-size: .8em
}

.vt-pullOutdent.vt-related-orange .vt-list {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    background-color: var(--vt-burntOrangeWeb);
    color: #fff;
    padding: 1em 0;
    margin-bottom: 0
}

.vt-pullOutdent.vt-related-orange .vt-list .vt-num-col-1 .item {
    margin-bottom: 0
}

.vt-pullOutdent.vt-related-orange .vt-list .vt-num-col-1 .item:not(:last-child) {
    border-bottom: 1px solid #fff
}

.vt-pullOutdent.vt-related-orange .vt-list .vt-num-col-1 .item .vt-list-item-wrapper {
    background-color: var(--vt-burntOrangeWeb);
    color: #fff
}

.vt-pullOutdent.vt-related-orange .vt-list .vt-list-item-row > .vt-list-item-col:last-child {
    padding-bottom: 0
}

.vt-pullOutdent.vt-related-orange .vt-list .vt-num-col-1 .item .vt-list-item-category, .vt-pullOutdent.vt-related-orange .vt-list .vt-num-col-1 .item .vt-list-item-category .vt-list-item-category-text {
    border-color: #fff;
    background-color: #fff;
    color: var(--vt-burntOrangeWeb)
}

.vt-pullOutdent.vt-related-orange .vt-list .vt-num-col-1 .item .vt-list-item-title {
    margin-bottom: 0;
    line-height: 1
}

.vt-pullOutdent.vt-related-orange .vt-list .vt-num-col-1 .item .vt-list-item-title-link {
    color: #fff;
    font-size: .8em
}

.vt-pullOutdent.vt-related-orange .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: auto
}

@media screen and (max-width: 991px) {
    .vt-pullOutdent.vt-related-orange .vt-list {
        padding-top: 0
    }

    .vt-pullOutdent.vt-related-orange .vt-list .vt-list-item-row > .vt-list-item-col:first-child {
        border: none
    }

    .vt-pullOutdent.vt-related-orange .vt-list .vt-list-item-row > .vt-list-item-col:last-child {
        padding: 0
    }

    .vt-pullOutdent.vt-related-orange .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        display: none
    }
}

.vtmultitab {
    margin-bottom: 3em
}

.panel {
    display: block
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    text-decoration: underline
}

.tab-content {
    position: relative;
    padding: 20px 1.5em;
    background-color: #faf9fa;
    z-index: 10;
    line-height: 1.4
}

.tab-content .vt-text h1, .tab-content .vt-text h2, .tab-content .vt-text h3, .tab-content .vt-text h4, .tab-content .vt-text h5, .tab-content .vt-text h6, .tab-content .vt-text p {
    line-height: 1.4
}

.nav-tabs .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    margin-bottom: -2px
}

.nav-tabs .nav-item.active {
    background-color: #faf9fa
}

.nav-tabs .nav-item .nav-link {
    font-size: 1em;
    margin: 10px 20px;
    padding: 4px 6px;
    background: 0 0;
    font-family: Acherus, sans-serif
}

.nav-tabs .nav-item .nav-link:focus, .nav-tabs .nav-item .nav-link:hover {
    border-color: transparent;
    color: #861f41
}

.nav-tabs .nav-item .nav-link.active {
    color: #171819;
    cursor: default;
    border: none
}

.panel-group .panel-default .panel-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    color: #ca4f00;
    width: 100%;
    height: 100%;
    margin-top: .5em;
    background-color: #faf9fa
}

@media screen and (min-width: 768px) {
    .panel-group .panel-default .panel-heading {
        padding: 0 26px
    }
}

.panel-group .panel-default .panel-heading .panel-title {
    position: relative;
    font-size: 1em;
    width: 100%;
    margin: 22px 0
}

.panel-group .panel-default .panel-heading .panel-title .vt-accordion-button-text {
    text-align: left;
    padding-right: 1em
}

.panel-group .panel-default .panel-heading .panel-title button {
    display: flex;
    justify-content: space-between;
    background-color: #faf9fa;
    border: none;
    font-family: Acherus, sans-serif;
    color: #ca4f00;
    width: 100%;
    padding: 0;
    margin-right: 1em
}

.panel-group .panel-default .panel-heading .panel-title button .fa-times {
    display: block;
    min-width: 1.25em;
    height: 1.25em;
    color: #ca4f00;
    transition: transform .2s
}

.panel-group .panel-default .panel-heading .panel-title button[aria-expanded=false] .fa-times {
    transform: rotate(-45deg)
}

.panel-group .panel-default .panel-heading:first-child {
    margin-top: 0
}

.panel-group .panel-default .panel-body {
    display: block;
    position: relative;
    width: 100%;
    background-color: #faf9fa;
    padding: 20px 1.5em;
    border-radius: 0;
    border-left-style: none;
    border-top-style: none;
    border-bottom-style: none;
    box-shadow: none;
    line-height: 1.4
}

.panel-group .panel-default .panel-body.vt-item {
    border-right: 1px solid #fff
}

.panel-collapse .panel-body:last-child {
    padding-bottom: 10px
}

.panel-group .panel .panel-collapse {
    background-color: #faf9fa
}

.panel, .panel-group .panel, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-radius: 0;
    border-style: none;
    border-bottom-style: none;
    box-shadow: none
}

#collapseOne {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff
}

#vt_right_col .panel-heading {
    border-top: 1px solid #e5e1e6;
    border-left: 1px solid #e5e1e6;
    border-right: 1px solid #e5e1e6;
    padding: 0 5%
}

#vt_right_col .panel-title {
    font-size: .8em
}

#vt_right_col .panel-collapse.show {
    border-bottom: 1px solid #e5e1e6;
    border-left: 1px solid #e5e1e6;
    border-right: 1px solid #e5e1e6
}

#vt_right_col .panel-body {
    padding: 1em 5%
}

.vtcontainer .vt-full-width {
    padding: 0;
    display: block
}

.vtcontainer .vt-full-width::before {
    content: " ";
    clear: both;
    display: table
}

.vt-vtcontainer-content {
    width: 100%
}

.parbase.download {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin: 1em 1em 20px 1em;
    box-shadow: 0 0 8px -1px #e5e1e6
}

.parbase.download::before {
    content: url(../fonts/file-icon.svg);
    display: inline-block;
    position: relative;
    top: 15px;
    left: 0;
    width: 110px;
    margin-left: 5px;
    margin-top: 10px
}

@media screen and (min-width: 576px) {
    .parbase.download::before {
        margin-top: 0
    }
}

@media screen and (min-width: 768px) {
    .parbase.download::before {
        margin-left: 30px
    }
}

.vt-download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-basis: 100%;
    position: relative;
    padding: 30px 10px 0 10px;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 576px) {
    .vt-download {
        padding: 30px 30px 0 15px
    }
}

@media screen and (min-width: 768px) {
    .vt-download {
        flex-direction: row;
        justify-content: flex-start
    }
}

.vt-download .icon {
    display: none;
    background-image: none !important;
    padding: 0 !important
}

.vt-download .icon img {
    display: none
}

.download-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: .5em
}

@media screen and (min-width: 768px) {
    .download-info {
        flex-basis: 60%;
        padding: 0 10px;
        margin-top: 0
    }
}

.download-info .download-filename {
    display: block;
    font-family: Acherus, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2;
    -webkit-hyphens: auto;
    hyphens: auto
}

@media screen and (min-width: 576px) {
    .download-info .download-filename {
        font-size: 1.3334em
    }
}

.download-info .download-description {
    display: block;
    font-family: Acherus, sans-serif;
    font-size: .8em !important;
    font-style: italic;
    line-height: 1.4;
    color: #5e6062;
    margin-top: .5em
}

@media screen and (min-width: 576px) {
    .download-info .download-description {
        font-size: 1em !important
    }
}

.download-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0
}

@media screen and (min-width: 768px) {
    .download-link {
        flex-basis: 40%;
        justify-content: flex-end;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 15px
    }
}

.download-link a {
    display: block;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .075em;
    white-space: nowrap
}

@media screen and (min-width: 576px) {
    .download-link a {
        font-size: 1.15em
    }
}

.download-title {
    margin-right: 15px
}

.download-link a:hover .download-title {
    font-weight: 600
}

#vt_right_col .download {
    box-shadow: 0 0 8px -1px rgba(23, 24, 25, .2)
}

#vt_right_col .download::before {
    content: none
}

#vt_right_col .vt-download {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    position: relative;
    padding: 0 5px
}

#vt_right_col .vt-download .icon {
    display: none;
    background-image: none !important;
    padding: 0 !important
}

#vt_right_col .vt-download .icon img {
    display: none
}

#vt_right_col .download-info {
    width: 100%;
    padding: 0 10px;
    margin-top: 1em
}

#vt_right_col .download-info .download-filename {
    display: block;
    position: relative;
    font-family: Acherus, sans-serif;
    font-size: 1em;
    font-weight: 400;
    -webkit-hyphens: auto;
    hyphens: auto
}

#vt_right_col .download-info .download-description {
    display: block;
    font-family: Acherus, sans-serif;
    font-size: .8em !important;
    font-style: italic;
    line-height: 1.4;
    color: #000
}

#vt_right_col .download-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: .5em;
    margin-bottom: 20px;
    padding: 0 10px
}

#vt_right_col .download-link a {
    display: block;
    position: relative;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .075em;
    white-space: nowrap
}

#vt_right_col .download-link a:hover .download-title {
    font-weight: 600
}

.vt_feed_content > a {
    color: #ca4f00
}

.vt_feed_items {
    padding: 0;
    margin: 0
}

.vt_feed_items > li {
    overflow: hidden;
    margin-bottom: 3em;
    padding: 2em 1em
}

@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%
}

.vt_feed_items > li a {
    color: #ca4f00
}

.vt_feed_items > li .vt_feed_iTitle {
    width: 100%;
    color: #ca4f00 !important
}

.vt_feed_items .vt_feed_iDescription {
    font-size: 1em;
    font-family: Acherus, sans-serif;
    width: 100%
}

.vt_feed_items > li .vt_feed_iDate {
    display: inline-block;
    width: auto
}

.vt_feed_items > li .vt_feed_iTime {
    display: inline-block;
    padding-left: 10px;
    width: auto
}

.vt_feed_iLocation {
    width: 100%;
    line-height: 1.3;
    color: #000 !important;
    padding-bottom: .5em
}

.vt-right-col .vt_feed_items > li {
    background: 0 0;
    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%
}

.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 {
    font-weight: 900
}

.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: #ca4f00;
    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: #ca4f00;
    text-decoration: underline;
    z-index: 26
}

.carousel-control {
    top: 0
}

.vt-gallery-type-featured-lbgallery .gallery-thumbnails, .vt-gallery-type-lbgallery .gallery-thumbnails {
    display: flex;
    flex-wrap: wrap
}

.vt-gallery-type-featured-lbgallery .gallery-thumbnails .thumbnail, .vt-gallery-type-lbgallery .gallery-thumbnails .thumbnail {
    padding: .5em .5em;
    width: 50%;
    display: flex;
    position: relative;
    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 .5%
}

.gallery .gallery-featured-item h3 {
    font-size: 1.75rem;
    margin-bottom: 0
}

.gallery .gallery-featured-item p {
    font-family: Acherus, sans-serif;
    color: #5e6062;
    margin-bottom: 1.25rem
}

.gallery .gallery-featured-item a {
    color: #ca4f00;
    display: block;
    text-decoration: underline;
    margin-bottom: .5em
}

.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: 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    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-next, .vt-carousel-control-default .carousel-control-prev {
    top: 0 !important;
    bottom: 24% !important;
    z-index: 20 !important;
    opacity: .8
}

.vt-carousel-control-default .carousel-control-next:hover, .vt-carousel-control-default .carousel-control-prev: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: #fff
}

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

.vt-carousel .vt-carousel-control-belowImage .carousel-control-next, .vt-carousel .vt-carousel-control-belowImage .carousel-control-prev {
    bottom: 24% !important;
    z-index: 20 !important;
    opacity: .8
}

.vt-carousel .vt-carousel-control-belowImage .carousel-control-next:hover, .vt-carousel .vt-carousel-control-belowImage .carousel-control-prev: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
    }
}

.vt-image {
    border-top: 2px solid #ca4f00;
    margin-bottom: 3em
}

.vt-image figure {
    margin-bottom: 0;
    overflow: hidden
}

.vt-image.vt_img_left {
    margin: 1em 3% 0 0 !important;
    padding: 0 5%
}

@media screen and (max-width: 991px) {
    .vt-image.vt_img_left {
        float: none;
        width: 100% !important;
        clear: both;
        margin: 0 auto !important
    }
}

.vt-image.vt_img_right {
    margin: 1em 0 0 3% !important;
    padding: 0 5%
}

@media screen and (max-width: 991px) {
    .vt-image.vt_img_right {
        float: none;
        width: 100% !important;
        clear: both;
        margin: 0 auto !important
    }
}

.vt-image.vt_img_center {
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 0
}

@media screen and (max-width: 991px) {
    .vt-image.vt_img_center {
        float: none;
        width: 100% !important;
        clear: both;
        margin: 0 auto !important
    }
}

.vt-image img {
    max-width: 100%;
    width: 100%
}

.vt-image-desc {
    display: none
}

.vt-image figcaption {
    background-color: #ca4f00;
    color: #fff;
    font-family: Acherus, sans-serif;
    font-size: .8em;
    font-style: italic;
    line-height: 1.6667;
    margin: 0;
    padding: 1em 5%;
    position: relative
}

#vt_body_col .vt-portrait, #vt_body_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: 66.66667%;
    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_main .vt-portrait .vt-image-portraitImage, #vt_main .vt-portrait img, #vt_main .vt-square .vt-image-portraitImage, #vt_main .vt-square img {
    position: relative;
    display: block;
    top: 0;
    height: 100%;
    width: auto;
    opacity: 1
}

.vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .item .vt-list-item-date .vt-list-item-date-formatted, .vt-list .vt-num-col-1 .item .vt-list-item-event-date .vt-list-item-date-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-1 .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-email-formatted, .vt-list .vt-num-col-1 .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-phone-formatted, .vt-list .vt-num-col-1 .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-event-headliner-formatted, .vt-list .vt-num-col-1 .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-resource-author-formatted, .vt-list .vt-num-col-1 .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-id-formatted, .vt-list .vt-num-col-1 .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-publisher-formatted, .vt-list .vt-num-col-1 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .item .vt-list-item-date .vt-list-item-date-formatted, .vt-list .vt-num-col-2 .item .vt-list-item-event-date .vt-list-item-date-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-2 .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-email-formatted, .vt-list .vt-num-col-2 .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-phone-formatted, .vt-list .vt-num-col-2 .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-event-headliner-formatted, .vt-list .vt-num-col-2 .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-resource-author-formatted, .vt-list .vt-num-col-2 .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-id-formatted, .vt-list .vt-num-col-2 .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-publisher-formatted, .vt-list .vt-num-col-2 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .item .vt-list-item-date .vt-list-item-date-formatted, .vt-list .vt-num-col-3 .item .vt-list-item-event-date .vt-list-item-date-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-3 .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-email-formatted, .vt-list .vt-num-col-3 .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-phone-formatted, .vt-list .vt-num-col-3 .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-event-headliner-formatted, .vt-list .vt-num-col-3 .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-resource-author-formatted, .vt-list .vt-num-col-3 .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-id-formatted, .vt-list .vt-num-col-3 .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-publisher-formatted, .vt-list .vt-num-col-3 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .item .vt-list-item-date .vt-list-item-date-formatted, .vt-list .vt-num-col-4 .item .vt-list-item-event-date .vt-list-item-date-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-4 .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-email-formatted, .vt-list .vt-num-col-4 .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-phone-formatted, .vt-list .vt-num-col-4 .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-event-headliner-formatted, .vt-list .vt-num-col-4 .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-resource-author-formatted, .vt-list .vt-num-col-4 .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-id-formatted, .vt-list .vt-num-col-4 .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-publisher-formatted, .vt-list .vt-num-col-4 .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-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-bio-address .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-bio-email .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-bio-fullName .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-bio-phone .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-bio-title .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-date .vt-list-item-date-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-event-date .vt-list-item-date-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-event-headliner .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-event-location .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-event-time .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-author .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-availableAs .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-id .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-publishDate .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-publisher .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-event-headliner-formatted, .vt-list .vt-num-col-6 .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-resource-author-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-resource-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-resource-rights .vt-list-item-time-formatted, .vt-list .vt-num-col-6 .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-6 .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-phone-formatted, .vt-list .vt-num-col-6 .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-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-6 .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-availableAs-formatted, .vt-list .vt-num-col-6 .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-publishDate-formatted, .vt-list .vt-num-col-6 .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-rights-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-time-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, .vt-list-table table .vt-list-item-event-headliner .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-time-formatted, .vt-list-table table .vt-list-item-event-location .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-time-formatted, .vt-list-table table .vt-list-item-event-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-time-formatted, .vt-list-table table .vt-list-item-time .vt-list-item-event-headliner-formatted, .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-time-formatted, .vt_feed_iLocation, .vt_feed_items > li .vt_feed_iDate, .vt_feed_items > li .vt_feed_iTime {
    font-style: italic;
    color: #5e6062;
    font-family: gineso-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 1em
}

.vt-list .vt-num-col-1 .item .vt-list-item-title, .vt-list .vt-num-col-2 .item .vt-list-item-title, .vt-list .vt-num-col-3 .item .vt-list-item-title, .vt-list .vt-num-col-4 .item .vt-list-item-title, .vt-list .vt-num-col-6 .item .vt-list-item-title, .vt_feed_items > li .vt_feed_iTitle {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: .5em;
    color: #000
}

.vt-list .vt-num-col-1 .item .vt-list-item-description, .vt-list .vt-num-col-2 .item .vt-list-item-description, .vt-list .vt-num-col-3 .item .vt-list-item-description, .vt-list .vt-num-col-4 .item .vt-list-item-description, .vt-list .vt-num-col-6 .item .vt-list-item-description, .vt_feed_items .vt_feed_iDescription {
    font-size: .8em;
    line-height: 1.4;
    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%;
    transition: transform .5s ease-in-out
}

.vt-list .item .vt-list-item-wrapper, .vt_feed_items > li {
    position: relative;
    background: #fff;
    height: 100%
}

.vt-list .vt-num-col-1 .item, .vt-list .vt-num-col-2 .item, .vt-list .vt-num-col-3 .item, .vt-list .vt-num-col-4 .item, .vt-list .vt-num-col-6 .item {
    display: block;
    align-self: stretch;
    margin: 0 0 2em 0
}

.vt-list .vt-num-col-1 .item .vt-list-item-title, .vt-list .vt-num-col-2 .item .vt-list-item-title, .vt-list .vt-num-col-3 .item .vt-list-item-title, .vt-list .vt-num-col-4 .item .vt-list-item-title, .vt-list .vt-num-col-6 .item .vt-list-item-title {
    order: 1
}

.vt-list .vt-num-col-1 .item .vt-list-item-description, .vt-list .vt-num-col-2 .item .vt-list-item-description, .vt-list .vt-num-col-3 .item .vt-list-item-description, .vt-list .vt-num-col-4 .item .vt-list-item-description, .vt-list .vt-num-col-6 .item .vt-list-item-description {
    order: 4;
    color: #000
}

.vt-list .vt-num-col-1 .item .vt-list-item-date, .vt-list .vt-num-col-1 .item .vt-list-item-event-date, .vt-list .vt-num-col-2 .item .vt-list-item-date, .vt-list .vt-num-col-2 .item .vt-list-item-event-date, .vt-list .vt-num-col-3 .item .vt-list-item-date, .vt-list .vt-num-col-3 .item .vt-list-item-event-date, .vt-list .vt-num-col-4 .item .vt-list-item-date, .vt-list .vt-num-col-4 .item .vt-list-item-event-date, .vt-list .vt-num-col-6 .item .vt-list-item-date, .vt-list .vt-num-col-6 .item .vt-list-item-event-date {
    display: inline-block;
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    order: 2;
    margin-bottom: .5em
}

.vt-list .vt-num-col-1 .item .vt-list-item-date .vt-list-item-dateHeading, .vt-list .vt-num-col-1 .item .vt-list-item-event-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-2 .item .vt-list-item-event-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-3 .item .vt-list-item-event-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-4 .item .vt-list-item-event-date .vt-list-item-dateHeading, .vt-list .vt-num-col-6 .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 {
    display: inline-block;
    width: 0;
    height: 0;
    color: transparent;
    margin: 0;
    overflow: hidden
}

.vt-list .vt-num-col-1 .item .vt-list-item-event-time, .vt-list .vt-num-col-1 .item .vt-list-item-time, .vt-list .vt-num-col-2 .item .vt-list-item-event-time, .vt-list .vt-num-col-2 .item .vt-list-item-time, .vt-list .vt-num-col-3 .item .vt-list-item-event-time, .vt-list .vt-num-col-3 .item .vt-list-item-time, .vt-list .vt-num-col-4 .item .vt-list-item-event-time, .vt-list .vt-num-col-4 .item .vt-list-item-time, .vt-list .vt-num-col-6 .item .vt-list-item-event-time, .vt-list .vt-num-col-6 .item .vt-list-item-time {
    display: inline-block;
    order: 3;
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    margin-bottom: .5em
}

.vt-list .vt-num-col-1 .item .vt-list-item-bio-address .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-1 .item .vt-list-item-bio-fullName .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-1 .item .vt-list-item-bio-title .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-1 .item .vt-list-item-event-location .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-1 .item .vt-list-item-resource-author .vt-list-item-timeHeading, .vt-list .vt-num-col-1 .item .vt-list-item-resource-availableAs .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-1 .item .vt-list-item-resource-publishDate .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-1 .item .vt-list-item-resource-rights .vt-list-item-timeHeading, .vt-list .vt-num-col-1 .item .vt-list-item-time .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-2 .item .vt-list-item-bio-email .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-2 .item .vt-list-item-bio-phone .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-2 .item .vt-list-item-event-headliner .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-2 .item .vt-list-item-event-time .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-2 .item .vt-list-item-resource-availableAs .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-2 .item .vt-list-item-resource-publishDate .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-2 .item .vt-list-item-resource-rights .vt-list-item-timeHeading, .vt-list .vt-num-col-2 .item .vt-list-item-time .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-3 .item .vt-list-item-bio-email .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-3 .item .vt-list-item-bio-phone .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-3 .item .vt-list-item-event-headliner .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-3 .item .vt-list-item-event-time .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-3 .item .vt-list-item-resource-availableAs .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-3 .item .vt-list-item-resource-publishDate .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-3 .item .vt-list-item-resource-rights .vt-list-item-timeHeading, .vt-list .vt-num-col-3 .item .vt-list-item-time .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-4 .item .vt-list-item-bio-email .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-4 .item .vt-list-item-bio-phone .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-4 .item .vt-list-item-event-headliner .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-4 .item .vt-list-item-event-time .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-4 .item .vt-list-item-resource-availableAs .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-4 .item .vt-list-item-resource-publishDate .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-4 .item .vt-list-item-resource-rights .vt-list-item-timeHeading, .vt-list .vt-num-col-4 .item .vt-list-item-time .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-6 .item .vt-list-item-bio-email .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-6 .item .vt-list-item-bio-phone .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-6 .item .vt-list-item-event-headliner .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-6 .item .vt-list-item-event-time .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-6 .item .vt-list-item-resource-availableAs .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-6 .item .vt-list-item-resource-publishDate .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-6 .item .vt-list-item-resource-rights .vt-list-item-timeHeading, .vt-list .vt-num-col-6 .item .vt-list-item-time .vt-list-item-timeHeading {
    display: inline-block;
    width: 0;
    height: 0;
    color: transparent;
    margin: 0
}

.vt-list .vt-num-col-1 .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-3 .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-6 .item .vt-list-item-date + .vt-list-item-time::before {
    content: ", ";
    display: inline-block
}

.vt-list .vt-num-col-1 .item .vt-list-item-duration :first-child, .vt-list .vt-num-col-1 .item .vt-list-item-likes :first-child, .vt-list .vt-num-col-1 .item .vt-list-item-views :first-child, .vt-list .vt-num-col-2 .item .vt-list-item-duration :first-child, .vt-list .vt-num-col-2 .item .vt-list-item-likes :first-child, .vt-list .vt-num-col-2 .item .vt-list-item-views :first-child, .vt-list .vt-num-col-3 .item .vt-list-item-duration :first-child, .vt-list .vt-num-col-3 .item .vt-list-item-likes :first-child, .vt-list .vt-num-col-3 .item .vt-list-item-views :first-child, .vt-list .vt-num-col-4 .item .vt-list-item-duration :first-child, .vt-list .vt-num-col-4 .item .vt-list-item-likes :first-child, .vt-list .vt-num-col-4 .item .vt-list-item-views :first-child, .vt-list .vt-num-col-6 .item .vt-list-item-duration :first-child, .vt-list .vt-num-col-6 .item .vt-list-item-likes :first-child, .vt-list .vt-num-col-6 .item .vt-list-item-views :first-child {
    margin-right: .5em
}

.vt-list .vt-num-col-1 .item .vt-list-item-event-calLink, .vt-list .vt-num-col-1 .item .vt-list-item-event-ticketLink-formatted, .vt-list .vt-num-col-2 .item .vt-list-item-event-calLink, .vt-list .vt-num-col-2 .item .vt-list-item-event-ticketLink-formatted, .vt-list .vt-num-col-3 .item .vt-list-item-event-calLink, .vt-list .vt-num-col-3 .item .vt-list-item-event-ticketLink-formatted, .vt-list .vt-num-col-4 .item .vt-list-item-event-calLink, .vt-list .vt-num-col-4 .item .vt-list-item-event-ticketLink-formatted, .vt-list .vt-num-col-6 .item .vt-list-item-event-calLink, .vt-list .vt-num-col-6 .item .vt-list-item-event-ticketLink-formatted {
    margin: 0;
    padding: 1em 2em
}

.vt-list .vt-num-col-1 .item .vt-list-item-no-image, .vt-list .vt-num-col-2 .item .vt-list-item-no-image, .vt-list .vt-num-col-3 .item .vt-list-item-no-image, .vt-list .vt-num-col-4 .item .vt-list-item-no-image, .vt-list .vt-num-col-6 .item .vt-list-item-no-image {
    display: none
}

.vt-list-item-row > .vt-list-item-col {
    padding: 0;
    font-family: Acherus, sans-serif
}

.vt-list-item-row > .vt-list-item-col:first-child {
    border-top: 2px solid #ca4f00
}

.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;
    position: static;
    padding: 1em 0
}

.vt-list-item-imgWrapper .vt-list-item-figure {
    margin: 0
}

.vt-list-item-title .vt-list-item-title-link {
    position: static;
    color: #000
}

.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: 0;
    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: #fff;
    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: #171819;
    font-size: 1em;
    font-weight: 400
}

.vt-list-item-category {
    display: flex;
    justify-content: flex-start;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: .5em .5em .4125em;
    margin: 1em 1em .75em 0;
    z-index: 2
}

.vt-list-item-category:active, .vt-list-item-category:hover {
    color: #fff
}

.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: #fff;
    font-family: gineso-condensed, sans-serif;
    font-size: .575em;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap
}

.vt-list-item-category-feature {
    display: inline-block;
    height: .45em;
    line-height: 1;
    margin-right: .33em;
    color: #fff
}

.vt-list .vt-list-items {
    padding: 0;
    margin: 0
}

.vt-list .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    max-height: 100vw
}

.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: 1199px) {
    .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%
}

.vt-list .item .vt-list-item-tags {
    display: inline;
    flex-grow: 1;
    line-height: 1.4;
    width: 100%;
    padding: 1em 2em;
    margin: 0;
    order: 5;
    align-self: stretch
}

.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: .5em;
    z-index: 2;
    color: var(--vt-burntOrangeWeb)
}

.vt-list .item .vt-list-item-tags .vt-list-item-tags-tag .vt-list-item-tags-link:focus {
    outline-color: var(--vt-hokieStone-2s);
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.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;
    position: relative
}

.vt-list .item::before {
    content: none !important
}

.vt-list .vt-list-item-row {
    width: 100%
}

.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 {
    height: 100% !important
}

.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;
    padding-left: 0;
    padding-right: 0
}

.vt-list .image-format-positionRight .vt-list-item-heading, .vt-list .image-format-positionRightLarge .vt-list-item-heading, .vt-list .image-format-positionRightMedium .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-positionRightLarge .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 {
    order: 2
}

.vt-list .image-format-positionRight .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper, .vt-list .image-format-positionRightLarge .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper, .vt-list .image-format-positionRightMedium .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper {
    display: block;
    position: relative;
    overflow: hidden
}

.vt-list .image-format-positionRight .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper::before, .vt-list .image-format-positionRightLarge .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper::before, .vt-list .image-format-positionRightMedium .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper::before {
    content: none
}

@media screen and (min-width: 768px) {
    .vt-list .image-format-positionRight .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper::before, .vt-list .image-format-positionRightLarge .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper::before, .vt-list .image-format-positionRightMedium .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper::before {
        content: "";
        float: left;
        padding-top: 100%
    }
}

.vt-list .image-format-positionRight .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper .vt-list-item-img, .vt-list .image-format-positionRightLarge .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper .vt-list-item-img, .vt-list .image-format-positionRightMedium .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-imgWrapper .vt-list-item-img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.vt-list .image-format-positionRight .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, .vt-list .image-format-positionRightMedium .vt-list-item-row .vt-list-item-col:last-child {
    order: 1
}

@media screen and (min-width: 768px) {
    .vt-list .image-format-positionRight .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, .vt-list .image-format-positionRightMedium .vt-list-item-row .vt-list-item-col:last-child {
        padding: 0 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;
    padding-left: 0;
    padding-right: 0
}

.vt-list .image-format-positionLeft .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, .vt-list .image-format-positionLeftMedium .vt-list-item-row .vt-list-item-col:last-child {
    order: 2;
    padding: 1em 0
}

@media screen and (min-width: 768px) {
    .vt-list .image-format-positionLeft .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, .vt-list .image-format-positionLeftMedium .vt-list-item-row .vt-list-item-col:last-child {
        padding: 0 1em
    }
}

.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-duration *, .vt-list .vt-list-item-event-date *, .vt-list .vt-list-item-event-headliner *, .vt-list .vt-list-item-event-location *, .vt-list .vt-list-item-event-time *, .vt-list .vt-list-item-likes *, .vt-list .vt-list-item-time *, .vt-list .vt-list-item-views * {
    display: inline-block;
    width: auto
}

.vt-list .item .vt-list-item-description, .vt-list .item .vt-list-title {
    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 .5em 0 0
    }
}

@media screen and (min-width: 768px) {
    .vt-list .vt-num-col-2 .item:nth-child(even) {
        padding: 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 .67em 0 0
    }
}

@media screen and (min-width: 992px) {
    .vt-list .vt-num-col-3 .item:nth-child(3n+2) {
        padding: 0 .33em
    }
}

@media screen and (min-width: 992px) {
    .vt-list .vt-num-col-3 .item:nth-child(3n+3) {
        padding: 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 .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 .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 .75em 0 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-list .vt-num-col-4 .item:nth-child(4n+2) {
        padding: 0 .5em 0 .25em
    }
}

@media screen and (min-width: 1200px) {
    .vt-list .vt-num-col-4 .item:nth-child(4n+3) {
        padding: 0 .25em 0 .5em
    }
}

@media screen and (min-width: 1200px) {
    .vt-list .vt-num-col-4 .item:nth-child(4n+4) {
        padding: 0 0 0 .75em
    }
}

.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 .5em 0 0
    }
}

@media screen and (min-width: 768px) {
    .vt-list .vt-num-col-6 .item:nth-child(even) {
        padding: 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 .67em 0 0
    }
}

@media screen and (min-width: 992px) {
    .vt-list .vt-num-col-6 .item:nth-child(3n+2) {
        padding: 0 .33em
    }
}

@media screen and (min-width: 992px) {
    .vt-list .vt-num-col-6 .item:nth-child(3n+3) {
        padding: 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 .67em 0 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-list .vt-num-col-6 .item:nth-child(6n+2) {
        padding: 0 .5em 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 .5em
    }
}

@media screen and (min-width: 1200px) {
    .vt-list .vt-num-col-6 .item:nth-child(6n+5) {
        padding: 0 .33em 0 .5em
    }
}

@media screen and (min-width: 1200px) {
    .vt-list .vt-num-col-6 .item:nth-child(6n+6) {
        padding: 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-positionBottom, #vt_with_rb .vt-list-items.image-format-positionTop {
    flex-wrap: wrap
}

#vt_no_rb .vt-list-item-row, #vt_with_rb .vt-list-item-row {
    flex-wrap: wrap;
    width: 100%
}

.vt-list-items-stretch .vt-list-columns .image-format-hide .item, .vt-list-items-stretch .vt-list-columns .image-format-positionBottom .item, .vt-list-items-stretch .vt-list-columns .image-format-positionTop .item {
    align-self: stretch !important
}

.vt-list-table table {
    position: relative;
    width: 100%;
    color: #000;
    font-size: 67%;
    line-height: 1.4;
    border-bottom: 2px solid #e5e1e6
}

.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: .5em
}

.vt-list-table table .vt-list-item-event-headliner, .vt-list-table table .vt-list-item-event-location, .vt-list-table table .vt-list-item-event-time, .vt-list-table table .vt-list-item-time {
    position: relative;
    color: #000
}

.vt-list-table table .vt-list-item-event-headliner :first-child, .vt-list-table table .vt-list-item-event-location :first-child, .vt-list-table table .vt-list-item-event-time :first-child, .vt-list-table table .vt-list-item-time :first-child {
    margin-right: .5em
}

.vt-list-table table .vt-list-item-duration, .vt-list-table table .vt-list-item-likes, .vt-list-table table .vt-list-item-views {
    color: #000
}

.vt-list-table table .vt-list-item-duration :first-child, .vt-list-table table .vt-list-item-likes :first-child, .vt-list-table table .vt-list-item-views :first-child {
    margin-right: .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: gineso-condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: .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 #e5e1e6;
    border-bottom: 2px solid #e5e1e6;
    background-color: #fff
}

@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: #faf9fa
}

.vt-list-table td {
    display: block;
    text-align: right;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #5e6062;
    -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: #faf9fa
}

@media screen and (min-width: 992px) {
    .vt-list-table td:nth-child(even) {
        background-color: transparent
    }
}

.vt-list-table-image {
    width: 100%
}

.vt-list-table-image .vt-list-item-video {
    max-width: 100%;
    width: 100%
}

.vt-list-table-image .vt-list-item-img {
    max-width: 100%;
    width: 100%
}

.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: .5em
}

.vt-list .vt-list-table .vt-table-headerTitle {
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: .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: transparent;
    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: transparent;
    color: #ca4f00;
    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
}

.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: #fff;
    font-family: gineso-condensed, sans-serif, sans-serif;
    font-size: .8em;
    margin: 1em .5em;
    padding: .25em;
    width: 2em;
    height: 2em
}

.vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #171819;
    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: #fff;
    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: #fff;
    font-family: gineso-condensed, sans-serif, sans-serif;
    font-size: .8em;
    margin: 1em 0;
    padding: .25em 1em;
    height: 2em
}

.vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #171819;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-pagination-controls .vt-pagination-controls-left .vt-pagination-controls-button svg {
    margin: 0 .5em 0 0
}

.vt-pagination-controls .vt-pagination-controls-right .vt-pagination-controls-button svg {
    margin: 0 0 0 .5em
}

.vt-pagination-controls ~ .vt-tag-results-total {
    font-family: gineso-condensed, sans-serif, sans-serif;
    font-size: 1em
}

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

.vt-list-image-conform .vt-list-items .item {
    width: 100%
}

.vt-list-image-conform .vt-portrait .vt-image-portraitPicture, .vt-list-image-conform .vt-square .vt-image-portraitPicture {
    display: flex;
    position: absolute;
    height: 100%
}

.vt-list-image-conform .image-format-positionBottom .item .row .vt-list-item-col:last-child, .vt-list-image-conform .image-format-positionRight .item .row .vt-list-item-col:last-child, .vt-list-image-conform .image-format-positionRightLarge .item .row .vt-list-item-col:last-child, .vt-list-image-conform .image-format-positionRightMedium .item .row .vt-list-item-col:last-child {
    padding: 1em
}

@media screen and (min-width: 992px) {
    .vt-list-image-conform .image-format-positionBottom .item .row .vt-list-item-col:last-child, .vt-list-image-conform .image-format-positionRight .item .row .vt-list-item-col:last-child, .vt-list-image-conform .image-format-positionRightLarge .item .row .vt-list-item-col:last-child, .vt-list-image-conform .image-format-positionRightMedium .item .row .vt-list-item-col:last-child {
        padding: 2em
    }
}

.vt-list-image-conform .image-format-positionBottom .item .row .vt-list-item-col:first-child, .vt-list-image-conform .image-format-positionRight .item .row .vt-list-item-col:first-child, .vt-list-image-conform .image-format-positionRightLarge .item .row .vt-list-item-col:first-child, .vt-list-image-conform .image-format-positionRightMedium .item .row .vt-list-item-col:first-child {
    padding: 0;
    margin: 0
}

.vt-list-image-conform .image-format-positionBottom .item .list-no-text, .vt-list-image-conform .image-format-positionLeft .item .list-no-text, .vt-list-image-conform .image-format-positionRight .item .list-no-text, .vt-list-image-conform .image-format-positionTop .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%
}

.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-img, .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 20.333vw
    }
}

.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 - .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 - .5em) / 2)
    }
}

.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-img, .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: calc((100vw - (44vw - 1em)) * .166667)
    }
}

.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-img, .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: calc((100vw - (44vw - 2em)) * .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 - .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 - .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)
    }
}

.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-img, .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: calc((100vw - (44vw - 1em)) * .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-img, .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: calc((100vw - (44vw - 1em)) * .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-img, .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: calc((100vw - (44vw - 3em)) * .0833335)
    }
}

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

.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-img, .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: calc((100vw - (44vw - 1em)) * .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-img, .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: calc((100vw - (44vw - 1em)) * .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-img, .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: calc((100vw - (44vw - 3em)) * .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: 0 !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-img, .vt-full-width .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-full-width .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 33.3333333333vw
    }
}

.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 - .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 - .5em) / 2)
    }
}

.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-img, .vt-full-width .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-full-width .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 16.6666666667vw
    }
}

.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-img, .vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-full-width .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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 - .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)
    }
}

.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-img, .vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-full-width .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.3333333333vw
    }
}

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

.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-img, .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-full-width .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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: 0 !important
}

.vt-full-width .vt-list .vt-list-item-horizontal .vt-list-item-wrapper {
    flex-direction: row
}

.vt-c-list-item-link {
    display: none;
    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;
        top: 20%
    }

    .vt-list .vt-list-item-vertical.image-format-positionBottom .vt-list-item-img {
        margin-bottom: -.5em
    }
}

.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 #e5e1e6;
    border-radius: 50%;
    background-color: rgba(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: #fff;
    width: 50%;
    height: 50%;
    margin-left: .25em
}

.media .vt-video, .mediaexternal .vt-video {
    margin-bottom: 3em
}

.mediaexternal .embed-responsive {
    width: auto
}

.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 .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 .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 .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 .3333em 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 .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 .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 .5em
    }
}

@media screen and (min-width: 992px) {
    .vt-multicolumn .vt-num-col-4 > :nth-child(4n+1) {
        padding: 0 .75em 0 0
    }
}

@media screen and (min-width: 992px) {
    .vt-multicolumn .vt-num-col-4 > :nth-child(4n+2) {
        padding: 0 .5em 0 .25em
    }
}

@media screen and (min-width: 992px) {
    .vt-multicolumn .vt-num-col-4 > :nth-child(4n+3) {
        padding: 0 .25em 0 .5em
    }
}

@media screen and (min-width: 992px) {
    .vt-multicolumn .vt-num-col-4 > :nth-child(4n+4) {
        padding: 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 .8333em 0 0
    }
}

@media screen and (min-width: 768px) {
    .vt-multicolumn .vt-num-col-6 > :nth-child(3n+2) {
        padding: 0 .3333em 0 .3333em
    }
}

@media screen and (min-width: 768px) {
    .vt-multicolumn .vt-num-col-6 > :nth-child(3n+3) {
        padding: 0 0 0 .8333em
    }
}

@media screen and (min-width: 992px) {
    .vt-multicolumn .vt-num-col-6 > :nth-child(6n+1) {
        padding: 0 .8333em 0 0
    }
}

@media screen and (min-width: 992px) {
    .vt-multicolumn .vt-num-col-6 > :nth-child(6n+2) {
        padding: 0 .6667em 0 .1667em
    }
}

@media screen and (min-width: 992px) {
    .vt-multicolumn .vt-num-col-6 > :nth-child(6n+3) {
        padding: 0 .5em 0 .3333em
    }
}

@media screen and (min-width: 992px) {
    .vt-multicolumn .vt-num-col-6 > :nth-child(6n+4) {
        padding: 0 .3333em 0 .5em
    }
}

@media screen and (min-width: 992px) {
    .vt-multicolumn .vt-num-col-6 > :nth-child(6n+5) {
        padding: 0 .1667em 0 .6667em
    }
}

@media screen and (min-width: 992px) {
    .vt-multicolumn .vt-num-col-6 > :nth-child(6n+6) {
        padding: 0 0 0 .8333em
    }
}

.vt-multicolumn .vt-col {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    transition: all .3s ease
}

.vt-multicolumn .vt-image, .vt-multicolumn .vt-text {
    margin-bottom: 0
}

@media screen and (max-width: 1299px) {
    .vt-multicolumn .vt-image.vt_large_img, .vt-multicolumn .vt-image.vt_medium_img, .vt-multicolumn .vt-text.vt_large_img, .vt-multicolumn .vt-text.vt_medium_img {
        width: 100%
    }
}

.vt-multicolumn.vt-2col-3-9, .vt-multicolumn.vt-2col-4-7-offset-1, .vt-multicolumn.vt-2col-4-8, .vt-multicolumn.vt-2col-5-7, .vt-multicolumn.vt-2col-7-4-offset-1, .vt-multicolumn.vt-2col-7-5, .vt-multicolumn.vt-2col-8-4, .vt-multicolumn.vt-2col-9-3 {
    margin-left: auto;
    margin-right: auto
}

.vt-column-items-stretch > .row {
    align-items: stretch !important
}

.vt-column-items-stretch > .row .vt-col, .vt-column-items-stretch > .row .vt-vtcontainer, .vt-column-items-stretch > .row .vt-vtcontainer-content, .vt-column-items-stretch > .row .vtcontainer {
    height: 100%
}

.vt-multicolumn-5col .vt-num-col-6 > div:last-child {
    display: none
}

@media screen and (min-width: 768px) {
    .vt-multicolumn-5col .vt-num-col-6 > div {
        flex-basis: 20%;
        max-width: 20%;
        padding: 0 !important
    }
}

#vt_search_block_component {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin: 0
}

#vt_search_block_component .vt-go-button {
    position: relative;
    display: block;
    padding: 8px 32px 8px 16px;
    margin: 0;
    background-color: #e5e1e6;
    border-radius: 31px;
    border: none;
    min-height: 52px;
    height: 100%
}

@media screen and (min-width: 576px) {
    #vt_search_block_component .vt-go-button {
        border-radius: 0 31px 31px 0;
        flex-basis: 16%
    }
}

#vt_search_block_component .vt-go-button .fa-search {
    display: none
}

#vt_search_block_component .vt-go-button .vt-go-button-text {
    display: block;
    position: relative;
    font-family: gineso-condensed, sans-serif;
    letter-spacing: .075em;
    overflow: visible;
    line-height: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 1em
}

@media screen and (min-width: 576px) {
    #vt_search_block_component .vt-go-button .vt-go-button-text {
        border: 1px solid #000
    }
}

#vt_search_form_comp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    text-align: center
}

@media screen and (min-width: 576px) {
    #vt_search_form_comp {
        flex-direction: row
    }
}

#vt_search_box_comp {
    position: relative;
    display: block;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em;
    letter-spacing: .075em;
    background-color: #e5e1e6;
    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_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
}

.vt-tagcloud {
    display: flex;
    margin-bottom: 3em
}

.vt-tagcloud .vt-tagcloud-heading, .vt-tagcloud h4 {
    align-self: flex-start;
    font-family: gineso-condensed, sans-serif;
    font-size: 2em !important;
    margin-right: .33em;
    margin-bottom: .25em;
    white-space: nowrap
}

.vt-tagcloud .vt-tagcloud-heading::after, .vt-tagcloud h4::after {
    content: ":";
    display: inline-block
}

.vt-tagcloud h4 {
    font-size: 1em
}

.vt-resource .vt-tags {
    background-color: #faf9fa;
    border-top: 1px solid #e5e1e6;
    font-family: Acherus, sans-serif;
    padding: 20px 0
}

.vt-resource .vt-tags .vt-tagcloud {
    display: flex;
    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
}

.vt-resource .vt-tags .vt-tagcloud-heading {
    text-transform: uppercase;
    margin-bottom: 1em
}

.vt-resource .vt-tags .tagcloud li {
    margin: .5em 1em .5em 0
}

.vt-resource .vt-tags .tagcloud li a, .vt-resource .vt-tags .tagcloud li a::after, .vt-resource .vt-tags .tagcloud li a::before {
    background-color: #e5e1e6
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    margin-top: .25em
}

.tagcloud .vt-list .item .vt-list-item-tags .vt-list-item-tags-tag .vt-list-item-tags-link, .tagcloud li a, .vt-list .item .vt-list-item-tags .vt-list-item-tags-tag .tagcloud .vt-list-item-tags-link {
    font-family: gineso-condensed, sans-serif;
    color: #171819;
    font-size: .85em;
    font-weight: 400;
    padding: .5em .5em .4125em;
    border: 2px solid #171819;
    display: inline-block;
    text-transform: uppercase;
    z-index: 2;
    line-height: 1
}

.tagcloud li {
    margin: 0 1em .5em 0;
    width: auto;
    line-height: 1
}

.vt_newsWeather, .vt_weather_info {
    position: relative
}

.vt_weather_info * {
    display: inline-block;
    font-family: Acherus, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0 10px 0 0
}

.vt_weather_info .weathericon {
    max-width: 40px
}

.vt_weather_info .weather_obs_time {
    color: #5e6062
}

.vt_weather_info img {
    width: 100%
}

.article-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    border-bottom: 3px solid var(--vt-burntOrangeWeb)
}

.article-content .vt-page-info {
    background-color: #000
}

.article-content .vt-articleImage {
    background-color: #000;
    order: 2;
    border-top: none;
    padding: 0 5%
}

@media screen and (min-width: 768px) {
    .article-content .vt-articleImage {
        padding: 0 16%
    }
}

@media screen and (min-width: 992px) {
    .article-content .vt-articleImage {
        padding: 0 20%
    }
}

.article-content .vt-articleImage .vt-articleImage-decorative img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center center !important;
    object-position: center center !important;
    max-height: 50vh
}

.article-content .vt-articleImage .vt-image figcaption {
    padding: 1em 0
}

.article-content .vt-bodycol-content, .article-content .vt-vtx-content-area {
    flex-grow: 1;
    position: relative
}

.article-content .article-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.vt-authors-body {
    display: flex;
    flex-wrap: wrap
}

.vt-authors-body .vt-article-contact-heading {
    color: #000;
    font-family: gineso-condensed, sans-serif;
    font-size: 2em !important;
    margin-right: .33em;
    margin-bottom: .25em;
    line-height: 1
}

.vt-authors-body #vt_article_authors, .vt-authors-body #vt_article_authors li {
    line-height: 1
}

.vt-authors-body #vt_article_authors {
    margin-top: .25em
}

.vt-authors-body .vt-article-contact {
    padding-bottom: .67em;
    margin-top: .67em;
    border-bottom: 1px solid var(--vt-hokieStone-1t)
}

.vt-authors-body .vt-article-contact:first-of-type {
    margin: 0
}

.vt-authors-body .vt-article-contact:last-of-type {
    padding: 0;
    border: none
}

.vt-authors-body .vt-article-contact p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1;
    margin: 0
}

.vt-authors-body .vt-article-contact p:first-of-type {
    font-weight: 500;
    margin-bottom: .25em;
    font-size: 1.625em
}

@media screen and (min-width: 768px) {
    .vt-authors-body .vt-article-contact p:first-of-type {
        font-size: 1.625em
    }
}

@media screen and (min-width: 992px) {
    .vt-authors-body .vt-article-contact p:first-of-type {
        font-size: 1.5em
    }
}

@media screen and (min-width: 1200px) {
    .vt-authors-body .vt-article-contact p:first-of-type {
        font-size: 1.75em
    }
}

.vt-authors-body .vt-article-contact p a {
    color: #000;
    text-decoration: none;
    line-height: 1
}

.article-body .vt-tags {
    margin: 2em 0 1em
}

@media screen and (min-width: 768px) {
    .article-body .vt-tags {
        margin: 2em 12.5% 1em
    }
}

.article-body .vt-tagcloud {
    margin: 0
}

.vt-contributor-heading {
    display: block;
    position: relative;
    background-color: #000;
    border-bottom: 2px solid #ca4f00;
    color: #fff;
    font-family: gineso-condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    padding: .25em 15px
}

@media screen and (min-width: 768px) {
    .vt-contributor-heading {
        margin: 0;
        padding: .25em 35px
    }
}

.bio-content .vt-page-info {
    padding: 2em 5%
}

@media screen and (min-width: 768px) {
    .bio-content .vt-page-info {
        padding: 2em 10%
    }
}

.vt-bio-image {
    width: 100%;
    max-width: 100%
}

@media screen and (min-width: 992px) {
    .vt-bio-image {
        max-width: 33%;
        width: auto
    }
}

.vt-bio-image .vt-image, .vt-bio-image figure {
    margin: 0
}

.vt-bio-info {
    color: #fff;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    padding: 2em 0
}

@media screen and (min-width: 992px) {
    .vt-bio-info {
        padding: 0 2em;
        max-width: 67%;
        flex-basis: 67%
    }
}

.vt-bio-name {
    display: inline-block;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.vt-bio-email, .vt-bio-phone {
    display: inline-block;
    width: 100%
}

@media screen and (min-width: 576px) {
    .vt-bio-email, .vt-bio-phone {
        width: auto
    }
}

.vt-bio-phone::before {
    content: none;
    display: inline-block;
    padding: .5em 0;
    margin: 0 .5em;
    border-left: 2px solid #fff
}

@media screen and (min-width: 576px) {
    .vt-bio-phone::before {
        content: ""
    }
}

.vt-bio-email-link, .vt-bio-phone-link {
    color: #fff
}

.vt-bio-desc {
    display: block;
    position: relative;
    border-top: 1px solid #fff;
    padding-top: 1em;
    margin-top: 1em
}

.vt-body-related-content .vtauthoredlist {
    margin: 2em 5%
}

@media screen and (min-width: 768px) {
    .vt-body-related-content .vtauthoredlist {
        margin: 2em 10%
    }
}

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

.building-content .building-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.building-content .building-body .vt-building-history, .building-content .building-body .vt-building-namesake {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.vt-building-history-title, .vt-building-namesake-title {
    color: #3b3c3e;
    text-transform: uppercase
}

.vt-building-data {
    margin-bottom: 0
}

.vt-building-data-title {
    margin-bottom: 0;
    color: #3b3c3e;
    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
}

.general-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative
}

.general-content .vt-bodycol-content, .general-content .vt-vtx-content-area {
    flex-grow: 1;
    position: relative
}

.general-content .general-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.general-body .vt-tags {
    margin: 2em 0 1em
}

@media screen and (min-width: 768px) {
    .general-body .vt-tags {
        margin: 2em 12.5% 1em
    }
}

.general-body .vt-tagcloud {
    margin: 0
}

.vt-doodle-article .vt-vtx-content-area, .vt-doodle-article main {
    background-color: var(--vt-hokieStone-6s)
}

.vt-doodle-article .article-content .vt-articleImage {
    order: 1;
    padding: 0 !important
}

.vt-doodle-article .article-content .vt-page-info {
    background-color: #861f41;
    border-bottom: 1px solid var(--vt-hokieStone-3t);
    order: 2;
    padding-top: 2em
}

.vt-doodle-article .vt-body-social, .vt-doodle-article .vt-body-social .vt-social-icons .vt-social-icons-item-link, .vt-doodle-article .vt-tag-link, .vt-doodle-article .vt-tags {
    border-color: #fff;
    color: #fff
}

.vt-doodle-article .vt-doodle-archive-wrapper {
    display: block;
    border-top: 1px solid #fff;
    color: #fff;
    width: 100%;
    padding-top: 1.5em
}

.vt-doodle-article .vt-doodle-archive-wrapper .vt-doodle-archive-text {
    font-family: Acherus, sans-serif;
    font-size: 1.125em;
    font-weight: 500
}

.vt-doodle-article .vt-doodle-archive-wrapper .vt-doodle-archive-link-wrapper {
    display: block;
    text-align: center;
    width: 100%
}

.vt-doodle-article .vt-doodle-archive-wrapper .vt-doodle-archive-link {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 1em;
    margin: 1em auto
}

.vt-doodle-article .vt-authors-body .vt-article-contact p a, .vt-doodle-article .vt-vtx-content-area h1, .vt-doodle-article .vt-vtx-content-area h2, .vt-doodle-article .vt-vtx-content-area h3, .vt-doodle-article .vt-vtx-content-area h4, .vt-doodle-article .vt-vtx-content-area h5, .vt-doodle-article .vt-vtx-content-area h6, .vt-doodle-article .vt-vtx-content-area li, .vt-doodle-article .vt-vtx-content-area p, .vt-doodle-article .vt-vtx-content-area span, .vt-doodle-article main h1, .vt-doodle-article main h2, .vt-doodle-article main h3, .vt-doodle-article main h4, .vt-doodle-article main h5, .vt-doodle-article main h6, .vt-doodle-article main li, .vt-doodle-article main p, .vt-doodle-article main span {
    color: var(--vt-white)
}

.vt-doodle-article .vt-vtx-content-area a, .vt-doodle-article main a {
    color: var(--vt-burntOrange-1t)
}

.vt-doodle-article .vt-vtx-content-area .vt-tag-link, .vt-doodle-article main .vt-tag-link {
    color: var(--vt-white)
}

.vt-doodle-article .vt-deans-list table td:nth-child(odd), .vt-doodle-article .vt-rawhtml table td:nth-child(odd), .vt-doodle-article .vt-text table td:nth-child(odd) {
    color: var(--vt-white)
}

.vt-doodle-article .vt-vtx-content-area .vt-list .vt-num-col-1 .item .vt-list-item-title-link, .vt-doodle-article .vt-vtx-content-area .vt-list .vt-num-col-2 .item .vt-list-item-title-link, .vt-doodle-article .vt-vtx-content-area .vt-list .vt-num-col-3 .item .vt-list-item-title-link, .vt-doodle-article .vt-vtx-content-area .vt-list .vt-num-col-4 .item .vt-list-item-title-link, .vt-doodle-article .vt-vtx-content-area .vt-list .vt-num-col-6 .item .vt-list-item-title-link, .vt-doodle-article .vt-vtx-content-area .vt_feed_items > li .vt_feed_iTitle-link, .vt-doodle-article main .vt-list .vt-num-col-1 .item .vt-list-item-title-link, .vt-doodle-article main .vt-list .vt-num-col-2 .item .vt-list-item-title-link, .vt-doodle-article main .vt-list .vt-num-col-3 .item .vt-list-item-title-link, .vt-doodle-article main .vt-list .vt-num-col-4 .item .vt-list-item-title-link, .vt-doodle-article main .vt-list .vt-num-col-6 .item .vt-list-item-title-link, .vt-doodle-article main .vt_feed_items > li .vt_feed_iTitle {
    color: var(--vt-black)
}

.vt-doodle-article .vt-vtx-content-area .vt-list .image-format-positionTop .vt-list-item-row .vt-list-item-col:last-child {
    padding-left: 1em;
    padding-right: 1em
}

.vt-authors-body .vt-article-contact .vtmultitab p a, .vt-doodle-article .vt-vtx-content-area .vtmultitab h1, .vt-doodle-article .vt-vtx-content-area .vtmultitab h2, .vt-doodle-article .vt-vtx-content-area .vtmultitab h3, .vt-doodle-article .vt-vtx-content-area .vtmultitab h4, .vt-doodle-article .vt-vtx-content-area .vtmultitab h5, .vt-doodle-article .vt-vtx-content-area .vtmultitab h6, .vt-doodle-article .vt-vtx-content-area .vtmultitab li, .vt-doodle-article .vt-vtx-content-area .vtmultitab p, .vt-doodle-article .vt-vtx-content-area .vtmultitab span, .vt-doodle-article main .vtmultitab h1, .vt-doodle-article main .vtmultitab h2, .vt-doodle-article main .vtmultitab h3, .vt-doodle-article main .vtmultitab h4, .vt-doodle-article main .vtmultitab h5, .vt-doodle-article main .vtmultitab h6, .vt-doodle-article main .vtmultitab li, .vt-doodle-article main .vtmultitab p, .vt-doodle-article main .vtmultitab span {
    color: var(--vt-black)
}

.vt-doodle-article .vt-vtx-content-area .vtmultitab a, .vt-doodle-article main .vtmultitab a {
    color: var(--vt-burntOrangeWeb)
}

.vt-home {
    background-color: #fff
}

.vt-home .vt-page-title {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 1em 5%;
    overflow: visible;
    clip: none;
    white-space: normal;
    border: 0;
    color: var(--vt-hokieStone-4s);
    font-family: Acherus, sans-serif;
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase
}

@media screen and (min-width: 992px) {
    .vt-home .vt-page-title {
        margin: 1em 10%
    }
}

.vt-home .vt-body-col, .vt-home main {
    color: #000;
    background-color: #fff
}

.vt-home .vt-home-featuredComponent {
    display: block;
    position: relative;
    width: 100%
}

.vt-home #vt_no_rb, .vt-home #vt_with_rb {
    margin: 0
}

.vt-home .home-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative
}

.vt-home .home-content .vt-bodycol-content, .vt-home .home-content .vt-vtx-content-area {
    flex-grow: 1;
    position: relative
}

.vt-home .home-content .home-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.vt-home .vt-vtx-content-area {
    margin: 0
}

@media screen and (min-width: 992px) {
    .vt-home .vt-vtx-content-area {
        margin: 0
    }
}

.vt-home .vt-vtx-content-area div[class$=-body] > .vt-authors-body, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .text, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-building-data, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-building-history, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-building-namesake, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-programStudy-contact {
    margin: 2em 5%
}

@media screen and (min-width: 768px) {
    .vt-home .vt-vtx-content-area div[class$=-body] > .vt-authors-body, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .text, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-building-data, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-building-history, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-building-namesake, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-programStudy-contact {
        margin: 2em 10%
    }
}

.vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .adaptiveimage {
    display: block;
    overflow: hidden
}

.vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .adaptiveimage > .vt-image, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .download, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .feedreader, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .gallery, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .list > .vt-list, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .media > .vt-video, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .mediaexternal > .vt-video, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .rawhtml > .vt-rawhtml, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .reference, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .search, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .tagcloud, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .text.vt-heading-only, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .vtcontainer, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .vtmulticolumn > .vt-multicolumn, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .vtmultitab, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .weatherreader {
    margin: 2em 5%
}

@media screen and (min-width: 768px) {
    .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .adaptiveimage > .vt-image, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .download, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .feedreader, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .gallery, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .list > .vt-list, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .media > .vt-video, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .mediaexternal > .vt-video, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .rawhtml > .vt-rawhtml, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .reference, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .search, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .tagcloud, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .text.vt-heading-only, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .vtcontainer, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .vtmulticolumn > .vt-multicolumn, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .vtmultitab, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .weatherreader {
        margin: 2em 10%
    }
}

.vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .vtcontainer, .vt-home .vt-vtx-content-area div[class$=-body] > .vt-bodycol-content > .vtcontainer > .vt-vtcontainer {
    margin-top: 0;
    margin-bottom: 0
}

.vt-home #vt_body_col {
    padding: 0
}

.vt-home .vt-bodycol-content > .vtcontainer, .vt-home .vt-bodycol-content > .vtcontainer > .vt-vtcontainer {
    margin-top: 0;
    margin-bottom: 0
}

.vt-vtx-home {
    background-color: #000
}

.vt-vtx-home .vt-page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.vt-vtx-home .vt-body-col, .vt-vtx-home main {
    color: #fff;
    background-color: #000
}

.vt-vtx-home .vt-body-related-content {
    padding: 0 !important
}

.vt-vtx-home-white {
    background-color: #fff
}

.vt-vtx-home-white .vt-page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.vt-vtx-home-white .vt-body-col, .vt-vtx-home-white main {
    color: #000;
    background-color: #fff
}

.vt-vtx-home-white .vt-body-related-content {
    padding: 0 !important
}

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

.programStudy-content .vt-one-content-area .vt-programStudy-related {
    flex-basis: 100%;
    background-color: #fff;
    padding: 3em
}

@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: .8em
}

.programStudy-content .vt-one-content-area .vt-programStudy-contact h3 {
    font-family: Acherus, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    color: #5e6062;
    margin-bottom: 1em;
    padding-top: 3em;
    border-top: 1px solid #5e6062
}

.programStudy-content .vt-one-content-area .vt-programStudy-contact .vt-ps-contact p {
    font-family: Acherus, sans-serif;
    margin-bottom: .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: .5em
}

.programStudy-content .vt-one-content-area .vt-tags {
    background-color: #faf9fa;
    border-top: 1px solid #5e6062;
    font-family: Acherus, sans-serif;
    padding: 20px 0
}

@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
}

.programStudy-content .vt-one-content-area .vt-tags .vt-tagcloud-heading {
    text-transform: uppercase;
    letter-spacing: .075em;
    margin-bottom: .33333334em
}

.programStudy-content .vt-one-content-area .vt-tags .tagcloud li {
    margin: .5em .5em .5em 0
}

.programStudy-content .vt-one-content-area .vt-tags .tagcloud li a, .programStudy-content .vt-one-content-area .vt-tags .tagcloud li a::after, .programStudy-content .vt-one-content-area .vt-tags .tagcloud li a::before {
    background-color: #e5e1e6
}

#vt_right_col .vt-programStudy-contact h3 {
    border: none
}

.vt-search .search-results {
    margin: 0 5%
}

@media screen and (min-width: 992px) {
    .vt-search .search-results {
        margin: 0 12%
    }
}

.vt-search .vt-tag-results-text {
    font-family: gineso-condensed, sans-serif;
    font-size: 1.25em;
    font-weight: 300
}

.vt-search .vt-search-term {
    font-family: gineso-condensed, sans-serif;
    font-size: 1.25em;
    font-weight: 700
}

.vt-search-resource .vt-page-info .vt-tag-title a {
    color: #fff;
    text-decoration: underline
}

.vt-search-resource .vt-one-content-area {
    padding: 2em
}

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

.vt-video-page, .vt-videos-page {
    background-color: #000
}

.vt-video-page .vt-vtx-preHeader, .vt-videos-page .vt-vtx-preHeader {
    border-color: #861f41
}

.vt-video-page .vt-search-toggle, .vt-video-page .vt-vtx-headerRow, .vt-videos-page .vt-search-toggle, .vt-videos-page .vt-vtx-headerRow {
    background-color: #ca4f00;
    border-color: #861f41
}

.vt-video-page .vt-logo .vt-vtx-logo, .vt-videos-page .vt-logo .vt-vtx-logo {
    background-color: #ca4f00
}

.vt-video-page .video-content, .vt-videos-page .video-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    border-bottom: 3px solid var(--vt-burntOrangeWeb)
}

.vt-video-page .video-content .vt-bodycol-content, .vt-video-page .video-content .vt-vtx-content-area, .vt-videos-page .video-content .vt-bodycol-content, .vt-videos-page .video-content .vt-vtx-content-area {
    flex-grow: 1;
    position: relative
}

.vt-video-page .video-content .video-body, .vt-videos-page .video-content .video-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.vt-video-page .vt-vtx-content-area, .vt-video-page main, .vt-videos-page .vt-vtx-content-area, .vt-videos-page main {
    color: #fff;
    background-color: #000
}

.vt-video-page .vt-tag-link, .vt-videos-page .vt-tag-link {
    color: #fff;
    border-color: #fff
}

.vt-video-page .vt-body-social .vt-social-icons .vt-social-icons-item-link, .vt-videos-page .vt-body-social .vt-social-icons .vt-social-icons-item-link {
    color: #fff
}

.vt-video-page .vt-bodycol-content .text.parbase, .vt-videos-page .vt-bodycol-content .text.parbase {
    margin-right: 0;
    margin-left: 0
}

.vt-video-page .vt-bodycol-content .text.parbase:first-of-type, .vt-videos-page .vt-bodycol-content .text.parbase:first-of-type {
    margin-top: 0
}

.vt-video-page .vt-tags, .vt-videos-page .vt-tags {
    margin-right: 0;
    margin-left: 0
}

.vt-video-page .vt-list .item .vt-list-item-wrapper, .vt-videos-page .vt-list .item .vt-list-item-wrapper {
    background-color: #000
}

.vt-video-page .vt-list-item-bio-address-formatted, .vt-video-page .vt-list-item-bio-email-formatted, .vt-video-page .vt-list-item-bio-fullName-formatted, .vt-video-page .vt-list-item-bio-phone-formatted, .vt-video-page .vt-list-item-bio-title-formatted, .vt-video-page .vt-list-item-date-formatted, .vt-video-page .vt-list-item-description, .vt-video-page .vt-list-item-event-headliner-formatted, .vt-video-page .vt-list-item-event-location-formatted, .vt-video-page .vt-list-item-resource-author-formatted, .vt-video-page .vt-list-item-resource-availableAs-formatted, .vt-video-page .vt-list-item-resource-id-formatted, .vt-video-page .vt-list-item-resource-publishDate-formatted, .vt-video-page .vt-list-item-resource-publisher-formatted, .vt-video-page .vt-list-item-resource-rights-formatted, .vt-video-page .vt-list-item-time-formatted, .vt-video-page .vt-list-item-title .vt-list-item-title-link, .vt-videos-page .vt-list-item-bio-address-formatted, .vt-videos-page .vt-list-item-bio-email-formatted, .vt-videos-page .vt-list-item-bio-fullName-formatted, .vt-videos-page .vt-list-item-bio-phone-formatted, .vt-videos-page .vt-list-item-bio-title-formatted, .vt-videos-page .vt-list-item-date-formatted, .vt-videos-page .vt-list-item-description, .vt-videos-page .vt-list-item-event-headliner-formatted, .vt-videos-page .vt-list-item-event-location-formatted, .vt-videos-page .vt-list-item-resource-author-formatted, .vt-videos-page .vt-list-item-resource-availableAs-formatted, .vt-videos-page .vt-list-item-resource-id-formatted, .vt-videos-page .vt-list-item-resource-publishDate-formatted, .vt-videos-page .vt-list-item-resource-publisher-formatted, .vt-videos-page .vt-list-item-resource-rights-formatted, .vt-videos-page .vt-list-item-time-formatted, .vt-videos-page .vt-list-item-title .vt-list-item-title-link {
    color: #fff !important
}

.vt-video-page .vt-list-item-category, .vt-videos-page .vt-list-item-category {
    background-color: #fff;
    color: #000
}

.vt-video-page .vt-list-item-category:active, .vt-video-page .vt-list-item-category:hover, .vt-videos-page .vt-list-item-category:active, .vt-videos-page .vt-list-item-category:hover {
    color: #000
}

.vt-video-page .vt-list-item-category:focus, .vt-videos-page .vt-list-item-category:focus {
    outline-color: #fff
}

.vt-video-page .vt-list-item-category-text, .vt-videos-page .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-video-page .vt-list-item-category-feature, .vt-videos-page .vt-list-item-category-feature {
    color: #000
}

.video-content .vt-page-info {
    background-color: #000;
    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 {
    color: #fff;
    font-family: gineso-condensed, sans-serif;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.25;
    width: 100%;
    margin: .25em 0
}

.vt-video-creators {
    display: inline-block;
    line-height: 1.2;
    margin-right: 2em
}

.vt-video-creators .vt-video-creators-heading {
    font-family: gineso-condensed, sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .075em;
    line-height: 1.2;
    color: #fff
}

.vt-video-creators .vt-video-creators-list {
    display: inline-block;
    line-height: 1.2
}

.vt-video-creators .vt-creators-name {
    margin: 0
}

.vt-video-creators .vt-creators-link {
    display: inline-block;
    font-family: gineso-condensed, sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: .075em;
    line-height: 1.2;
    color: #fff;
    vertical-align: baseline
}

.vt-page-duration {
    display: flex;
    align-items: center;
    color: #fff;
    border: 1px solid var(--vt-hokieStone-1s);
    border-radius: .5em;
    padding: .5em .5em;
    margin: 1em 1em 0 0
}

.vt-page-duration .vt-page-duration-time {
    font-family: Acherus, sans-serif;
    font-size: .575em;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1;
    text-transform: uppercase
}

.vt-page-views {
    flex-grow: 1;
    display: flex;
    align-items: center;
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    letter-spacing: .075em;
    line-height: 1.2;
    margin-bottom: 0
}

.vt-views-icon {
    display: inline-block;
    color: #fff;
    width: 1em;
    height: 1em;
    margin-right: .25em
}

.vt-page-views-number {
    font-style: normal;
    margin-left: .33em
}

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

.vt-text.vt-video-transcript {
    display: none
}

.vt-video-transcript {
    position: relative;
    border-top: 3px solid #ca4f00;
    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 #ca4f00;
    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: .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: #fff !important;
    border-color: var(--vt-hokieStone-3s) !important;
    background-image: url(../fonts/search-white.svg) !important;
    top: auto !important;
    left: auto !important;
    width: .8em !important;
    height: .8em !important;
    padding-right: 1.33em !important;
    margin-left: .67em !important
}

.transcript-menu .searchWrapper .searchInput {
    display: inline-block !important;
    position: static !important;
    color: #fff !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(../fonts/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: .5em !important
}

.transcript-menu .transcript-menu-item .active-elements.print {
    background-image: url(../fonts/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: .5em !important
}

.transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper {
    position: absolute !important;
    top: 0 !important;
    left: calc(50% - 4em) !important;
    margin: .5em 0 0 !important;
    font-size: 1em !important;
    background-color: #000 !important;
    border-radius: 1em !important;
    padding: .75em 1.5em !important;
    z-index: 9
}

.transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper:hover {
    background-color: #fff !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: #fff !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-close::after, .transcript-menu .transcript-menu-item.toggleTranscriptBodyWrapper .transcript-body-open::after {
    display: none !important
}

.transcript-menu .d-none-important {
    display: none !important
}

.transcript-box {
    background-color: #000 !important;
    border-bottom: 3px solid #ca4f00 !important;
    padding: 0 0 2em 0 !important;
    margin-top: 1em !important
}

.transcript-body {
    color: #fff !important;
    background-color: var(--vt-hokieStone-3s) !important;
    border: 1px solid var(--vt-smoke-2s) !important;
    border-radius: .33em !important;
    padding: 1em 1.33em !important
}

.vt-articleImage {
    order: 2;
    border-top: none
}

@media screen and (min-width: 768px) {
    .vt-articleImage {
        padding: 0 12.5%
    }
}

.vt-articleImage .vt-articleImage-decorative img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center center !important;
    object-position: center center !important;
    max-height: 50vh
}

.vt-articleImage, .vt-articleImage picture, .vt-articleImage picture * {
    display: block;
    overflow: hidden
}

.vt-articleImage .vt-image, .vt-articleImage .vt-image figure {
    border-top: 0;
    display: block;
    position: relative;
    margin: 0
}

.vt-articleImage .vt-image.vt_img_left {
    margin: 1em 3% 0 0 !important;
    padding: 0 5%
}

@media screen and (max-width: 991px) {
    .vt-articleImage .vt-image.vt_img_left {
        float: none;
        width: 100% !important;
        clear: both;
        margin: 0 auto !important
    }
}

.vt-articleImage .vt-image.vt_img_right {
    margin: 1em 0 0 3% !important;
    padding: 0 5%
}

@media screen and (max-width: 991px) {
    .vt-articleImage .vt-image.vt_img_right {
        float: none;
        width: 100% !important;
        clear: both;
        margin: 0 auto !important
    }
}

.vt-articleImage .vt-image.vt_img_center {
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 0
}

@media screen and (max-width: 991px) {
    .vt-articleImage .vt-image.vt_img_center {
        float: none;
        width: 100% !important;
        clear: both;
        margin: 0 auto !important
    }
}

.vt-articleImage .vt-image figcaption {
    background-color: #000;
    color: #fff;
    font-family: Acherus, sans-serif;
    font-size: .8em;
    font-style: italic;
    line-height: 1.6667;
    padding: 1em 1.5em;
    margin: 0
}

.vt-articleImage .vt-portrait, .vt-articleImage .vt-square {
    background: 0 0;
    height: auto
}

.vt-articleImage .vt-portrait figure::before, .vt-articleImage .vt-square figure::before {
    content: none;
    height: auto;
    padding: 0
}

.vt-articleImage .vt-portrait .vt-image-portraitImage, .vt-articleImage .vt-portrait img, .vt-articleImage .vt-square .vt-image-portraitImage, .vt-articleImage .vt-square img {
    position: absolute;
    display: block;
    top: 0;
    left: 25%;
    height: 100%;
    width: auto;
    opacity: 1
}

.vt-articleImage .vt-square .vt-image-portraitImage, .vt-articleImage .vt-square img {
    position: absolute;
    display: block;
    top: 0;
    left: 17%;
    height: 100%;
    width: auto;
    opacity: 1
}

.vt-blockQuote .vt-vtcontainer-content {
    background-color: #ca4f00;
    padding: 2em 5%
}

@media screen and (min-width: 768px) {
    .vt-blockQuote .vt-vtcontainer-content {
        padding: 2em 10%
    }
}

.vt-blockQuote .vt-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ca4f00;
    color: #fff;
    margin: 0 !important
}

.vt-blockQuote .vt-text p {
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    font-size: 1.6667em;
    font-weight: 200;
    margin: 0 !important
}

.vt-blockQuote .vt-text p strong {
    font-weight: 500
}

.vt-blockQuote .vt-text p a {
    color: #fff
}

.vt-blockQuote-black .vt-vtcontainer-content {
    background-color: #000;
    padding: 2em 5%
}

@media screen and (min-width: 768px) {
    .vt-blockQuote-black .vt-vtcontainer-content {
        padding: 2em 10%
    }
}

.vt-blockQuote-black .vt-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    margin: 0 !important
}

.vt-blockQuote-black .vt-text p {
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    font-size: 1.6667em;
    font-weight: 200;
    margin: 0 !important
}

.vt-blockQuote-black .vt-text p strong {
    font-weight: 500
}

.vt-blockQuote-black .vt-text p a {
    color: #fff
}

.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(../fonts/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: #000 !important;
    font-weight: 600;
    text-decoration: underline !important
}

.vt-button-bar .vt-vtcontainer:hover a::after {
    background-image: url(../fonts/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: #000;
    text-decoration: none;
    white-space: nowrap
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .vt-button-bar p a {
        font-size: .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(../fonts/share-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em .5556em;
    width: 1.5em;
    height: .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
}

.vt-callToAction .light .vt-ctaLink.light, .vt-callToAction .light .vt-ctaLink.light.outline, .vt-callToAction .maroon .vt-ctaLink.dark.outline, .vt-callToAction .maroon .vt-ctaLink.maroon, .vt-callToAction .maroon .vt-ctaLink.maroon.outline, .vt-callToAction .maroon .vt-ctaLink.orange, .vt-callToAction .maroon .vt-ctaLink.orange.outline, .vt-giving-radioUI .vt-ctaLink, .vt-giving-radioUI .vt-giving-radioUI-btn, .vt-giving-radioUIwithSelect .vt-ctaLink, .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn, .vt-list-listOfLinks.button-dividers .item .vt-list-title a, .vtctalink .vt-ctaLink.dark, .vtctalink .vt-ctaLink.light, .vtctalink .vt-ctaLink.maroon, .vtctalink .vt-ctaLink.orange, .vtctalink .vt-ctaLink.outline.dark, .vtctalink .vt-ctaLink.outline.light, .vtctalink .vt-ctaLink.outline.maroon, .vtctalink .vt-ctaLink.outline.orange {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    letter-spacing: .25rem;
    padding: .75em 1.5em;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    font-family: gineso-condensed, sans-serif
}

.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-giving-radioUI .vt-ctaLink:focus, .vt-giving-radioUI .vt-giving-radioUI-btn:focus, .vt-giving-radioUIwithSelect .vt-ctaLink:focus, .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:focus, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:focus, .vtctalink .vt-ctaLink.dark:focus, .vtctalink .vt-ctaLink.light:focus, .vtctalink .vt-ctaLink.maroon:focus, .vtctalink .vt-ctaLink.orange:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-callToAction .light .disabled.vt-ctaLink.light, .vt-callToAction .light .vt-ctaLink.light:disabled, .vt-callToAction .maroon .disabled.vt-ctaLink.dark.outline, .vt-callToAction .maroon .disabled.vt-ctaLink.maroon, .vt-callToAction .maroon .disabled.vt-ctaLink.orange, .vt-callToAction .maroon .vt-ctaLink.dark.outline:disabled, .vt-callToAction .maroon .vt-ctaLink.maroon:disabled, .vt-callToAction .maroon .vt-ctaLink.orange:disabled, .vt-giving-radioUI .disabled.vt-ctaLink, .vt-giving-radioUI .disabled.vt-giving-radioUI-btn, .vt-giving-radioUI .vt-ctaLink:disabled, .vt-giving-radioUI .vt-giving-radioUI-btn:disabled, .vt-giving-radioUIwithSelect .disabled.vt-ctaLink, .vt-giving-radioUIwithSelect .disabled.vt-giving-radioUI-btn, .vt-giving-radioUIwithSelect .vt-ctaLink:disabled, .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:disabled, .vt-list-listOfLinks.button-dividers .item .vt-list-title a.disabled, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:disabled, .vtctalink .disabled.vt-ctaLink.dark, .vtctalink .disabled.vt-ctaLink.light, .vtctalink .disabled.vt-ctaLink.maroon, .vtctalink .disabled.vt-ctaLink.orange, .vtctalink .vt-ctaLink.dark:disabled, .vtctalink .vt-ctaLink.light:disabled, .vtctalink .vt-ctaLink.maroon:disabled, .vtctalink .vt-ctaLink.orange:disabled {
    opacity: .55;
    box-shadow: none
}

.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-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled), .vt-giving-radioUI .vt-giving-radioUI-btn:not(:disabled):not(.disabled), .vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled), .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled), .vt-list-listOfLinks.button-dividers .item .vt-list-title a:not(:disabled):not(.disabled), .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled), .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled), .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled), .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled) {
    cursor: pointer
}

.vt-callToAction .light .vt-ctaLink.light: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.dark.outline:not(:disabled):not(.disabled):active, .vt-callToAction .maroon .vt-ctaLink.maroon: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-callToAction .maroon .vt-ctaLink.orange:not(:disabled):not(.disabled):active, .vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled).active, .vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled):active, .vt-giving-radioUI .vt-giving-radioUI-btn:not(:disabled):not(.disabled).active, .vt-giving-radioUI .vt-giving-radioUI-btn:not(:disabled):not(.disabled):active, .vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled).active, .vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled):active, .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled).active, .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled):active, .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, .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled):active, .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled):active {
    background-image: none
}

.vtctalink .vt-ctaLink.maroon {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41;
    box-shadow: none;
    color: #fff
}

.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, .5)
}

.vtctalink .vt-ctaLink.maroon.disabled, .vtctalink .vt-ctaLink.maroon:disabled {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.show > .vtctalink .vt-ctaLink.maroon.dropdown-toggle, .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #821e3f;
    border-color: #5d152d
}

.show > .vtctalink .vt-ctaLink.maroon.dropdown-toggle:focus, .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled).active:focus, .vtctalink .vt-ctaLink.maroon:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(152, 65, 94, .5)
}

@media screen and (max-width: 767px) {
    .vtctalink .vt-ctaLink.maroon {
        padding: 2.25em 3em
    }
}

@media screen and (max-width: 991px) {
    .vtctalink .vt-ctaLink.maroon {
        width: 90%;
        white-space: normal;
        padding: 1.5em 2.25em
    }
}

@media screen and (min-width: 2160px) {
    .vtctalink .vt-ctaLink.maroon {
        padding: .375em .75em
    }
}

.vtctalink .vt-ctaLink.orange {
    color: #fff;
    background-color: #ca4f00;
    border-color: #ca4f00;
    box-shadow: none;
    color: #fff
}

.vtctalink .vt-ctaLink.orange:hover {
    color: #fff;
    background-color: #d45300;
    border-color: #d45300
}

.vtctalink .vt-ctaLink.orange.focus, .vtctalink .vt-ctaLink.orange:focus {
    color: #fff;
    background-color: #d45300;
    border-color: #d45300;
    box-shadow: 0 0 0 0 rgba(210, 105, 38, .5)
}

.vtctalink .vt-ctaLink.orange.disabled, .vtctalink .vt-ctaLink.orange:disabled {
    color: #fff;
    background-color: #ca4f00;
    border-color: #ca4f00
}

.show > .vtctalink .vt-ctaLink.orange.dropdown-toggle, .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #c54d00;
    border-color: #973b00
}

.show > .vtctalink .vt-ctaLink.orange.dropdown-toggle:focus, .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled).active:focus, .vtctalink .vt-ctaLink.orange:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(210, 105, 38, .5)
}

@media screen and (max-width: 767px) {
    .vtctalink .vt-ctaLink.orange {
        padding: 2.25em 3em
    }
}

@media screen and (max-width: 991px) {
    .vtctalink .vt-ctaLink.orange {
        width: 90%;
        white-space: normal;
        padding: 1.5em 2.25em
    }
}

@media screen and (min-width: 2160px) {
    .vtctalink .vt-ctaLink.orange {
        padding: .375em .75em
    }
}

.vtctalink .vt-ctaLink.dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    color: #fff
}

.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, .5)
}

.vtctalink .vt-ctaLink.dark.disabled, .vtctalink .vt-ctaLink.dark:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.show > .vtctalink .vt-ctaLink.dark.dropdown-toggle, .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.show > .vtctalink .vt-ctaLink.dark.dropdown-toggle:focus, .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled).active:focus, .vtctalink .vt-ctaLink.dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(38, 38, 38, .5)
}

@media screen and (max-width: 767px) {
    .vtctalink .vt-ctaLink.dark {
        padding: 2.25em 3em
    }
}

@media screen and (max-width: 991px) {
    .vtctalink .vt-ctaLink.dark {
        width: 90%;
        white-space: normal;
        padding: 1.5em 2.25em
    }
}

@media screen and (min-width: 2160px) {
    .vtctalink .vt-ctaLink.dark {
        padding: .375em .75em
    }
}

.vtctalink .vt-ctaLink.light {
    color: #212529;
    background-color: #fff;
    border-color: #e5e1e6;
    box-shadow: none;
    color: #861f41
}

.vtctalink .vt-ctaLink.light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #eae7eb
}

.vtctalink .vt-ctaLink.light.focus, .vtctalink .vt-ctaLink.light:focus {
    color: #212529;
    background-color: #fff;
    border-color: #eae7eb;
    box-shadow: 0 0 0 0 rgba(200, 197, 202, .5)
}

.vtctalink .vt-ctaLink.light.disabled, .vtctalink .vt-ctaLink.light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #e5e1e6
}

.show > .vtctalink .vt-ctaLink.light.dropdown-toggle, .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #fcfcfc;
    border-color: #e6e6e6
}

.show > .vtctalink .vt-ctaLink.light.dropdown-toggle:focus, .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled).active:focus, .vtctalink .vt-ctaLink.light:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(200, 197, 202, .5)
}

@media screen and (max-width: 767px) {
    .vtctalink .vt-ctaLink.light {
        padding: 2.25em 3em
    }
}

@media screen and (max-width: 991px) {
    .vtctalink .vt-ctaLink.light {
        width: 90%;
        white-space: normal;
        padding: 1.5em 2.25em
    }
}

@media screen and (min-width: 2160px) {
    .vtctalink .vt-ctaLink.light {
        padding: .375em .75em
    }
}

.vtctalink .vt-ctaLink.outline.maroon {
    color: #861f41;
    border-color: #861f41;
    color: #861f41;
    background: 0 0
}

.vtctalink .vt-ctaLink.outline.maroon:hover {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.vtctalink .vt-ctaLink.outline.maroon.focus, .vtctalink .vt-ctaLink.outline.maroon:focus {
    box-shadow: 0 0 0 0 rgba(134, 31, 65, .5)
}

.vtctalink .vt-ctaLink.outline.maroon.disabled, .vtctalink .vt-ctaLink.outline.maroon:disabled {
    color: #861f41;
    background-color: transparent
}

.show > .vtctalink .vt-ctaLink.outline.maroon.dropdown-toggle, .vtctalink .vt-ctaLink.outline.maroon:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.outline.maroon:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.show > .vtctalink .vt-ctaLink.outline.maroon.dropdown-toggle:focus, .vtctalink .vt-ctaLink.outline.maroon:not(:disabled):not(.disabled).active:focus, .vtctalink .vt-ctaLink.outline.maroon:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(134, 31, 65, .5)
}

@media screen and (max-width: 767px) {
    .vtctalink .vt-ctaLink.outline.maroon {
        padding: 2.25em 3em
    }
}

@media screen and (max-width: 991px) {
    .vtctalink .vt-ctaLink.outline.maroon {
        width: 90%;
        white-space: normal;
        padding: 1.5em 2.25em
    }
}

@media screen and (min-width: 2160px) {
    .vtctalink .vt-ctaLink.outline.maroon {
        padding: .375em .75em
    }
}

.vtctalink .vt-ctaLink.outline.orange {
    color: #ca4f00;
    border-color: #ca4f00;
    color: #ca4f00;
    background: 0 0
}

.vtctalink .vt-ctaLink.outline.orange:hover {
    color: #fff;
    background-color: #ca4f00;
    border-color: #ca4f00
}

.vtctalink .vt-ctaLink.outline.orange.focus, .vtctalink .vt-ctaLink.outline.orange:focus {
    box-shadow: 0 0 0 0 rgba(202, 79, 0, .5)
}

.vtctalink .vt-ctaLink.outline.orange.disabled, .vtctalink .vt-ctaLink.outline.orange:disabled {
    color: #ca4f00;
    background-color: transparent
}

.show > .vtctalink .vt-ctaLink.outline.orange.dropdown-toggle, .vtctalink .vt-ctaLink.outline.orange:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.outline.orange:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ca4f00;
    border-color: #ca4f00
}

.show > .vtctalink .vt-ctaLink.outline.orange.dropdown-toggle:focus, .vtctalink .vt-ctaLink.outline.orange:not(:disabled):not(.disabled).active:focus, .vtctalink .vt-ctaLink.outline.orange:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(202, 79, 0, .5)
}

@media screen and (max-width: 767px) {
    .vtctalink .vt-ctaLink.outline.orange {
        padding: 2.25em 3em
    }
}

@media screen and (max-width: 991px) {
    .vtctalink .vt-ctaLink.outline.orange {
        width: 90%;
        white-space: normal;
        padding: 1.5em 2.25em
    }
}

@media screen and (min-width: 2160px) {
    .vtctalink .vt-ctaLink.outline.orange {
        padding: .375em .75em
    }
}

.vtctalink .vt-ctaLink.outline.dark {
    color: #000;
    border-color: #000;
    color: #000;
    background: 0 0
}

.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, .5)
}

.vtctalink .vt-ctaLink.outline.dark.disabled, .vtctalink .vt-ctaLink.outline.dark:disabled {
    color: #000;
    background-color: transparent
}

.show > .vtctalink .vt-ctaLink.outline.dark.dropdown-toggle, .vtctalink .vt-ctaLink.outline.dark:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.outline.dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.show > .vtctalink .vt-ctaLink.outline.dark.dropdown-toggle:focus, .vtctalink .vt-ctaLink.outline.dark:not(:disabled):not(.disabled).active:focus, .vtctalink .vt-ctaLink.outline.dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(0, 0, 0, .5)
}

@media screen and (max-width: 767px) {
    .vtctalink .vt-ctaLink.outline.dark {
        padding: 2.25em 3em
    }
}

@media screen and (max-width: 991px) {
    .vtctalink .vt-ctaLink.outline.dark {
        width: 90%;
        white-space: normal;
        padding: 1.5em 2.25em
    }
}

@media screen and (min-width: 2160px) {
    .vtctalink .vt-ctaLink.outline.dark {
        padding: .375em .75em
    }
}

.vtctalink .vt-ctaLink.outline.light {
    color: #fff;
    border-color: #fff;
    color: #fff;
    background: 0 0
}

.vtctalink .vt-ctaLink.outline.light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.vtctalink .vt-ctaLink.outline.light.focus, .vtctalink .vt-ctaLink.outline.light:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
}

.vtctalink .vt-ctaLink.outline.light.disabled, .vtctalink .vt-ctaLink.outline.light:disabled {
    color: #fff;
    background-color: transparent
}

.show > .vtctalink .vt-ctaLink.outline.light.dropdown-toggle, .vtctalink .vt-ctaLink.outline.light:not(:disabled):not(.disabled).active, .vtctalink .vt-ctaLink.outline.light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.show > .vtctalink .vt-ctaLink.outline.light.dropdown-toggle:focus, .vtctalink .vt-ctaLink.outline.light:not(:disabled):not(.disabled).active:focus, .vtctalink .vt-ctaLink.outline.light:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(255, 255, 255, .5)
}

@media screen and (max-width: 767px) {
    .vtctalink .vt-ctaLink.outline.light {
        padding: 2.25em 3em
    }
}

@media screen and (max-width: 991px) {
    .vtctalink .vt-ctaLink.outline.light {
        width: 90%;
        white-space: normal;
        padding: 1.5em 2.25em
    }
}

@media screen and (min-width: 2160px) {
    .vtctalink .vt-ctaLink.outline.light {
        padding: .375em .75em
    }
}

.vtctalink {
    margin: 2em 0 !important
}

@media screen and (min-width: 768px) {
    .vtctalink {
        margin: 2em 12.5% !important
    }
}

.vt-ctaLink {
    background-attachment: initial;
    background-clip: initial;
    background-origin: initial
}

.vt-ctaLink.uppercase {
    text-transform: uppercase
}

.vt-ctaLink.btn-shadow {
    box-shadow: 0 0 10px rgba(94, 96, 98, .7)
}

a.vt-ctaLink.light.btn-shadow {
    box-shadow: 0 0 10px rgba(229, 225, 230, .7)
}

.vt-ctaLink.acherus {
    font-family: Acherus, sans-serif !important
}

.vt-ctaLink.crimson {
    font-family: crimsontext, serif !important
}

.btn-transparency-10 {
    opacity: .1
}

.btn-transparency-20 {
    opacity: .2
}

.btn-transparency-30 {
    opacity: .3
}

.btn-transparency-40 {
    opacity: .4
}

.btn-transparency-50 {
    opacity: .5
}

.btn-transparency-60 {
    opacity: .6
}

.btn-transparency-70 {
    opacity: .7
}

.btn-transparency-80 {
    opacity: .8
}

.btn-transparency-90 {
    opacity: .9
}

.vt-multicolumn .vtctalink .vt-ctaLink.w-100 {
    padding-left: .5em;
    padding-right: .5em;
    white-space: normal
}

.vt-right-col .vt-ctaLink {
    margin-bottom: 2em
}

.vt-callToAction {
    position: relative;
    align-items: flex-start;
    overflow: hidden;
    margin: 2em 0
}

@media screen and (min-width: 768px) {
    .vt-callToAction {
        background: 0 0;
        padding-bottom: 10px
    }
}

.vt-callToAction.hide {
    display: none
}

.vt-callToAction:hover .vt-callToAction-message .vt-ctaLink::before {
    border: 1px solid var(--vt-hokieStone-1s);
    box-shadow: inset 0 0 10px var(--vt-hokieStone-1s)
}

.vt-callToAction:hover .vt-callToAction-supplement .vt-image img {
    filter: brightness(116.6667%)
}

.vt-callToAction > .row {
    justify-content: flex-end
}

.vt-callToAction .vt-col, .vt-callToAction .vtcontainer {
    margin: 0
}

.vt-callToAction .vt-callToAction-message-description {
    font-family: Acherus, sans-serif;
    line-height: 1.5;
    margin-bottom: 5px
}

.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 {
    position: static;
    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: gineso-condensed, sans-serif;
    margin-bottom: 1rem;
    font-size: 3em;
    font-weight: 200
}

@media screen and (min-width: 992px) {
    .vt-callToAction .vt-callToAction-message-heading .vt-callToAction-primary {
        font-size: 2.5em
    }
}

@media screen and (min-width: 1200px) {
    .vt-callToAction .vt-callToAction-message-heading .vt-callToAction-primary {
        font-size: 3em
    }
}

@media screen and (min-width: 1500px) {
    .vt-callToAction .vt-callToAction-message-heading .vt-callToAction-primary {
        font-size: 4em
    }
}

.vt-callToAction .vt-callToAction-message {
    margin: 0 auto;
    display: flex;
    order: 2;
    position: static;
    padding: 0;
    align-items: flex-start
}

.vt-callToAction .vt-callToAction-message .vt-ctaLink {
    position: static;
    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
    }
}

@media screen and (min-width: 992px) {
    .vt-callToAction .vt-callToAction-message .vt-ctaLink {
        width: auto
    }
}

.vt-callToAction .vt-callToAction-message .vt-ctaLink:focus {
    outline: 0
}

.vt-callToAction .vt-callToAction-message .vt-ctaLink:focus::before {
    border: 3px dashed var(--vt-hokieStone);
    box-shadow: inset 0 0 10px 5px var(--vt-hokieStone)
}

.vt-callToAction .vt-callToAction-message .vt-ctaLink::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vt-callToAction .vt-callToAction-message.light {
    background: #e5e1e6;
    color: #000
}

.vt-callToAction .vt-callToAction-message.light .vt-ctaLink {
    outline-color: #000
}

.vt-callToAction .vt-callToAction-message.maroon {
    background: #861f41;
    color: #fff
}

.vt-callToAction .vt-callToAction-message.maroon .vt-ctaLink {
    outline-color: #fff
}

@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% + .2em);
    height: 90%;
    background: #fff;
    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: #6b1934
}

@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: .875em;
    line-height: 1.5;
    background: #861f41;
    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: #e5751f;
    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: #fff
}

.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-link .link-text {
    outline-color: #fff
}

.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-link .link-text {
    font-family: gineso-condensed, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-top: 1em;
    display: inline-block;
    position: relative;
    overflow: visible;
    font-size: .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: .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: .25em 0 0 0;
    font-style: italic;
    font-family: Acherus, sans-serif;
    color: #e5e1e6
}

.vt-callToAction .vt-callToAction-message-secondary .vt-callToAction-message-secondary-link dt {
    font-family: gineso-condensed, sans-serif;
    font-size: 1.5em;
    margin-bottom: 0;
    font-weight: 400
}

.vt-callToAction .vt-callToAction-message-heading {
    margin: 0;
    font-size: .95em;
    line-height: 1.5;
    font-family: gineso-condensed, 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: .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: #6b1934
}

.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, .4)
}

.vt-callToAction .vt-callToAction-supplement .vt-callToAction-supplement-image {
    box-shadow: 0 0 10px rgba(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, .4);
    background: #e5e1e6;
    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: .5em;
    left: .5em;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, .5);
    border: none;
    padding: 0
}

.vt-callToAction .vt-vidPlayPause.vt-pauseButton {
    background-image: url(../fonts/media-pause.svg)
}

.vt-callToAction .vt-vidPlayPause.vt-playButton {
    background-image: url(../fonts/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 {
    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 {
    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, .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: #000
}

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

@media screen and (max-width: 1025px) {
    .vt-callToAction.vt-callToAction-popover .vt-callToAction-message.maroon {
        background: rgba(134, 31, 65, .92)
    }
}

.vt-callToAction.vt-callToAction-popover .vt-callToAction-message h3.vt-callToAction-primary {
    font-size: 2.5em
}

.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: #000;
    color: #fff;
    margin: 1em;
    padding: .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: #fff
}

.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image.vt-c-focus-outline-light a:focus::after {
    outline-color: #fff
}

.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image.vt-c-focus-outline-dark a:visited {
    color: #000
}

.vt-callToAction.vt-callToAction-popover .vt-callToAction-supplement .vt-image.vt-c-focus-outline-dark a:focus::after {
    outline-color: #000
}

.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: 0 0
}

.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: .5em;
    left: .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
}

@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: #fff;
    border-color: #e5e1e6;
    box-shadow: none;
    color: #861f41
}

.vt-callToAction .maroon .vt-ctaLink.maroon:hover, .vt-callToAction .maroon .vt-ctaLink.orange:hover {
    color: #212529;
    background-color: #fff;
    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: #fff;
    border-color: #eae7eb;
    box-shadow: 0 0 0 0 rgba(200, 197, 202, .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: #fff;
    border-color: #e5e1e6
}

.show > .vt-callToAction .maroon .vt-ctaLink.maroon.dropdown-toggle, .show > .vt-callToAction .maroon .vt-ctaLink.orange.dropdown-toggle, .vt-callToAction .maroon .vt-ctaLink.maroon: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-callToAction .maroon .vt-ctaLink.orange:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #fcfcfc;
    border-color: #e6e6e6
}

.show > .vt-callToAction .maroon .vt-ctaLink.maroon.dropdown-toggle:focus, .show > .vt-callToAction .maroon .vt-ctaLink.orange.dropdown-toggle:focus, .vt-callToAction .maroon .vt-ctaLink.maroon:not(:disabled):not(.disabled).active:focus, .vt-callToAction .maroon .vt-ctaLink.maroon:not(:disabled):not(.disabled):active: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 {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(200, 197, 202, .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: .5vw 1.5vw
    }
}

.vt-callToAction .maroon .vt-ctaLink.dark.outline, .vt-callToAction .maroon .vt-ctaLink.maroon.outline, .vt-callToAction .maroon .vt-ctaLink.orange.outline {
    color: #fff;
    border-color: #fff;
    color: #fff
}

.vt-callToAction .maroon .vt-ctaLink.dark.outline:hover, .vt-callToAction .maroon .vt-ctaLink.maroon.outline:hover, .vt-callToAction .maroon .vt-ctaLink.orange.outline:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.vt-callToAction .maroon .vt-ctaLink.dark.outline.focus, .vt-callToAction .maroon .vt-ctaLink.dark.outline:focus, .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 {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
}

.vt-callToAction .maroon .vt-ctaLink.dark.outline.disabled, .vt-callToAction .maroon .vt-ctaLink.dark.outline:disabled, .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 {
    color: #fff;
    background-color: transparent
}

.show > .vt-callToAction .maroon .vt-ctaLink.dark.outline.dropdown-toggle, .show > .vt-callToAction .maroon .vt-ctaLink.maroon.outline.dropdown-toggle, .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, .vt-callToAction .maroon .vt-ctaLink.maroon.outline:not(:disabled):not(.disabled).active, .vt-callToAction .maroon .vt-ctaLink.maroon.outline:not(:disabled):not(.disabled):active, .vt-callToAction .maroon .vt-ctaLink.orange.outline:not(:disabled):not(.disabled).active, .vt-callToAction .maroon .vt-ctaLink.orange.outline:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.show > .vt-callToAction .maroon .vt-ctaLink.dark.outline.dropdown-toggle:focus, .show > .vt-callToAction .maroon .vt-ctaLink.maroon.outline.dropdown-toggle: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, .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, .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 {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(255, 255, 255, .5)
}

@media screen and (max-width: 767px) {
    .vt-callToAction .maroon .vt-ctaLink.dark.outline, .vt-callToAction .maroon .vt-ctaLink.maroon.outline, .vt-callToAction .maroon .vt-ctaLink.orange.outline {
        padding: 3vw 6vw
    }
}

@media screen and (max-width: 991px) {
    .vt-callToAction .maroon .vt-ctaLink.dark.outline, .vt-callToAction .maroon .vt-ctaLink.maroon.outline, .vt-callToAction .maroon .vt-ctaLink.orange.outline {
        width: 90%;
        white-space: normal;
        padding: 2vw 4.5vw
    }
}

@media screen and (min-width: 2160px) {
    .vt-callToAction .maroon .vt-ctaLink.dark.outline, .vt-callToAction .maroon .vt-ctaLink.maroon.outline, .vt-callToAction .maroon .vt-ctaLink.orange.outline {
        padding: .5vw 1.5vw
    }
}

.vt-callToAction .light .vt-ctaLink.light {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41;
    box-shadow: none;
    color: #fff
}

.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, .5)
}

.vt-callToAction .light .vt-ctaLink.light.disabled, .vt-callToAction .light .vt-ctaLink.light:disabled {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.show > .vt-callToAction .light .vt-ctaLink.light.dropdown-toggle, .vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled).active, .vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #821e3f;
    border-color: #5d152d
}

.show > .vt-callToAction .light .vt-ctaLink.light.dropdown-toggle:focus, .vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled).active:focus, .vt-callToAction .light .vt-ctaLink.light:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(152, 65, 94, .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: .5vw 1.5vw
    }
}

.vt-callToAction .light .vt-ctaLink.light.outline {
    color: #861f41;
    border-color: #861f41;
    color: #861f41
}

.vt-callToAction .light .vt-ctaLink.light.outline:hover {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.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, .5)
}

.vt-callToAction .light .vt-ctaLink.light.outline.disabled, .vt-callToAction .light .vt-ctaLink.light.outline:disabled {
    color: #861f41;
    background-color: transparent
}

.show > .vt-callToAction .light .vt-ctaLink.light.outline.dropdown-toggle, .vt-callToAction .light .vt-ctaLink.light.outline:not(:disabled):not(.disabled).active, .vt-callToAction .light .vt-ctaLink.light.outline:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.show > .vt-callToAction .light .vt-ctaLink.light.outline.dropdown-toggle:focus, .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 {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(134, 31, 65, .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: .5vw 1.5vw
    }
}

.vt-callToAction.vt-c-callToAction-fadeIn > .row {
    opacity: 0
}

.vt-callToAction.vt-c-callToAction-fadeIn.vt-show-edit > .row {
    opacity: 1
}

.vt-callToAction.vt-hide-ctalink.vt-show-publish .vtctalink {
    margin: 0 !important
}

.vt-callToAction.vt-hide-ctalink.vt-show-publish .vtctalink .vt-ctaLink {
    width: 1px;
    height: 1px;
    border: none;
    text-indent: 100vw;
    padding: 0;
    overflow: hidden
}

.vt-callToAction.vt-hide-ctalink.vt-show-publish .vtctalink .vt-ctaLink:focus {
    outline: 0;
    border: none
}

.vt-callToAction.vt-hide-ctalink.vt-show-publish .vtctalink .vt-ctaLink:focus::before {
    border: 2px dashed var(--vt-hokieStone-1s);
    box-shadow: inset 0 0 10px #fff
}

.vt-card-stripe {
    background: rgba(229, 225, 230, .2);
    position: relative
}

.vt-card-stripe .vt-card-heading {
    padding-top: 2em;
    font-style: italic;
    line-height: 1.2;
    color: #000
}

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

.vt-card-multicolumn .vt-col.vt-has-children {
    border: 1px solid #e5e1e6;
    box-shadow: 0 0 10px #e5e1e6
}

.vt-card-multicolumn .vt-col.vt-no-children {
    border: none
}

.vt-card-image {
    display: block;
    position: relative;
    width: 100%
}

.vt-card-text {
    margin: 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: 0;
    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
}

.vt-cardStripe-maroon {
    background-color: var(--vt-maroon-1s);
    padding: 2em 3em !important
}

.vt-cardStripe-maroon .vt-card-heading, .vt-cardStripe-maroon .vt-card-text {
    color: var(--vt-maroon-6t)
}

.vt-cardStripe-maroon .vt-card-multicolumn .vt-col.vt-has-children {
    color: #fff;
    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.dark, .vt-cardStripe-maroon .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-maroon .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-burntOrangeWeb {
    background-color: var(--vt-burntOrangeWeb-2s);
    padding: 2em 3em !important
}

.vt-cardStripe-burntOrangeWeb .vt-card-heading, .vt-cardStripe-burntOrangeWeb .vt-card-text {
    color: var(--vt-burntOrangeWeb-8t)
}

.vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vt-col.vt-has-children {
    color: #fff;
    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.dark, .vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-burntOrangeWeb .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-hokieStone {
    background-color: var(--vt-hokieStone-2s);
    padding: 2em 3em !important
}

.vt-cardStripe-hokieStone .vt-card-heading, .vt-cardStripe-hokieStone .vt-card-text {
    color: var(--vt-hokieStone-8t)
}

.vt-cardStripe-hokieStone .vt-card-multicolumn .vt-col.vt-has-children {
    color: #fff;
    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.dark, .vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-hokieStone .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-blue {
    background-color: var(--vt-blue-1s);
    padding: 2em 3em !important
}

.vt-cardStripe-blue .vt-card-heading, .vt-cardStripe-blue .vt-card-text {
    color: var(--vt-blue-6t)
}

.vt-cardStripe-blue .vt-card-multicolumn .vt-col.vt-has-children {
    color: #fff;
    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.dark, .vt-cardStripe-blue .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-blue .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-purple {
    background-color: var(--vt-purple);
    padding: 2em 3em !important
}

.vt-cardStripe-purple .vt-card-heading, .vt-cardStripe-purple .vt-card-text {
    color: var(--vt-purple-6t)
}

.vt-cardStripe-purple .vt-card-multicolumn .vt-col.vt-has-children {
    color: #fff;
    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.dark, .vt-cardStripe-purple .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-purple .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-teal {
    background-color: var(--vt-teal-2s);
    padding: 2em 3em !important
}

.vt-cardStripe-teal .vt-card-heading, .vt-cardStripe-teal .vt-card-text {
    color: var(--vt-teal-8t)
}

.vt-cardStripe-teal .vt-card-multicolumn .vt-col.vt-has-children {
    color: #fff;
    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.dark, .vt-cardStripe-teal .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-teal .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-red {
    background-color: #d90000;
    padding: 2em 3em !important
}

.vt-cardStripe-red .vt-card-heading, .vt-cardStripe-red .vt-card-text {
    color: #ffebeb
}

.vt-cardStripe-red .vt-card-multicolumn .vt-col.vt-has-children {
    color: #fff;
    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.dark, .vt-cardStripe-red .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    border-color: #ffebeb;
    color: #ffebeb
}

@media screen and (max-width: 991px) {
    .vt-cardStripe-red .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark, .vt-cardStripe-red .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-green {
    background-color: #0c7d0c;
    padding: 2em 3em !important
}

.vt-cardStripe-green .vt-card-heading, .vt-cardStripe-green .vt-card-text {
    color: #cfc
}

.vt-cardStripe-green .vt-card-multicolumn .vt-col.vt-has-children {
    color: #fff;
    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.dark, .vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    border-color: #cfc;
    color: #cfc
}

@media screen and (max-width: 991px) {
    .vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.dark, .vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px #cfc !important
}

.vt-cardStripe-green .vt-card-multicolumn .vtctalink .vt-card-cta:focus::before {
    outline-color: #cfc
}

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

.vt-cardStripe-pink {
    background-color: var(--vt-pink);
    padding: 2em 3em !important
}

.vt-cardStripe-pink .vt-card-heading, .vt-cardStripe-pink .vt-card-text {
    color: var(--vt-pink-8t)
}

.vt-cardStripe-pink .vt-card-multicolumn .vt-col.vt-has-children {
    color: #fff;
    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.dark, .vt-cardStripe-pink .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-pink .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-black {
    background-color: #000;
    padding: 2em 3em !important
}

.vt-cardStripe-black .vt-card-heading, .vt-cardStripe-black .vt-card-text {
    color: var(--vt-smoke-3s)
}

.vt-cardStripe-black .vt-card-multicolumn .vt-col.vt-has-children {
    color: #fff;
    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.dark, .vt-cardStripe-black .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-black .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-yellow {
    background-color: var(--vt-yellow-4t);
    padding: 2em 3em !important
}

.vt-cardStripe-yellow .vt-card-heading, .vt-cardStripe-yellow .vt-card-text {
    color: var(--vt-hokieStone-2s)
}

.vt-cardStripe-yellow .vt-card-multicolumn .vt-col.vt-has-children {
    color: #000;
    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.dark, .vt-cardStripe-yellow .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-yellow .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-sand {
    background-color: var(--vt-grey-4t);
    padding: 2em 3em !important
}

.vt-cardStripe-sand .vt-card-heading, .vt-cardStripe-sand .vt-card-text {
    color: var(--vt-grey-5s)
}

.vt-cardStripe-sand .vt-card-multicolumn .vt-col.vt-has-children {
    color: #000;
    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.dark, .vt-cardStripe-sand .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-sand .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-turquoise {
    background-color: var(--vt-turquoise-4t);
    padding: 2em 3em !important
}

.vt-cardStripe-turquoise .vt-card-heading, .vt-cardStripe-turquoise .vt-card-text {
    color: var(--vt-turquoise-6s)
}

.vt-cardStripe-turquoise .vt-card-multicolumn .vt-col.vt-has-children {
    color: #000;
    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.dark, .vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-turquoise .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-smoke {
    background-color: var(--vt-smoke);
    padding: 2em 3em !important
}

.vt-cardStripe-smoke .vt-card-heading, .vt-cardStripe-smoke .vt-card-text {
    color: var(--vt-smoke-6s)
}

.vt-cardStripe-smoke .vt-card-multicolumn .vt-col.vt-has-children {
    color: #000;
    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.dark, .vt-cardStripe-smoke .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-smoke .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

.vt-cardStripe-white {
    background-color: var(--vt-white);
    padding: 2em 3em !important
}

.vt-cardStripe-white .vt-card-heading, .vt-cardStripe-white .vt-card-text {
    color: var(--vt-white-5s)
}

.vt-cardStripe-white .vt-card-multicolumn .vt-col.vt-has-children {
    color: #000;
    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.dark, .vt-cardStripe-white .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
    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.dark, .vt-cardStripe-white .vt-card-multicolumn .vtctalink .vt-ctaLink.outline.light {
        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
    }
}

@media screen and (min-width: 576px) and (max-width: 1419px) {
    .vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4, .vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6, .vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4, .vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6, .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4, .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 1420px) and (max-width: 2500px) {
    .vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3, .vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4, .vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3, .vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4, .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3, .vt-general.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 992px) and (max-width: 1419px) {
    .vt-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2, .vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2, .vt-general.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-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2, .vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2, .vt-general.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-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2, .vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2, .vt-general.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-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3, .vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3, .vt-general.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-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3, .vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3, .vt-general.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-article.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3, .vt-bio.rightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3, .vt-general.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-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4, .vt-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6, .vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4, .vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6, .vt-general.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4, .vt-general.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .vt-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3, .vt-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4, .vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3, .vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4, .vt-general.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-3, .vt-general.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vt-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2, .vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-2, .vt-general.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-article.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3, .vt-bio.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-md-3, .vt-general.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-4, .vt-home.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-6 {
        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-3, .vt-home.norightcol div[class*=vt-cardStripe-] .vt-multicolumn .col-sm-4 {
        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%
    }
}

@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-positionLeft .item [class*=col]:last-child, .vt-contentList.vt-list .vt-num-col-1 .image-format-positionLeftLarge .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-positionRight .item [class*=col]:first-child, .vt-contentList.vt-list .vt-num-col-1 .image-format-positionTop .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 .vt-list-time-date-formatted, .vt-contentList.vt-list .vt-num-col-1 .item .vt-list-time-formatted, .vt-contentList.vt-list .vt-num-col-1 .item .vt-list-title a, .vt-contentList.vt-list .vt-num-col-1 .item p, .vt-contentList.vt-list .vt-num-col-1 .item span {
    color: #000
}

@media screen and (min-width: 1200px) {
    .vt-contentList.vt-list .vt-num-col-1 .item .vt-list-time-date-formatted, .vt-contentList.vt-list .vt-num-col-1 .item .vt-list-time-formatted, .vt-contentList.vt-list .vt-num-col-1 .item .vt-list-title a, .vt-contentList.vt-list .vt-num-col-1 .item p, .vt-contentList.vt-list .vt-num-col-1 .item span {
        color: #fff
    }
}

.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-date-formatted, .vt-contentList.vt-list .vt-num-col-1 .item .vt-list-time-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, .6)
    }
}

.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: #861f41
}

@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: #861f41;
    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: #861f41
}

.featuredGrid-big-2x2 .featuredGrid-grid-item-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #861f41;
    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: #861f41;
    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: #861f41;
    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: #861f41;
    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: #861f41;
    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: #861f41;
    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: #861f41;
    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%
    }
}

.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, #000)
}

.featuredGrid-grid-item .featuredGrid-grid-item-info {
    position: absolute;
    display: block;
    width: 100%;
    padding: 15px 60px 15px 30px;
    background-color: rgba(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: #fff;
    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: .8em;
    text-transform: uppercase;
    color: #fff;
    margin-top: .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 .5em
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .featured-item-grid {
        flex: 0 1 auto
    }

    .featured-item-grid .featuredGrid-grid-item-center::before, .featured-item-grid .featuredGrid-grid-item::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-center::after, .featured-item-grid .featuredGrid-grid-item::after, .featured-item-grid .featuredGrid-wide-2x1::after {
        content: "";
        display: table;
        clear: both
    }

    .featuredGrid-grid-item .featuredGrid-grid-item-image, .featuredGrid-mixed-2x2-row .featuredGrid-wide-2x1 .featuredGrid-wide-2x1-holder, .featuredGrid-mixed-3x2-row .featuredGrid-wide-2x1 .featuredGrid-wide-2x1-holder, .featuredGrid-tall-1x2 .featuredGrid-tall-1x2-holder {
        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-center::before, .featuredGrid-tall-1x2 .featuredGrid-grid-item::before {
        padding-top: 200%
    }
}

.vt-videos-page {
    background-color: #000
}

.vt-videos-page .vt-vtx-preHeader {
    border-color: #861f41
}

.vt-videos-page .vt-search-toggle, .vt-videos-page .vt-vtx-headerRow {
    background-color: #ca4f00;
    border-color: #861f41
}

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

.vt-videos-page .vt-body-col, .vt-videos-page main {
    color: #fff;
    background-color: #000
}

.vt-videos-page .vt-featured-wrapper.col.d-none {
    display: block !important;
    padding: 0;
    margin: 0;
    min-height: auto
}

.vt-videos-page .vt-home-featuredComponent {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.vt-videos-page .vt-home-featuredComponent .parbase, .vt-videos-page .vt-home-featuredComponent .vt-vtcontainer, .vt-videos-page .vt-home-featuredComponent .vt-vtcontainer-content {
    height: 100%;
    margin: 0
}

.vt-feature-video {
    margin: 0 !important;
    height: 100%
}

.vt-feature-video .item, .vt-feature-video .vt-list-columns, .vt-feature-video .vt-list-items, .vt-feature-video .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure, .vt-feature-video .vt-num-col-1 .vt-list-item-vertical .vt-list-item-picture {
    height: 100%
}

.vt-feature-video .image-format-positionTop .vt-list-item-wrapper {
    border-bottom: 2px solid #ca4f00;
    height: 100%
}

.vt-feature-video .image-format-positionTop .vt-list-item-row {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.vt-feature-video .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img, .vt-feature-video .vt-num-col-1 .vt-list-item-vertical .vt-list-item-imgWrapper {
    height: 100%
}

.vt-feature-video .image-format-positionTop .vt-list-item-row .vt-list-item-col:first-child {
    border-top: 0
}

.vt-feature-video .image-format-positionTop .vt-list-item-row .vt-list-item-col:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.vt-feature-video .image-format-positionTop .vt-list-item-row .vt-list-item-col:last-child .vt-feature-video-gradient {
    display: block;
    width: 100%;
    flex-grow: 1;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    z-index: 2
}

.vt-feature-video .vt-list-item-video-playWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: static;
    height: auto;
    width: auto;
    padding: 0 0 1em 0
}

@media screen and (min-width: 768px) {
    .vt-feature-video .vt-list-item-video-playWrapper {
        padding: 0 2em 1em 0
    }
}

@media screen and (min-width: 768px) {
    .vt-feature-video .vt-list-item-video-playWrapper .vt-list-item-video-play {
        width: 3.5em;
        height: 3.55em
    }
}

@media screen and (min-width: 992px) {
    .vt-feature-video .vt-list-item-video-playWrapper .vt-list-item-video-play {
        width: 5em;
        height: 5em
    }
}

.vt-feature-video .vt-feature-video-infoWrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    padding: 0 5% 1em;
    z-index: 3
}

@media screen and (min-width: 992px) {
    .vt-feature-video .vt-feature-video-infoWrapper {
        flex-direction: row;
        justify-content: flex-start;
        padding: 0 10% 1em
    }
}

.vt-feature-video .vt-feature-video-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.vt-feature-video .item {
    margin: 0 !important
}

.vt-feature-video .item .row {
    color: #fff;
    background-color: rgba(0, 0, 0, .7)
}

.vt-feature-video .item .row .vt-list-item-title {
    font-weight: 600;
    font-size: 1em;
    color: #fff;
    width: 100%;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .vt-feature-video .item .row .vt-list-item-title {
        font-size: 1.75em
    }
}

@media screen and (min-width: 992px) {
    .vt-feature-video .item .row .vt-list-item-title {
        font-size: 2.25em
    }
}

.vt-feature-video .item .row .vt-list-item-title a {
    color: #fff
}

.vt-feature-video .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-feature-video .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-feature-video .item .row .vt-list-item-description {
    display: none;
    width: 100%;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .vt-feature-video .item .row .vt-list-item-description {
        display: block
    }
}

.vt-feature-video .item .row .vt-list-item-date, .vt-feature-video .item .row .vt-list-item-description, .vt-feature-video .item .row .vt-list-item-time {
    color: #fff
}

.vt-feature-video .item .row .vt-list-item-category {
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    padding: .5em .5em .33em;
    margin-bottom: .75em
}

.vt-feature-video .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-feature-video .item .row .vt-list-item-category-label {
    display: inline-block
}

.vt-feature-video .item .row .vt-list-item-category-text {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-family: gineso-condensed, sans-serif;
    font-size: .575em;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1;
    text-transform: uppercase
}

.vt-feature-video .item .row .vt-list-item-category-feature {
    display: inline-block;
    background-color: #fff;
    color: #000;
    height: .45em;
    line-height: 1;
    margin-right: .33em
}

.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-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, .7);
    color: transparent;
    overflow: hidden;
    width: 80px;
    height: 52.5px;
    z-index: 10;
    cursor: pointer
}

@media screen and (min-width: 576px) {
    .vt-featured-media-play {
        width: 120px;
        height: 70px
    }
}

.vt-featured-media-play .vt-featured-media-playIcon {
    display: block;
    position: relative;
    color: #fff;
    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, .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 .vt-featured-media-playIcon {
    display: block;
    position: relative;
    color: #fff;
    width: 2em;
    height: 2em
}

.vt-featured-media .vt-featured-media-assets {
    margin: 0
}

.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 .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, .7);
    font-family: Acherus, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    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: #fff;
    height: 2em;
    width: auto;
    margin: 0;
    padding: 0 .1em;
    background-color: rgba(229, 225, 230, .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, .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: -.25em;
    width: 2em;
    height: 2em;
    background-color: rgba(229, 225, 230, .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;
    margin: 0 !important;
    float: none
}

.vt-featured-media-overlay figure {
    margin: 0
}

.overlay-gradient .vt-featured-media-assets {
    background-color: #000
}

.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 .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, #000 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: #000;
    padding: 1em 5vw !important;
    margin-bottom: 0 !important
}

@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 .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: #fff
}

.vt-featured-media.open .vt-featured-media-controls {
    padding: 1em 13.5vw !important
}

@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: .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
}

.vt-giving-radioUI .vt-container, .vt-giving-radioUI.vt-rawhtml, .vt-giving-radioUIwithSelect .vt-container, .vt-giving-radioUIwithSelect.vt-rawhtml {
    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: #75787b
}

.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 .5em;
    color: #861f41;
    background: #faf9fa;
    margin-right: -1px;
    border: 1px solid #75787b;
    border-radius: 0
}

.vt-giving-radioUI .vt-giving-radioUI-btn, .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn {
    color: #212529;
    background-color: #faf9fa;
    border-color: #75787b;
    box-shadow: none;
    color: #861f41;
    padding: 9px;
    border: 1px solid #75787b;
    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: #fff;
    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: #fff;
    border-color: #7a7d80;
    box-shadow: 0 0 0 0 rgba(104, 108, 111, .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: #faf9fa;
    border-color: #75787b
}

.show > .vt-giving-radioUI .vt-giving-radioUI-btn.dropdown-toggle, .show > .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn.dropdown-toggle, .vt-giving-radioUI .vt-giving-radioUI-btn: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-giving-radioUIwithSelect .vt-giving-radioUI-btn:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f6f8;
    border-color: #e3dde3
}

.show > .vt-giving-radioUI .vt-giving-radioUI-btn.dropdown-toggle:focus, .show > .vt-giving-radioUIwithSelect .vt-giving-radioUI-btn.dropdown-toggle:focus, .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, .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 {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(104, 108, 111, .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: .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: .5em;
    border: 1px solid #75787b;
    background: #fff;
    color: #861f41;
    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: #fff;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5), 0 0 0 0 rgba(134, 31, 65, .6)
}

.vt-giving-radioUI .active, .vt-giving-radioUIwithSelect .active {
    background: #5c5f61;
    color: #fff;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .5), 0 0 0 0 rgba(134, 31, 65, .6)
}

.vt-giving-radioUI .vt-ctaLink, .vt-giving-radioUIwithSelect .vt-ctaLink {
    display: block;
    color: #fff;
    background-color: #861f41;
    border-color: #861f41;
    box-shadow: none;
    color: #fff;
    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, .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: #861f41;
    border-color: #861f41
}

.show > .vt-giving-radioUI .vt-ctaLink.dropdown-toggle, .show > .vt-giving-radioUIwithSelect .vt-ctaLink.dropdown-toggle, .vt-giving-radioUI .vt-ctaLink: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-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #821e3f;
    border-color: #5d152d
}

.show > .vt-giving-radioUI .vt-ctaLink.dropdown-toggle:focus, .show > .vt-giving-radioUIwithSelect .vt-ctaLink.dropdown-toggle:focus, .vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled).active:focus, .vt-giving-radioUI .vt-ctaLink:not(:disabled):not(.disabled):active:focus, .vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled).active:focus, .vt-giving-radioUIwithSelect .vt-ctaLink:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(152, 65, 94, .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: .5vw 1.5vw
    }
}

.vt-giving-radioUI .vt-giving-radioUI-select, .vt-giving-radioUIwithSelect .vt-giving-radioUI-select {
    background-color: #fff;
    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 .7em top 50%, 0 0;
    background-repeat: no-repeat;
    background-size: .65em auto, 100%;
    padding: .5em 1em;
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-color: #e5e1e6;
    border-top-color: #e5e1e6;
    border-left-color: #e5e1e6;
    outline: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1), 0 0 0 0 rgba(134, 31, 65, .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 #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px;
    outline-color: #75787b
}

.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: .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: .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: .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 .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 .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: -.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: .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: .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: .25em
    }
}

.vt-giving-radioUI.vt-giving-radioUI-dark.vt-rawhtml, .vt-giving-radioUIwithSelect.vt-giving-radioUI-dark.vt-rawhtml {
    background: #171819
}

.vt-giving-radioUI.vt-giving-radioUI-dark .vt-giving-radioUI-message, .vt-giving-radioUI.vt-giving-radioUI-dark .vt-giving-radioUI-primaryText, .vt-giving-radioUI.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, .vt-giving-radioUIwithSelect.vt-giving-radioUI-dark legend {
    color: #fff !important
}

.vt-giving-radioUI.vt-giving-radioUI-light.vt-rawhtml, .vt-giving-radioUIwithSelect.vt-giving-radioUI-light.vt-rawhtml {
    background: #e5e1e6
}

.vt-giving-radioUI.vt-giving-radioUI-light .vt-giving-radioUI-message, .vt-giving-radioUIwithSelect.vt-giving-radioUI-light .vt-giving-radioUI-message {
    color: #000
}

.vt-giving-radioUI-givingAmounts {
    margin-top: 1em
}

.vt-giving-radioUI-textField {
    width: 100%;
    padding: .59em 1em;
    position: relative;
    border: 1px solid #75787b !important;
    border-radius: 0;
    font-size: inherit;
    font-family: Acherus, sans-serif
}

.vt-giving-radioUI-textField::-moz-placeholder {
    color: rgba(117, 120, 123, .8)
}

.vt-giving-radioUI-textField::placeholder {
    color: rgba(117, 120, 123, .8)
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    .vt-giving-radioUI-textField {
        padding: .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: #75787b
}

@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
}

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

.vt-giving-radioUI-primaryText-crimson {
    font-family: crimsontext, serif !important
}

.vtcontainer .vt-in-the-news {
    background-color: rgba(229, 225, 230, .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: -.75em
}

.vt-in-the-news-title h2 {
    display: block;
    position: relative;
    font-style: italic;
    font-weight: 200;
    letter-spacing: .075em;
    text-transform: uppercase;
    color: #75787b
}

.vt-in-the-news-list {
    margin-bottom: 0
}

.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: gineso-condensed, 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: gineso-condensed, sans-serif;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .075em;
    background-color: transparent;
    color: #75787b
}

.vt-in-the-news-list .vt-num-col-2 .item .vt-list-tags li a::after, .vt-in-the-news-list .vt-num-col-2 .item .vt-list-tags li a::before {
    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
    }
}

.vt-landing-page .vt-page-title-wrapper {
    position: absolute;
    background: linear-gradient(180deg, #000 50%, transparent);
    top: 0;
    left: 0;
    width: 100vw;
    padding: 1em 0 2em 15px;
    z-index: 3
}

@media screen and (min-width: 768px) {
    .vt-landing-page .vt-page-title-wrapper {
        padding: 1em 0 2em 35px;
        width: 33.3333vw
    }
}

.vt-landing-page .vt-page-title-wrapper .vt-page-title {
    font-family: gineso-condensed, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    margin: 0
}

.vt-landing-page .vt-daily-wrapper {
    display: none
}

.vt-landing-page .vt-body-related-content {
    display: none
}

.vt-landing-link-black {
    background-color: #000;
    margin-bottom: 0
}

.vt-landing-link-black .vt-vtcontainer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 3.5556em;
    height: 100%
}

.vt-landing-link-black .vt-vtcontainer-content:hover {
    background-color: var(--vt-hokieStone-2s) !important;
    cursor: pointer
}

.vt-landing-link-black .vt-vtcontainer-content:hover a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline
}

.vt-landing-link-black .vt-vtcontainer-content .parbase > div {
    position: static;
    margin-bottom: 0
}

.vt-landing-link-black p {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: gineso-condensed, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-landing-link-black a {
    display: inline-block;
    font-family: gineso-condensed, sans-serif;
    color: #fff;
    text-decoration: none;
    white-space: nowrap
}

.vt-landing-link-black a:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.aem-AuthorLayer-Edit .vt-landing-link-black p {
    display: block !important;
    position: static !important
}

@media screen and (min-width: 768px) {
    .vt-container-right-border {
        border-right: 5px solid #ca4f00
    }

    .vt-landing-columns .vt-multicolumn > .row > div:not(:first-child) .vt-col {
        padding-left: .8333em
    }
}

@media screen and (max-width: 767px) {
    .vt-landing-columns .vt-multicolumn > .row > div:not(:last-child) {
        margin-bottom: 2em
    }

    .vt-landing-columns .vt-multicolumn > .row > div:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -2em;
        width: 100vw;
        border-bottom: 7px double var(--vt-impactOrange)
    }
}

.vt-unit-landing-page .vt-logo {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.vt-unit-landing-page .vt-logo .vt-page-title-wrapper {
    position: static;
    background: 0 0;
    background-color: #000;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    z-index: auto
}

.vt-unit-landing-page .vt-logo .vt-page-title-wrapper .vt-page-title {
    font-family: gineso-condensed, sans-serif;
    font-size: .6667em;
    font-weight: 400;
    color: #fff;
    margin: 0
}

@media screen and (min-width: 576px) {
    .vt-unit-landing-page .vt-logo .vt-page-title-wrapper .vt-page-title {
        font-size: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-unit-landing-page .vt-logo .vt-page-title-wrapper .vt-page-title {
        font-size: 1.25em
    }
}

@media screen and (min-width: 992px) {
    .vt-unit-landing-page .vt-logo .vt-page-title-wrapper .vt-page-title {
        font-size: 1.5em
    }
}

.vt-unit-landing-page .vt-nav {
    flex-grow: 0
}

.vt-unit-landing-page #vt_main .vt-page-title-wrapper {
    padding: 0
}

.vt-unit-landing-page #vt_main .vt-page-title-wrapper .vt-page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.vt-list-header {
    width: 50vw;
    padding-top: 5em;
    color: #000;
    font-family: Acherus, sans-serif
}

.vt-list-header * {
    display: inline-block
}

.vt-list-header h2::before, .vt-list-header h3::before {
    content: "";
    background: #e5751f;
    display: block;
    width: 1em;
    height: .2em;
    position: absolute;
    top: -1em;
    left: -1em;
    z-index: 1
}

.vt-list-header h2::after, .vt-list-header h3::after {
    content: "";
    background: #e5751f;
    display: block;
    width: .2em;
    height: 1em;
    position: absolute;
    top: -1em;
    left: -1em;
    z-index: 1
}

.vt-list-header p {
    font-size: 1.5em;
    margin-left: 40px
}

.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-after.vt-list-horizontal-scroll.vt-list .vt-list-columns::after, .vt-hide-before.vt-list-horizontal-scroll.vt-list .vt-list-columns::before {
        display: none
    }

    .vt-hide-before.vt-list-horizontal-scroll.vt-list .vt-list-columns::after {
        content: "scroll >>";
        color: rgba(94, 96, 98, .45);
        font-size: .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, .45);
        font-size: .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: .75em
    }

    .vt-list-horizontal-scroll.vt-list .item:nth-child(12n+2) {
        padding-left: .25em;
        padding-right: .5em
    }

    .vt-list-horizontal-scroll.vt-list .item:nth-child(12n+10), .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) {
        padding-left: .5em;
        padding-right: .5em
    }

    .vt-list-horizontal-scroll.vt-list .item:nth-child(12n+11) {
        padding-left: .5em;
        padding-right: .25em
    }

    .vt-list-horizontal-scroll.vt-list .item:nth-child(12n+12) {
        padding-left: .75em;
        padding-right: 0
    }

    .vt-list-horizontal-scroll.vt-list .vt-list-item-img {
        height: calc((56.25vw - .5em) / 4 * .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 - .5em) / 4 * .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: .6667em
    }
}

@media screen and (min-width: 1200px) {
    .vt-list-horizontal-scroll.vt-list .vt-list-item-img {
        height: calc((56.25vw - 1.5em) / 4 * .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: .75em
    }
}

.vt-list-listOfLinks .vt-list-title a {
    color: #861f41 !important
}

.vt-list-listOfLinks .vt-list-title {
    margin-bottom: 0 !important
}

.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: #e5e1e6;
    border-color: #e5e1e6;
    white-space: normal;
    text-align: left;
    padding: 1em;
    width: 100%
}

.vt-list-listOfLinks.button-dividers .item .vt-list-title a:hover {
    color: #861f41;
    background-color: #861f41;
    border-color: #861f41
}

.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, .5)
}

.vt-list-listOfLinks.button-dividers .item .vt-list-title a.disabled, .vt-list-listOfLinks.button-dividers .item .vt-list-title a:disabled {
    color: #e5e1e6;
    background-color: transparent
}

.show > .vt-list-listOfLinks.button-dividers .item .vt-list-title a.dropdown-toggle, .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 {
    color: #fff;
    background-color: #861f41;
    border-color: #861f41
}

.show > .vt-list-listOfLinks.button-dividers .item .vt-list-title a.dropdown-toggle:focus, .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 {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 0 rgba(229, 225, 230, .5)
}

.vt-list-listOfLinks.button-dividers .item .vt-list-title a:hover {
    color: #fff !important
}

.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, .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: .5s
}

.vt-list-listOfLinks.block-dividers .item > .row:hover {
    background: rgba(229, 225, 230, .2)
}

.vt-list-listOfLinks.block-dividers .vt-list-columns > ul > .row:last-child .row {
    border-bottom: 1px solid rgba(229, 225, 230, .2)
}

.vt-list-listOfLinks.little-dividers .vt-list-columns > ul {
    border: 1px solid rgba(229, 225, 230, .2);
    box-shadow: 0 0 10px rgba(229, 225, 230, .2)
}

.vt-list-listOfLinks.little-dividers .item {
    margin: 0
}

.vt-list-listOfLinks.little-dividers .item .vt-list-title {
    margin-bottom: 0 !important
}

.vt-list-listOfLinks.little-dividers .item .vt-list-title a {
    color: #861f41 !important;
    display: inline-block;
    width: 100%
}

.vt-list-listOfLinks.little-dividers .item::after {
    content: "";
    width: 50%;
    height: 1px;
    background: #e5e1e6;
    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: .5em;
    margin: 0
}

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

.vt-dividedList-darkgray {
    background-color: var(--vt-hokieStone-6s);
    border-bottom: 2px solid #ca4f00
}

.vt-dividedList-darkgray > .vt-vtcontainer-content {
    padding: 2em 5%
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray > .vt-vtcontainer-content {
        padding: 2em 10%
    }
}

.vt-dividedList-darkgray .vt-listStripe-heading {
    color: #fff;
    font-style: normal;
    text-transform: uppercase
}

.vt-dividedList-darkgray .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #fff !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-dividedList-darkgray .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-dividedList-darkgray .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0 !important;
    text-transform: uppercase
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%
    }
}

.vt-dividedList-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-dividedList-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-dividedList-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #fff !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-dividedList-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #fff !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #fff !important;
    fill: #fff;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-dividedList-darkgray .vt-list .vt-list-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important
}

.vt-dividedList-darkgray .vt-list .item {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 4em;
    border-bottom: 2px solid #fff;
    padding: 1em 0;
    margin: 0 !important
}

@media screen and (min-width: 768px) {
    .vt-dividedList-darkgray .vt-list .item {
        max-width: 50% !important;
        border: 1px solid #fff
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-list .item {
        max-width: 25% !important
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+1) {
        border-left: none;
        border-top: none;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+1) {
        padding-left: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+2) {
        border-right: none;
        border-top: none;
        padding-left: 1em;
        padding-right: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+2) {
        border-right: 1px solid #fff;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+3) {
        border-left: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+3) {
        border-top: none;
        border-left: 1px solid #fff;
        padding-top: 0;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+4) {
        border-right: none;
        padding-top: 1em;
        padding-right: 0;
        padding-left: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+4) {
        border-top: none;
        padding-top: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+5) {
        border-top: 1px solid #fff;
        border-left: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+5) {
        border-top: 1px solid #fff;
        border-bottom: none;
        padding-left: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+6) {
        border-top: 1px solid #fff;
        border-right: none;
        padding-top: 1em;
        padding-left: 1em;
        padding-right: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+6) {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: none;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+7) {
        border-top: 1px solid #fff;
        border-left: none;
        border-bottom: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+7) {
        border-bottom: none;
        border-left: 1px solid #fff;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+8) {
        border-right: none;
        border-bottom: none;
        padding-top: 1em;
        padding-right: 0;
        padding-left: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-darkgray .vt-list .item:nth-child(4n+8) {
        border-top: 1px solid #fff;
        border-bottom: none;
        padding-right: 1em
    }
}

.vt-dividedList-darkgray .vt-list .item::before {
    content: none !important
}

.vt-dividedList-darkgray .vt-list .item .vt-list-item-wrapper {
    background-color: transparent !important
}

.vt-dividedList-darkgray .vt-list .item .vt-list-item-col {
    border-top: none;
    padding: 0
}

.vt-dividedList-darkgray .vt-list .item [class*=vt-list-item-] {
    color: #fff
}

.vt-dividedList-darkgray .vt-list .item [class*=vt-list-item-] a {
    color: #fff
}

.vt-dividedList-darkgray .vt-list .item .vt-list-item-title-link {
    font-weight: 600
}

.vt-dividedList-darkgray .vt-list .item .vt-list-item-title-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-darkgray .vt-list .item .vt-list-item-title-link:focus::before {
    outline: 0
}

.vt-dividedList-darkgray .vt-list .item .vt-list-item-category {
    background-color: #fff;
    border: 1px solid #fff
}

.vt-dividedList-darkgray .vt-list .item .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-darkgray .vt-list .item .vt-list-item-category .vt-list-item-category-feature, .vt-dividedList-darkgray .vt-list .item .vt-list-item-category .vt-list-item-category-text {
    color: var(--vt-hokieStone-6s);
    background-color: #fff
}

.vt-dividedList-darkgray .vt-list .item .vt-list-item-title {
    font-family: Acherus, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4
}

.vt-dividedList-blue {
    background-color: var(--vt-blue);
    border-bottom: 2px solid #ca4f00
}

.vt-dividedList-blue > .vt-vtcontainer-content {
    padding: 2em 5%
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue > .vt-vtcontainer-content {
        padding: 2em 10%
    }
}

.vt-dividedList-blue .vt-listStripe-heading {
    color: #fff;
    font-style: normal;
    text-transform: uppercase
}

.vt-dividedList-blue .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #fff !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-dividedList-blue .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-dividedList-blue .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0 !important;
    text-transform: uppercase
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%
    }
}

.vt-dividedList-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-dividedList-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-dividedList-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #fff !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-dividedList-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #fff !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #fff !important;
    fill: #fff;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-dividedList-blue .vt-list .vt-list-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 !important
}

.vt-dividedList-blue .vt-list .item {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 4em;
    border-bottom: 2px solid #fff;
    padding: 1em 0;
    margin: 0 !important
}

@media screen and (min-width: 768px) {
    .vt-dividedList-blue .vt-list .item {
        max-width: 50% !important;
        border: 1px solid #fff
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-list .item {
        max-width: 25% !important
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+1) {
        border-left: none;
        border-top: none;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+1) {
        padding-left: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+2) {
        border-right: none;
        border-top: none;
        padding-left: 1em;
        padding-right: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+2) {
        border-right: 1px solid #fff;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+3) {
        border-left: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+3) {
        border-top: none;
        border-left: 1px solid #fff;
        padding-top: 0;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+4) {
        border-right: none;
        padding-top: 1em;
        padding-right: 0;
        padding-left: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+4) {
        border-top: none;
        padding-top: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+5) {
        border-top: 1px solid #fff;
        border-left: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+5) {
        border-top: 1px solid #fff;
        border-bottom: none;
        padding-left: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+6) {
        border-top: 1px solid #fff;
        border-right: none;
        padding-top: 1em;
        padding-left: 1em;
        padding-right: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+6) {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: none;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+7) {
        border-top: 1px solid #fff;
        border-left: none;
        border-bottom: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+7) {
        border-bottom: none;
        border-left: 1px solid #fff;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+8) {
        border-right: none;
        border-bottom: none;
        padding-top: 1em;
        padding-right: 0;
        padding-left: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-blue .vt-list .item:nth-child(4n+8) {
        border-top: 1px solid #fff;
        border-bottom: none;
        padding-right: 1em
    }
}

.vt-dividedList-blue .vt-list .item::before {
    content: none !important
}

.vt-dividedList-blue .vt-list .item .vt-list-item-wrapper {
    background-color: transparent !important
}

.vt-dividedList-blue .vt-list .item .vt-list-item-col {
    border-top: none;
    padding: 0
}

.vt-dividedList-blue .vt-list .item [class*=vt-list-item-] {
    color: #fff
}

.vt-dividedList-blue .vt-list .item [class*=vt-list-item-] a {
    color: #fff
}

.vt-dividedList-blue .vt-list .item .vt-list-item-title-link {
    font-weight: 600
}

.vt-dividedList-blue .vt-list .item .vt-list-item-title-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-blue .vt-list .item .vt-list-item-title-link:focus::before {
    outline: 0
}

.vt-dividedList-blue .vt-list .item .vt-list-item-category {
    background-color: #fff
}

.vt-dividedList-blue .vt-list .item .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-blue .vt-list .item .vt-list-item-category .vt-list-item-category-feature, .vt-dividedList-blue .vt-list .item .vt-list-item-category .vt-list-item-category-text {
    color: var(--vt-blue);
    background-color: #fff
}

.vt-dividedList-blue .vt-list .item .vt-list-item-title {
    font-family: Acherus, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4
}

.vt-dividedList-maroon {
    background-color: var(--vt-maroon)
}

.vt-dividedList-maroon > .vt-vtcontainer-content {
    padding: 2em 5%
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon > .vt-vtcontainer-content {
        padding: 2em 10%
    }
}

.vt-dividedList-maroon .vt-listStripe-heading {
    color: #fff;
    font-style: normal;
    text-transform: uppercase
}

.vt-dividedList-maroon .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #fff !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-dividedList-maroon .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-dividedList-maroon .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0 !important;
    text-transform: uppercase
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%
    }
}

.vt-dividedList-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-dividedList-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-dividedList-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #fff !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-dividedList-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #fff !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #fff !important;
    fill: #fff;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-dividedList-maroon .vt-list .vt-list-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 !important
}

.vt-dividedList-maroon .vt-list .item {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 4em;
    border-bottom: 2px solid #fff;
    padding: 1em 0;
    margin: 0 !important
}

@media screen and (min-width: 768px) {
    .vt-dividedList-maroon .vt-list .item {
        max-width: 50% !important;
        border: 1px solid #fff
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-list .item {
        max-width: 25% !important
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+1) {
        border-left: none;
        border-top: none;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+1) {
        padding-left: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+2) {
        border-right: none;
        border-top: none;
        padding-left: 1em;
        padding-right: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+2) {
        border-right: 1px solid #fff;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+3) {
        border-left: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+3) {
        border-top: none;
        border-left: 1px solid #fff;
        padding-top: 0;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+4) {
        border-right: none;
        padding-top: 1em;
        padding-right: 0;
        padding-left: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+4) {
        border-top: none;
        padding-top: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+5) {
        border-top: 1px solid #fff;
        border-left: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+5) {
        border-top: 1px solid #fff;
        border-bottom: none;
        padding-left: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+6) {
        border-top: 1px solid #fff;
        border-right: none;
        padding-top: 1em;
        padding-left: 1em;
        padding-right: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+6) {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: none;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+7) {
        border-top: 1px solid #fff;
        border-left: none;
        border-bottom: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+7) {
        border-bottom: none;
        border-left: 1px solid #fff;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+8) {
        border-right: none;
        border-bottom: none;
        padding-top: 1em;
        padding-right: 0;
        padding-left: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-maroon .vt-list .item:nth-child(4n+8) {
        border-top: 1px solid #fff;
        border-bottom: none;
        padding-right: 1em
    }
}

.vt-dividedList-maroon .vt-list .item::before {
    content: none !important
}

.vt-dividedList-maroon .vt-list .item .vt-list-item-wrapper {
    background-color: transparent !important
}

.vt-dividedList-maroon .vt-list .item .vt-list-item-col {
    border-top: none;
    padding: 0
}

.vt-dividedList-maroon .vt-list .item [class*=vt-list-item-] {
    color: #fff
}

.vt-dividedList-maroon .vt-list .item [class*=vt-list-item-] a {
    color: #fff
}

.vt-dividedList-maroon .vt-list .item .vt-list-item-title-link {
    font-weight: 600
}

.vt-dividedList-maroon .vt-list .item .vt-list-item-title-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-maroon .vt-list .item .vt-list-item-title-link:focus::before {
    outline: 0
}

.vt-dividedList-maroon .vt-list .item .vt-list-item-category {
    background-color: #fff
}

.vt-dividedList-maroon .vt-list .item .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-maroon .vt-list .item .vt-list-item-category .vt-list-item-category-feature, .vt-dividedList-maroon .vt-list .item .vt-list-item-category .vt-list-item-category-text {
    color: var(--vt-maroon);
    background-color: #fff
}

.vt-dividedList-maroon .vt-list .item .vt-list-item-title {
    font-family: Acherus, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4
}

.vt-dividedList-white {
    background-color: var(--vt-white)
}

.vt-dividedList-white > .vt-vtcontainer-content {
    padding: 2em 5%
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white > .vt-vtcontainer-content {
        padding: 2em 10%
    }
}

.vt-dividedList-white .vt-listStripe-heading {
    color: #000;
    font-style: normal;
    text-transform: uppercase
}

.vt-dividedList-white .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #000 !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-dividedList-white .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-dividedList-white .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0 !important;
    text-transform: uppercase
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%
    }
}

.vt-dividedList-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-dividedList-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-dividedList-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #000 !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-dividedList-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #000 !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #000 !important;
    fill: #000;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-dividedList-white .vt-list .vt-list-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 !important
}

.vt-dividedList-white .vt-list .item {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 4em;
    border-bottom: 2px solid #000;
    padding: 1em 0;
    margin: 0 !important
}

@media screen and (min-width: 768px) {
    .vt-dividedList-white .vt-list .item {
        max-width: 50% !important;
        border: 1px solid #000
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-list .item {
        max-width: 25% !important
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+1) {
        border-left: none;
        border-top: none;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+1) {
        padding-left: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+2) {
        border-right: none;
        border-top: none;
        padding-left: 1em;
        padding-right: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+2) {
        border-right: 1px solid #000;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+3) {
        border-left: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+3) {
        border-top: none;
        border-left: 1px solid #000;
        padding-top: 0;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+4) {
        border-right: none;
        padding-top: 1em;
        padding-right: 0;
        padding-left: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+4) {
        border-top: none;
        padding-top: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+5) {
        border-top: 1px solid #000;
        border-left: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+5) {
        border-top: 1px solid #000;
        border-bottom: none;
        padding-left: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+6) {
        border-top: 1px solid #000;
        border-right: none;
        padding-top: 1em;
        padding-left: 1em;
        padding-right: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+6) {
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: none;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+7) {
        border-top: 1px solid #000;
        border-left: none;
        border-bottom: none;
        padding-top: 1em;
        padding-left: 0;
        padding-right: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+7) {
        border-bottom: none;
        border-left: 1px solid #000;
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+8) {
        border-right: none;
        border-bottom: none;
        padding-top: 1em;
        padding-right: 0;
        padding-left: 1em
    }
}

@media screen and (min-width: 992px) {
    .vt-dividedList-white .vt-list .item:nth-child(4n+8) {
        border-top: 1px solid #000;
        border-bottom: none;
        padding-right: 1em
    }
}

.vt-dividedList-white .vt-list .item::before {
    content: none !important
}

.vt-dividedList-white .vt-list .item .vt-list-item-wrapper {
    background-color: transparent !important
}

.vt-dividedList-white .vt-list .item .vt-list-item-col {
    border-top: none;
    padding: 0
}

.vt-dividedList-white .vt-list .item [class*=vt-list-item-] {
    color: #000
}

.vt-dividedList-white .vt-list .item [class*=vt-list-item-] a {
    color: #000
}

.vt-dividedList-white .vt-list .item .vt-list-item-title-link {
    font-weight: 600
}

.vt-dividedList-white .vt-list .item .vt-list-item-title-link:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-white .vt-list .item .vt-list-item-title-link:focus::before {
    outline: 0
}

.vt-dividedList-white .vt-list .item .vt-list-item-category {
    background-color: #000
}

.vt-dividedList-white .vt-list .item .vt-list-item-category:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-dividedList-white .vt-list .item .vt-list-item-category .vt-list-item-category-feature, .vt-dividedList-white .vt-list .item .vt-list-item-category .vt-list-item-category-text {
    color: var(--vt-white);
    background-color: #000
}

.vt-dividedList-white .vt-list .item .vt-list-item-title {
    font-family: Acherus, sans-serif;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4
}

.vt-listStripe {
    background: rgba(229, 225, 230, .2);
    position: relative
}

.vt-listStripe > .vt-vtcontainer-content {
    width: auto;
    padding: 2em 5%
}

@media screen and (min-width: 992px) {
    .vt-listStripe > .vt-vtcontainer-content {
        padding: 2em 10%
    }
}

.vt-listStripe .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe .vt-listStripe-button a {
    color: #000;
    text-decoration: none
}

.vt-listStripe .vt-listStripe-button a:hover {
    border-bottom: 1px solid #000
}

.vt-listStripe .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-maroon {
    background-color: var(--vt-maroon-1s);
    border-bottom: 2px solid var(--vt-purple-4t)
}

.vt-listStripe-maroon > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-maroon .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-maroon-6t) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-maroon .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-maroon .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-maroon .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-maroon-6t) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-maroon-6t) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-maroon .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-maroon-6t) !important;
    fill: var(--vt-maroon-6t);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-maroon .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-maroon .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-maroon .vt-listStripe-button a {
    color: var(--vt-maroon-6t);
    text-decoration: none
}

.vt-listStripe-maroon .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-maroon-6t)
}

.vt-listStripe-maroon .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-maroon-6t);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-maroon .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-maroon .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-maroon-4s) !important
}

.vt-listStripe-maroon .vt-list .vt_feed_items > li, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: var(--vt-maroon-4s)
}

.vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-maroon .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-maroon .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-maroon .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-maroon .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-maroon .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-maroon-6t);
    color: var(--vt-maroon-6t)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-maroon .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-maroon .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-maroon .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-maroon-6t) !important
}

.vt-listStripe-maroon .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-maroon .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-maroon .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-maroon .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-maroon .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-maroon .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-maroon .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-maroon .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-maroon .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-maroon .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-maroon .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-maroon .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-maroon .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-listStripe-maroon .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-maroon .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-listStripe-maroon .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-maroon .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-maroon .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-listStripe-maroon .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-listStripe-maroon .vt-related-content {
    margin: 0
}

.vt-listStripe-burntOrangeWeb {
    background-color: var(--vt-burntOrangeWeb-2s);
    border-bottom: 2px solid var(--vt-sunset)
}

.vt-listStripe-burntOrangeWeb > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-burntOrangeWeb-8t) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-burntOrangeWeb .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-burntOrangeWeb .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-burntOrangeWeb .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-burntOrangeWeb-8t) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-burntOrangeWeb-8t) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-burntOrangeWeb-8t) !important;
    fill: var(--vt-burntOrangeWeb-8t);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-button a {
    color: var(--vt-burntOrangeWeb-8t);
    text-decoration: none
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-burntOrangeWeb-8t)
}

.vt-listStripe-burntOrangeWeb .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-burntOrangeWeb-8t);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-burntOrangeWeb .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-burntOrangeWeb .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-burntOrangeWeb-4s) !important
}

.vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: var(--vt-burntOrangeWeb-4s)
}

.vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-burntOrangeWeb .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-burntOrangeWeb .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-burntOrangeWeb .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-burntOrangeWeb .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-burntOrangeWeb .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-burntOrangeWeb-8t);
    color: var(--vt-burntOrangeWeb-8t)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-burntOrangeWeb .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-burntOrangeWeb .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-burntOrangeWeb .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-burntOrangeWeb-8t) !important
}

.vt-listStripe-burntOrangeWeb .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-burntOrangeWeb .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-burntOrangeWeb .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-burntOrangeWeb .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-burntOrangeWeb .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-burntOrangeWeb .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-burntOrangeWeb .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-burntOrangeWeb .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-burntOrangeWeb .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-listStripe-burntOrangeWeb .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-listStripe-burntOrangeWeb .vt-related-content {
    margin: 0
}

.vt-listStripe-hokieStone {
    background-color: var(--vt-hokieStone-2s);
    border-bottom: 2px solid var(--vt-teal-2t)
}

.vt-listStripe-hokieStone > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-hokieStone .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-hokieStone-8t) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-hokieStone .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-hokieStone .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-hokieStone .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-hokieStone .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-hokieStone .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-hokieStone .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-hokieStone .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-hokieStone .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-hokieStone-8t) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-hokieStone .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-hokieStone-8t) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-hokieStone .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-hokieStone-8t) !important;
    fill: var(--vt-hokieStone-8t);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-hokieStone .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-hokieStone .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-hokieStone .vt-listStripe-button a {
    color: var(--vt-hokieStone-8t);
    text-decoration: none
}

.vt-listStripe-hokieStone .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-hokieStone-8t)
}

.vt-listStripe-hokieStone .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-hokieStone-8t);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-hokieStone .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-hokieStone .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-hokieStone-4s) !important
}

.vt-listStripe-hokieStone .vt-list .vt_feed_items > li, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: var(--vt-hokieStone-4s)
}

.vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-hokieStone .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-hokieStone .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-hokieStone .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-hokieStone .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-hokieStone .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-hokieStone-8t);
    color: var(--vt-hokieStone-8t)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-hokieStone .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-hokieStone .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-hokieStone .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-hokieStone-8t) !important
}

.vt-listStripe-hokieStone .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-hokieStone .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-hokieStone .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-hokieStone .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-hokieStone .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-hokieStone .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-hokieStone .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-hokieStone .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-hokieStone .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-listStripe-hokieStone .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-hokieStone .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-listStripe-hokieStone .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-hokieStone .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-hokieStone .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-listStripe-hokieStone .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-listStripe-hokieStone .vt-related-content {
    margin: 0
}

.vt-listStripe-blue {
    background-color: var(--vt-blue-1s);
    border-bottom: 2px solid var(--vt-turquoise-3s)
}

.vt-listStripe-blue > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-blue .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-blue-6t) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-blue .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-blue .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-blue .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-blue-6t) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-blue-6t) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-blue .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-blue-6t) !important;
    fill: var(--vt-blue-6t);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-blue .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-blue .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-blue .vt-listStripe-button a {
    color: var(--vt-blue-6t);
    text-decoration: none
}

.vt-listStripe-blue .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-blue-6t)
}

.vt-listStripe-blue .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-blue-6t);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-blue .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-blue .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-blue-4s) !important
}

.vt-listStripe-blue .vt-list .vt_feed_items > li, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: var(--vt-blue-4s)
}

.vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-blue .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-blue .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-blue .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-blue .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-blue .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-blue-6t);
    color: var(--vt-blue-6t)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-blue .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-blue .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-blue .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-blue-6t) !important
}

.vt-listStripe-blue .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-blue .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-blue .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-blue .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-blue .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-blue .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-blue .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-blue .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-blue .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-blue .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-blue .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-blue .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-blue .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-listStripe-blue .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-blue .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-listStripe-blue .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-blue .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-blue .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-listStripe-blue .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-listStripe-blue .vt-related-content {
    margin: 0
}

.vt-listStripe-purple {
    background-color: var(--vt-purple);
    border-bottom: 2px solid var(--vt-pink-2t)
}

.vt-listStripe-purple > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-purple .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-purple-6t) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-purple .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-purple .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-purple .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-purple .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-purple .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-purple .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-purple .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-purple .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-purple-6t) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-purple .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-purple-6t) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-purple .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-purple-6t) !important;
    fill: var(--vt-purple-6t);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-purple .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-purple .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-purple .vt-listStripe-button a {
    color: var(--vt-purple-6t);
    text-decoration: none
}

.vt-listStripe-purple .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-purple-6t)
}

.vt-listStripe-purple .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-purple-6t);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-purple .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-purple .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-purple-4s) !important
}

.vt-listStripe-purple .vt-list .vt_feed_items > li, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: var(--vt-purple-4s)
}

.vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-purple .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-purple .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-purple .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-purple .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-purple .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-purple-6t);
    color: var(--vt-purple-6t)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-purple .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-purple .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-purple .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-purple-6t) !important
}

.vt-listStripe-purple .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-purple .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-purple .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-purple .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-purple .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-purple .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-purple .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-purple .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-purple .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-purple .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-purple .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-purple .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-purple .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-listStripe-purple .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-purple .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-listStripe-purple .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-purple .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-purple .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-listStripe-purple .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-listStripe-purple .vt-related-content {
    margin: 0
}

.vt-listStripe-teal {
    background-color: var(--vt-teal-2s);
    border-bottom: 2px solid var(--vt-turquoise-2s)
}

.vt-listStripe-teal > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-teal .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-teal-8t) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-teal .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-teal .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-teal .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-teal .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-teal .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-teal .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-teal .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-teal .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-teal-8t) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-teal .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-teal-8t) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-teal .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-teal-8t) !important;
    fill: var(--vt-teal-8t);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-teal .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-teal .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-teal .vt-listStripe-button a {
    color: var(--vt-teal-8t);
    text-decoration: none
}

.vt-listStripe-teal .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-teal-8t)
}

.vt-listStripe-teal .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-teal-8t);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-teal .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-teal .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-teal-4s) !important
}

.vt-listStripe-teal .vt-list .vt_feed_items > li, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: var(--vt-teal-4s)
}

.vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-teal .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-teal .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-teal .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-teal .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-teal .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-teal-8t);
    color: var(--vt-teal-8t)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-teal .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-teal .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-teal .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-teal-8t) !important
}

.vt-listStripe-teal .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-teal .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-teal .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-teal .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-teal .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-teal .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-teal .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-teal .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-teal .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-teal .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-teal .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-teal .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-teal .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-listStripe-teal .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-teal .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-listStripe-teal .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-teal .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-teal .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-listStripe-teal .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-listStripe-teal .vt-related-content {
    margin: 0
}

.vt-listStripe-red {
    background-color: #d90000;
    border-bottom: 2px solid var(--vt-turquoise-1s)
}

.vt-listStripe-red > .vt-vtcontainer-content {
    width: auto;
    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;
    font-style: normal
}

.vt-listStripe-red .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #ffebeb !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-red .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-red .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-red .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-red .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-red .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-red .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-red .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-red .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #ffebeb !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-red .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #ffebeb !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-red .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #ffebeb !important;
    fill: #ffebeb;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-red .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-red .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-red .vt-listStripe-button a {
    color: #ffebeb;
    text-decoration: none
}

.vt-listStripe-red .vt-listStripe-button a:hover {
    border-bottom: 1px solid #ffebeb
}

.vt-listStripe-red .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: #ffebeb;
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-red .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-red .vt-list .vt-list-item-wrapper {
    background-color: #a60000 !important
}

.vt-listStripe-red .vt-list .vt_feed_items > li, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: #a60000
}

.vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-red .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-red .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-red .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-red .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-red .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: #ffebeb;
    color: #ffebeb
}

@media screen and (max-width: 991px) {
    .vt-listStripe-red .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-red .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-red .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px #ffebeb !important
}

.vt-listStripe-red .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-red .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-red .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-red .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-red .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-red .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-red .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-red .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-red .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-red .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-red .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-red .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-red .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-listStripe-red .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-red .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-listStripe-red .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-red .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-red .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-listStripe-red .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-listStripe-red .vt-related-content {
    margin: 0
}

.vt-listStripe-green {
    background-color: #0c7d0c;
    border-bottom: 2px solid var(--vt-yellow)
}

.vt-listStripe-green > .vt-vtcontainer-content {
    width: auto;
    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: #cfc;
    font-style: normal
}

.vt-listStripe-green .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #cfc !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-green .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-green .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-green .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-green .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-green .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-green .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-green .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-green .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #cfc !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-green .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #cfc !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-green .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #cfc !important;
    fill: #cfc;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-green .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-green .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-green .vt-listStripe-button a {
    color: #cfc;
    text-decoration: none
}

.vt-listStripe-green .vt-listStripe-button a:hover {
    border-bottom: 1px solid #cfc
}

.vt-listStripe-green .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: #cfc;
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-green .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-green .vt-list .vt-list-item-wrapper {
    background-color: #095c09 !important
}

.vt-listStripe-green .vt-list .vt_feed_items > li, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: #095c09
}

.vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-green .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-green .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-green .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-green .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-green .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: #cfc;
    color: #cfc
}

@media screen and (max-width: 991px) {
    .vt-listStripe-green .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-green .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-green .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px #cfc !important
}

.vt-listStripe-green .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-green .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-green .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-green .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-green .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-green .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-green .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-green .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-green .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-green .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-green .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-green .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-green .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-listStripe-green .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-green .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-listStripe-green .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-green .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-green .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-listStripe-green .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-listStripe-green .vt-related-content {
    margin: 0
}

.vt-listStripe-pink {
    background-color: var(--vt-pink);
    border-bottom: 2px solid var(--vt-turquoise)
}

.vt-listStripe-pink > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-pink .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-pink-8t) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-pink .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-pink .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-pink .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-pink .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-pink .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-pink .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-pink .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-pink .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-pink-8t) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-pink .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-pink-8t) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-pink .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-pink-8t) !important;
    fill: var(--vt-pink-8t);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-pink .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-pink .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-pink .vt-listStripe-button a {
    color: var(--vt-pink-8t);
    text-decoration: none
}

.vt-listStripe-pink .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-pink-8t)
}

.vt-listStripe-pink .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-pink-8t);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-pink .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-pink .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-pink-4s) !important
}

.vt-listStripe-pink .vt-list .vt_feed_items > li, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: var(--vt-pink-4s)
}

.vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-pink .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-pink .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-pink .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-pink .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-pink .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-pink-8t);
    color: var(--vt-pink-8t)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-pink .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-pink .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-pink .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-pink-8t) !important
}

.vt-listStripe-pink .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-pink .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-pink .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-pink .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-pink .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-pink .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-pink .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-pink .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-pink .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-pink .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-pink .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-pink .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-pink .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-listStripe-pink .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-pink .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-listStripe-pink .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-pink .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-pink .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-listStripe-pink .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-listStripe-pink .vt-related-content {
    margin: 0
}

.vt-listStripe-black {
    background-color: #000;
    border-bottom: 2px solid var(--vt-burntOrangeWeb-2t)
}

.vt-listStripe-black > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-black .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-smoke-3s) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-black .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-black .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-black .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-smoke-3s) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-smoke-3s) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-smoke-3s) !important;
    fill: var(--vt-smoke-3s);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-black .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-black .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-black .vt-listStripe-button a {
    color: var(--vt-smoke-3s);
    text-decoration: none
}

.vt-listStripe-black .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-smoke-3s)
}

.vt-listStripe-black .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-smoke-3s);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-black .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-black .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-white-8s) !important
}

.vt-listStripe-black .vt-list .vt_feed_items > li, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: var(--vt-white-8s)
}

.vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-black .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-black .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-black .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-smoke-3s);
    color: var(--vt-smoke-3s)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-black .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-black .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-black .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-smoke-3s) !important
}

.vt-listStripe-black .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-black .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-black .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-black .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-black .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-black .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-black .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-black .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-listStripe-black .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-listStripe-black .vt-related-content {
    margin: 0
}

.vt-listStripe-yellow {
    background-color: var(--vt-yellow-4t);
    border-bottom: 2px solid var(--vt-hokieStone-2s)
}

.vt-listStripe-yellow > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-yellow .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-hokieStone-2s) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-yellow .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-yellow .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-yellow .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-yellow .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-yellow .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-yellow .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-yellow .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-yellow .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-hokieStone-2s) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-yellow .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-hokieStone-2s) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-yellow .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-hokieStone-2s) !important;
    fill: var(--vt-hokieStone-2s);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-yellow .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-yellow .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-yellow .vt-listStripe-button a {
    color: var(--vt-hokieStone-2s);
    text-decoration: none
}

.vt-listStripe-yellow .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-hokieStone-2s)
}

.vt-listStripe-yellow .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-hokieStone-2s);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-yellow .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-yellow .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-yellow) !important
}

.vt-listStripe-yellow .vt-list .vt_feed_items > li, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row {
    color: #000;
    background-color: var(--vt-yellow)
}

.vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #000
}

@media screen and (min-width: 992px) {
    .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #000
}

.vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #000
}

.vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #000;
    color: #fff
}

.vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #000;
    color: #fff
}

.vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-yellow .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-yellow .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-yellow .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-yellow .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-yellow .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-hokieStone-2s);
    color: var(--vt-hokieStone-2s)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-yellow .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-yellow .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-yellow .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-hokieStone-2s) !important
}

.vt-listStripe-yellow .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-yellow .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-yellow .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-yellow .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-yellow .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-yellow .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-yellow .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-yellow .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-yellow .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-yellow .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-yellow .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-yellow .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-yellow .vt-list .vt-pagination-controls {
    border-top: 1px solid #fff
}

.vt-listStripe-yellow .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-yellow .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #000
}

.vt-listStripe-yellow .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-yellow .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-yellow .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #000
}

.vt-listStripe-yellow .vt-list .vt-tag-results-total {
    color: #000
}

.vt-listStripe-yellow .vt-related-content {
    margin: 0
}

.vt-listStripe-sand {
    background-color: var(--vt-grey-4t);
    border-bottom: 2px solid var(--vt-grey-5s)
}

.vt-listStripe-sand > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-sand .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-grey-5s) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-sand .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-sand .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-sand .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-sand .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-sand .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-sand .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-sand .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-sand .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-grey-5s) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-sand .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-grey-5s) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-sand .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-grey-5s) !important;
    fill: var(--vt-grey-5s);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-sand .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-sand .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-sand .vt-listStripe-button a {
    color: var(--vt-grey-5s);
    text-decoration: none
}

.vt-listStripe-sand .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-grey-5s)
}

.vt-listStripe-sand .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-grey-5s);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-sand .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-sand .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-grey) !important
}

.vt-listStripe-sand .vt-list .vt_feed_items > li, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row {
    color: #000;
    background-color: var(--vt-grey)
}

.vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #000
}

@media screen and (min-width: 992px) {
    .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #000
}

.vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #000
}

.vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #000;
    color: #fff
}

.vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #000;
    color: #fff
}

.vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-sand .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-sand .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-sand .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-sand .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-sand .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-grey-5s);
    color: var(--vt-grey-5s)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-sand .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-sand .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-sand .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-grey-5s) !important
}

.vt-listStripe-sand .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-sand .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-sand .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-sand .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-sand .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-sand .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-sand .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-sand .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-sand .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-sand .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-sand .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-sand .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-sand .vt-list .vt-pagination-controls {
    border-top: 1px solid #fff
}

.vt-listStripe-sand .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-sand .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #000
}

.vt-listStripe-sand .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-sand .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-sand .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #000
}

.vt-listStripe-sand .vt-list .vt-tag-results-total {
    color: #000
}

.vt-listStripe-sand .vt-related-content {
    margin: 0
}

.vt-listStripe-turquoise {
    background-color: var(--vt-turquoise-4t);
    border-bottom: 2px solid var(--vt-turquoise-5s)
}

.vt-listStripe-turquoise > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-turquoise .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-turquoise-6s) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-turquoise .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-turquoise .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-turquoise .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-turquoise .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-turquoise .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-turquoise .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-turquoise .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-turquoise .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-turquoise-6s) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-turquoise .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-turquoise-6s) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-turquoise .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-turquoise-6s) !important;
    fill: var(--vt-turquoise-6s);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-turquoise .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-turquoise .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-turquoise .vt-listStripe-button a {
    color: var(--vt-turquoise-6s);
    text-decoration: none
}

.vt-listStripe-turquoise .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-turquoise-6s)
}

.vt-listStripe-turquoise .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-turquoise-6s);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-turquoise .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-turquoise .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-turquoise) !important
}

.vt-listStripe-turquoise .vt-list .vt_feed_items > li, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row {
    color: #000;
    background-color: var(--vt-turquoise)
}

.vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #000
}

@media screen and (min-width: 992px) {
    .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #000
}

.vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #000
}

.vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #000;
    color: #fff
}

.vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #000;
    color: #fff
}

.vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-turquoise .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-turquoise .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-turquoise .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-turquoise .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-turquoise .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-turquoise-6s);
    color: var(--vt-turquoise-6s)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-turquoise .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-turquoise .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-turquoise .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-turquoise-6s) !important
}

.vt-listStripe-turquoise .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-turquoise .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-turquoise .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-turquoise .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-turquoise .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-turquoise .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-turquoise .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-turquoise .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-turquoise .vt-list .vt-pagination-controls {
    border-top: 1px solid #fff
}

.vt-listStripe-turquoise .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-turquoise .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #000
}

.vt-listStripe-turquoise .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-turquoise .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-turquoise .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #000
}

.vt-listStripe-turquoise .vt-list .vt-tag-results-total {
    color: #000
}

.vt-listStripe-turquoise .vt-related-content {
    margin: 0
}

.vt-listStripe-smoke {
    background-color: var(--vt-smoke);
    border-bottom: 2px solid var(--vt-smoke-5s)
}

.vt-listStripe-smoke > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-smoke .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-smoke-6s) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-smoke-6s) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-smoke-6s) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-smoke-6s) !important;
    fill: var(--vt-smoke-6s);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-smoke .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-smoke .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-smoke .vt-listStripe-button a {
    color: var(--vt-smoke-6s);
    text-decoration: none
}

.vt-listStripe-smoke .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-smoke-6s)
}

.vt-listStripe-smoke .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-smoke-6s);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-smoke .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-smoke .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-smoke-1s) !important
}

.vt-listStripe-smoke .vt-list .vt_feed_items > li, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row {
    color: #000;
    background-color: var(--vt-smoke-1s)
}

.vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #000
}

@media screen and (min-width: 992px) {
    .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #000
}

.vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #000
}

.vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #000;
    color: #fff
}

.vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #000;
    color: #fff
}

.vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-smoke .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-smoke .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-smoke .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-smoke-6s);
    color: var(--vt-smoke-6s)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-smoke .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-smoke .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-smoke .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-smoke-6s) !important
}

.vt-listStripe-smoke .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-smoke .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-smoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-smoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-smoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-smoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-smoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-smoke .vt-list .vt-pagination-controls {
    border-top: 1px solid #fff
}

.vt-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #000
}

.vt-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #000
}

.vt-listStripe-smoke .vt-list .vt-tag-results-total {
    color: #000
}

.vt-listStripe-smoke .vt-related-content {
    margin: 0
}

.vt-listStripe-white {
    background-color: var(--vt-white);
    border-bottom: 2px solid var(--vt-maroon-4t)
}

.vt-listStripe-white > .vt-vtcontainer-content {
    width: auto;
    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);
    font-style: normal
}

.vt-listStripe-white .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: var(--vt-white-5s) !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-listStripe-white .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-white .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-white .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: var(--vt-white-5s) !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: var(--vt-white-5s) !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: var(--vt-white-5s) !important;
    fill: var(--vt-white-5s);
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-white .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-listStripe-white .vt-listStripe-button p {
    margin: 0
}

.vt-listStripe-white .vt-listStripe-button a {
    color: var(--vt-white-5s);
    text-decoration: none
}

.vt-listStripe-white .vt-listStripe-button a:hover {
    border-bottom: 1px solid var(--vt-white-5s)
}

.vt-listStripe-white .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: var(--vt-white-5s);
    width: .67em;
    margin-left: .25em
}

.vt-listStripe-white .vt-list {
    margin-bottom: 0 !important
}

.vt-listStripe-white .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-white) !important
}

.vt-listStripe-white .vt-list .vt_feed_items > li, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row {
    color: #000;
    background-color: var(--vt-white)
}

.vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #000
}

@media screen and (min-width: 992px) {
    .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-title, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #000
}

.vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-date, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-description, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-time, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #000
}

.vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #000;
    color: #fff
}

.vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #000;
    color: #fff
}

.vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-white .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-listStripe-white .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-white .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: var(--vt-white-5s);
    color: var(--vt-white-5s)
}

@media screen and (max-width: 991px) {
    .vt-listStripe-white .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-listStripe-white .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-listStripe-white .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px var(--vt-white-5s) !important
}

.vt-listStripe-white .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-listStripe-white .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-white .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-white .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-listStripe-white .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-listStripe-white .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-listStripe-white .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-listStripe-white .vt-list .vt-pagination-controls {
    border-top: 1px solid #fff
}

.vt-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #000
}

.vt-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #000
}

.vt-listStripe-white .vt-list .vt-tag-results-total {
    color: #000
}

.vt-listStripe-white .vt-related-content {
    margin: 0
}

.vt-vtx-listStripe-white {
    background-color: var(--vt-white);
    border-bottom: 2px solid #ca4f00
}

.vt-vtx-listStripe-white > .vt-vtcontainer-content {
    width: auto;
    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: #000;
    font-style: normal
}

.vt-vtx-listStripe-white .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #000 !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-vtx-listStripe-white .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-vtx-listStripe-white .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-white .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #000 !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-vtx-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #000 !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-white .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #000 !important;
    fill: #000;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-white .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-vtx-listStripe-white .vt-listStripe-button p {
    margin: 0
}

.vt-vtx-listStripe-white .vt-listStripe-button a {
    color: #000;
    text-decoration: none
}

.vt-vtx-listStripe-white .vt-listStripe-button a:hover {
    border-bottom: 1px solid #000
}

.vt-vtx-listStripe-white .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: #000;
    width: .67em;
    margin-left: .25em
}

.vt-vtx-listStripe-white .vt-list {
    margin-bottom: 0 !important
}

.vt-vtx-listStripe-white .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-white) !important
}

.vt-vtx-listStripe-white .vt-list .vt_feed_items > li, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row {
    color: #000;
    background-color: var(--vt-white)
}

.vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #000
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #000
}

.vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-date, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-description, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-time, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #000
}

.vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #000;
    color: #fff
}

.vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #000;
    color: #fff
}

.vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-vtx-listStripe-white .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-vtx-listStripe-white .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-white .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-vtx-listStripe-white .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-white .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: #000;
    color: #000
}

@media screen and (max-width: 991px) {
    .vt-vtx-listStripe-white .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-white .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-vtx-listStripe-white .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px #000 !important
}

.vt-vtx-listStripe-white .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-white .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-white .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-white .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-white .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-vtx-listStripe-white .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-vtx-listStripe-white .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-white .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-vtx-listStripe-white .vt-list .vt-pagination-controls {
    border-top: 1px solid #fff
}

.vt-vtx-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-vtx-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #000
}

.vt-vtx-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-vtx-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-vtx-listStripe-white .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #000
}

.vt-vtx-listStripe-white .vt-list .vt-tag-results-total {
    color: #000
}

.vt-vtx-listStripe-white .vt-related-content {
    margin: 0
}

.vt-vtx-listStripe-white .vt-listStripe-heading h2, .vt-vtx-listStripe-white .vt-related-content h2 {
    font-size: 2em !important;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal
}

.vt-vtx-listStripe-white .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-white .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-white .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-white .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-white .vt-listStripe-heading-viewAll p a {
    color: #000 !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.vt-vtx-listStripe-white .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #000 !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-white .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #000 !important;
    fill: #000;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-black {
    background-color: #000;
    border-bottom: 2px solid #ca4f00
}

.vt-vtx-listStripe-black > .vt-vtcontainer-content {
    width: auto;
    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: #fff;
    font-style: normal
}

.vt-vtx-listStripe-black .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #fff !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-vtx-listStripe-black .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-vtx-listStripe-black .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-black .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #fff !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-vtx-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #fff !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-black .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #fff !important;
    fill: #fff;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-black .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-vtx-listStripe-black .vt-listStripe-button p {
    margin: 0
}

.vt-vtx-listStripe-black .vt-listStripe-button a {
    color: #fff;
    text-decoration: none
}

.vt-vtx-listStripe-black .vt-listStripe-button a:hover {
    border-bottom: 1px solid #fff
}

.vt-vtx-listStripe-black .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
    width: .67em;
    margin-left: .25em
}

.vt-vtx-listStripe-black .vt-list {
    margin-bottom: 0 !important
}

.vt-vtx-listStripe-black .vt-list .vt-list-item-wrapper {
    background-color: #000 !important
}

.vt-vtx-listStripe-black .vt-list .vt_feed_items > li, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: #000
}

.vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-date, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-description, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-time, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-vtx-listStripe-black .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-vtx-listStripe-black .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-black .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-vtx-listStripe-black .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-black .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: #fff;
    color: #fff
}

@media screen and (max-width: 991px) {
    .vt-vtx-listStripe-black .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-black .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-vtx-listStripe-black .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px #fff !important
}

.vt-vtx-listStripe-black .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-black .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-black .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-black .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-black .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-vtx-listStripe-black .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-vtx-listStripe-black .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-black .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-vtx-listStripe-black .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-vtx-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-vtx-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-vtx-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-vtx-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-vtx-listStripe-black .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-vtx-listStripe-black .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-vtx-listStripe-black .vt-related-content {
    margin: 0
}

.vt-vtx-listStripe-black .vt-listStripe-heading h2, .vt-vtx-listStripe-black .vt-related-content h2 {
    font-weight: 600;
    font-size: 2em !important;
    font-style: normal;
    text-transform: uppercase
}

.vt-vtx-listStripe-black .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-black .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-black .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-black .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-black .vt-listStripe-heading-viewAll p a {
    color: #fff !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.vt-vtx-listStripe-black .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #fff !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-black .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #fff !important;
    fill: #fff;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-darkgray {
    background-color: var(--vt-hokieStone-8s);
    border-bottom: 2px solid #ca4f00
}

.vt-vtx-listStripe-darkgray > .vt-vtcontainer-content {
    width: auto;
    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: #fff;
    font-style: normal
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #fff !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-darkgray .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #fff !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #fff !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #fff !important;
    fill: #fff;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-darkgray .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-vtx-listStripe-darkgray .vt-listStripe-button p {
    margin: 0
}

.vt-vtx-listStripe-darkgray .vt-listStripe-button a {
    color: #fff;
    text-decoration: none
}

.vt-vtx-listStripe-darkgray .vt-listStripe-button a:hover {
    border-bottom: 1px solid #fff
}

.vt-vtx-listStripe-darkgray .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
    width: .67em;
    margin-left: .25em
}

.vt-vtx-listStripe-darkgray .vt-list {
    margin-bottom: 0 !important
}

.vt-vtx-listStripe-darkgray .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-hokieStone-8s) !important
}

.vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: var(--vt-hokieStone-8s)
}

.vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-date, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-description, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-time, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-darkgray .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-vtx-listStripe-darkgray .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-darkgray .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: #fff;
    color: #fff
}

@media screen and (max-width: 991px) {
    .vt-vtx-listStripe-darkgray .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-darkgray .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-vtx-listStripe-darkgray .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px #fff !important
}

.vt-vtx-listStripe-darkgray .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-darkgray .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

.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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 - .5em) / 2 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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 - .5em) / 2 * .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 * .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 * .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%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        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-img, .vt-vtx-listStripe-darkgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-darkgray .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-darkgray .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-vtx-listStripe-darkgray .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-vtx-listStripe-darkgray .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-darkgray .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-vtx-listStripe-darkgray .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-vtx-listStripe-darkgray .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-vtx-listStripe-darkgray .vt-related-content {
    margin: 0
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading h2, .vt-vtx-listStripe-darkgray .vt-related-content h2 {
    font-weight: 600;
    font-size: 2em !important;
    font-style: normal;
    text-transform: uppercase
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-darkgray .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-darkgray .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading-viewAll p a {
    color: #fff !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #fff !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-darkgray .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #fff !important;
    fill: #fff;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-lightgray {
    background-color: var(--vt-hokieStone-4s);
    border-bottom: 2px solid #ca4f00
}

.vt-vtx-listStripe-lightgray > .vt-vtcontainer-content {
    width: auto;
    padding: 2em 5%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray > .vt-vtcontainer-content {
        padding: 2em 10%
    }
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading {
    color: #fff;
    font-style: normal
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #fff !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #fff !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #fff !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #fff !important;
    fill: #fff;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-lightgray .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-vtx-listStripe-lightgray .vt-listStripe-button p {
    margin: 0
}

.vt-vtx-listStripe-lightgray .vt-listStripe-button a {
    color: #fff;
    text-decoration: none
}

.vt-vtx-listStripe-lightgray .vt-listStripe-button a:hover {
    border-bottom: 1px solid #fff
}

.vt-vtx-listStripe-lightgray .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
    width: .67em;
    margin-left: .25em
}

.vt-vtx-listStripe-lightgray .vt-list {
    margin-bottom: 0 !important
}

.vt-vtx-listStripe-lightgray .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-hokieStone-4s) !important
}

.vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row {
    color: #fff;
    background-color: var(--vt-hokieStone-4s)
}

.vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #fff
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #fff
}

.vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-date, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-description, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-time, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #fff
}

.vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #fff;
    color: #000
}

.vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #fff;
    color: #000
}

.vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-vtx-listStripe-lightgray .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-vtx-listStripe-lightgray .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-lightgray .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-vtx-listStripe-lightgray .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-lightgray .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: #fff;
    color: #fff
}

@media screen and (max-width: 991px) {
    .vt-vtx-listStripe-lightgray .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-lightgray .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-vtx-listStripe-lightgray .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px #fff !important
}

.vt-vtx-listStripe-lightgray .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.vt-vtx-listStripe-lightgray .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-lightgray .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: 45vw
    }
}

.vt-vtx-listStripe-lightgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 26.6666666667vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
        font-size: 83%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightgray .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-lightgray .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .9)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 15vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 13.3333333333vw
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightgray .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-lightgray .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - 1em) / 3 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightgray .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-lightgray .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .9)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightgray .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 * .8)
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 15vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 13.3333333333vw
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 6.6666666667vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 83%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightgray .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-lightgray .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .9)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - 1em) / 3 * .8)
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - 2em) / 6 * .8)
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 15vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-lightgray .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-lightgray .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-vtx-listStripe-lightgray .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-vtx-listStripe-lightgray .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-lightgray .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-vtx-listStripe-lightgray .vt-list .vt-pagination-controls {
    border-top: 1px solid #000
}

.vt-vtx-listStripe-lightgray .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-vtx-listStripe-lightgray .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #fff
}

.vt-vtx-listStripe-lightgray .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-vtx-listStripe-lightgray .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-vtx-listStripe-lightgray .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #fff
}

.vt-vtx-listStripe-lightgray .vt-list .vt-tag-results-total {
    color: #fff
}

.vt-vtx-listStripe-lightgray .vt-related-content {
    margin: 0
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading h2, .vt-vtx-listStripe-lightgray .vt-related-content h2 {
    font-weight: 600;
    font-size: 2em !important;
    font-style: normal;
    text-transform: uppercase
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightgray .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading-viewAll p a {
    color: #fff !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #fff !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-lightgray .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #fff !important;
    fill: #fff;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-smoke {
    background-color: var(--vt-smoke);
    border-bottom: 2px solid #000
}

.vt-vtx-listStripe-smoke > .vt-vtcontainer-content {
    width: auto;
    padding: 2em 5%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke > .vt-vtcontainer-content {
        padding: 2em 10%
    }
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading {
    color: #000;
    font-style: normal
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #000 !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #000 !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #000 !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #000 !important;
    fill: #000;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-smoke .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-vtx-listStripe-smoke .vt-listStripe-button p {
    margin: 0
}

.vt-vtx-listStripe-smoke .vt-listStripe-button a {
    color: #000;
    text-decoration: none
}

.vt-vtx-listStripe-smoke .vt-listStripe-button a:hover {
    border-bottom: 1px solid #000
}

.vt-vtx-listStripe-smoke .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: #000;
    width: .67em;
    margin-left: .25em
}

.vt-vtx-listStripe-smoke .vt-list {
    margin-bottom: 0 !important
}

.vt-vtx-listStripe-smoke .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-smoke) !important
}

.vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row {
    color: #000;
    background-color: var(--vt-smoke)
}

.vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #000
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #000
}

.vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-date, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-description, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-time, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #000
}

.vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #000;
    color: #fff
}

.vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #000;
    color: #fff
}

.vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-vtx-listStripe-smoke .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-vtx-listStripe-smoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-smoke .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-vtx-listStripe-smoke .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-smoke .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: #000;
    color: #000
}

@media screen and (max-width: 991px) {
    .vt-vtx-listStripe-smoke .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-smoke .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-vtx-listStripe-smoke .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px #000 !important
}

.vt-vtx-listStripe-smoke .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.vt-vtx-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-vtx-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: 45vw
    }
}

.vt-vtx-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 26.6666666667vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
        font-size: 83%;
        margin-bottom: 0
    }
}

.vt-vtx-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-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .9)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 15vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 13.3333333333vw
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.vt-vtx-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-vtx-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 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.vt-vtx-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-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .9)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-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 * .8)
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 15vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 13.3333333333vw
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 6.6666666667vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 83%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.vt-vtx-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-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .9)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-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 * .8)
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-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 * .8)
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 15vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-smoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-smoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-vtx-listStripe-smoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-vtx-listStripe-smoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-smoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-vtx-listStripe-smoke .vt-list .vt-pagination-controls {
    border-top: 1px solid #fff
}

.vt-vtx-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-vtx-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #000
}

.vt-vtx-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-vtx-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-vtx-listStripe-smoke .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #000
}

.vt-vtx-listStripe-smoke .vt-list .vt-tag-results-total {
    color: #000
}

.vt-vtx-listStripe-smoke .vt-related-content {
    margin: 0
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading h2, .vt-vtx-listStripe-smoke .vt-related-content h2 {
    font-weight: 600;
    font-size: 2em !important;
    font-style: normal;
    text-transform: uppercase
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-smoke .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading-viewAll p a {
    color: #000 !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #000 !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-smoke .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #000 !important;
    fill: #000;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-lightsmoke {
    background-color: var(--vt-smoke-7t);
    border-bottom: 2px solid #000
}

.vt-vtx-listStripe-lightsmoke > .vt-vtcontainer-content {
    width: auto;
    padding: 2em 5%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke > .vt-vtcontainer-content {
        padding: 2em 10%
    }
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading {
    color: #000;
    font-style: normal
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading .vt-listStripe-heading-viewAll {
    color: #000 !important;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-listStripe-heading.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #000 !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-decoration: none
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #000 !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #000 !important;
    fill: #000;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-button {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    right: .5em;
    height: 2.5em;
    padding: 0;
    text-transform: uppercase
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-button p {
    margin: 0
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-button a {
    color: #000;
    text-decoration: none
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-button a:hover {
    border-bottom: 1px solid #000
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-button .vt-triangle-right {
    display: inline-block;
    vertical-align: baseline;
    color: #000;
    width: .67em;
    margin-left: .25em
}

.vt-vtx-listStripe-lightsmoke .vt-list {
    margin-bottom: 0 !important
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-list-item-wrapper {
    background-color: var(--vt-smoke-7t) !important
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row {
    color: #000;
    background-color: var(--vt-smoke-7t)
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
    font-weight: 500;
    color: #000
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-title, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title {
        font-weight: 600
    }
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-title a, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a {
    color: #000
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-title a:focus, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus {
    outline: 0;
    text-decoration: underline
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-title a:focus::before, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-title a:focus::before {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-date, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-description, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-time, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-date, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-description, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-time {
    color: #000
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category-feature, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category-text, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text {
    background-color: #000;
    color: #fff
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category-feature:active, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category-feature:visited, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category-text:active, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category-text:visited, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category:active, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category:visited, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:active, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:visited, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:active, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:visited, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:active, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:visited {
    background-color: #000;
    color: #fff
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category-feature:focus, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category-text:focus, .vt-vtx-listStripe-lightsmoke .vt-list .vt_feed_items > li .vt-list-item-category:focus, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-feature:focus, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category-text:focus, .vt-vtx-listStripe-lightsmoke .vt-list [class*=vt-num-col-] .item .row .vt-list-item-category:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-lightsmoke .vt-list .vtctalink {
    width: 100%;
    max-width: 100%
}

.vt-vtx-listStripe-lightsmoke .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-lightsmoke .vt-list .vtctalink .vt-ctaLink.outline.light {
    border-color: #000;
    color: #000
}

@media screen and (max-width: 991px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vtctalink .vt-ctaLink.outline.dark, .vt-vtx-listStripe-lightsmoke .vt-list .vtctalink .vt-ctaLink.outline.light {
        width: auto
    }
}

.vt-vtx-listStripe-lightsmoke .vt-list .vtctalink .vt-ctaLink.light:hover {
    box-shadow: inset 0 0 10px #000 !important
}

.vt-vtx-listStripe-lightsmoke .vt-list .vtctalink .d-flex {
    justify-content: center
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vtctalink .d-flex {
        justify-content: flex-end
    }
}

.vt-vtx-listStripe-lightsmoke .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-lightsmoke .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: 45vw
    }
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-1 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 26.6666666667vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-vertical .item {
        font-size: 83%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightsmoke .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-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .9)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 15vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-2 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 13.3333333333vw
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightsmoke .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-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - 1em) / 3 * .8)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .item {
        font-size: 67%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-3 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-vertical .item {
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightsmoke .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-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .9)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .8)
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightsmoke .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 * .8)
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 15vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 13.3333333333vw
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-4 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 6.6666666667vw
    }
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 83%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-vertical .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightsmoke .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-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - .5em) / 2 * .9)
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - 1em) / 3 * .8)
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
        height: calc((56.25vw - 2em) / 6 * .8)
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 75%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .item {
        font-size: 59%;
        margin-bottom: 0
    }
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
    height: 90vw
}

@media screen and (min-width: 768px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 15vw
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 8.8888888889vw
    }
}

@media screen and (min-width: 1200px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .vt-num-col-6 .vt-list-item-horizontal .vt-list-item-imgWrapper .vt-list-item-picture {
        height: 4.4444444444vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child {
        max-width: 33.3333% !important;
        flex-basis: 33.3333% !important
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-figure, .vt-vtx-listStripe-lightsmoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-img, .vt-vtx-listStripe-lightsmoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:first-child .vt-list-item-picture {
        height: 30vw
    }
}

@media screen and (max-width: 767px) {
    .vt-vtx-listStripe-lightsmoke .vt-list .image-format-positionLeft .vt-list-item-row .vt-list-item-col:last-child {
        max-width: 66.6667% !important;
        flex-basis: 66.6667% !important;
        padding: 0 1em !important
    }
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-pagination-controls {
    border-top: 1px solid #fff
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number:focus {
    outline-color: #000
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-pagination-controls .vt-pagination-controls-page-numbers .vt-pagination-controls-number.current-page {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-pagination-controls .vt-pagination-controls-button {
    background-color: #fff;
    border: 2px solid #000;
    color: #000
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-pagination-controls .vt-pagination-controls-button:focus {
    outline-color: #000
}

.vt-vtx-listStripe-lightsmoke .vt-list .vt-tag-results-total {
    color: #000
}

.vt-vtx-listStripe-lightsmoke .vt-related-content {
    margin: 0
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading h2, .vt-vtx-listStripe-lightsmoke .vt-related-content h2 {
    font-weight: 600;
    font-size: 2em !important;
    font-style: normal;
    text-transform: uppercase
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-vtx-listStripe-lightsmoke .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading-viewAll p a {
    color: #000 !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #000 !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-vtx-listStripe-lightsmoke .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #000 !important;
    fill: #000;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-heading-italic h2 {
    font-style: italic;
    font-weight: 600;
    font-size: 2em !important;
    text-transform: uppercase
}

.vt-listStripe-heading-italic.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-heading-italic.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-heading-italic.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-heading-italic.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-heading-italic.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-heading-italic.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-heading-italic.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-heading-italic.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.vt-listStripe-heading-italic.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-heading-italic.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-category-stripe-container {
    margin-bottom: 0 !important
}

.vt-category-stripe-container .vt-vtcontainer {
    margin-bottom: 0 !important
}

.vt-listStripe-heading-category-white h2 {
    display: flex;
    position: relative;
    color: #fff;
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    font-size: 2em !important;
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (min-width: 576px) {
    .vt-listStripe-heading-category-white h2 {
        line-height: .8
    }
}

.vt-listStripe-heading-category-white.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-heading-category-white.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-heading-category-white.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-heading-category-white.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-heading-category-white.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-heading-category-white.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-heading-category-white.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-heading-category-white.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #fff !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-style: italic
}

.vt-listStripe-heading-category-white.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #fff !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-heading-category-white.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #fff !important;
    fill: #fff;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

.vt-listStripe-heading-category h2 {
    display: flex;
    position: relative;
    color: #000;
    font-family: gineso-condensed, sans-serif;
    font-style: italic;
    font-size: 2em !important;
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (min-width: 576px) {
    .vt-listStripe-heading-category h2 {
        line-height: .8
    }
}

.vt-listStripe-heading-category h2::before {
    background-image: url(../fonts/vtx-x-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    min-height: .5em;
    min-width: .5em;
    height: .5em;
    width: .5em;
    margin-right: .25em
}

@media screen and (min-width: 576px) {
    .vt-listStripe-heading-category h2::before {
        content: ""
    }
}

.vt-listStripe-heading-category.vt-heading-viewAll {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.vt-listStripe-heading-category.vt-heading-viewAll h2 {
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-heading-category.vt-heading-viewAll h2 {
        flex-basis: 90%;
        max-width: 90%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-heading-category.vt-heading-viewAll .vt-listStripe-heading-viewAll {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-listStripe-heading-category.vt-heading-viewAll .vt-listStripe-heading-viewAll {
        flex-basis: 10%;
        max-width: 10%;
        width: 100%;
        margin-bottom: 0 !important
    }
}

.vt-listStripe-heading-category.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
    font-family: gineso-condensed, sans-serif;
    line-height: 1.2;
    margin-bottom: 0 !important
}

@media screen and (min-width: 992px) {
    .vt-listStripe-heading-category.vt-heading-viewAll .vt-listStripe-heading-viewAll p {
        text-align: right
    }
}

.vt-listStripe-heading-category.vt-heading-viewAll .vt-listStripe-heading-viewAll p a {
    color: #000 !important;
    font-family: gineso-condensed, sans-serif;
    font-size: 1em !important;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none
}

.vt-listStripe-heading-category.vt-heading-viewAll .vt-listStripe-heading-viewAll p a:focus {
    outline-color: #000 !important;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-listStripe-heading-category.vt-heading-viewAll .vt-listStripe-heading-viewAll p .vt-viewAll-caret {
    color: #000 !important;
    fill: #000;
    height: 1.25em;
    padding-bottom: .125em;
    line-height: 1;
    margin-left: .5em
}

@media screen and (min-width: 576px) and (max-width: 1419px) {
    .vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4, .vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-6, .vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4, .vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-6, .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4, .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 1420px) and (max-width: 2500px) {
    .vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-3, .vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4, .vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-3, .vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4, .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-3, .vt-general.rightcol div[class*=vt-listStripe-] .vt-list .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 992px) and (max-width: 1419px) {
    .vt-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2, .vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2, .vt-general.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-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2, .vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2, .vt-general.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-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2, .vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-2, .vt-general.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-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3, .vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3, .vt-general.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-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3, .vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3, .vt-general.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-article.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3, .vt-bio.rightcol div[class*=vt-listStripe-] .vt-list .col-md-3, .vt-general.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-article.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-vtx-listStripe-] .vt-list .col-sm-4, .vt-article.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-6, .vt-bio.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-vtx-listStripe-] .vt-list .col-sm-4, .vt-bio.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-6, .vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4, .vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-6, .vt-general.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-4, .vt-general.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .vt-article.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-vtx-listStripe-] .vt-list .col-sm-3, .vt-article.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-4, .vt-bio.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-vtx-listStripe-] .vt-list .col-sm-3, .vt-bio.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-4, .vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-3, .vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4, .vt-general.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-3, .vt-general.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vt-article.norightcol div[class*=vt-listStripe-] .vt-list .col-md-2, .vt-article.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-md-2, .vt-bio.norightcol div[class*=vt-listStripe-] .vt-list .col-md-2, .vt-bio.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-md-2, .vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-md-2, .vt-general.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-md-2 {
        flex: 0 0 33%;
        max-width: 33%
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .vt-article.norightcol div[class*=vt-listStripe-] .vt-list .col-md-3, .vt-article.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-md-3, .vt-bio.norightcol div[class*=vt-listStripe-] .vt-list .col-md-3, .vt-bio.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-md-3, .vt-general.norightcol div[class*=vt-listStripe-] .vt-list .col-md-3, .vt-general.norightcol div[class*=vt-vtx-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-4, .vt-home.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-6, .vt-home.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-4, .vt-home.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-6 {
        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-3, .vt-home.norightcol div[class*=vt-listStripe-] .vt-list .col-sm-4, .vt-home.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-3, .vt-home.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-sm-4 {
        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, .vt-home.norightcol div[class*=vt-vtx-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, .vt-home.norightcol div[class*=vt-vtx-listStripe-] .vt-list .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.vt-listStripe-transpose-2col {
    border-top: 2px solid #ca4f00;
    border-bottom: 2px solid #ca4f00
}

.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 .vt-dividedList-blue, .vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray, .vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-], .vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] {
    height: 100%;
    border-bottom: none
}

.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .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 [class*=vt-listStripe-] .vt-list-items, .vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .vt-list-items {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .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 [class*=vt-listStripe-] .vt-list-items .item, .vt-listStripe-transpose-2col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .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 #ca4f00;
    border-bottom: 2px solid #ca4f00
}

.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 .vt-dividedList-blue, .vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray, .vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-], .vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] {
    height: 100%;
    border-bottom: none
}

.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .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 [class*=vt-listStripe-] .vt-list-items, .vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .vt-list-items {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .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 [class*=vt-listStripe-] .vt-list-items .item, .vt-listStripe-transpose-3col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .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 #ca4f00;
    border-bottom: 2px solid #ca4f00
}

.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 .vt-dividedList-blue, .vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-darkgray, .vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer [class*=vt-listStripe-], .vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] {
    height: 100%;
    border-bottom: none
}

.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .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 [class*=vt-listStripe-] .vt-list-items, .vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .vt-list-items {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer .vt-dividedList-blue .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 [class*=vt-listStripe-] .vt-list-items .item, .vt-listStripe-transpose-4col > .vt-vtcontainer-content > .vtcontainer [class*=vt-vtx-listStripe-] .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-doodle-stripe .vt-multicolumn > .row > div:first-child {
    padding-left: 0
}

.vt-doodle-stripe .vt-multicolumn > .row > div:last-child {
    padding-right: 0
}

.vt-doodle-stripe .vt-list .vt-num-col-1 .item {
    margin: 0
}

.vt-doodle-stripe .vt-list-item-imgWrapper .vt-list-item-img {
    -o-object-fit: contain;
    object-fit: contain
}

.vt-doodle-stripe .vt-list-item-row > .vt-list-item-col {
    padding-top: 0
}

.vt-doodle-stripe .vt-list-item-row > .vt-list-item-col:first-child {
    border: none
}

.vt-doodle-stripe.vt-vtx-listStripe-darkgray .vt-list .vt-num-col-1 .vt-list-item-vertical .vt-list-item-figure .vt-list-item-img {
    height: auto
}

.vt-doodle-stripe .vt-list-item-category {
    display: none
}

.vt-doodle-stripe.vt-vtx-listStripe-darkgray .vt-list .vt-list-item-wrapper, .vt-doodle-stripe.vt-vtx-listStripe-darkgray .vt-list .vt_feed_items > li, .vt-vtx-listStripe-darkgray .vt-list [class*=vt-num-col-] .item .row {
    background: 0 0 !important
}

.vt-doodle-stripe .vtctalink {
    margin-left: 0 !important
}

.vt-doodle-stripe p a {
    color: #fff
}

@media screen and (max-width: 767px) {
    .vt-doodle-stripe .vt-multicolumn > .row > .col-lg-4 {
        order: 1;
        padding: 0
    }

    .vt-doodle-stripe .vt-multicolumn > .row > .col-lg-8 {
        order: 2;
        padding: 0
    }
}

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

.vt-mag-pullQuote, .vt-pullQuote {
    position: relative;
    color: #000;
    font-size: 1.5em;
    padding: 0;
    z-index: 10
}

@media screen and (min-width: 768px) {
    .vt-mag-pullQuote, .vt-pullQuote {
        margin: 1em 0 0 0
    }
}

.vt-mag-pullQuote a, .vt-mag-pullQuote button, .vt-pullQuote a, .vt-pullQuote button {
    z-index: 1
}

.vt-mag-pullQuote.pull-right, .vt-pullQuote.pull-right {
    float: none;
    margin: 2em 0
}

@media screen and (min-width: 992px) {
    .vt-mag-pullQuote.pull-right, .vt-pullQuote.pull-right {
        float: right;
        margin: 0 0 calc(2em - 20px) 2em
    }
}

@media screen and (min-width: 1200px) {
    .vt-mag-pullQuote.pull-right, .vt-pullQuote.pull-right {
        margin: 0 0 calc(2em - 20px) 2em
    }
}

.vt-mag-pullQuote.pull-left, .vt-pullQuote.pull-left {
    float: none;
    margin: 2em 0
}

@media screen and (min-width: 992px) {
    .vt-mag-pullQuote.pull-left, .vt-pullQuote.pull-left {
        float: left;
        margin: 0 2em calc(2em - 20px) 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-mag-pullQuote.pull-left, .vt-pullQuote.pull-left {
        margin: 0 2em calc(2em - 20px) 0
    }
}

.vt-mag-pullQuote .adaptiveimage.image, .vt-pullQuote .adaptiveimage.image {
    display: block
}

.vt-mag-pullQuote .vt-text, .vt-pullQuote .vt-text {
    padding: 0;
    position: relative;
    font-size: inherit;
    margin: 1em auto .25em auto
}

@media screen and (min-width: 768px) {
    .vt-mag-pullQuote .vt-text, .vt-pullQuote .vt-text {
        margin: 0 .5em .5em 0
    }
}

@media screen and (min-width: 992px) {
    .vt-mag-pullQuote .vt-text, .vt-pullQuote .vt-text {
        height: auto;
        margin-right: 0
    }
}

.vt-mag-pullQuote .vt-text > p, .vt-pullQuote .vt-text > p {
    margin-bottom: 0;
    line-height: 1.25em
}

.vt-mag-pullQuote .vt-text.quote-text p, .vt-pullQuote .vt-text.quote-text p {
    font-size: 1.5em
}

.vt-mag-pullQuote .vt-text.attribution, .vt-pullQuote .vt-text.attribution {
    position: relative;
    padding: 0;
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .vt-mag-pullQuote .vt-text.attribution, .vt-pullQuote .vt-text.attribution {
        margin-top: initial
    }
}

.vt-mag-pullQuote .vt-text.attribution > p, .vt-pullQuote .vt-text.attribution > p {
    font-size: .65em;
    position: relative;
    font-style: italic;
    font-weight: 400
}

@media screen and (min-width: 992px) {
    .vt-mag-pullQuote.vt-no-corners::before, .vt-pullQuote.vt-no-corners::before {
        content: none
    }

    .vt-mag-pullQuote.vt-no-corners::after, .vt-pullQuote.vt-no-corners::after {
        content: none
    }
}

.vt-mag-pullQuote.vt-no-corners .vt-vtcontainer-content > div:first-of-type > div:first-of-type::before, .vt-pullQuote.vt-no-corners .vt-vtcontainer-content > div:first-of-type > div:first-of-type::before {
    content: none
}

.vt-mag-pullQuote.vt-no-corners .vt-vtcontainer-content > div:first-of-type > div:first-of-type::after, .vt-pullQuote.vt-no-corners .vt-vtcontainer-content > div:first-of-type > div:first-of-type::after {
    content: none
}

.vt-mag-pullQuote.vt-white-text .adaptiveimage figcaption, .vt-mag-pullQuote.vt-white-text .vt-text *, .vt-pullQuote.vt-white-text .adaptiveimage figcaption, .vt-pullQuote.vt-white-text .vt-text * {
    color: #fff !important
}

.vt-mag-pullOutdent, .vt-pullOutdent {
    color: #000;
    padding: 0
}

.vt-mag-pullOutdent a, .vt-mag-pullOutdent button, .vt-pullOutdent a, .vt-pullOutdent button {
    z-index: 1
}

.vt-mag-pullOutdent .quote-text, .vt-pullOutdent .quote-text {
    font-size: 1.5em
}

.vt-mag-pullOutdent.pull-right, .vt-pullOutdent.pull-right {
    float: none;
    margin: 2em 0
}

@media screen and (min-width: 992px) {
    .vt-mag-pullOutdent.pull-right, .vt-pullOutdent.pull-right {
        float: right;
        margin: 0 0 calc(2em - 20px) 2em
    }
}

@media screen and (min-width: 1200px) {
    .vt-mag-pullOutdent.pull-right, .vt-pullOutdent.pull-right {
        margin: 0 0 calc(2em - 20px) 2em
    }
}

.vt-mag-pullOutdent.pull-left, .vt-pullOutdent.pull-left {
    float: none;
    margin: 2em 0
}

@media screen and (min-width: 992px) {
    .vt-mag-pullOutdent.pull-left, .vt-pullOutdent.pull-left {
        float: left;
        margin: 0 2em calc(2em - 20px) 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-mag-pullOutdent.pull-left, .vt-pullOutdent.pull-left {
        margin: 0 2em calc(2em - 20px) 0
    }
}

.vt-mag-sectionStoryList .item {
    padding: 0
}

.vt-mag-sectionStoryList .vt-list-title {
    margin: 1em 0 .67em;
    display: block
}

.vt-mag-sectionStoryList .vt-list-title a {
    font-family: Acherus, sans-serif;
    color: #000
}

.vt-mag-sections .vt-vtcontainer-content .vtcontainer {
    position: relative;
    z-index: 2;
    background-color: #fff
}

.vt-mag-sections .vt-vtcontainer-content .vtcontainer .vt-text {
    margin: 4em auto 2em auto
}

.vt-mag-sections .vt-vtcontainer-content .vtcontainer .vt-text h2, .vt-mag-sections .vt-vtcontainer-content .vtcontainer .vt-text h3 {
    color: #000;
    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
}

.vtcontainer .vt-our-vision {
    background-color: rgba(229, 225, 230, .2);
    margin-bottom: 0
}

.vt-our-vision > .vt-vtcontainer-content {
    background-color: #fff;
    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: .075em;
    text-transform: uppercase;
    color: var(--vt-smoke-5s);
    transform: none;
    top: auto;
    left: auto;
    width: 100%;
    padding: .33333334em;
    text-align: center
}

@media screen and (min-width: 768px) {
    .vt-our-vision-title h2 {
        padding: .33333334em 2em .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: #fff
}

@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(../fonts/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: gineso-condensed, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .075em;
    background-color: transparent;
    color: var(--vt-smoke-5s)
}

.vt-our-vision-articleTitle p {
    font-family: gineso-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1;
    color: #000;
    margin-bottom: .5em
}

.vt-our-vision-articleDescription p {
    font-size: .8em;
    line-height: 1.4;
    margin: 0;
    color: #000
}

.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*=hidden] .vt-slideDrawer-noArrow, .vt-slideDrawer-container [class*=visible] .vt-slideDrawer-noArrow {
    padding-bottom: 1em !important
}

.parbase .vt-drawer-container {
    margin-bottom: 0
}

.vt-drawer-container {
    padding-top: 3em;
    padding-bottom: calc(3em - 20px)
}

.vt-drawer-container [aria-expanded=true] svg {
    transform: rotate(-180deg);
    transition: transform .3s ease-in
}

.vt-drawer-container [aria-expanded=false] svg {
    transition: transform .3s ease-out
}

.vt-drawer-container.vt-show-publish .vt-drawer-visible {
    margin-bottom: 0
}

.vt-drawer-container.vt-show-publish .vt-drawer-hidden {
    display: none;
    margin-bottom: 0
}

.vt-drawer-container [class*=hidden] .vt-drawer-noArrow, .vt-drawer-container [class*=visible] .vt-drawer-noArrow {
    padding-bottom: 1em !important
}

.vt-drawer-toggle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background-color: transparent;
    padding: .75em 1.5em;
    border: 2px solid #000;
    color: #000;
    margin: 0 auto 2em
}

.vt-drawer-toggle:focus {
    outline-color: #000;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.vt-drawer-toggle:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: #000
}

.vt-drawer-toggle:hover .vt-drawer-toggle-icon path {
    fill: #fff
}

.vt-drawerToggle-dark {
    color: #000
}

.vt-drawerToggle-dark .vt-drawer-toggle {
    background-color: #000;
    color: #fff
}

.vt-drawerToggle-dark .vt-drawer-toggle .vt-drawer-toggle-icon path {
    fill: #fff
}

.vt-drawerToggle-dark .vt-drawer-toggle:hover {
    border: 2px solid #000;
    color: #000;
    background-color: #fff
}

.vt-drawerToggle-dark .vt-drawer-toggle:hover .vt-drawer-toggle-icon path {
    fill: #000
}

.vt-drawerToggle-dark .vt-drawer-toggle:focus {
    outline-color: #000
}

.vt-drawerToggle-light {
    color: #fff !important
}

.vt-drawerToggle-light .vt-drawer-toggle {
    color: #000;
    background-color: #fff
}

.vt-drawerToggle-light .vt-drawer-toggle .vt-drawer-toggle-icon path {
    fill: #000
}

.vt-drawerToggle-light .vt-drawer-toggle:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: #000
}

.vt-drawerToggle-light .vt-drawer-toggle:hover .vt-drawer-toggle-icon path {
    fill: #fff
}

.vt-drawerToggle-light .vt-drawer-toggle:focus {
    outline-color: #fff
}

.vt-drawer-toggle-text {
    font-family: gineso-condensed, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .25rem;
    text-transform: uppercase;
    margin-right: .67em
}

.vt-drawer-toggle-icon {
    display: block;
    width: 1em;
    font-size: 1em
}

.vt-drawer-toggle-icon path {
    fill: #000
}

.vt-stripe, .vt-upcomingEvents {
    color: #fff;
    margin: -1em 0 0 0;
    background: #75787b
}

.vt-full-width.vt-stripe, .vt-full-width.vt-upcomingEvents {
    padding: 3em 4.75em 1em 4.75em
}

.vt-stripe .vt-stripe-heading, .vt-upcomingEvents .vt-stripe-heading {
    text-transform: uppercase
}

.vt-stripe .vt-stripe-heading *, .vt-upcomingEvents .vt-stripe-heading * {
    font-family: gineso-condensed, sans-serif
}

.vt-subnav-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    background-color: #fff;
    font-size: .75em;
    margin: 1em 5% 1em 3em;
    padding-bottom: 1em
}

@media screen and (min-width: 992px) {
    .vt-subnav-wrapper {
        border-bottom: 1px solid var(--vt-hokieStone-2s);
        font-size: 1em;
        margin: 2em 10%
    }
}

.vt-subnav-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    transition: height .2s ease-out
}

.vt-subnav-item {
    display: block;
    position: relative;
    font-family: Acherus, sans-serif;
    font-style: italic;
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase
}

.vt-subnav-item .vt-subnav-item-link {
    display: none;
    font-weight: 700;
    font-style: italic;
    color: var(--vt-hokieStone-1s);
    margin-left: 1.5em
}

.vt-subnav-item .vt-subnav-item-link:hover {
    text-decoration: underline
}

.vt-subnav-item .vt-subnav-item-link:focus {
    outline-color: #171819
}

.vt-subnav-item.vt-first-item {
    display: flex;
    position: relative
}

.vt-subnav-item.vt-first-item .vt-subnav-item-link {
    display: inline-block;
    color: var(--vt-hokieStone-4s);
    font-family: Acherus, sans-serif;
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: .8;
    width: 100%;
    padding-right: 1em;
    margin: 0
}

.vt-subnav-item .vt-subnav-item-icon {
    display: flex;
    align-self: flex-start;
    color: #e5751f;
    height: 1.25em;
    width: 1.25em;
    margin-right: .25em
}

.vt-subnav-item .vt-subnav-item-icon .vtx-x-orange {
    width: 1em
}

.vt-subnav-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: 0 0;
    border: none;
    font-size: 2.67em;
    line-height: 1;
    max-width: 1em;
    width: 100%;
    padding: 0
}

.vt-subnav-toggle .vt-subnav-toggle-icon path {
    color: var(--vt-hokieStone-4s);
    width: 1em;
    height: 1em
}

.vt-subnav-toggle:hover {
    background-color: var(--vt-hokieStone-4s)
}

.vt-subnav-toggle:hover .vt-subnav-toggle-icon path {
    color: #fff
}

.vt-subnav-toggle:focus {
    outline-color: #171819
}

.vt-subnav-wrapper.vt-open {
    border: none
}

.vt-subnav-wrapper.vt-open .vt-subnav-menu {
    flex-direction: column;
    height: auto;
    padding-top: .333em;
    transition: height .2s ease-out
}

.vt-subnav-wrapper.vt-open .vt-subnav-item {
    width: 100%
}

.vt-subnav-wrapper.vt-open .vt-subnav-item:not(.vt-subnav-item.vt-first-item) {
    left: -1.5em;
    max-width: 100%
}

.vt-subnav-wrapper.vt-open .vt-subnav-item-link {
    display: block;
    padding-bottom: .5em;
    border-bottom: 1px solid var(--vt-hokieStone-1s);
    margin-bottom: .5em
}

.vt-subnav-wrapper.vt-open .vt-first-item .vt-subnav-item-link {
    margin-bottom: .25em
}

.vt-subnav-wrapper.vt-open .vt-subnav-item:last-of-type .vt-subnav-item-link {
    border-bottom: none
}

.vt-subnav-wrapper.vt-open .vt-subnav-toggle {
    align-self: flex-start
}

.vt-subnav-wrapper.vt-open .vt-subnav-toggle .vt-subnav-toggle-icon {
    transform: rotate(180deg)
}

.vt-college-nav .vt-subnav-item {
    font-size: 1em;
    line-height: 1.2
}

.vt-college-nav .vt-subnav-item.vt-first-item .vt-subnav-item-link {
    font-size: 1.33em;
    line-height: 1.2
}

.vt-timeline {
    margin-left: 1em
}

@media screen and (min-width: 768px) {
    .vt-timeline {
        margin-left: 0
    }
}

.vt-timeline > .vt-vtcontainer-content {
    display: block;
    position: relative;
    width: 100%
}

.vt-timeline > .vt-vtcontainer-content::after {
    content: "";
    position: absolute;
    width: .389em;
    background-color: #861f41;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -.194em;
    z-index: 1
}

@media all and (-ms-high-contrast: active) {
    .vt-timeline > .vt-vtcontainer-content::after {
        background-color: #fff
    }
}

.vt-timeline > .vt-vtcontainer-content .vtcontainer {
    position: relative;
    width: 100%;
    left: 0;
    padding-left: 2em;
    z-index: 2
}

.vt-timeline > .vt-vtcontainer-content .vtcontainer::before {
    left: 1.5em;
    right: auto;
    border: medium solid #861f41;
    border-width: .778em .778em .778em 0;
    border-color: transparent #861f41 transparent transparent
}

.vt-timeline > .vt-vtcontainer-content .vtcontainer::after {
    content: "";
    position: absolute;
    width: 1.556em;
    height: 1.556em;
    left: -.778em;
    right: auto;
    background-color: #e5e1e6;
    border: 4px solid #861f41;
    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)::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 1.222em;
    width: 0;
    z-index: 4
}

.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: -.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 #861f41;
        border-width: .778em 0 .778em .778em;
        border-color: transparent transparent transparent #861f41
    }
}

@media screen and (min-width: 1370px) {
    #vt_with_rb .vt-timeline .vtcontainer:nth-child(even)::before {
        right: auto;
        left: 1.5em;
        border: medium solid #861f41;
        border-width: .778em .778em .778em 0;
        border-color: transparent #861f41 transparent transparent
    }
}

@media screen and (min-width: 1370px) {
    #vt_with_rb .vt-timeline .vtcontainer:nth-child(even)::after {
        left: -.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: -.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 #861f41;
        border-width: .778em 0 .778em .778em;
        border-color: transparent transparent transparent #861f41
    }
}

@media screen and (min-width: 840px) {
    #vt_no_rb .vt-timeline .vtcontainer:nth-child(even)::before {
        right: auto;
        left: 1.5em;
        border: medium solid #861f41;
        border-width: .778em .778em .778em 0;
        border-color: transparent #861f41 transparent transparent
    }
}

@media screen and (min-width: 840px) {
    #vt_no_rb .vt-timeline .vtcontainer:nth-child(even)::after {
        left: -.778em
    }
}

.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: .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 .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: #fff;
    right: 50%;
    transform: rotate(90deg) translateX(-50%);
    top: 50%
}

@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
}

.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: 0 0;
    color: #fff;
    box-shadow: none;
    border: none;
    position: relative;
    font-size: .875em;
    margin-bottom: .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: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: -1em;
    left: 0;
    transform: rotate(90deg)
}

@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: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    transform: rotate(90deg);
    display: none
}

@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 {
    color: #fff !important;
    font-weight: 400;
    border: none;
    margin-left: 0;
    padding-left: 0
}

.vt-upcomingEvents .vt-upcomingEvents-event span {
    color: #fff
}

.vt-upcomingEvents .vt-upcomingEvents-event .vt_feed_iDescription {
    font-size: .875em !important
}

.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 {
    color: inherit !important
}

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

@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: -.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: #fff;
    padding: 1em;
    color: #861f41;
    box-shadow: 0 0 10px #5e6062
}

.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: .875em;
    font-family: gineso-condensed, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    margin-left: -5px
}

.vtcontainer .vt-upcomingEvents {
    margin-bottom: 0
}

.vt-feature-article .vt-page-info {
    order: 2;
    background-color: #000
}

.vt-feature-article .vt-articleImage {
    order: 1;
    padding: 0
}

.vt-feature-article .vt-articleImage .vt-image figure {
    border-top: 0
}

.vt-feature-article .vt-articleImage .vt-image figcaption {
    background-color: #000;
    padding: 1em 5%
}

@media screen and (min-width: 768px) {
    .vt-feature-article .vt-articleImage .vt-image figcaption {
        padding: 1em 16%
    }
}

@media screen and (min-width: 992px) {
    .vt-feature-article .vt-articleImage .vt-image figcaption {
        padding: 1em 20%
    }
}

.vt-feature-article .vt-articleImage.vt-articleImage-below-info {
    order: 2 !important;
    padding: 0 5%
}

@media screen and (min-width: 768px) {
    .vt-feature-article .vt-articleImage.vt-articleImage-below-info {
        padding: 0 16%
    }
}

@media screen and (min-width: 992px) {
    .vt-feature-article .vt-articleImage.vt-articleImage-below-info {
        padding: 0 20%
    }
}

.vt-feature-article .vt-articleImage.vt-articleImage-below-info .vt-image figcaption {
    padding: 1em 0
}

@media screen and (min-width: 768px) {
    .vt-feature-article .vt-articleImage.vt-articleImage-below-info .vt-image figcaption {
        padding: 1em 0
    }
}

@media screen and (min-width: 992px) {
    .vt-feature-article .vt-articleImage.vt-articleImage-below-info .vt-image figcaption {
        padding: 1em 0
    }
}

.vt-feature-article .vt-articleImage.vt-articleImage-below-info ~ .vt-page-info {
    order: 1 !important
}

.vt-feature-article .vt-image figure {
    border-top: 2px solid #000;
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .vt-feature-article .vt-image figure {
        border-top: 4px solid #000
    }
}

.vt-feature-article .vt-image figcaption {
    background-color: #000
}

.vt-featured-wrapper {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 0;
    margin: 0;
    height: auto;
    transition: height ease-out .2s
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper {
        flex-direction: row;
        align-items: stretch;
        margin: 0 10%;
        flex-wrap: wrap;
        height: calc(70vh - 120px);
        transition: height ease-out .2s
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] {
    display: block;
    position: relative;
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction {
    width: 100%;
    padding: 0;
    flex-direction: column
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction {
        flex-direction: row
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction .vt-callToAction-textHighlight .vt-callToAction-message-header-fragment::after {
    background-color: #000;
    height: 100%;
    bottom: 0;
    left: 0
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction .vt-callToAction-textHighlight .vt-callToAction-message-header-fragment span {
    font-weight: 500
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction, .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-message, .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-message-heading {
    margin: 0
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-message-heading {
    position: static
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-flexContainer {
    position: static;
    color: #fff;
    width: 100%
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-popover .vt-callToAction-supplement .vt-image {
    border-top: none
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-popover .vt-callToAction-supplement, .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-popover .vt-callToAction-supplement .vt-image img {
    display: block;
    position: relative;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-popover .vt-callToAction-supplement, .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-popover .vt-callToAction-supplement .vt-image img {
        position: absolute;
        right: 0;
        bottom: 0
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-popover .vt-callToAction-supplement .vt-image picture {
    display: block;
    height: 100%;
    width: 100%
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-primary {
    background-color: #000;
    font-size: 3em;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 8px
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-primary {
        font-size: 2.5em;
        padding: .125em .2em
    }
}

@media screen and (min-width: 1200px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-primary {
        font-size: 3em
    }
}

@media screen and (max-height: 767px) and (min-width: 768px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-primary {
        font-size: 2em
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-primary strong {
    font-weight: 900
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-message.light {
    flex-direction: column;
    justify-content: flex-end;
    background-color: #000;
    width: 100%;
    padding: 2em 5%
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-message.light {
        background-color: transparent !important;
        width: 75%;
        padding: 2em
    }
}

@media screen and (min-width: 1920px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-message.light {
        width: 45%
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-message-description {
    background-color: #000;
    font-family: gineso-condensed, sans-serif;
    font-weight: 500;
    letter-spacing: .075em;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 1em
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-message-description {
        padding: .5em;
        margin-bottom: 8px
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vtctalink {
    margin: 0 !important
}

.vt-featured-wrapper [class*=vt-featured-cta] .vtctalink .vt-ctaLink.maroon {
    position: static;
    background-color: #000;
    border-color: #fff;
    border-width: 3px;
    text-transform: uppercase;
    margin: 0
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vtctalink .vt-ctaLink.maroon {
        border-width: 1px;
        font-size: .575em;
        font-weight: 700;
        letter-spacing: .075em;
        padding: .5em .5em .4125em
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vtctalink .vt-ctaLink.maroon:hover {
    text-decoration: underline
}

.vt-featured-wrapper [class*=vt-featured-cta] .vtctalink .vt-ctaLink.maroon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-popover > :first-of-type {
    order: 2
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-popover > :first-of-type {
        order: 1
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-popover .vt-callToAction-supplement {
    order: 1
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-popover .vt-callToAction-supplement {
        order: 2
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-cta-category {
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
    padding: .5em .5em .4125em;
    margin-bottom: 8px;
    z-index: 1000
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-cta-category {
        background-color: #000
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-cta-category:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px;
    box-shadow: 0 0 10px 5px var(--vt-hokieStone-4s)
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-cta-category-label {
    display: inline-block
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-cta-category-text {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-family: gineso-condensed, sans-serif;
    font-size: .575em;
    font-weight: 700;
    letter-spacing: .075em;
    line-height: 1;
    text-transform: uppercase
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-cta-category-text {
        background-color: #000;
        color: #fff
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-cta-category-feature {
    display: inline-block;
    background-color: #fff;
    color: #000;
    height: .45em;
    line-height: 1;
    margin-right: .33em
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-cta-category-feature {
        background-color: #000;
        color: #fff
    }
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper .vt-featured-cta01 {
        flex-basis: 65%;
        max-width: 65%;
        width: 65%;
        margin-right: 2%
    }
}

.vt-featured-wrapper .vt-featured-cta01 .vt-callToAction {
    height: 100%
}

.vt-featured-wrapper .vt-featured-cta01 .vt-callToAction.vt-callToAction-popover > .vt-callToAction-flexContainer {
    height: 100%
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper .vt-featured-cta02 {
        flex-basis: 31%;
        max-width: 31%;
        width: 31%;
        margin-left: 2%
    }
}

.vt-featured-wrapper .vt-featured-cta02 .vt-callToAction-flexContainer {
    flex-direction: column;
    justify-content: flex-end;
    height: 100%
}

.vt-featured-wrapper .vt-featured-cta02 .vt-callToAction-message {
    height: auto;
    width: 100% !important
}

.vt-featured-wrapper .vt-featured-cta02 .vt-callToAction-primary {
    font-size: 2em !important
}

.vt-featured-wrapper .vt-featured-cta02 .vt-callToAction-primary strong {
    font-weight: 700
}

.vt-vtx-home .vt-featured-wrapper, .vt-vtx-home-white .vt-featured-wrapper {
    border-bottom: 2px solid #ca4f00;
    height: auto;
    margin: 0;
    transition: height ease-out .2s
}

@media screen and (min-width: 992px) {
    .vt-vtx-home .vt-featured-wrapper, .vt-vtx-home-white .vt-featured-wrapper {
        height: calc(100vh - 120px);
        margin: 0;
        transition: height ease-out .2s
    }
}

@media screen and (min-width: 992px) {
    .vt-vtx-home .vt-featured-wrapper .vt-featured-cta01, .vt-vtx-home-white .vt-featured-wrapper .vt-featured-cta01 {
        border-right: 2px solid var(--vt-hokieStone-6s);
        flex-basis: 67%;
        max-width: 67%;
        width: 67%;
        margin: 0
    }
}

.vt-vtx-home .vt-featured-wrapper .vt-featured-cta02, .vt-vtx-home-white .vt-featured-wrapper .vt-featured-cta02 {
    border-top: 2px solid #ca4f00
}

@media screen and (min-width: 992px) {
    .vt-vtx-home .vt-featured-wrapper .vt-featured-cta02, .vt-vtx-home-white .vt-featured-wrapper .vt-featured-cta02 {
        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-featured-wrapper {
        display: block
    }

    .vt-featured-wrapper .vt-featured-cta01 .vt-callToAction, .vt-featured-wrapper .vt-featured-cta02 .vt-callToAction {
        height: auto
    }
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction.vt-hide-ctalink.vt-show-publish .vtctalink .vt-ctaLink, .vt-hide-ctalink.vt-show-publish .vt-featured-wrapper [class*=vt-featured-cta] .vtctalink .vt-ctaLink {
    width: 1px;
    height: 1px;
    border: none;
    text-indent: 100vw;
    padding: 0;
    overflow: hidden
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction.vt-hide-ctalink.vt-show-publish .vtctalink .vt-ctaLink:focus, .vt-hide-ctalink.vt-show-publish .vt-featured-wrapper [class*=vt-featured-cta] .vtctalink .vt-ctaLink:focus {
    outline: 0;
    border: none
}

.vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction.vt-hide-ctalink.vt-show-publish .vtctalink .vt-ctaLink:focus::before, .vt-hide-ctalink.vt-show-publish .vt-featured-wrapper [class*=vt-featured-cta] .vtctalink .vt-ctaLink:focus::before {
    border: 3px dashed var(--vt-hokieStone);
    box-shadow: inset 0 0 10px 5px var(--vt-hokieStone)
}

@media screen and (min-width: 992px) {
    .vt-featured-wrapper [class*=vt-featured-cta] .vt-callToAction-flexContainer-right .vt-cta-category {
        margin-left: auto;
        margin-right: 0
    }
}

.vt-single-cta .vt-featured-cta01 {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important
}

.vt-single-cta .vt-featured-cta01 .vt-callToAction {
    height: 100%
}

.vt-single-cta .vt-featured-cta01 .vt-callToAction.vt-callToAction-popover > .vt-callToAction-flexContainer {
    height: 100%
}

@media screen and (min-width: 992px) {
    .vt-single-cta .vt-featured-cta01 .vt-callToAction.vt-callToAction-popover > .vt-callToAction-flexContainer {
        flex-basis: 40%;
        max-width: 40%;
        width: 40%
    }
}

.vt-single-cta .vt-featured-cta01 .vt-callToAction.vt-callToAction-popover > .vt-callToAction-flexContainer.vt-callToAction-flexContainer-right {
    order: 3;
    justify-content: flex-start
}

@media screen and (max-width: 991px) {
    .vt-single-cta .vt-featured-cta01 .vt-callToAction .vt-cta-category {
        margin-left: auto;
        margin-right: auto
    }
}

.vt-single-cta .vt-featured-cta01 .vt-callToAction .vt-callToAction-message.light {
    flex-direction: column;
    justify-content: center;
    background-color: #000;
    width: 100%;
    padding: 2em 5%
}

@media screen and (max-width: 991px) {
    .vt-single-cta .vt-featured-cta01 .vt-callToAction .vt-callToAction-message.light {
        text-align: center
    }
}

@media screen and (min-width: 992px) {
    .vt-single-cta .vt-featured-cta01 .vt-callToAction .vt-callToAction-message.light {
        width: 100%;
        padding: 2em
    }
}

.vt-single-cta .vt-featured-cta01 .vt-callToAction.vt-callToAction-popover > .vt-callToAction-supplement {
    height: 100%
}

@media screen and (min-width: 992px) {
    .vt-single-cta .vt-featured-cta01 .vt-callToAction.vt-callToAction-popover > .vt-callToAction-supplement {
        position: relative;
        flex-basis: 60%;
        max-width: 60%;
        width: 60%
    }
}

.vt-single-cta .vt-featured-cta02 {
    display: none
}

@media screen and (min-width: 992px) {
    .vt-single-cta.vt-vtx-home .vt-callToAction .vt-callToAction-primary, .vt-single-cta.vt-vtx-home-white .vt-callToAction .vt-callToAction-primary {
        padding: .125em 0
    }
}

@media screen and (min-width: 992px) {
    .vt-single-cta.vt-vtx-home .vt-callToAction .vt-callToAction-message-description, .vt-single-cta.vt-vtx-home-white .vt-callToAction .vt-callToAction-message-description {
        padding: .5em 0
    }
}

@media screen and (min-width: 992px) {
    .vt-single-cta.vt-vtx-home .vt-callToAction .vt-cta-category, .vt-single-cta.vt-vtx-home .vt-callToAction .vt-cta-category-text, .vt-single-cta.vt-vtx-home-white .vt-callToAction .vt-cta-category, .vt-single-cta.vt-vtx-home-white .vt-callToAction .vt-cta-category-text {
        background-color: #fff;
        color: #000
    }
}

.vt-vtx-all-page .vt-page-title {
    background-color: #000;
    color: #fff;
    font-family: gineso-condensed, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 1em 5%;
    border-bottom: 2px solid #ca4f00
}

@media screen and (min-width: 992px) {
    .vt-vtx-all-page .vt-page-title {
        margin: 0;
        padding: 1em 10%
    }
}

.vt-for-the-media-subnav {
    background-color: var(--vt-hokieStone-6s);
    width: 100vw;
    margin: 0;
    padding: 1.125em 5% 2em;
    border-bottom: 2px solid #ca4f00
}

@media screen and (min-width: 992px) {
    .vt-for-the-media-subnav {
        margin: 0;
        padding: 1.125em 10% 2em
    }
}

.vt-for-the-media-subnav.vt-text-margins {
    padding: 1.125em 5% 2em
}

@media screen and (min-width: 768px) {
    .vt-for-the-media-subnav.vt-text-margins {
        padding: 1.125em 16% 2em
    }
}

@media screen and (min-width: 992px) {
    .vt-for-the-media-subnav.vt-text-margins {
        margin: 0;
        padding: 1.125em 20% 2em
    }
}

.vt-for-the-media-subnav .vt-for-the-media-subnav-heading {
    background-color: var(--vt-hokieStone-6s);
    border-bottom: 1px solid #ca4f00;
    color: #fff;
    font-family: gineso-condensed, sans-serif;
    font-weight: 300;
    font-size: .75em;
    text-transform: uppercase;
    padding-bottom: .75em
}

.vt-for-the-media-subnav .vt-for-the-media-subnav-menu {
    color: #fff;
    margin: 0;
    width: 100%
}

.vt-for-the-media-subnav .vt-for-the-media-subnav-menu .vt-vtn-level-0 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #fff;
    margin: 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .vt-for-the-media-subnav .vt-for-the-media-subnav-menu .vt-vtn-level-0 {
        flex-direction: row
    }
}

.vt-for-the-media-subnav .vt-for-the-media-subnav-menu .vt-vtn-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: .25em
}

@media screen and (min-width: 768px) {
    .vt-for-the-media-subnav .vt-for-the-media-subnav-menu .vt-vtn-item {
        flex-basis: 50%;
        max-width: 50%
    }
}

.vt-for-the-media-subnav .vt-for-the-media-subnav-menu .vt-vtn-item-link {
    color: #fff;
    font-family: Acherus, sans-serif;
    font-weight: 300;
    font-size: .75em;
    text-transform: uppercase
}

.vt-for-the-media-subnav .vt-for-the-media-subnav-menu .vt-vtn-item-link::before {
    content: "·";
    font-family: Acherus, sans-serif;
    font-weight: 300;
    color: #fff;
    margin-right: .67em
}

.vt-150-wrapper {
    display: inline-block;
    position: absolute;
    border-left: 1px solid #fff;
    margin: .3333em 0 0;
    padding: 0 0 .25em .6667em;
    left: 13.6667em
}

@media screen and (min-width: 768px) {
    .vt-150-wrapper {
        left: 15.25em
    }
}

.vt-150-svg {
    color: #fff;
    width: auto;
    height: 1.25em
}

.vt-150-link:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.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 {
    padding-top: 100%;
    height: 100vw
}

@media screen and (min-width: 768px) {
    .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-wrapper {
        height: auto
    }
}

.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-row > .vt-list-item-col:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none
}

.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-imgWrapper, .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-picture {
    height: 100%
}

.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-row > .vt-list-item-col:last-child {
    position: absolute;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: nowrap;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 1em 1em .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: #000;
    width: auto;
    padding: .5em .75em
}

.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-description, .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-title-link {
    display: block;
    background-color: #000;
    color: #fff;
    font-family: gineso-condensed, 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: .5em
    }
}

@media screen and (min-width: 992px) {
    .vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-title-link {
        font-size: .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-color: #fff
}

.vt-list.vt-list-tiles .vt-num-col-1 .item .vt-list-item-description {
    padding: .5em
}

.vt-list.vt-list-tiles-2col {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.vt-list.vt-list-tiles-2col .vt-num-col-2 .item {
    border-bottom: 2px solid #000;
    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 #000;
        border-right: 2px solid #000;
        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 #000;
        border-left: 2px solid #000;
        padding: 0
    }
}

.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-wrapper {
    padding-top: 100%;
    height: 100vw
}

@media screen and (min-width: 768px) {
    .vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-wrapper {
        height: 50vw
    }
}

.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-row > .vt-list-item-col:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none
}

.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-imgWrapper, .vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-picture {
    height: 100%
}

.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%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-row > .vt-list-item-col:last-child {
    position: absolute;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: nowrap;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 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: #000;
    width: auto;
    padding: .5em .75em
}

.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-description, .vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-title-link {
    display: block;
    background-color: #000;
    color: #fff;
    font-family: gineso-condensed, 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: .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: .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-color: #fff
}

.vt-list.vt-list-tiles-2col .vt-num-col-2 .item .vt-list-item-description {
    padding: .5em
}

.vt-list.vt-list-tiles-3col {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.vt-list.vt-list-tiles-3col .vt-num-col-3 .item {
    border-bottom: 2px solid #000;
    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 #000;
        border-right: 2px solid #000;
        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 #000;
        border-left: 2px solid #000;
        border-right: 2px solid #000;
        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 #000;
        border-left: 2px solid #000;
        padding: 0
    }
}

.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-wrapper {
    padding-top: 100%;
    height: 100vw
}

@media screen and (min-width: 768px) {
    .vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-wrapper {
        height: 33.3333vw
    }
}

.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-row > .vt-list-item-col:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none
}

.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-imgWrapper, .vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-picture {
    height: 100%
}

.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%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-row > .vt-list-item-col:last-child {
    position: absolute;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 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: #000;
    width: auto;
    padding: .5em .75em
}

.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-description, .vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-title-link {
    display: block;
    background-color: #000;
    color: #fff;
    font-family: gineso-condensed, 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: .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: .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-color: #fff
}

.vt-list.vt-list-tiles-3col .vt-num-col-3 .item .vt-list-item-description {
    padding: .5em
}

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: .75em;
    height: .75em;
    padding: 0;
    margin-top: .1875em;
    margin-right: .25em
}

@media screen and (min-width: 768px) {
    div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper {
        margin-top: .025em
    }
}

@media screen and (min-width: 992px) {
    div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper {
        margin-top: .125em
    }
}

@media screen and (min-width: 1480px) {
    div[class*=vt-list-tiles] .item .vt-list-item-title .vt-list-item-video-playWrapper {
        margin-top: .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: .75em;
    height: .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: .5em;
        height: .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: .75em;
        height: .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
}

.vt-page-mag-link {
    flex-basis: 100%
}

.vt-article #vt_mag_logo_wrapper svg, .vt-video-page #vt_mag_logo_wrapper svg {
    max-width: 240px
}

.vt-article #vt_mag_logo_wrapper svg path, .vt-video-page #vt_mag_logo_wrapper svg path {
    fill: #fff
}

.vt-home #vt_mag_logo_wrapper {
    position: absolute;
    background: linear-gradient(180deg, #000 50%, transparent);
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 1em 0 1em 15px;
    z-index: 3
}

@media screen and (min-width: 768px) {
    .vt-home #vt_mag_logo_wrapper {
        padding: 1em 0 1em 35px
    }
}

.vt-home #vt_mag_logo_wrapper svg {
    max-width: 240px
}

.vt-home #vt_mag_logo_wrapper svg path {
    fill: #fff
}

.vt-mag-landing-stripe {
    border-top: 1px solid var(--vt-burntOrange);
    margin: 0 !important
}

.vt-mag-landing-stripe .vt-list-item-heading {
    display: none
}

.vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child {
    padding: 3em 2em 2em 1.5em;
    background-color: #000;
    transition: all .4s ease-in-out;
    position: static
}

@media screen and (min-width: 768px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child {
        padding: 1.5em
    }
}

@media screen and (min-width: 992px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child {
        padding: 2em
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child {
        padding: 3em
    }
}

@media screen and (min-width: 2160px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child {
        padding: 5em 4em
    }
}

@media screen and (min-width: 768px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child {
        flex-basis: 45%;
        width: 45%
    }
}

@media screen and (min-width: 768px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child > .vt-col .vt-text, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child > .vt-col .vt-text {
        font-size: .9em
    }

    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child > .vt-col .vt-text p, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child > .vt-col .vt-text p {
        margin-bottom: 1.5em
    }
}

@media screen and (min-width: 992px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child > .vt-col .vt-text, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child > .vt-col .vt-text {
        font-size: 1.1em
    }
}

@media screen and (min-width: 2160px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child > .vt-col .vt-text, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child > .vt-col .vt-text {
        font-size: 2em
    }
}

.vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child .vt-image, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child .vt-image {
    border: 0;
    filter: invert(1);
    margin-bottom: 1.5em;
    max-width: 60%
}

@media screen and (min-width: 550px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child .vt-image, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child .vt-image {
        max-width: 50%;
        margin-bottom: 1.3rem
    }
}

@media screen and (min-width: 1299px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child .vt-image, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child .vt-image {
        max-width: 35%
    }
}

.vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child:focus, .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child:focus-within, .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child:hover, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child:focus, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child:focus-within, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child:hover {
    filter: invert(1)
}

.vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child .vt-text, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child .vt-text {
    font-weight: 600;
    font-size: 1.1em
}

.vt-mag-landing-stripe.vt-2col-5-7 > .row > div:first-child .vt-text > p, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:last-child .vt-text > p {
    font-family: "crimson, serif"
}

.vt-mag-landing-stripe.vt-2col-5-7 > .row > div:last-child, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:first-child {
    overflow: hidden;
    z-index: 2;
    padding: 0
}

@media screen and (min-width: 256px) and (max-width: 767px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:last-child, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:first-child {
        padding: 0 1.5em 1.5em 1.5em !important
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:last-child, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:first-child {
        flex-basis: 55%;
        max-width: 55%
    }
}

.vt-mag-landing-stripe.vt-2col-5-7 > .row > div:last-child .vt-list-item-img, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:first-child .vt-list-item-img {
    border: 0;
    transition: all .4s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 256px) and (max-width: 767px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:last-child .vt-list-item-img, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:first-child .vt-list-item-img {
        height: 90vw
    }
}

@media screen and (min-width: 768px) {
    .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:last-child .vt-list-item-img, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:first-child .vt-list-item-img {
        filter: grayscale(1)
    }
}

.vt-mag-landing-stripe.vt-2col-5-7 > .row > div:last-child:focus .vt-list-item-img, .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:last-child:focus-within .vt-list-item-img, .vt-mag-landing-stripe.vt-2col-5-7 > .row > div:last-child:hover .vt-list-item-img, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:first-child:focus .vt-list-item-img, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:first-child:focus-within .vt-list-item-img, .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:first-child:hover .vt-list-item-img {
    filter: grayscale(0);
    transform: scale(1.1)
}

@media screen and (max-width: 767px) {
    .vt-mag-landing-stripe.vt-2col-7-5 > .row > div:first-child {
        order: 2
    }
}

.vt-mag-landing-stripe .vt-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    height: 100%;
    position: static
}

@media screen and (min-width: 768px) {
    .vt-mag-landing-stripe .vt-col {
        justify-content: flex-end
    }
}

.vt-mag-landing-stripe .vtctalink {
    margin: 0 !important
}

.vt-mag-landing-stripe .vtctalink .vt-ctaLink {
    position: static;
    color: #000 !important;
    border-color: var(--vt-white) !important;
    background-color: var(--vt-white) !important;
    margin: 0;
    letter-spacing: .1em;
    padding: .5em;
    max-width: 70%;
    text-transform: uppercase
}

@media screen and (min-width: 576px) {
    .vt-mag-landing-stripe .vtctalink .vt-ctaLink {
        max-width: 50%
    }
}

@media screen and (min-width: 768px) {
    .vt-mag-landing-stripe .vtctalink .vt-ctaLink {
        width: 70%;
        padding: .8em .5em;
        font-size: .7em
    }
}

@media screen and (min-width: 992px) {
    .vt-mag-landing-stripe .vtctalink .vt-ctaLink {
        max-width: 45%
    }
}

@media screen and (min-width: 1200px) {
    .vt-mag-landing-stripe .vtctalink .vt-ctaLink {
        max-width: 40%;
        font-size: .8em
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-landing-stripe .vtctalink .vt-ctaLink {
        max-width: 30%;
        font-size: 1em
    }
}

@media screen and (min-width: 2160px) {
    .vt-mag-landing-stripe .vtctalink .vt-ctaLink {
        font-size: 1.5em;
        max-width: 40%
    }
}

.vt-mag-landing-stripe .vtctalink .vt-ctaLink:focus {
    border: 3px dashed #000 !important
}

.vt-mag-landing-stripe .vtctalink .vt-ctaLink::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vt-mag-landing-stripe .vt-list-item-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: static
}

.vt-mag-landing-stripe .vt-list-item-row {
    background-color: #000
}

.vt-mag-landing-stripe .vt-list-item-row > .vt-list-item-col:first-child {
    border-top: 0
}

.vt-mag-landing-stripe .vt-list-item-description {
    display: none
}

.vt-mag-landing-stripe .vt-list {
    position: static;
    margin-bottom: 0
}

.vt-mag-landing-stripe .vt-list .vt-num-col-1 .item {
    margin-bottom: 0
}

.vt-mag-landing-stripe .vt-list .sr-only {
    display: none
}

.vt-mag-landing-stripe .vt-list-item-category {
    margin: .5em 0
}

.vt-mag-landing-stripe .vt-list .vt-list-item-title-link {
    text-transform: uppercase;
    color: var(--vt-white);
    font-size: .7em
}

@media scren and (min-width: 768px) {
    .vt-mag-landing-stripe .vt-list .vt-list-item-title-link {
        font-size: 1.2em
    }
}

@media screen and (min-width: 992px) {
    .vt-mag-landing-stripe .vt-list .vt-list-item-title-link {
        font-size: 1em
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-landing-stripe .vt-list .vt-list-item-title-link {
        font-size: 1.5em
    }
}

@media screen and (min-width: 2160px) {
    .vt-mag-landing-stripe .vt-list .vt-list-item-title-link {
        font-size: 3em
    }
}

.vt-mag-landing-stripe .vt-list .vt-list-item-title-link:focus::before {
    border: 3px dashed #fff
}

.vt-mag-landing-stripe .vt-list .vt-list-item-title-link:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.vt-mag-landing-stripe .vt-list .vt-list-title.vt-list-item-title.vt-c-card-title {
    margin-bottom: 0;
    background-color: #000;
    width: auto;
    padding: .2em .5em .3em
}

@media screen and (min-width: 992px) {
    .vt-mag-landing-stripe .vt-list .vt-list-title.vt-list-item-title.vt-c-card-title {
        padding: .3em .5em
    }
}

.vt-mag-landing-stripe .vt-list .vt-list-item-row .vt-list-item-col:last-child {
    position: absolute;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    right: 0;
    height: 100%;
    padding: 0 .5em .5em
}

@media screen and (min-width: 456px) {
    .vt-mag-landing-stripe .vt-list .vt-list-item-row .vt-list-item-col:last-child {
        padding: 1em
    }
}

@media screen and (min-width: 768px) {
    .vt-mag-landing-stripe .vt-list .vt-list-item-row .vt-list-item-col:last-child {
        padding: 1.5em
    }
}

@media screen and (min-width: 992px) {
    .vt-mag-landing-stripe .vt-list .vt-list-item-row .vt-list-item-col:last-child {
        padding: 2em
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-landing-stripe .vt-list .vt-list-item-row .vt-list-item-col:last-child {
        padding: 3em
    }
}

@media screen and (min-width: 2160px) {
    .vt-mag-landing-stripe .vt-list .vt-list-item-row .vt-list-item-col:last-child {
        padding: 5em 4em
    }
}

.vt-featured-content-no-border .vt-featured-wrapper {
    border: none
}

.vt-mag-issuesTopStripe {
    color: #fff;
    background-color: var(--vt-hokieStone-5s);
    margin-bottom: 2em
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content {
    padding: 0 10% 3em
}

@media screen and (max-width: 767px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content {
        margin-bottom: 2em
    }
}

@media screen and (min-width: 768px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content {
        margin-bottom: 6em;
        padding: 0 10% 2em
    }
}

@media screen and (min-width: 992px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content {
        margin-bottom: 8em;
        padding-bottom: 0
    }
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn {
    margin-bottom: 0
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:first-child {
    top: 6em;
    z-index: 3
}

@media screen and (min-width: 768px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:first-child {
        padding: 0 1.5em 0 0;
        max-width: 350px
    }
}

@media screen and (min-width: 992px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:first-child {
        min-width: 350px
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:first-child {
        min-width: unset;
        max-width: unset
    }
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child {
    padding-top: 6em
}

@media screen and (min-width: 768px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding-left: 0;
        padding-right: 0
    }
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col {
    margin-bottom: 0
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col > .text:first-child {
    display: inline-block
}

@media screen and (max-width: 767px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col > .text:first-child {
        margin-top: 2em
    }
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col > .text:first-child > .vt-text {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col > .text:first-child > .vt-text p {
    line-height: 1
}

@media screen and (min-width: 1920px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col > .text:first-child > .vt-text p {
        font-size: 1.65em
    }
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col > .text:nth-child(2) > .vt-text p {
    font-size: 3em;
    font-style: italic
}

@media screen and (min-width: 768px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col > .text:nth-child(2) > .vt-text p {
        font-size: 3em
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col > .text:nth-child(2) > .vt-text p {
        font-size: 3.333em
    }
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col > .text p {
    font-family: gineso-condensed, sans-serif;
    font-size: 1.4em;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: unset
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:last-child > .vt-col > .text p strong {
    font-weight: 600
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vt-mag-issueCover {
    border-top: unset;
    box-shadow: 3px 3px 10px #333
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vt-image {
    border-top: unset
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vt-page-metadata {
    border-top: 0;
    padding-top: unset
}

@media screen and (min-width: 992px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vt-page-metadata {
        margin-left: -.5em
    }
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vt-page-metadata .vt-social-icons {
    margin-left: 0;
    padding-left: 0
}

@media screen and (min-width: 1920px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vt-page-metadata .vt-social-icons {
        font-size: 1em
    }
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vt-page-metadata .vt-social-icons .vt-social-icons-item::before {
    content: none
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vt-page-metadata .vt-social-icons .vt-social-icons-item-link {
    padding: .5em
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vtctalink {
    margin: 0 !important
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vtctalink .vt-ctaLink {
    text-transform: uppercase
}

@media screen and (min-width: 1920px) {
    .vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vtctalink .vt-ctaLink {
        font-size: 1em
    }
}

.vt-mag-issuesTopStripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vtctalink .vt-ctaLink:focus {
    outline-color: #fff
}

.vt-mag-issues-list {
    color: #000;
    margin-top: 2em;
    margin-bottom: 2em
}

.vt-mag-issues-list .vt-mag-issues-list-heading {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px
}

.vt-mag-issues-list .vt-mag-issues-list-heading h2, .vt-mag-issues-list .vt-mag-issues-list-heading p {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0
}

.vt-mag-issues-list .vt-mag-issues-list-heading p {
    font-family: gineso-condensed, sans-serif;
    font-size: 2.2em
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .vt-mag-issues-list .vt-list .vt-num-col-4 .item:nth-child(odd) {
        padding: 0 1em 0 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .vt-mag-issues-list .vt-list .vt-num-col-4 .item:nth-child(even) {
        padding: 0 0 0 1em
    }
}

@media screen and (min-width: 1200px) {
    .vt-mag-issues-list .vt-list .vt-num-col-4 .item:nth-child(4n+1) {
        padding: 0 3em 0 0
    }
}

@media screen and (min-width: 1200px) {
    .vt-mag-issues-list .vt-list .vt-num-col-4 .item:nth-child(4n+2) {
        padding: 0 2em 0 1em
    }
}

@media screen and (min-width: 1200px) {
    .vt-mag-issues-list .vt-list .vt-num-col-4 .item:nth-child(4n+3) {
        padding: 0 1em 0 2em
    }
}

@media screen and (min-width: 1200px) {
    .vt-mag-issues-list .vt-list .vt-num-col-4 .item:nth-child(4n+4) {
        padding: 0 0 0 3em
    }
}

.vt-mag-issues-list .vt-list .vt-border {
    border-bottom: solid 4px #000;
    margin-bottom: 2em
}

@media screen and (max-width: 767px) {
    .vt-mag-issues-list .vt-list .vt-border {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .vt-mag-issues-list .vt-list .vt-border.vt-margin-right-75 {
        margin-right: calc(50% + 1em)
    }
}

@media screen and (min-width: 1200px) {
    .vt-mag-issues-list .vt-list .vt-border.vt-margin-right-75 {
        margin-right: calc(75% + 3em)
    }

    .vt-mag-issues-list .vt-list .vt-border.vt-margin-right-50 {
        margin-right: calc(50% + 2em)
    }

    .vt-mag-issues-list .vt-list .vt-border.vt-margin-right-25 {
        margin-right: calc(25% + 1em)
    }
}

.vt-mag-issues-list .vt-list .vt-num-col-4 .item {
    font-size: unset
}

.vt-mag-issues-list .vt-list .vt-num-col-4 .item .vt-list-item-img {
    height: unset
}

@media screen and (min-width: 767px) {
    .vt-mag-issues-list .vt-list .vt-num-col-4 .item .vt-list-item-img {
        border: 1px solid var(--vt-smoke)
    }
}

.vt-mag-issues-list .vt-list .vt-num-col-4 .item .vt-list-item-title {
    text-align: center;
    text-transform: uppercase;
    margin-top: .5em
}

.vt-mag-issues-list .vt-list .vt-num-col-4 .item .vt-list-item-title .vt-list-item-title-link {
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .vt-mag-issues-list .vt-list .vt-num-col-4 .item .vt-list-item-title .vt-list-item-title-link::before {
        box-shadow: 0 0 10px var(--vt-hokieStone-8t)
    }
}

.vt-mag-issues-list .vt-list .vt-num-col-4 .item .vt-list-item-title .vt-list-item-title-link:hover::before {
    box-shadow: 0 0 10px var(--vt-hokieStone-8t);
    transition: box-shadow .2s ease
}

.vt-mag-issues-list .vt-list .vt-num-col-4 .item .vt-list-item-title .vt-list-item-title-link strong {
    font-weight: 700
}

.vt-mag-issues-list .vt-list .vt-num-col-4 .item .vt-list-item-col:first-child {
    border-top: unset
}

.vt-mag-textStripe-dark .vt-text, .vt-mag-textStripe-light .vt-text {
    margin-bottom: 0
}

@media screen and (max-width: 575px) {
    .vt-mag-textStripe-dark .vt-text, .vt-mag-textStripe-light .vt-text {
        padding: 1em 10%
    }
}

@media screen and (min-width: 575px) {
    .vt-mag-textStripe-dark .vt-text, .vt-mag-textStripe-light .vt-text {
        padding: 2em 10%
    }
}

.vt-mag-textStripe-dark .vt-text > p, .vt-mag-textStripe-light .vt-text > p {
    font-family: crimsontext, serif;
    margin-bottom: 0;
    font-size: 1.3em
}

@media screen and (max-width: 575px) {
    .vt-mag-textStripe-dark .vt-text > p, .vt-mag-textStripe-light .vt-text > p {
        font-size: 1em
    }
}

.vt-mag-textStripe-dark .vt-text > p a, .vt-mag-textStripe-light .vt-text > p a {
    color: inherit
}

.vt-mag-textStripe-dark .vt-text > p a:focus, .vt-mag-textStripe-light .vt-text > p a:focus {
    outline-color: inherit
}

.vt-mag-textStripe-light > .vt-vtcontainer-content {
    background-color: var(--vt-smoke)
}

.vt-mag-textStripe-dark > .vt-vtcontainer-content {
    background-color: var(--vt-hokieStone-5s);
    color: #fff
}

.vt-vtx-home-white .vt-mag-currentIssue-stripe {
    color: #000
}

.vt-vtx-home-white .vt-mag-currentIssue-stripe .vt-ctaLink:focus {
    outline-color: unset !important
}

.vt-mag-currentIssue-stripe {
    padding-top: 3em;
    margin-bottom: 3em !important
}

.vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn {
    margin-bottom: 0
}

@media screen and (min-width: 1480px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-8-4 .vt-mag-issueCover {
        margin: 0 0 0 1em
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-8-4 .vt-mag-issueCover {
        margin: 0 0 0 3em
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-8-4 > .row > div:first-child {
        width: 100%;
        max-width: 60%
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-8-4 > .row > div:first-child {
        width: 100%;
        max-width: 70%
    }
}

.vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-8-4 > .row > div:last-child {
    flex-grow: 1
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-8-4 > .row > div:last-child {
        width: 100%;
        max-width: 40%
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-8-4 > .row > div:last-child {
        width: 100%;
        max-width: 30%
    }
}

@media screen and (min-width: 1480px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-4-8 .vt-mag-issueCover {
        margin: 0 1em 0 0
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-4-8 .vt-mag-issueCover {
        margin: 0 3em 0 0
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-4-8 > .row > div:first-child {
        flex-basis: 40%;
        max-width: 40%
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-4-8 > .row > div:first-child {
        flex-basis: 30%;
        max-width: 30%
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-4-8 > .row > div:last-child {
        flex-basis: 60%;
        max-width: 60%
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn.vt-2col-4-8 > .row > div:last-child {
        flex-basis: 70%;
        max-width: 70%
    }
}

.vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn .vt-image {
    border-top: unset
}

.vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn .vt-image.vt-mag-logo {
    max-width: 240px;
    margin-bottom: 1.2em
}

.vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn .vt-image.vt-mag-issueCover {
    box-shadow: 3px 3px 10px #333
}

.vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn .vt-text p {
    font-family: gineso-condensed, sans-serif;
    font-size: 1em
}

@media screen and (min-width: 1366px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn .vt-text p {
        font-size: 1.1em
    }
}

@media screen and (min-width: 1660px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn .vt-text p {
        font-size: 1.3em
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn .vt-text p {
        font-size: 1.35em
    }
}

@media screen and (max-width: 767px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row {
        gap: 2em
    }
}

@media screen and (min-width: 1440px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row {
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div {
        padding-left: unset;
        padding-right: unset
    }
}

.vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div > .vt-col {
    margin-bottom: 0
}

.vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div > .vt-col .vtctalink {
    width: inherit;
    margin: inherit
}

@media screen and (min-width: 768px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div > .vt-col .vtctalink {
        display: inline-block;
        margin: 1em 0 0 0 !important
    }
}

@media screen and (min-width: 992px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div > .vt-col .vtctalink {
        width: unset
    }

    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div > .vt-col .vtctalink:not(:last-child) {
        margin-right: 1em !important
    }
}

.vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div > .vt-col .vtctalink .vt-ctaLink {
    padding-left: 1em;
    padding-right: 1em
}

@media screen and (max-width: 991px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div > .vt-col .vtctalink .vt-ctaLink {
        width: 100%
    }
}

@media screen and (min-width: 1920px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div > .vt-col .vtctalink .vt-ctaLink {
        font-size: 1.1em;
        padding: .375em .75em
    }
}

.vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div > .vt-col .vtctalink .vt-ctaLink:focus {
    outline-color: #fff
}

@media screen and (min-width: 992px) {
    .vt-mag-currentIssue-stripe > .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div > .vt-col .vt-mag-issueCTAs > .vt-vtcontainer-content {
        display: flex;
        flex-flow: row wrap
    }
}

.vt-home .vt-glgi-header {
    position: absolute;
    background: linear-gradient(180deg, #000 50%, transparent);
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 1em 0 1em 15px;
    z-index: 3
}

@media screen and (min-width: 768px) {
    .vt-home .vt-glgi-header {
        padding: 1em 0 1em 35px
    }
}

.vt-home .vt-glgi-header svg {
    max-width: 122px
}

.vt-home .vt-glgi-header svg path {
    fill: #fff;
    stroke: #fff
}

.vt-home .vt-glgi-header svg line {
    stroke: #fff
}

.vt-glgi-feature-list {
    background: linear-gradient(150deg, var(--vt-hokieStone-4s) 1%, #000);
    padding-top: 4em !important
}

footer .iparys_inherited .vt-glgi-stripe {
    display: none
}

.vt-glgi-svg {
    width: 100%
}

.vt-glgi-svg line, .vt-glgi-svg path, .vt-glgi-svg rect {
    stroke: #fff
}

.vt-glgi-svg #uuid-800ad3c8-8184-465b-8964-233fbd566337 {
    stroke: #fff;
    fill: #fff
}

.vt-glgi-heading p {
    font-family: gineso-condensed, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: .05em;
    margin-bottom: .25em
}

.vt-glgi-insert > .row > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 1em
}

.vt-glgi-insert > .row > div:last-child {
    padding-right: 15px;
    padding-left: 1em
}

@media screen and (min-width: 768px) {
    .vt-glgi-insert > .row > div:first-child {
        padding-left: 35px;
        padding-right: 1em
    }

    .vt-glgi-insert > .row > div:last-child {
        padding-right: 35px;
        padding-left: 1em
    }
}

.vt-glgi-insert-message p {
    font-size: .85em;
    line-height: 1.8;
    margin-bottom: 1.125em
}

.vt-glgi-sidebar {
    background-color: var(--vt-hokieStone-4s);
    border-radius: .5em;
    padding: 2em;
    width: 100%
}

@media screen and (min-width: 992px) {
    .vt-glgi-sidebar {
        width: 33.3333%
    }
}

@media screen and (min-width: 1200px) {
    .vt-glgi-sidebar {
        width: 25%
    }
}

@media screen and (min-width: 1600px) {
    .vt-glgi-sidebar {
        width: 20%
    }
}

@media screen and (min-width: 2400px) {
    .vt-glgi-sidebar {
        width: 12.5%
    }
}

.vt-glgi-sidebar .vt-glgi-stripe {
    margin-bottom: 0
}

.vt-glgi-sidebar .vt-glgi-svg {
    width: 100%
}

@media screen and (max-width: 991px) {
    .vt-glgi-sidebar .vt-glgi-svg {
        display: none
    }
}

.vt-glgi-sidebar .vt-glgi-svg line, .vt-glgi-sidebar .vt-glgi-svg path, .vt-glgi-sidebar .vt-glgi-svg rect {
    stroke: #fff
}

.vt-glgi-sidebar .vt-glgi-svg #uuid-800ad3c8-8184-465b-8964-233fbd566337 {
    stroke: #fff;
    fill: #fff
}

.vt-glgi-sidebar .vt-glgi-heading {
    margin-bottom: .25em
}

.vt-glgi-sidebar .vt-glgi-heading H2 {
    font-family: gineso-condensed, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: .05em;
    margin-bottom: .25em
}

@media screen and (min-width: 992px) {
    .vt-glgi-sidebar .vt-glgi-heading H2 {
        font-size: 1.25em
    }
}

.vt-glgi-sidebar .vt-glgi-insert-message {
    margin-bottom: .25em
}

.vt-glgi-sidebar .vt-glgi-insert-message p {
    font-size: .85em;
    line-height: 1.4;
    margin-bottom: 1em
}

.vt-glgi-sidebar .vtctalink {
    margin: 1em 0 0 !important
}

.vt-glgi-sidebar .vtctalink .vt-ctaLink {
    padding: .75em 1.5em !important
}

@media screen and (min-width: 992px) {
    .vt-glgi-sidebar .vtctalink .vt-ctaLink {
        font-size: .75em !important;
        padding: unset
    }
}

.vt-two-tone-callout .vt-vtcontainer-content > .vtmulticolumn {
    position: static
}

.vt-two-tone-callout .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:nth-child(1) {
    background: var(--vt-blue)
}

.vt-two-tone-callout .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:nth-child(1) .vt-ctaLink:hover {
    color: var(--vt-blue);
    background-color: #fff !important;
    transition: .3s
}

.vt-two-tone-callout .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:nth-child(2) {
    background-color: var(--vt-purple)
}

.vt-two-tone-callout .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div:nth-child(2) .vt-ctaLink:hover {
    color: var(--vt-purple);
    background-color: #fff !important;
    transition: .3s
}

.vt-two-tone-callout .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div {
    z-index: 2;
    position: static;
    padding: 1.75em
}

@media screen and (min-width: 992px) {
    .vt-two-tone-callout .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div {
        padding: 2em
    }
}

@media screen and (min-width: 2160px) {
    .vt-two-tone-callout .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div {
        padding: 3em
    }

    .vt-two-tone-callout .vt-vtcontainer-content > .vtmulticolumn > .vt-multicolumn > .row > div .vt-ctaLink {
        font-size: 1.5em !important
    }
}

.vt-two-tone-callout .row .row {
    align-items: center
}

@media screen and (max-width: 991px) {
    .vt-two-tone-callout .row .row div {
        flex-basis: 100%;
        max-width: 100%
    }
}

.vt-two-tone-callout .vt-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .vt-two-tone-callout .vt-col {
        justify-content: initial
    }
}

.vt-two-tone-callout .vt-multicolumn {
    margin-bottom: 0
}

.vt-two-tone-callout .vtctalink {
    margin: 0 !important
}

.vt-two-tone-callout .vtctalink .d-flex {
    justify-content: flex-start !important
}

@media screen and (min-width: 992px) {
    .vt-two-tone-callout .vtctalink .d-flex {
        justify-content: flex-end !important
    }
}

.vt-two-tone-callout .vtctalink .vt-ctaLink {
    position: static;
    border-color: var(--vt-white) !important;
    background-color: unset !important;
    color: unset;
    margin: 0;
    letter-spacing: .1em;
    padding: .5em !important;
    width: 60% !important;
    max-width: 60% !important;
    text-transform: uppercase
}

@media screen and (min-width: 526px) {
    .vt-two-tone-callout .vtctalink .vt-ctaLink {
        width: 40% !important;
        max-width: 40% !important
    }
}

@media screen and (min-width: 768px) {
    .vt-two-tone-callout .vtctalink .vt-ctaLink {
        max-width: 70% !important;
        width: 70% !important;
        padding: .8em .5em !important
    }
}

@media screen and (min-width: 992px) {
    .vt-two-tone-callout .vtctalink .vt-ctaLink {
        max-width: 90% !important;
        width: 90% !important;
        font-size: .8em !important;
        padding: .8em .3em !important
    }
}

@media screen and (min-width: 1200px) {
    .vt-two-tone-callout .vtctalink .vt-ctaLink {
        min-width: 80% !important;
        max-width: 80% !important;
        width: 80% !important;
        font-size: .7em
    }
}

.vt-two-tone-callout .vtctalink .vt-ctaLink:focus {
    outline-color: #fff !important
}

.vt-two-tone-callout .vtctalink .vt-ctaLink:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vt-two-tone-callout .vt-multicolumn > .row > :last-of-type {
    padding: 0
}

.vt-two-tone-callout .vt-text > * {
    font-family: gineso-condensed;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.5;
    padding-bottom: .5em
}

@media screen and (min-width: 992px) {
    .vt-two-tone-callout .vt-text > * {
        padding: 0
    }
}

@media screen and (min-width: 2160px) {
    .vt-two-tone-callout .vt-text > * {
        font-size: 2.5em
    }
}

@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 .2s, box-shadow .2s;
    margin: -.5em
}

@media screen and (max-width: 991px) {
    .vt-multicolumn-link-expand > .row > div > .vt-col a::before {
        margin: -.25em
    }
}

@media screen and (max-width: 767px) {
    .vt-multicolumn-link-expand > .row > div > .vt-col a::before {
        margin: -.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, .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:focus, .vt-multicolumn-link-expand > .row > div > .vt-col .vtctalink .vt-ctaLink:hover {
    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
}

.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, .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 .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 > .rawhtml:not(:first-child), .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 {
    padding-right: 1.75em;
    padding-left: 1.75em
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child):first-child, .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 {
    padding-top: 1.75em
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child):last-child, .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 {
    padding-bottom: 1.75em
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child) .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 > .text .vt-text ol, .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 > .vtctalink .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 {
    margin-bottom: 1em
}

.vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .rawhtml:not(:first-child) .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 > .text .vt-text ol, .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 > .vtctalink .vt-text ol, .vt-multicolumn-card > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer > .vt-vtcontainer-content > .vtctalink .vt-text ul {
    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 0 0
}

.vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer {
    background-color: var(--vt-hokieStone-6s);
    color: #fff
}

.vt-multicolumn-card .inverse, .vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer {
    background-color: var(--vt-hokieStone-6s);
    color: #fff
}

.vt-multicolumn-card .inverse:hover, .vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer:hover {
    background-color: var(--vt-hokieStone-8s)
}

.vt-multicolumn-card .inverse .vt-ctaLink, .vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer .vt-ctaLink {
    border-color: #fff;
    color: #000;
    background-color: #fff
}

.vt-multicolumn-card .inverse .vt-ctaLink:hover, .vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer .vt-ctaLink:hover {
    border-color: inherit;
    color: inherit;
    background-color: inherit
}

.vt-multicolumn-card .inverse ul li::before, .vt-multicolumn-card.inverse > .row > div > .vt-col > .vtcontainer > .vt-vtcontainer ul li::before {
    background-color: #fff
}

.vt-multicolumn-grid .vt-vtcontainer {
    margin-bottom: 0
}

.vt-multicolumn.vt-multicolumn-grid {
    margin-bottom: 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
}

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

@media screen and (min-width: 768px) {
    .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-25 {
        height: 12.5vw
    }

    .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-wrapper {
        padding-top: 25%
    }

    .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-33 {
        height: 16.6666666667vw
    }

    .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-wrapper {
        padding-top: 33.3333%
    }

    .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-50 {
        height: 25vw
    }

    .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-wrapper {
        padding-top: 50%
    }

    .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-67 {
        height: 33.3333333333vw
    }

    .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-wrapper {
        padding-top: 66.6667%
    }

    .vt-multicolumn-grid .vt-num-col-2 .vt-multicolumn-grid-item-75 {
        height: 37.5009375234vw
    }

    .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-wrapper {
        padding-top: 75%
    }

    .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-25 {
        height: 8.333325vw
    }

    .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-wrapper {
        padding-top: 25%
    }

    .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-33 {
        height: 11.1111vw
    }

    .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-wrapper {
        padding-top: 33.3333%
    }

    .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-50 {
        height: 16.66665vw
    }

    .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-wrapper {
        padding-top: 50%
    }

    .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-67 {
        height: 22.2222vw
    }

    .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-wrapper {
        padding-top: 66.6667%
    }

    .vt-multicolumn-grid .vt-num-col-3 .vt-multicolumn-grid-item-75 {
        height: 25.000600015vw
    }

    .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-wrapper {
        padding-top: 75%
    }

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

    .vt-multicolumn-grid .vt-list .vt-num-col-1 .item .vt-list-item-imgWrapper img {
        transition: transform .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: #ca4f00
    }
}

@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: .5em
    }
}

@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
    }
}

@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
    }
}

@media screen and (min-width: 1600px) {
    .vt-multicolumn-grid .vt-multicolumn-grid-responsive-container .vt-list-title {
        font-size: 1.25em !important
    }
}

.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, .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: #fff;
    font-size: .75rem;
    padding: .5em .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:focus .vt-list-item-title, .vt-list.vt-list-hideTitle .vt-list-item-wrapper:hover .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-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
    }
}

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

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

.vt-compact-text p {
    font-size: .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-center55-nopad, #vt_with_rb .vt-center80, #vt_with_rb .vt-center80-nopad {
    width: 100%;
    padding: 0
}

.right {
    right: 0
}

.inline-block {
    display: inline-block
}

.vt-white-text .vt-text a, .vt-white-text .vt-text h1, .vt-white-text .vt-text h2, .vt-white-text .vt-text h3, .vt-white-text .vt-text h4, .vt-white-text .vt-text h5, .vt-white-text .vt-text h6, .vt-white-text .vt-text p, .vt-white-text.vt-text a, .vt-white-text.vt-text h1, .vt-white-text.vt-text h2, .vt-white-text.vt-text h3, .vt-white-text.vt-text h4, .vt-white-text.vt-text h5, .vt-white-text.vt-text h6, .vt-white-text.vt-text p {
    color: #fff !important
}

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

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

.vt-white-text li::before {
    background-color: #fff !important
}

.vt-opacity50black .carousel-inner .item {
    background: #75787b
}

.vt-opacity50black .carousel-inner .item-image {
    opacity: .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 #e5e1e6
}

.vt-mag-border-bottom {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e1e6
}

.vt-mag-border-topbottom {
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e5e1e6;
    border-bottom: 1px solid #e5e1e6
}

.vt-mag-border-left {
    padding-left: 20px;
    border-left: 1px solid #e5e1e6
}

.vt-mag-border-right {
    padding-right: 20px;
    border-right: 1px solid #e5e1e6
}

.vt-mag-border-leftright {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #e5e1e6;
    border-right: 1px solid #e5e1e6
}

.fullheight img {
    height: 100%
}

.suppress-margin {
    margin: 0 !important
}

.suppress-margin p {
    margin: 0 !important
}

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

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

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

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

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

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

.vt-c-no-top-bottom-margin .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .thumbnail, .vt-c-no-top-bottom-margin .vt-gallery-type-lbgallery .thumbnail, .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 {
    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-c-no-margins, .vt-c-no-margins .cq-dd-paragraph, .vt-c-no-margins .gallery.row, .vt-c-no-margins .vt-tagcloud, .vt-c-no-margins .vt_multibrief_content, .vt-c-no-margins .vt_newsWeather, .vt-c-no-margins figcaption, .vt-c-no-margins figure, .vt-c-no-margins.vt-list figure, .vt-page-no-margins #vt_no_rb, .vt-page-no-margins #vt_right_col, .vt-page-no-margins #vt_with_rb {
    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_body_col {
        padding-right: 5% !important
    }
}

.vt-c-no-margins .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .thumbnail, .vt-c-no-margins .vt-gallery-type-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-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 .cq-dd-paragraph, #vt_right_col .vt-c-no-margins .gallery.row, #vt_right_col .vt-c-no-margins .vt-tagcloud, #vt_right_col .vt-c-no-margins .vt_multibrief_content, #vt_right_col .vt-c-no-margins .vt_newsWeather, #vt_right_col .vt-c-no-margins figure {
    margin: 0 -1em !important
}

#vt_right_col .vt-c-no-margins.download, #vt_right_col .vt-c-no-margins.feedreader, #vt_right_col .vt-c-no-margins.vt-doctext, #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 .gallery-featured-item ~ .vt-gallery-type-featured-lbgallery .thumbnail, #vt_right_col .vt-c-no-margins .vt-gallery-type-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::after, .vt-c-list-no-carets li::before {
    content: none !important
}

.vt-image.vt-no-border {
    border: none !important
}

.mr-6 {
    margin-right: .125
}

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

.vt-hide-h1 .vt-page-title {
    display: none
}

.vt-vtx-home-white .vt-body-col, .vt-vtx-home-white main {
    background-color: #fff
}

.vt-heading-uppercase h1, .vt-heading-uppercase h2, .vt-heading-uppercase h3, .vt-heading-uppercase h4, .vt-heading-uppercase h5, .vt-heading-uppercase h6 {
    text-transform: uppercase
}

.vt-list-no-image-border .vt-list-item-col {
    border: none !important
}

.vt-list-no-image-border .vt-list-title {
    font-size: 1em !important
}

@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: .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
    }

    .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: .75em;
        height: .75em;
        padding: 0;
        margin-top: .1875em;
        margin-right: .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: .75em;
        height: .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
    }
}

.vt-fg-maroon-1s {
    color: #861f41 !important;
    border-color: #861f41 !important
}

.vt-fg-burntOrange {
    color: #e5751f !important;
    border-color: #e5751f !important
}

.vt-fg-hokieStone {
    color: #75787b !important;
    border-color: #75787b !important
}

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

.vt-fg-purple {
    color: #642667 !important;
    border-color: #642667 !important
}

.vt-fg-pink {
    color: #ce0058 !important;
    border-color: #ce0058 !important
}

.vt-fg-sunset {
    color: #ed8b00 !important;
    border-color: #ed8b00 !important
}

.vt-fg-yellow {
    color: #f7ea48 !important;
    border-color: #f7ea48 !important
}

.vt-fg-teal {
    color: #508590 !important;
    border-color: #508590 !important
}

.vt-fg-turquoise {
    color: #2cd5c4 !important;
    border-color: #2cd5c4 !important
}

.vt-fg-grey {
    color: #d7d2cb !important;
    border-color: #d7d2cb !important
}

.vt-fg-smoke {
    color: #e5e1e6 !important;
    border-color: #e5e1e6 !important
}

.vt-fg-blue {
    color: #003c71 !important;
    border-color: #003c71 !important
}

.vt-fg-burntOrangeWeb {
    color: #ca4f00 !important;
    border-color: #ca4f00 !important
}

.vt-bg-maroon-1s {
    background-color: #861f41 !important
}

.vt-bg-burntOrange {
    background-color: #e5751f !important
}

.vt-bg-hokieStone {
    background-color: #75787b !important
}

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

.vt-bg-purple {
    background-color: #642667 !important
}

.vt-bg-pink {
    background-color: #ce0058 !important
}

.vt-bg-sunset {
    background-color: #ed8b00 !important
}

.vt-bg-yellow {
    background-color: #f7ea48 !important
}

.vt-bg-teal {
    background-color: #508590 !important
}

.vt-bg-turquoise {
    background-color: #2cd5c4 !important
}

.vt-bg-grey {
    background-color: #d7d2cb !important
}

.vt-bg-smoke {
    background-color: #e5e1e6 !important
}

.vt-bg-blue {
    background-color: #003c71 !important
}

.vt-bg-burntOrangeWeb {
    background-color: #ca4f00 !important
}

.sitemap .linkcontainer {
    margin-left: 30px
}

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

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

#vt_alert_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2em;
    background-color: #b30000;
    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: #fff;
    text-decoration: underline
}

#vt_alert_wrapper.vt-close-alert {
    height: 100%
}

#vt_alert_wrapper.vt-close-alert p {
    display: none
}

#vt_alert_wrapper .fa-exclamation-triangle, #vt_alert_wrapper .fa-warning, #vt_alert_wrapper .vt-exclamation-triangle {
    font-size: 2em;
    color: #fff;
    width: 2em;
    margin: 0 0 .75em
}

@media screen and (min-width: 768px) {
    #vt_alert_wrapper .fa-exclamation-triangle, #vt_alert_wrapper .fa-warning, #vt_alert_wrapper .vt-exclamation-triangle {
        margin: 0 .5em 0
    }
}

#vt_alert_wrapper .vt-alert {
    color: #fff;
    text-align: left;
    width: 100%
}

#vt_alert_wrapper .vt-alert-message {
    color: #fff
}

#vt_alert_wrapper .vt-alert-message .vt-alert-header {
    font-size: 1.75em;
    line-height: 1;
    margin-bottom: .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: .8em;
    font-style: italic
}

#vt_alert_hide_show {
    display: flex;
    flex-wrap: nowrap;
    background-color: #b30000;
    border: none;
    font-family: gineso-condensed, sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    #vt_alert_hide_show {
        width: auto;
        margin: 0 1em
    }
}

#vt_alert_hide_show:focus {
    outline-color: #fff;
    outline-offset: 3px;
    outline-style: dashed;
    outline-width: 2px
}

.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(../fonts/media-pause.svg);
    background: 0 0;
    border: none;
    width: 48px;
    height: 48px;
    left: 5%;
    top: 30px;
    bottom: auto;
    padding: 0;
    z-index: 99
}

@media screen and (min-width: 768px) {
    .vt-vidPlayPause {
        top: auto;
        bottom: 30px
    }
}

.vt-vidPlayPause:hover {
    cursor: pointer
}

.vt-vidPlayPause.vt-pauseButton {
    background-image: url(../fonts/media-pause.svg)
}

.vt-vidPlayPause.vt-playButton {
    background-image: url(../fonts/media-play.svg)
}

@media screen and (min-width: 768px) {
    .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: 768px) {
    .vt-vid-overlay-row {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0;
        margin: 8em 0 0 8em
    }
}

.vt-vid-overlay {
    position: relative;
    background-color: #171819;
    width: 100%;
    padding: 20px
}

@media screen and (min-width: 768px) {
    .vt-vid-overlay {
        background-color: transparent;
        width: 40%;
        padding: 0
    }

    .vt-vid-overlay-column:not(.hidden) .vt-vid-overlay::before {
        content: "";
        background: #e5751f;
        display: block;
        width: 3em;
        height: .6em;
        position: absolute;
        top: -3em;
        left: -3em;
        z-index: 1
    }

    .vt-vid-overlay-column:not(.hidden) .vt-vid-overlay::after {
        content: "";
        background: #e5751f;
        display: block;
        width: .6em;
        height: 3em;
        position: absolute;
        top: -3em;
        left: -3em;
        z-index: 1
    }
}

.vt-vid-header, .vt-vid-subhead {
    font-family: Acherus, sans-serif;
    display: none;
    line-height: 1.2
}

.vt-vid-header {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    margin: 0
}

@media screen and (min-width: 768px) {
    .vt-vid-header {
        font-size: 3em;
        text-shadow: none;
        margin-bottom: 15px
    }
}

.vt-vid-subhead {
    color: #fff;
    font-size: 1em;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .vt-vid-subhead {
        font-size: 1.75em;
        font-weight: 700;
        text-shadow: none;
        margin-bottom: 2em
    }
}

.vt-vid-header.on, .vt-vid-subhead.on {
    display: block
}

.vt-vid-overlay a {
    color: #fff;
    text-decoration: underline
}

.vt-carousel.vt-overlay-light a:not(.carousel-control), .vt-carousel.vt-overlay-light h3, .vt-carousel.vt-overlay-light p, .vt-image.vt-overlay-light ~ .vt-mag-articleImage-overlayHolder .vt-mag-story-title, .vt-vidHeader.vt-overlay-light p, .vt-vidHeader.vt-overlay-light span, .vt-vidHeader.vt-overlay-light ~ .vt-mag-articleImage-overlayHolder .vt-mag-story-title {
    color: #fff
}

.vt-carousel.vt-overlay-dark a:not(.carousel-control), .vt-carousel.vt-overlay-dark h3, .vt-carousel.vt-overlay-dark p, .vt-image.vt-overlay-dark ~ .vt-mag-articleImage-overlayHolder .vt-mag-story-title, .vt-vidHeader.vt-overlay-dark p, .vt-vidHeader.vt-overlay-dark span, .vt-vidHeader.vt-overlay-dark ~ .vt-mag-articleImage-overlayHolder .vt-mag-story-title {
    color: #000
}

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

@media screen and (min-width: 768px) {
    .vt-carousel.vt-overlay-middleLeft .carousel-caption, .vt-carousel.vt-overlay-middleRight .carousel-caption, .vt-image.vt-overlay-middleLeft ~ .vt-mag-articleImage-overlayHolder, .vt-image.vt-overlay-middleRight ~ .vt-mag-articleImage-overlayHolder, .vt-vidHeader.vt-overlay-middleLeft .vt-vid-overlay-column, .vt-vidHeader.vt-overlay-middleLeft ~ .vt-mag-articleImage-overlayHolder, .vt-vidHeader.vt-overlay-middleRight .vt-vid-overlay-column, .vt-vidHeader.vt-overlay-middleRight ~ .vt-mag-articleImage-overlayHolder {
        justify-content: center
    }
}

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

@media screen and (min-width: 768px) {
    .vt-carousel.vt-overlay-topLeft .carousel-caption .container, .vt-image.vt-overlay-topLeft ~ .vt-mag-articleImage-overlayHolder .vt-mag-articleImage-overlay, .vt-image.vt-overlay-topRight ~ .vt-mag-articleImage-overlayHolder .vt-mag-articleImage-overlay, .vt-vidHeader.vt-overlay-topLeft .vt-vid-overlay-row, .vt-vidHeader.vt-overlay-topLeft ~ .vt-mag-articleImage-overlayHolder .vt-mag-articleImage-overlay, .vt-vidHeader.vt-overlay-topRight ~ .vt-mag-articleImage-overlayHolder .vt-mag-articleImage-overlay {
        margin-top: 8em
    }
}

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

@media screen and (min-width: 768px) {
    .vt-carousel.vt-overlay-bottomRight .carousel-caption .container, .vt-carousel.vt-overlay-middleRight .carousel-caption .container, .vt-image.vt-overlay-bottomRight ~ .vt-mag-articleImage-overlayHolder .vt-mag-articleImage-overlay, .vt-image.vt-overlay-middleRight ~ .vt-mag-articleImage-overlayHolder .vt-mag-articleImage-overlay, .vt-vidHeader.vt-overlay-bottomRight .vt-vid-overlay-row, .vt-vidHeader.vt-overlay-bottomRight ~ .vt-mag-articleImage-overlayHolder .vt-mag-articleImage-overlay, .vt-vidHeader.vt-overlay-middleRight .vt-vid-overlay-row, .vt-vidHeader.vt-overlay-middleRight ~ .vt-mag-articleImage-overlayHolder .vt-mag-articleImage-overlay {
        margin: 0;
        padding-right: 8em
    }
}

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

.vt-bg-light {
    background: #e5e1e6
}

.vt-bg-dark {
    background: #861f41
}

.vt-bg-black {
    background: #000
}

.vt-bg-orange {
    background: #ca4f00
}

.vt-bg-white {
    background: #fff
}

.vt-bg-maroon {
    background: #861f41
}

.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.vt-bg-light :focus {
    outline-color: #000
}

.vt-basicModal-closeBtn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: .5em;
    right: .5em;
    background: 0 0;
    border: 1px solid #000;
    color: #000;
    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: #000 !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: #fff;
    font-family: gineso-condensed, sans-serif !important;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 1.5em 1em .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, .45);
    font-family: gineso-condensed, sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    max-width: 50%;
    width: 100%;
    padding: .6667em 1.25em;
    margin: 0 auto 2em
}

.vt-vaccine-link a, .vt-vaccine-link a:hover {
    color: #fff !important
}

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

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

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