html {
    scroll-behavior: smooth;
}
#slick-slide-control00 {
    display: none;
}
.section {
    padding: 0px;
}
.mt1 {
    margin-top: 1em;
}
.mt2 {
    margin-top: 2em;
}
.mt3 {
    margin-top: 3em;
}
.mt5 {
    margin-top: 5em;
}
.fwb {
    font-weight: bold;
}
.fsi {
    font-style: italic;
}
.tac {
    text-align: center;
}
.btn-primary {
    background: #914a0b;
    border-color: #914a0b;
}
.btn-primary a {
    color: #fff;
}
.btn-primary:hover {
    background: #da8841;
}
.header-top a, .footer-main a {
    color: #ababab;
}
.red {
    color:red;
}
.green {
    accent-color: green;
}
.billpage {
    display: none;
    position: absolute;
    left: 906px;
    top: 3em;
    outline: solid thin;
}
.sidepanel {
    float:left;
    padding: 1em;
    min-height: 15em;
}
.grayed-out {
    color: rgb(214, 209, 209);
    font-style: italic;
    accent-color: #ababab;
}
.hilite {
    background: yellow;
}
.vbox {
     max-width: 250px !important;
}
ol {
    list-style-type: decimal;
}
.content-ht {
    min-height: 50em;
}
/* optimize line length for readnin */
.reading {
    /* width: 60%; */
    margin: 0 auto;
    font-size: 2em !important;
    line-height: 2em !important;
}

.readings li {
    margin-top: 2em;
}
.letterd-ol li {
    list-style-type: lower-alpha;
}

.feature-section {
    min-height: 53em;
}
.simulate_link {
    text-decoration: underline;
    cursor: pointer;
}
.emulatefooterlink {
    color: #ababab;
    font-weight: 400;
    cursor: pointer;
    font-size: 15px;
}
ul {
    font-size: 18px;
    font-weight: normal;
}
.btn-cleardata {
    background: red;
    color: #fff;
}
.scriptcontent {
    opacity: .25;
}
.peekaboo, .hiddencontent {
    display: none;
}
.greyed-out, greyed-out a {
    color: rgb(201, 198, 198);
}

.attendeeform {
    background: rgb(235, 232, 230);
    padding: .7em;
    border-radius: 5px;
}
.attendeeform a {
    color: rgb(54, 30, 30);
    text-decoration: underline;
}
.scriptcontentvisible {
    opacity: 100;
}