/* vdot-theme-no-bootstrap.css */

:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #ed193f;
--orange: #f47735;
--yellow: #ffe384;
--green: #00704a;
--teal: #22bcb9;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #00704a;
--info: #17a2b8;
--warning: #ffe384;
--danger: #ed193f;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-air: 830px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--breakpoint-xxl: 1400px;
--font-family-sans-serif: "Heebo", sans-serif;
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


body {font-family: "Heebo", sans-serif;color: #000;}
a {color: #0070cc;text-decoration: none;}
a:hover {color: #004680;text-decoration: none;}

.nav-link:hover, .nav-link:focus {text-decoration: none;}

h1, .h1 {font-size: 3rem;}
@media(max-width:1200px) {
  h1, .h1 {font-size: calc(1.425rem + 2.1vw);}}
h2, .h2 {font-size: 2.5rem;}
@media(max-width:1200px) {
  h2, .h2 {font-size: calc(1.375rem + 1.5vw);}}
h3,.h3 {font-size: 2rem;}
@media(max-width:1200px) {
  h3, .h3 {font-size: calc(1.325rem + .9vw);}}
h4, .h4 {font-size: 1.75rem;}
@media(max-width:1200px) {
  h4, .h4 {font-size: calc(1.3rem + .6vw);}}
h5, .h5 {font-size: 1.5rem;}
@media(max-width:1200px) {
  h5, .h5 {font-size: calc(1.275rem + .3vw);}}
h6,.h6 {font-size: 1.25rem;}
   
.btn {color: #000;}
.btn:hover, .btn:focus {color: #000;}
.btn-link, .btn-link:hover, .btn-link:active, .btn-link:focus {text-decoration:none;}

.navbar-brand {padding-top: 0;padding-bottom: 0;}

.tooltip {font-family: "Heebo", sans-serif;}
.popover {font-family: "Heebo", sans-serif;}
      
         
*,
*::before,
*::after {
    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: "Heebo", 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[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #0070cc;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #004680;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .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 {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

@media(max-width:1200px) {
    legend {
        font-size: calc(1.275rem + .3vw);
    }
}

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: 3rem;
}

@media(max-width:1200px) {
    h1,
    .h1 {
        font-size: calc(1.425rem + 2.1vw);
    }
}

h2,
.h2 {
    font-size: 2.5rem;
}

@media(max-width:1200px) {
    h2,
    .h2 {
        font-size: calc(1.375rem + 1.5vw);
    }
}

h3,
.h3 {
    font-size: 2rem;
}

@media(max-width:1200px) {
    h3,
    .h3 {
        font-size: calc(1.325rem + .9vw);
    }
}

h4,
.h4 {
    font-size: 1.75rem;
}

@media(max-width:1200px) {
    h4,
    .h4 {
        font-size: calc(1.3rem + .6vw);
    }
}

h5,
.h5 {
    font-size: 1.5rem;
}

@media(max-width:1200px) {
    h5,
    .h5 {
        font-size: calc(1.275rem + .3vw);
    }
}

h6,
.h6 {
    font-size: 1.25rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

@media(max-width:1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media(max-width:1200px) {
    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media(max-width:1200px) {
    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

@media(max-width:1200px) {
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
}

/*
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
*/

small,
.small {
    font-size: 80%;
    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: 80%;
    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: .25rem;
    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: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.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-sm,
    .container-md {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    .container,
    .container-sm,
    .container-md,
    .container-air,
    .container-lg {
        max-width: 960px;
    }
}

@media(min-width:1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-air,
    .container-lg,
    .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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-air-1,
.col-air-2,
.col-air-3,
.col-air-4,
.col-air-5,
.col-air-6,
.col-air-7,
.col-air-8,
.col-air-9,
.col-air-10,
.col-air-11,
.col-air-12,
.col-air,
.col-air-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.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.33333%;
    max-width: 33.33333%;
}

.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.66667%;
    max-width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .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.33333%;
        max-width: 33.33333%;
    }
    .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.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .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.33333%;
        max-width: 33.33333%;
    }
    .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.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media(min-width:830px) {
    .col-air {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-air-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-air-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-air-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-air-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-air-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-air-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-air-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-air-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-air-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-air-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-air-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-air-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-air-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-air-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-air-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-air-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-air-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-air-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-air-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-air-first {
        order: -1;
    }
    .order-air-last {
        order: 13;
    }
    .order-air-0 {
        order: 0;
    }
    .order-air-1 {
        order: 1;
    }
    .order-air-2 {
        order: 2;
    }
    .order-air-3 {
        order: 3;
    }
    .order-air-4 {
        order: 4;
    }
    .order-air-5 {
        order: 5;
    }
    .order-air-6 {
        order: 6;
    }
    .order-air-7 {
        order: 7;
    }
    .order-air-8 {
        order: 8;
    }
    .order-air-9 {
        order: 9;
    }
    .order-air-10 {
        order: 10;
    }
    .order-air-11 {
        order: 11;
    }
    .order-air-12 {
        order: 12;
    }
    .offset-air-0 {
        margin-left: 0;
    }
    .offset-air-1 {
        margin-left: 8.33333%;
    }
    .offset-air-2 {
        margin-left: 16.66667%;
    }
    .offset-air-3 {
        margin-left: 25%;
    }
    .offset-air-4 {
        margin-left: 33.33333%;
    }
    .offset-air-5 {
        margin-left: 41.66667%;
    }
    .offset-air-6 {
        margin-left: 50%;
    }
    .offset-air-7 {
        margin-left: 58.33333%;
    }
    .offset-air-8 {
        margin-left: 66.66667%;
    }
    .offset-air-9 {
        margin-left: 75%;
    }
    .offset-air-10 {
        margin-left: 83.33333%;
    }
    .offset-air-11 {
        margin-left: 91.66667%;
    }
}

@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.33333%;
        max-width: 33.33333%;
    }
    .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.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .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.33333%;
        max-width: 33.33333%;
    }
    .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.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media(min-width:1400px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xxl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xxl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-last {
        order: 13;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}

.maxh-25px {
    max-height: 25px;
    overflow: auto;
}

.maxw-25px {
    max-width: 25px;
    overflow: auto;
}

.minh-25px {
    min-height: 25px;
    overflow: auto;
}

.minw-25px {
    min-width: 25px;
    overflow: auto;
}

.h-25px {
    height: 25px;
    overflow: auto;
}

.w-25px {
    width: 25px;
    overflow: auto;
}

.maxh-50px {
    max-height: 50px;
    overflow: auto;
}

.maxw-50px {
    max-width: 50px;
    overflow: auto;
}

.minh-50px {
    min-height: 50px;
    overflow: auto;
}

.minw-50px {
    min-width: 50px;
    overflow: auto;
}

.h-50px {
    height: 50px;
    overflow: auto;
}

.w-50px {
    width: 50px;
    overflow: auto;
}

.maxh-75px {
    max-height: 75px;
    overflow: auto;
}

.maxw-75px {
    max-width: 75px;
    overflow: auto;
}

.minh-75px {
    min-height: 75px;
    overflow: auto;
}

.minw-75px {
    min-width: 75px;
    overflow: auto;
}

.h-75px {
    height: 75px;
    overflow: auto;
}

.w-75px {
    width: 75px;
    overflow: auto;
}

.maxh-100px {
    max-height: 100px;
    overflow: auto;
}

.maxw-100px {
    max-width: 100px;
    overflow: auto;
}

.minh-100px {
    min-height: 100px;
    overflow: auto;
}

.minw-100px {
    min-width: 100px;
    overflow: auto;
}

.h-100px {
    height: 100px;
    overflow: auto;
}

.w-100px {
    width: 100px;
    overflow: auto;
}

.maxh-125px {
    max-height: 125px;
    overflow: auto;
}

.maxw-125px {
    max-width: 125px;
    overflow: auto;
}

.minh-125px {
    min-height: 125px;
    overflow: auto;
}

.minw-125px {
    min-width: 125px;
    overflow: auto;
}

.h-125px {
    height: 125px;
    overflow: auto;
}

.w-125px {
    width: 125px;
    overflow: auto;
}

.maxh-150px {
    max-height: 150px;
    overflow: auto;
}

.maxw-150px {
    max-width: 150px;
    overflow: auto;
}

.minh-150px {
    min-height: 150px;
    overflow: auto;
}

.minw-150px {
    min-width: 150px;
    overflow: auto;
}

.h-150px {
    height: 150px;
    overflow: auto;
}

.w-150px {
    width: 150px;
    overflow: auto;
}

.maxh-175px {
    max-height: 175px;
    overflow: auto;
}

.maxw-175px {
    max-width: 175px;
    overflow: auto;
}

.minh-175px {
    min-height: 175px;
    overflow: auto;
}

.minw-175px {
    min-width: 175px;
    overflow: auto;
}

.h-175px {
    height: 175px;
    overflow: auto;
}

.w-175px {
    width: 175px;
    overflow: auto;
}

.maxh-200px {
    max-height: 200px;
    overflow: auto;
}

.maxw-200px {
    max-width: 200px;
    overflow: auto;
}

.minh-200px {
    min-height: 200px;
    overflow: auto;
}

.minw-200px {
    min-width: 200px;
    overflow: auto;
}

.h-200px {
    height: 200px;
    overflow: auto;
}

.w-200px {
    width: 200px;
    overflow: auto;
}

.maxh-225px {
    max-height: 225px;
    overflow: auto;
}

.maxw-225px {
    max-width: 225px;
    overflow: auto;
}

.minh-225px {
    min-height: 225px;
    overflow: auto;
}

.minw-225px {
    min-width: 225px;
    overflow: auto;
}

.h-225px {
    height: 225px;
    overflow: auto;
}

.w-225px {
    width: 225px;
    overflow: auto;
}

.maxh-250px {
    max-height: 250px;
    overflow: auto;
}

.maxw-250px {
    max-width: 250px;
    overflow: auto;
}

.minh-250px {
    min-height: 250px;
    overflow: auto;
}

.minw-250px {
    min-width: 250px;
    overflow: auto;
}

.h-250px {
    height: 250px;
    overflow: auto;
}

.w-250px {
    width: 250px;
    overflow: auto;
}

.maxh-275px {
    max-height: 275px;
    overflow: auto;
}

.maxw-275px {
    max-width: 275px;
    overflow: auto;
}

.minh-275px {
    min-height: 275px;
    overflow: auto;
}

.minw-275px {
    min-width: 275px;
    overflow: auto;
}

.h-275px {
    height: 275px;
    overflow: auto;
}

.w-275px {
    width: 275px;
    overflow: auto;
}

.maxh-300px {
    max-height: 300px;
    overflow: auto;
}

.maxw-300px {
    max-width: 300px;
    overflow: auto;
}

.minh-300px {
    min-height: 300px;
    overflow: auto;
}

.minw-300px {
    min-width: 300px;
    overflow: auto;
}

.h-300px {
    height: 300px;
    overflow: auto;
}

.w-300px {
    width: 300px;
    overflow: auto;
}

.maxh-325px {
    max-height: 325px;
    overflow: auto;
}

.maxw-325px {
    max-width: 325px;
    overflow: auto;
}

.minh-325px {
    min-height: 325px;
    overflow: auto;
}

.minw-325px {
    min-width: 325px;
    overflow: auto;
}

.h-325px {
    height: 325px;
    overflow: auto;
}

.w-325px {
    width: 325px;
    overflow: auto;
}

.maxh-350px {
    max-height: 350px;
    overflow: auto;
}

.maxw-350px {
    max-width: 350px;
    overflow: auto;
}

.minh-350px {
    min-height: 350px;
    overflow: auto;
}

.minw-350px {
    min-width: 350px;
    overflow: auto;
}

.h-350px {
    height: 350px;
    overflow: auto;
}

.w-350px {
    width: 350px;
    overflow: auto;
}

.maxh-375px {
    max-height: 375px;
    overflow: auto;
}

.maxw-375px {
    max-width: 375px;
    overflow: auto;
}

.minh-375px {
    min-height: 375px;
    overflow: auto;
}

.minw-375px {
    min-width: 375px;
    overflow: auto;
}

.h-375px {
    height: 375px;
    overflow: auto;
}

.w-375px {
    width: 375px;
    overflow: auto;
}

.maxh-400px {
    max-height: 400px;
    overflow: auto;
}

.maxw-400px {
    max-width: 400px;
    overflow: auto;
}

.minh-400px {
    min-height: 400px;
    overflow: auto;
}

.minw-400px {
    min-width: 400px;
    overflow: auto;
}

.h-400px {
    height: 400px;
    overflow: auto;
}

.w-400px {
    width: 400px;
    overflow: auto;
}

.maxh-425px {
    max-height: 425px;
    overflow: auto;
}

.maxw-425px {
    max-width: 425px;
    overflow: auto;
}

.minh-425px {
    min-height: 425px;
    overflow: auto;
}

.minw-425px {
    min-width: 425px;
    overflow: auto;
}

.h-425px {
    height: 425px;
    overflow: auto;
}

.w-425px {
    width: 425px;
    overflow: auto;
}

.maxh-450px {
    max-height: 450px;
    overflow: auto;
}

.maxw-450px {
    max-width: 450px;
    overflow: auto;
}

.minh-450px {
    min-height: 450px;
    overflow: auto;
}

.minw-450px {
    min-width: 450px;
    overflow: auto;
}

.h-450px {
    height: 450px;
    overflow: auto;
}

.w-450px {
    width: 450px;
    overflow: auto;
}

.maxh-475px {
    max-height: 475px;
    overflow: auto;
}

.maxw-475px {
    max-width: 475px;
    overflow: auto;
}

.minh-475px {
    min-height: 475px;
    overflow: auto;
}

.minw-475px {
    min-width: 475px;
    overflow: auto;
}

.h-475px {
    height: 475px;
    overflow: auto;
}

.w-475px {
    width: 475px;
    overflow: auto;
}

.maxh-500px {
    max-height: 500px;
    overflow: auto;
}

.maxw-500px {
    max-width: 500px;
    overflow: auto;
}

.minh-500px {
    min-height: 500px;
    overflow: auto;
}

.minw-500px {
    min-width: 500px;
    overflow: auto;
}

.h-500px {
    height: 500px;
    overflow: auto;
}

.w-500px {
    width: 500px;
    overflow: auto;
}

.border-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.border-top-2 {
    border-top-width: 2px;
    border-top-style: solid;
}

.border-left-2 {
    border-left-width: 2px;
    border-left-style: solid;
}

.border-right-2 {
    border-right-width: 2px;
    border-right-style: solid;
}

.border-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.border-top-3 {
    border-top-width: 3px;
    border-top-style: solid;
}

.border-left-3 {
    border-left-width: 3px;
    border-left-style: solid;
}

.border-right-3 {
    border-right-width: 3px;
    border-right-style: solid;
}

.border-bottom-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
}

.border-top-4 {
    border-top-width: 4px;
    border-top-style: solid;
}

.border-left-4 {
    border-left-width: 4px;
    border-left-style: solid;
}

.border-right-4 {
    border-right-width: 4px;
    border-right-style: solid;
}

.border-bottom-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.border-top-5 {
    border-top-width: 5px;
    border-top-style: solid;
}

.border-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
}

.border-right-5 {
    border-right-width: 5px;
    border-right-style: solid;
}

.border-bottom-6 {
    border-bottom-width: 6px;
    border-bottom-style: solid;
}

.border-top-6 {
    border-top-width: 6px;
    border-top-style: solid;
}

.border-left-6 {
    border-left-width: 6px;
    border-left-style: solid;
}

.border-right-6 {
    border-right-width: 6px;
    border-right-style: solid;
}

.noshow {
    display: none;
}

.cursor-alias {
    cursor: alias;
}

.cursor-all-scroll {
    cursor: all-scroll;
}

.cursor-auto {
    cursor: auto;
}

.cursor-ew-resize {
    cursor: ew-resize;
}

.cursor-nesw-resize {
    cursor: nesw-resize;
}

.cursor-ns-resize {
    cursor: ns-resize;
}

.cursor-nwse-resize {
    cursor: nwse-resize;
}

.cursor-cell {
    cursor: cell;
}

.cursor-col-resize {
    cursor: col-resize;
}

.cursor-context-menu {
    cursor: context-menu;
}

.cursor-copy {
    cursor: copy;
}

.cursor-crosshair {
    cursor: crosshair;
}

.cursor-cursor {
    cursor: cursor;
}

.cursor-default {
    cursor: default;
}

.cursor-help {
    cursor: help;
}

.cursor-inherit {
    cursor: inherit;
}

.cursor-move {
    cursor: move;
}

.cursor-no-drop {
    cursor: no-drop;
}

.cursor-none {
    cursor: none;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-progress {
    cursor: progress;
}

.cursor-row-resize {
    cursor: row-resize;
}

.cursor-text {
    cursor: text;
}

.cursor-n-resize {
    cursor: n-resize;
}

.cursor-e-resize {
    cursor: e-resize;
}

.cursor-s-resize {
    cursor: s-resize;
}

.cursor-w-resize {
    cursor: w-resize;
}

.cursor-ne-resize {
    cursor: ne-resize;
}

.cursor-nw-resize {
    cursor: nw-resize;
}

.cursor-se-resize {
    cursor: se-resize;
}

.cursor-sw-resize {
    cursor: sw-resize;
}

.cursor-grab {
    cursor: grab;
}

.cursor-grabbing {
    cursor: grabbing;
}

.cursor-vertical-text wait {
    cursor: vertical-text wait;
}

.cursor-zoom-in {
    cursor: zoom-in;
}

.cursor-zoom-out {
    cursor: zoom-out;
}

      
/* more styles     */ 
      
      
      
      
      
      
body {
    background-color: #f2f3f3;
}

h1 {
    font-size: 1.625em;
    line-height: 1.23;
    font-weight: 700;
}

@media(min-width:992px) {
    h1 {
        font-size: 2.8em;
        line-height: 1.11;
    }
}

h2 {
    font-size: 1.125em;
    line-height: 1.22;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    color: #005daa;
    margin-top: 20px;
    margin-bottom: 30px;
}

h2.undecorated {
    padding-bottom: 0;
    color: #000;
}

h2.undecorated::after {
    display: none;
}

h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    background-color: #f47735;
    width: 27px;
    height: 3px;
}

@media(min-width:992px) {
    h2::after {
        left: 0;
        transform: translateX(0);
        width: 72px;
        height: 5px;
    }
}

@media(min-width:992px) {
    h2 {
        padding-bottom: 10px;
        font-size: 2em;
        line-height: 1.19;
    }
}

h3 {
    font-size: .875em;
    line-height: 1.29;
    font-weight: 700;
}

@media(min-width:992px) {
    h3 {
        font-size: 1.375em;
        line-height: 1.14;
    }
}

h4 {
    font-size: .75em;
    line-height: 1.5;
    font-weight: 700;
}

@media(min-width:992px) {
    h4 {
        font-size: .875em;
        line-height: 1.29;
    }
}

p {
    font-size: 1rem;
}

@media(max-width:1199.98px) {
    p {
        font-size: .9rem;
        margin-bottom: .5rem;
    }
    ul{font-size:.9rem}
}

p strong {
    font-weight: 700;
}

p.small {
    font-size: .75rem;
}

@media(max-width:1199.98px) {
    p.small {
        font-size: .5625em;
    }
}

a {
    font-weight: bold;
}

a.underline {
    border-bottom: 2px solid #f47735;
    text-decoration: none;
    transition: 300ms;
    display: inline-block;
}

a.underline.reverse {
    color: #fff;
}

a.underline.reverse:hover, a.underline.reverse:focus {
    color: #f2f3f3;
}

a.underline:hover, a.underline:focus {
    border-color: #c04e11;
    color: #004680;
    padding-bottom: 1px;
}

a.white-link {
    color: #fff;
}

a.btn {
    border-radius: 100px;
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.1em;
    margin: 10px 0;
    padding: 12px 12px;
    transition: background .2s;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a.btn:focus, .btn a:focus {
  outline:2px solid black;
  outline-offset: 2px;
}
  
/*a.btn.ct-container {
    margin: 0 5% 0 5% !important;
}*/

a.btn.btn-outline {
    border: 2px solid #004680;
    color: #004680;
    background: #fff;
}

a.btn.btn-outline:hover, a.btn.btn-outline:focus {
    background: #005daa;
    color: #fff;
    text-decoration: none;
}

a.btn.btn-vdot-blue {
    background: #0070cc;
    border: 2px solid #004680;
    color: #fff;
}

a.btn.btn-vdot-blue:hover, a.btn.btn-vdot-blue:focus {
    background: #004680;
    color: #fff;
}

a.btn.btn-darkblue {
    background: #004680;
    border: 2px solid #073452;
    color: #fff;
}

a.btn.btn-darkblue:hover, a.btn.btn-darkblue:focus {
    background: #005daa;
    color: #fff;
}

a.btn.btn-orange {
    background: #f47735;
    border: 2px solid #c04e11;
    color: #000;
}

a.btn.btn-orange:hover, a.btn.btn-orange:focus {
    background: #c04e11;
    color: #000;
}

a.btn.btn-teal {
    background: #22bcb9;
    border: 2px solid #119f9d;
    color: #fff;
}

a.btn.btn-teal:hover, a.btn.btn-teal:focus {
    background: #119f9d;
    color: #fff;
}

a.btn.extra-large {
    font-size: 1.2em;
    padding: 12px 30px;
}

@media(max-width:1199.98px) {
    a.btn.extra-large {
        font-size: .9em;
        padding: 9px 14px;
    }
}

@media(max-width:1199.98px) {
    a.btn {
        font-size: .8em;
        padding: 6px 15px;
    }
}

/* combine with a.btn style??? */
.btn a {
    border-radius: 100px;
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.1em;
    margin: 10px 0;
    padding: 12px 12px;
    transition: background .2s;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*
.btn.ct-container a {
    margin: 0 0 0 5% !important;
}
*/

.btn.btn-outline a {
    border: 2px solid #004680;
    color: #004680;
    background: #fff;
}

.btn.btn-outline a:hover, .btn.btn-outline a:focus {
    background: #005daa;
    color: #fff;
    text-decoration: none;
}

.btn.btn-vdot-blue a {
    background: #0070cc;
    border: 2px solid #004680;
    color: #fff;
}

.btn.btn-vdot-blue a:hover, .btn.btn-vdot-blue a:focus {
    text-decoration: none;
    background: #004680;
    color: #fff;
}

.btn.btn-vdot-blue:hover, .btn.btn-vdot-blue:focus {
    text-decoration: none;
}

.btn.btn-vdot-blue:hover a, .btn.btn-vdot-blue:focus a {
    background: #004680;
    color: #fff;
    text-decoration: none;
}

.btn.btn-darkblue a {
    background: #004680;
    border: 2px solid #073452;
    color: #fff;
}

.btn.btn-darkblue a:hover, .btn.btn-darkblue a:focus {
    background: #005daa;
    color: #fff;
    text-decoration: none;
}

.btn.btn-orange a {
    background: #f47735;
    border: 2px solid #c04e11;
    color: #fff;
}

.btn.btn-orange a:hover, .btn.btn-orange a:focus {
    background: #c04e11;
    color: #fff;
    text-decoration: none;
}

.btn.btn-teal a {
    background: #22bcb9;
    border: 2px solid #119f9d;
    color: #fff;
}

.btn.btn-teal a:hover, .btn.btn-teal a:focus {
    background: #119f9d;
    color: #fff;
    text-decoration: none;
}

.btn.extra-large a {
    font-size: 1.2em;
    padding: 12px 30px;
}

@media(max-width:1199.98px) {
    .btn.extra-large a {
        font-size: .9em;
        padding: 9px 14px;
    }
}

@media(max-width:1199.98px) {
    .btn.extra-large a {
        font-size: .8em;
        padding: 6px 15px;
    }
}

p.btn {
    margin: 10px 0 !important;
    padding: 0 !important;
}

.img-caption {
    font-size: .75rem;
    font-weight: 400;
}

.date-posted {
    position: relative;
    font-size: .75em;
    margin-bottom: 5px;
    padding-left: 18px;
}

@media(min-width:992px) {
    .date-posted {
        font-size: .9em;
    }
}

.date-posted::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /*background-image: url(../../images/icon-calendar-teal.svg);*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/website-developers-only/site-assets/images/icon-calendar-teal.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

.event-detail {
    position: relative;
    color: #000;
    font-size: .75em;
    line-height: 1.17;
    margin-bottom: 5px;
    padding-left: 18px;
}

@media(min-width:992px) {
    .event-detail {
        font-size: .9em;
        line-height: 1.33;
    }
}

.event-detail::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /*background-image: url(../../images/icon-calendar.svg);*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/icons/blue/icon-calendar.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

.event-detail.date::after {
    /*background-image: url(../images/icon-calendar.svg);*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/icons/blue/icon-calendar.svg");
}

.event-detail.venue::after {
    /*background-image: url(../images/icon-venue.svg);*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/website-developers-only/site-assets/images/icon-venue.svg");
}

.event-detail.address::after {
    /*background-image: url(../images/icon-pin.svg);*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/website-developers-only/site-assets/images/icon-pin.svg");
    width: 8px;
    height: 11px;
}

.event-detail.link::after {
    /*background-image: url(../images/icon-anchor.svg);*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/website-developers-only/site-assets/images/icon-anchor.svg");
    width: 11px;
    height: 5px;
}

.showcase-stat {
    color: #22bcb9;
    font-size: 1.125em;
    line-height: 1.2;
    font-weight: 700;
}

@media(min-width:992px) {
    .showcase-stat {
        font-size: 2.5em;
    }
}

.link-list {
    display: block;
    width: 100%;
    text-align: center;
}

@media(min-width:992px) {
    .link-list {
        text-align: left;
    }
}

.tag-line {
    display: block;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    grid-gap: 5px;
}

.tag-line .tag {
    position: relative;
    margin-bottom: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 28px;
    color: #00172a;
    font-weight: 500;
    font-size: .7em;
    line-height: 13px;
    transition: background-color 300ms, color 300ms;
}

.tag-line .tag.tag-gray {
    background-color: #f2f3f3;
}

.tag-line .tag.tag-gray::after {
    /*background-image: url("../../images/icon-tag.svg");*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/website-developers-only/site-assets/images/icon-tag.svg");
}

.tag-line .tag.tag-gray:hover, .tag-line .tag.tag-gray:focus {
    text-decoration: none;
    background-color: #005daa;
    color: #fff;
}

.tag-line .tag.tag-gray:hover::after, .tag-line .tag.tag-gray:focus::after {
    /*background-image: url("../../images/icon-tag-white.svg");*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/website-developers-only/site-assets/images/icon-tag-white.svg");
}

.tag-line .tag.tag-blue {
    background-color: #005daa;
    color: #fff;
}

.tag-line .tag.tag-blue::after {
    /*background-image: url("../../images/icon-tag-white.svg");*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/website-developers-only/site-assets/images/icon-tag-white.svg");
}

.tag-line .tag.tag-blue:hover, .tag-line .tag.tag-blue:focus {
    text-decoration: none;
    background-color: #0b3c5d;
}

.tag-line .tag.tag-orange {
    background-color: #f47735;
    color: #fff;
}

.tag-line .tag.tag-orange::after {
    /*background-image: url("../../images/icon-tag-white.svg");*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/website-developers-only/site-assets/images/icon-tag-white.svg");
}

.tag-line .tag.tag-orange:hover, .tag-line .tag.tag-orange:focus {
    text-decoration: none;
    background-color: #622809;
}

.tag-line .tag.tag-teal {
    background-color: #22bcb9;
    color: #fff;
}

.tag-line .tag.tag-teal::after {
    /*background-image: url("../../images/icon-tag-white.svg");*/
    background-image: url("https://pxl-virginiadotorg.terminalfour.net/prod01/vdot-cdn-pxl/media/vdotvirginiagov/website-developers-only/site-assets/images/icon-tag-white.svg");
}

.tag-line .tag.tag-teal:hover, .tag-line .tag.tag-teal:focus {
    text-decoration: none;
    background-color: #119f9d;
}

.tag-line .tag::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 300ms;
}

@media(min-width:1200px) {
    .tag-line .tag::after {
        width: 11.5px;
        height: 11.5px;
    }
}

@media(min-width:1200px) {
    .tag-line .tag {
        padding-left: 25px;
        font-size: .8em;
        line-height: 19px;
    }
}

/*  
.pagination .currentpage {
    background-color: #0082ee;
    color: #fff;
    font-weight: 700;
}

.pagination .currentpage:hover, .pagination .currentpage:focus {
    background-color: #005daa;
    color: #fff;
}

.pagination a,
.pagination span {
    color: #747d84;
    font-size: .9em;
    line-height: 1.33;
    font-weight: 400;
    width: 25px;
    height: 25px;
    transition: 300ms;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 30px;
    height: 30px;
}

.pagination a:hover, .pagination a:focus,
.pagination span:hover, .pagination span:focus {
    background-color: #f2f3f3;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}
*/
  
#page-gradient-banner {
    background: #0b3c5d;
    background: linear-gradient(180deg, #0b3c5d 0%, #f2f3f3 100%);
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    z-index: -1;
    height: 400px;
}

#page-body-container {
    z-index: 2;
}

#page-body-container.row {
    margin: 0 auto !important;
}

#page-body-container .row.nopadding {
    margin: 0;
}

#page-body-container .row.nopadding .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#page-body-container.homepage #page-body {
    margin-top: 170px;
    margin-bottom: 55px;
}

@media(min-width:576px) {
    #page-body-container.homepage #page-body {
        margin-top: 370px;
        margin-bottom: 120px;
    }
}

#page-body-container.homepage #page-body #page-content-container {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 0;
}

#page-body-container.news-page #page-body #page-content-container p.date-posted {
    margin: 20px 5% 60px 5%;
}

