  :root {
    --v-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    --v-font: "Times New Roman";
}

img.cms-caption {
    width: auto;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: var(--v-shadow);
}
img.cms-col {
    width: 1000px;
    height: 669px;
}
img.cms-pdf {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
table.cms-st {
    margin: 0 auto;
}
div.cms-caption-mag {
    float: left;
    width: 136px;
    margin: 0 0 .5em 0;
    padding-right: .5em;
    text-align: center;
}
div.cms-caption-r {
    float: right;
    margin: 0 0 1em 1em;
}
div.cms-caption-l {
    float: left;
    margin: 0 1em 1em 0;
}
div.cms-cap {
    text-align: center;
    box-sizing: border-box;
}
.cms-card {
    width: 252px;
    height: auto;
    border-radius: 7px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
ul.cms-ul-min {
    margin: 0;
    padding-left: 1.2em;
    list-style-position: outside;
}
li.cms-li-min {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
ul.cms-list-min {
    margin: 0;
    padding-left: 1.2em;
    list-style-position: outside;
}
li.cms-list-min {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
p.cms-caption {
    font-size: 0.9em;
    font-family: var(--v-font);
    color: #555;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
}
.cms-small { max-width: 262px; }
.cms-med { max-width: 410px; }
.cms-lg { max-width: 1000px; }
.cms-up { text-transform: uppercase; }
.cms-ital { font-style: italic;  }
.cms-bold { font-weight: bold; }
.cms-top-buffer { padding-top: 20px; }
.cms-strike { text-decoration: line-through; }
.cms-note {
    text-align: center;
    margin: 20px auto 0 auto;
    width: fit-content;
    border: 0px;
    padding: 1em;
    border-radius: 7px;
    background: gold;
    box-shadow: var(--v-shadow);
}
div.cms-fig-outer {
    display: flex;
    align-items: center;
    gap: 0.5em;
    width: fit-content;
    margin-left: 20px;
}
div.cms-fig-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
span.cms-fig-a { margin-bottom: 0.2em; }
span.cms-fig-b { margin-top: 0.2em; }
hr.cms-fig {
    width: 100%;
    border: 1px solid black;
    margin: 0;
}
.cms-mytable {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #000;
}
.cms-header-row {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
.cms-mytable th, .cms-mytable td {
    border: 1px solid #000;
    padding: 8px;
    vertical-align: top;
    text-align: left;
}
.cms-gold-row {
    background-color: #f7c948;
}
.cms-mytable tr.cms-gold-row:last-of-type td {
    border-bottom: hidden;
}
.cms-mytable .cms-footnote-row td {
    background: none;
    font-style: italic;
    padding-top: 8px;
    text-align: left;
    border-top: 1px solid #000;
    border-left: hidden;
    border-right: hidden;
    border-bottom: hidden;
}
.cms-mytable, .cms-mytable * {
    border: none !important;
    border-collapse: collapse !important;
}
.cms-mytable .cms-header-row > th {
    background-color: #000 !important;
    color: #fff !important;
    font-weight: bold !important;
    border: 1px solid #000 !important;
    padding: 8px !important;
}
.cms-mytable .cms-gold-row > td {
    background-color: #f7c948 !important;
    border: 1px solid #000 !important;
    padding: 8px !important;
    vertical-align: top !important;
}
.cms-mytable .cms-footnote-row > td {
    font-style: italic !important;
    padding-top: 8px !important;
    border-top: 1px solid #000 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    background: none !important;
}
.cms-mytable .cms-gold-row:last-of-type > td {
    border-bottom: none !important;
}
@media (min-width: 1025px) {
    #main .section .gen3col{
        margin: 3rem 0;	
    }
}