@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@font-face {
    font-family: arrusfont;
    src: url(../fonts/ArrusBTBold.ttf);
    font-weight: bold;
}

/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline{
    padding: 0 0 30px 0;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.modal-image
{
    max-width: 100%;
}
.tmldiv{
    text-align: center;
}
.tmldiv img
{
    max-width: 100%;
    cursor: pointer;
}
.tmldiv h4
{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.tmldiv h3
{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.tmldiv p
{
    font-size: 13px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-align: center;
}

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline .tdiv1 {
    font-size: 0;
    width: 100vw;
    padding: 0;
    transition: all 1s;
    position: relative;
}

.timeline .absdiv
{
    position: absolute; width: 100%; height: 2px; background-color: #90471c; top: 10px; left: 0px; right: 0;
}

.timeline .tdiv1 .tdiv2 {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 320px;
    border-top: 2px solid #90471c;
    vertical-align: top;
}

.timeline .tdiv1 .tdiv2:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translate(-50%,0);
    border-radius: 50%;
}

.timeline .tdiv1 .tdiv2:nth-of-type(odd)::after {
    background: #ffbb23;
}

.timeline .tdiv1 .tdiv2:nth-of-type(even)::after {
    background: #758b36;
}

.timeline .tdiv1 .tdiv2 div {
    position: relative;
    left: 20px;
    width: 280px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: white;
    box-shadow: rgb(26 108 225 / 10%) 0px 0px 25px;
}

.timeline .tdiv1 .tdiv2 div::before {
    content: '';
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    width: 2px;
    height: 32px;
    display: inline-block;
    background: #333333;
}

.timeline .tdiv1 .tdiv2:nth-of-type(odd) div::before {
    background: #ffbb23;
}

.timeline .tdiv1 .tdiv2:nth-of-type(even) div::before {
    background: #758b36;
}

.timeline .tdiv1 .tdiv2 div {
    margin-top: 36px;
}

.timeline .tdiv1 .tdiv2:nth-of-type(odd) div {
    border: 1px solid #ffbb23;
}

.timeline .tdiv1 .tdiv2:nth-of-type(even) div {
    border: 1px solid #758b36;
}

.timeline .tdiv1 .tdiv2 div::before {
    top: -32px;
}

.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.arrow__prev, .arrow__next
{
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.timeline .arrows .arrow__prev {
    margin-right: 5px;
}

.timeline .disabled {
    opacity: .5;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1px) {
    .timeline .tdiv1,
    .timeline .tdiv1 .tdiv2 {
        width: auto;
    }

    .timeline .tdiv1 {
        padding: 0;
        transform: none !important;
    }

    .timeline .tdiv1 .tdiv2 {
        display: block;
        height: auto;
        background: transparent;
    }

    .timeline .tdiv1 .tdiv2:first-child {
        margin-top: 25px;
        width: auto;
    }

    .timeline .tdiv1 .tdiv2:not(:first-child) {
        margin-left: auto;
    }

    .timeline .tdiv1 .tdiv2 div {
        width: 94%;
        height: auto !important;
        margin: 0 auto 25px;
    }

    .timeline .tdiv1 .tdiv2 div {
        position: static;
    }

    .timeline .tdiv1 .tdiv2:nth-child(odd) div {
        transform: none;
    }

    .timeline .tdiv1 .tdiv2:nth-child(odd) div::before,
    .timeline .tdiv1 .tdiv2:nth-child(even) div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: none;
        border-left: 1px solid white;
        height: 25px;
    }

    .timeline .tdiv1 .tdiv2:last-child,
    .timeline .tdiv1 .tdiv2:nth-last-child(2) div::before,
    .timeline .tdiv1 .tdiv2:not(:last-child)::after,
    .timeline .arrows {
        display: none;
    }
}


.timessdiv
{
    width: 100%;
    text-align: center;
}
.timestop
{
    background: url(../images/pause-icon.png);
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
}
.timestart
{
    background: url(../images/play-icon.png);
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
}











.resp-tabs-list
{
    list-style-type: none;
    display:-webkit-box;
    display: -moz-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-flex-flow:row;
    -ms-flex-flow:row;
    flex-flow:row;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #e7e7e7;
}

.resp-tabs-list li 
{
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
}

.resp-tabs-list li:first-child
{
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
}

.resp-tab-item
{
    font-size: 15px;
    font-weight: 600;
    padding: 12px 16px !important;
    min-width: 100px;
    text-align: center;
    color: #90471c;
    -webkit-transition: all 0.4s ease-in-out;
    -moztransition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.resp-tab-active {
    color: #758b36;
    border-bottom: 2px solid #758b36;
}

.resp-tabs-container {
    padding: 0px;
    background-color: white;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px 0;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 0px solid #c1c1c1; }

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

.resp-arrow 
{
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #90471c;
}

h2.resp-tab-active span.resp-arrow 
{
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #90471c;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #ffffff; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

    ul.resp-tabs-list { display: none; }
    
    .resp-tabs-container{padding: 0 15px 15px 15px;}

    h2.resp-accordion 
    { 
        display: block; 
        font-size: 15px;
        margin-top: 15px;
        border-top: 1px solid #c1c1c1;
        color: #90471c;
    }

    .resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

    .resp-vtabs .resp-tabs-container 
    {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    .resp-tab-content { border: 1px solid #c1c1c1; }

    .resp-accordion-closed { display: none !important; }

    .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

}