#page-body-container.news-page #page-body #page-content-container .img-center {
    margin-bottom: 5px;
}

#page-body-container.news-page #page-body #page-content-container .footer-contact {
    margin-top: 60px;
    border-top: 3px #dee2e6 solid;
    padding-top: 20px;
}

#page-body-container #page-body {
    margin: 0 auto;
    top: 56px;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}

@media(max-width:991.98px) {
    #page-body-container #page-body.col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
        top: 156px;
    }
    #page-body-container #page-body.col-md-10 #page-content-container {
        border-radius: 0;
        padding-bottom: 120px;
    }
}

@media(max-width:767.98px) {
    #page-body-container #page-body.col-md-10 {
        top: 56px;
    }
}

#page-body-container #page-body #page-content-container {
    background-color: #fff;
    padding: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-bottom: 40px;
}

#page-body-container #page-body #page-content-container .ct-container {
    margin: 20px 5%;
}

#page-body-container #page-body #page-content-container .ct-container .clearbottom {
    display: block;
    clear: both;
}

#page-body-container #page-body #page-content-container .ct-container.pagination {
    margin-top: 0;
}

#page-body-container #page-body #page-content-container .ct-container.nopadding {
    margin: 0;
}

#page-body-container #page-body #page-content-container .ct-container.nopadding .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#page-body-container #page-body #page-content-container .ct-container figure.img-right {
    text-align: right;
}

