.aiden {
    max-width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.timeline-font-xs {
    position: relative;
    padding-right: 15px;
    /* padding-left: 15px; */
    font-size: 1.5rem;
}

.timeline-font-sm {
    position: relative;
    padding-right: 15px;
    /* padding-left: 15px; */
    font-size: 2rem;
}

.timeline-font-md {
    position: relative;
    padding-right: 15px;
    /* padding-left: 15px; */
    font-size: 3rem;
}

.timeline-font-lg {
    position: relative;
    padding-right: 15px;
    /* padding-left: 15px; */
    font-size: 5rem;
    font-weight: 300;
}

.timelineheader {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f8f8f8;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.timeline {
    background: url(../Images/timeline-bg.png);
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.timeline__line {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(50% - 8px);
    width: 16px;
    background: #eb8005;
    border-right: 1px solid #535353;
    border-left: 1px solid #535353;
}

.timeline__container {
    position: relative;
    padding-top: 3%;
    padding-bottom: 3%;
}

.timeline__item {
    width: 100%;
    position: relative;
    display: flex;
}

.timeline__item-wrap {
    margin: auto;
    border-top: 1px solid #535353;
    padding: 1rem;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}

.timeline__middle {
    top: 0;
    left: calc(50% - 13px);
    max-width: 16px;
    padding: 0%;
}

.timeline__right__content {
    padding: 1%;
}

.timeline__right__item {
    margin-top: 2%;
    margin-bottom: 1%;
}

/* Header contact */

.header__box__container{
    display: flex;
    align-items: end;
}
.header__link__text{
    margin-right: 0;
    padding-right: 0;
}

/* Header Search */


.searchList{
    display: flex;
    justify-content: end;
    width: 100%;
    height: 20px;
    letter-spacing:0.04em;
    font-size:1.4rem;
    line-height:1.4;
    font-weight:200;    
}

#searchForm{
    display: flex;
    justify-content: end;
    height: 25px;
    width: auto;
    transition: 2s;
    
}

#searchBox{
    
    border: 2px solid #fd7e14;
    background-color:rgba(255, 255, 255,0.5);
    
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#searchBox:focus {
    outline: 0;
}
.searchBtn{
    background-color: rgba(0,0,0,0);
    border: 0;
    
    display: flex;
    align-items: center;

    aspect-ratio: 1/1;
    height: 100%;
    cursor: pointer;

}

.submitBtn{
    color: #fd7e14;
    background-color:rgba(255, 255, 255,0.5);
    
    display: flex;
    align-items: center;

    aspect-ratio: 1/1;
    height: 100%;

    border: 0;
    border-right: 2px solid #fd7e14;
    border-bottom: 2px solid #fd7e14;
    border-top: 2px solid #fd7e14;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;   
    
    cursor: pointer;
}


.centredCopy {

    padding:1em 2em 5em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    

    font-size:1.8rem;
    line-height:1.5;
}

a.entries-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.entries-item-header {

    color: #fd7e14;
    letter-spacing:0.04em;
    font-size:1.8rem;
    line-height:1.4;
    font-weight:200;
}

.entries-item-summary {

    color: #fd7e14;
    letter-spacing:0.04em;
    font-size:1.8rem;
    line-height:1.4;
    font-weight:200;
}