/*History List Styles*/
.history_content_inline_wrapper {
    overflow: hidden;
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    margin-top: -15px;
}

@media screen and (max-width:1280px) {
    .history_content_inline_wrapper {
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.history_list_container {
    display: inline-block;
    width: 100%;
}

.history_repeater {
    display: inline-block;
    width: 100%;
}

.history_line {
    width: 6px;
    height: 100%;
    background-color: #d2d2d2;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -3px;
}

.history_repeater_left .history_line {
    top: 0px;
    left: 50%;
    margin-left: auto;
    margin-left: -3px;
}

@media screen and (max-width:640px) {
    .history_line, .history_repeater_left .history_line {
        right: auto;
        left: 0px;
        margin-left: -3px;
        margin-right: auto;
    }
}

.history_year_container {
    height: 132px;
}

.history_year {
    position: relative;
    margin-left: auto;
    top: 40px;
    width: 40px;
    height: 40px;
    margin-right: auto;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    border-radius: 100px;
    color: #ffffff;
    background: linear-gradient(87deg, rgba(130, 21, 26, 1) 0%, rgb(206, 21, 26, 1) 100%);
    border: 6px solid #d2d2d2;
    box-shadow: 5px 5px 10px rgba(156, 156, 156, 0.66);
    transition: margin 1s, width 1s, height 1s, top 1s, box-shadow 1s;
}

.history_repeater_left .history_year {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:640px) {
    .history_year, .history_repeater_left .history_year {
        margin-right: auto;
        margin-left: -26px;
    }
}

.show_history_repeater .history_year {
    width: 120px;
    height: 120px;
    margin-left: auto;
    top: 0px;
    box-shadow: 10px 10px 30px rgba(156, 156, 156, 0.66);
}

.show_history_repeater.history_repeater_left .history_year {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width:640px) {
    .show_history_repeater .history_year, .show_history_repeater.history_repeater_left .history_year {
        margin-right: auto;
        margin-left: -66px;
    }
}

.history_year_table {
    display: table;
    width: 120px;
    height: 120px;
    opacity: 0;
    transition: opacity 1s, margin 1s;
    margin-top: -40px;
    margin-left: -40px;
}

.history_year_table_cell {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    line-height: 1.2em;
    position: relative;
}

.show_history_repeater .history_year_table {
    opacity: 1;
    margin-top: 0px;
    margin-left: 0px;
}

.history_margin {
    text-align: left;
    position: relative;
}

@media screen and (max-width:640px) {
    .history_margin {
        margin-left: 55px;
    }
}

@media screen and (max-width:430px) {
    .history_margin {
        margin-left: 55px;
    }
}

.history_repeater_left .history_margin {
    text-align: right;
}

@media screen and (max-width:640px) {
    .history_repeater_right .history_margin, .history_repeater_left .history_margin {
        margin-left: 55px;
        margin-right: auto;
        text-align: left;
    }
}

.history_inline_wrapper {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0px;
}

.history_image {
    display: inline-block;
    width: calc(50% - 25px);
    vertical-align: middle;
    position: relative;
    line-height: 0px;
    margin: 15px;
    margin-left: 25px;
    margin-right: 0px;
    margin-bottom: 5px;
    position: relative;
    left: -150px;
    opacity: 0;
    transition: opacity 1.5s, left 1.5s, right 1.5s;
}

.history_repeater_left .history_image {
    margin-left: 0px;
    margin-right: 25px;
}

@media screen and (max-width:640px) {
    .history_image, .history_repeater_left .history_image, .history_repeater_right .history_image {
        width: calc(100% - 15px);
        margin: 0px;
        margin-right: 0px;
        margin-left: 15px;
    }
}

.history_image img {
    max-width: calc(100% - 10px) !important;
    border: 5px solid white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137254902);
}

.show_history_repeater .history_image {
    left: 0px;
    opacity: 1;
}

.history_repeater_left .history_image {
    left: auto;
    right: -150px;
}

@media screen and (max-width:640px) {
    .history_repeater_left .history_image {
        left: -150px;
        right: auto;
    }
}

.show_history_repeater.history_repeater_left .history_image {
    right: 0px;
    left: auto;
}

@media screen and (max-width:640px) {
    .show_history_repeater.history_repeater_left .history_image {
        right: auto;
        left: 0px;
    }
}

.hide_image_True .history_image {
    display: none;
}

.content_column .text_region .history_image img {
    width: 270px !important;
    max-width: 100% !important;
}

.history_background {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 2s;
}

.history_repeater_right .history_background {
    left: 0px;
}

@media screen and (max-width:640px) {
    .history_background, .history_repeater_right .history_background {
        left: 0px;
        width: 100%;
    }
}

.show_history_repeater .history_background {
    opacity: 0.2;
}

.history_background_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-right: 1px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
}

.history_text {
    display: inline-block;
    position: relative;
    opacity: 0;
    transition: opacity 2s;
    display: inline-block;
    width: calc(50% - 28px);
    padding: 15px;
    margin: 5px;
    font-size: 15px;
    vertical-align: middle;
}

@media screen and (max-width:640px) {
    .history_repeater_right .history_text {
        display: none;
    }
}

.history_repeater_right .history_text {
    padding-left: 0px;
}

.history_repeater_left .history_text {
    padding-right: 0px;
}

.show_history_repeater .history_text {
    opacity: 1;
}

.history_text_mobile {
    display: inline-block;
    position: relative;
    opacity: 0;
    transition: opacity 2s;
    display: inline-block;
    width: calc(100% - 40px);
    padding: 15px;
    margin: 5px;
    font-size: 15px;
    display: none;
}

.show_history_repeater .history_text_mobile {
    opacity: 1;
}

@media screen and (max-width:640px) {
    .history_text_mobile {
        display: inline-block;
    }
}

@media screen and (max-width:640px) {
    .history_text, .history_text_mobile {
        width: calc(100% - 25px);
        padding-left: 15px;
        padding-right: 0px;
    }
}

.history_title {
    font-size: 24px;
    font-weight: bold;
    color: #2d4377;
}

.history_list_repeaters {
    border-bottom: 6px #d2d2d2 solid;
}

.history_description {
    position: relative;
    transition: left 1.5s, right 1.5s;
    left: -100px;
    text-align: left;
}

.history_repeater_left .history_description {
    right: -100px;
    left: auto;
}

@media screen and (max-width:640px) {
    .history_repeater_left .history_description {
        right: auto;
        left: -100px;
    }
}

.show_history_repeater .history_description {
    left: 0px;
    right: 0px;
}

.show_history_repeater.history_repeater_left .history_description {
    left: auto;
    right: 0px;
}

@media screen and (max-width:640px) {
    .show_history_repeater.history_repeater_left .history_description {
        left: 0px;
        right: auto;
    }
}

.history_description p {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (max-width:640px) {
    .history_description p {
        margin-top: 0px;
    }
}

.history_year,
.history_year *,
.history_year::before,
.history_year::after {
    box-sizing: content-box;
}

.history_year_table_cell {
    padding: 0;
    text-align: center;
}