#page-body-container #page-body #page-content-container .ct-container figure.img-right img {
    width: 48%;
    display: block;
    float: right;
    margin-left: 2%;
}

#page-body-container #page-body #page-content-container .ct-container figure.img-left {
    text-align: left;
}

#page-body-container #page-body #page-content-container .ct-container figure.img-left img {
    width: 48%;
    display: block;
    float: left;
    margin-right: 2%;
}

#page-body-container #page-body #page-content-container .ct-container figure.img-center img {
    width: 100%;
}

#page-body-container #page-body #page-content-container .ct-container figure.caption {
    font-size: .8em;
    margin-top: 0;
}

#page-body-container #page-body #page-content-container .customlayout {
    margin: 0 5%;
}

@media(max-width:1199.98px) {
    #page-body-container #page-body #page-content-container .customlayout {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

#page-body-container #page-body #page-content-container .customlayout.twocolumn .col-md-6:first-of-type {
    padding-left: 5% !important;
}

@media(max-width:991.98px) {
    #page-body-container #page-body #page-content-container .customlayout.twocolumn .col-md-6:first-of-type {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media(max-width:991.98px) {
    #page-body-container #page-body #page-content-container .customlayout.twocolumn .col-md-6:first-of-type {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 5% !important;
    }
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.twocolumn .col-md-6:first-of-type {
        padding-left: 0% !important;
    }
}

