/*!
 * LEGACY CSS — historical microsites and embeds
 * Source: pre-Craft site.css
 * Used by Louisiana Timeline and other legacy pages
 */
/*! 
 * monticello v0.0.2 [2024-12] 
 * Thomas Jeffersons Monticello 
 * Fastspot 
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

.timeline {
    position: relative;
    z-index: 4;
    background: #262626;
    padding: 40px 0
}

@media only screen and (min-width: 500px) {
    .timeline {
        padding-bottom: 90px
    }
}

@media only screen and (min-width: 980px) {
    .timeline {
        padding: 80px 0 120px
    }
}

.timeline:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    content: "";
    pointer-events: none;
    transition: opacity .35s 1s
}

.timeline.interested:before {
    opacity: 0
}

.timeline_inner {
    position: relative
}

.timeline_header {
    margin-bottom: 10px
}

@media only screen and (min-width: 500px) {
    .timeline_header {
        text-align: center
    }
}

@media only screen and (min-width: 1220px) {
    .timeline_header {
        margin-bottom: 30px
    }
}

.timeline_title {
    font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.33333333;
    color: #fff;
    margin: 0 0 24px
}

@media only screen and (min-width: 1220px) {
    .timeline_title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.28571429
    }
}

@media only screen and (min-width: 1220px) {
    .timeline_title {
        margin-bottom: 50px
    }
}

.timeline_year {
    font-family: "Requiem Display A", "Requiem Display B", Requiem, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    color: #F3F3F3;
    display: inline-block;
    letter-spacing: 2px;
    vertical-align: top
}

.timeline_year_end {
    display: block;
    margin-top: 10px
}

@media only screen and (min-width: 500px) {
    .timeline_year_end {
        text-align: center
    }
}

@media only screen and (min-width: 1220px) {
    .timeline_year_end {
        margin-top: 30px
    }
}

.timeline_items {
    position: relative;
    overflow: hidden;
    padding: 24px 0 120px 18px;
    transition: max-height 1s
}

@media only screen and (min-width: 500px) {
    .timeline_items {
        padding-left: 0
    }
}

@media only screen and (min-width: 980px) {
    .timeline_items {
        padding: 74px 0 240px
    }
}

.timeline_items:before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 18px;
    border-left: 1px dashed #fff;
    content: "";
    pointer-events: none
}

@media only screen and (min-width: 500px) {
    .timeline_items:before {
        left: 50%;
        margin-left: 1px
    }
}

.timeline_item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 36px;
    padding-left: 20px
}

@media only screen and (min-width: 500px) {
    .timeline_item {
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px;
        padding-left: 0
    }
}

@media only screen and (min-width: 980px) {
    .timeline_item {
        margin-bottom: 100px
    }
}

.timeline_item:before {
    height: 13px;
    width: 13px;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 2;
    background: #F3973A;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #262626, 0 0 0 3px #fff;
    content: "";
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media only screen and (min-width: 500px) {
    .timeline_item:before {
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media only screen and (min-width: 980px) {
    .timeline_item:before {
        height: 19px;
        width: 19px
    }
}

@media only screen and (min-width: 500px) {
    .timeline_item:nth-of-type(odd) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width: 500px) {
    .timeline_item:nth-of-type(even) {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.timeline_item:last-child {
    margin-bottom: 0
}

.timeline_item_figure {
    max-width: 120px;
    width: 100%
}

@media only screen and (min-width: 500px) {
    .timeline_item_figure {
        max-width: inherit;
        width: 50%
    }
}

@media only screen and (min-width: 500px) {
    .timeline_item:nth-of-type(odd) .timeline_item_figure {
        padding-left: 20px
    }
}

@media only screen and (min-width: 980px) {
    .timeline_item:nth-of-type(odd) .timeline_item_figure {
        padding-left: 55px
    }
}

@media only screen and (min-width: 500px) {
    .timeline_item:nth-of-type(even) .timeline_item_figure {
        padding-right: 20px
    }
}

@media only screen and (min-width: 980px) {
    .timeline_item:nth-of-type(even) .timeline_item_figure {
        padding-right: 55px
    }
}

.timeline_item_image {
    width: 100%;
    display: block
}

.timeline_item_body {
    width: 100%;
    margin-bottom: 16px
}

@media only screen and (min-width: 500px) {
    .timeline_item_body {
        max-width: 500px;
        width: 50%;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 500px) {
    .timeline_item:nth-of-type(odd) .timeline_item_body {
        padding-right: 20px;
        text-align: right
    }
}

@media only screen and (min-width: 980px) {
    .timeline_item:nth-of-type(odd) .timeline_item_body {
        padding-right: 55px
    }
}

@media only screen and (min-width: 500px) {
    .timeline_item:nth-of-type(even) .timeline_item_body {
        padding-left: 20px
    }
}

@media only screen and (min-width: 980px) {
    .timeline_item:nth-of-type(even) .timeline_item_body {
        padding-left: 55px
    }
}

.timeline_item_date {
    font-family: "Requiem Display A", "Requiem Display B", Requiem, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    color: #F3973A;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 8px
}

@media only screen and (min-width: 500px) {
    .timeline_item_date {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media only screen and (min-width: 980px) {
    .timeline_item_date {
        font-size: 32px;
        font-size: 2rem
    }
}

.timeline_item_description {
    font-family: "Requiem Display A", "Requiem Display B", Requiem, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66666667;
    color: #fff
}

@media only screen and (min-width: 1220px) {
    .timeline_item_description {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.61904762
    }
}

@media only screen and (max-width: 499px) {
    .timeline_item_description {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5
    }
}

.timeline_item_description p {
    margin: 0
}

.timeline_item_link {
    display: inline-block;
    padding-top: 7px;
    vertical-align: top
}

@media only screen and (min-width: 980px) {
    .timeline_item_link {
        padding-top: 15px
    }
}

.timeline_item_link_label {
    font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    transition: color .25s
}

@media only screen and (min-width: 980px) {
    .timeline_item_link_label {
        font-size: 14px;
        font-size: 0.875rem
    }
}

.timeline_item_link:hover .timeline_item_link_label,
.timeline_item_link:focus .timeline_item_link_label {
    color: rgba(255, 255, 255, 0.7)
}

.timeline_item_link_icon {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle
}

.timeline_item_link_icon .symbol_right_arrow {
    width: 11px;
    height: 11px;
    fill: #fff
}

.timeline_item_link:hover .timeline_item_link_icon .symbol_right_arrow,
.timeline_item_link:focus .timeline_item_link_icon .symbol_right_arrow {
    fill: rgba(255, 255, 255, 0.7)
}

.timeline_trigger {
    position: relative;
    z-index: 8;
    cursor: pointer;
    padding: 11px 0 11px 50px
}

@media only screen and (min-width: 500px) {
    .timeline_trigger {
        position: absolute;
        bottom: 0;
        left: 50%;
        padding: 50px 0 0 0;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.timeline_trigger_flow {
    opacity: 1;
    visibility: visible;
    transition: top .25s, margin .25s, opacity .25s, visibility .25s
}

.interested .timeline_trigger_flow {
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 499px) {
    .layout_end_year .timeline_trigger_flow {
        bottom: 30px
    }
}

@media only screen and (min-width: 500px) {
    .layout_end_year .timeline_trigger_flow {
        bottom: -30px
    }
}

@media only screen and (min-width: 1220px) {
    .layout_end_year .timeline_trigger_flow {
        bottom: -50px
    }
}

@media only screen and (max-width: 499px) {
    .layout_end_year .timeline_trigger_flow.fs-swap-active {
        top: 10px
    }
}

@media only screen and (min-width: 500px) {
    .layout_end_year .timeline_trigger_flow.fs-swap-active {
        margin-top: 10px
    }
}

@media only screen and (min-width: 1220px) {
    .layout_end_year .timeline_trigger_flow.fs-swap-active {
        margin-top: 30px
    }
}

.timeline_trigger_fixed {
    position: fixed;
    bottom: 20px;
    opacity: 0;
    transition: opacity .25s
}

.interested .timeline_trigger_fixed {
    opacity: 1
}

.not-there .timeline_trigger_fixed,
.away .timeline_trigger_fixed {
    opacity: 0
}

.timeline_trigger_icon {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    background: #39A3BC;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: background .25s
}

@media only screen and (min-width: 500px) {
    .timeline_trigger_icon {
        top: 0;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.timeline_trigger_icon:before,
.timeline_trigger_icon:after {
    height: 3px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 1px;
    content: "";
    transition: background .25s, transform .25s
}

.timeline_trigger:hover .timeline_trigger_icon:before,
.timeline_trigger:hover .timeline_trigger_icon:after,
.timeline_trigger:focus .timeline_trigger_icon:before,
.timeline_trigger:focus .timeline_trigger_icon:after {
    background: #39A3BC
}

.timeline_trigger_icon:before {
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.fs-swap-active .timeline_trigger_icon:before {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.timeline_trigger_icon:after {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.fs-swap-active .timeline_trigger_icon:after {
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.timeline_trigger:hover .timeline_trigger_icon,
.timeline_trigger:focus .timeline_trigger_icon {
    background: #fff
}

.timeline_trigger_label {
    font-family: "Gotham SSm A", "Gotham SSm B", "Gotham A", "Gotham B", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    transition: opacity .25s
}

.fs-swap-active .timeline_trigger_label {
    opacity: 0
}