#page-body-container #page-body #page-content-container .customlayout.twocolumn .col-md-6:last-of-type {
    padding-right: 5% !important;
}

@media(max-width:991.98px) {
    #page-body-container #page-body #page-content-container .customlayout.twocolumn .col-md-6:last-of-type {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media(max-width:991.98px) {
    #page-body-container #page-body #page-content-container .customlayout.twocolumn .col-md-6:last-of-type {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 5% !important;
    }
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.twocolumn .col-md-6:last-of-type {
        padding-right: 0% !important;
    }
}

#page-body-container #page-body #page-content-container .customlayout.threecolumn .col-md-4 {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

@media(max-width:767.98px) {
    #page-body-container #page-body #page-content-container .customlayout.threecolumn .col-md-4 {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.threecolumn .col-md-4:first-of-type {
        padding-left: 0%;
    }
}

@media(max-width:1399.98px) {
    #page-body-container #page-body #page-content-container .customlayout.threecolumn .col-md-4:first-of-type {
        padding-left: 5%;
    }
}

@media(max-width:767.98px) {
    #page-body-container #page-body #page-content-container .customlayout.threecolumn .col-md-4:last-of-type {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.threecolumn .col-md-4:last-of-type {
        padding-right: 0%;
    }
}

@media(max-width:1399.98px) {
    #page-body-container #page-body #page-content-container .customlayout.threecolumn .col-md-4:last-of-type {
        padding-right: 5%;
    }
}

#page-body-container #page-body #page-content-container .customlayout.fourcolumn .col-md-3 {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

@media(max-width:767.98px) {
    #page-body-container #page-body #page-content-container .customlayout.fourcolumn .col-md-3 {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.fourcolumn .col-md-3 {
        padding-left: 0 !important;
    }
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.fourcolumn .col-md-3:first-of-type {
        padding-left: 0%;
    }
}

@media(max-width:1399.98px) {
    #page-body-container #page-body #page-content-container .customlayout.fourcolumn .col-md-3:first-of-type {
        padding-left: 5%;
    }
}

@media(max-width:767.98px) {
    #page-body-container #page-body #page-content-container .customlayout.fourcolumn .col-md-3:last-of-type {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.fourcolumn .col-md-3:last-of-type {
        padding-right: 0%;
    }
}

@media(max-width:1399.98px) {
    #page-body-container #page-body #page-content-container .customlayout.fourcolumn .col-md-3:last-of-type {
        padding-right: 5%;
    }
}

#page-body-container #page-body #page-content-container .customlayout.rightsidebar .col-md-8 {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.rightsidebar .col-md-8 {
        padding-left: 0% !important;
    }
}

@media(max-width:1399.98px) {
    #page-body-container #page-body #page-content-container .customlayout.rightsidebar .col-md-8 {
        padding-left: 5% !important;
    }
}

@media(max-width:767.98px) {
    #page-body-container #page-body #page-content-container .customlayout.rightsidebar .col-md-4 {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.rightsidebar .col-md-4 {
        padding-right: 0%;
    }
}

@media(max-width:1399.98px) {
    #page-body-container #page-body #page-content-container .customlayout.rightsidebar .col-md-4 {
        padding-right: 5%;
    }
}

#page-body-container #page-body #page-content-container .customlayout.leftsidebar .col-md-4 {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.leftsidebar .col-md-4 {
        padding-left: 0%;
    }
}

@media(max-width:1399.98px) {
    #page-body-container #page-body #page-content-container .customlayout.leftsidebar .col-md-4 {
        padding-left: 5%;
    }
}

@media(max-width:767.98px) {
    #page-body-container #page-body #page-content-container .customlayout.leftsidebar .col-md-8 {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media(min-width:1200px) {
    #page-body-container #page-body #page-content-container .customlayout.leftsidebar .col-md-8 {
        padding-right: 0%;
    }
}

@media(max-width:1399.98px) {
    #page-body-container #page-body #page-content-container .customlayout.leftsidebar .col-md-8 {
        padding-right: 5%;
    }
}

#page-body-container #page-body #page-content-container .customlayout .ct-container {
    margin: 20px 0;
}

#page-body-container #page-body #page-content-container p {
    margin-bottom: 1.8rem;
}

#page-body-container #page-body #page-content-container p.pagedescription {
    padding: 10px 0;
    border-top: #e3e3e3 1px solid;
    border-bottom: #e3e3e3 1px solid;
    margin-top: 20px;
}

@media(min-width:576px) {
    #page-body-container #page-body {
        margin-bottom: 130px;
        top: 70px;
        box-shadow: 0 -19px 23px -17px rgba(0, 0, 0, .75);
        -webkit-box-shadow: 0 -19px 23px -17px rgba(0, 0, 0, .75);
        -moz-box-shadow: 0 -19px 23px -17px rgba(0, 0, 0, .75);
    }
}

















