.full-panel-pic img {
    width: 100%;
    height: auto;
    min-height: 300px;
}
.full-panel-pic p {
    padding: 0;
    margin: 0;
}
.circle-text.left {
    width: 600px;
    height: 600px;
    position: absolute;
    left: 10%;
    display: flex;
    background: rgba(10, 49, 75, .7);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
     align-items: center;
    justify-content: center;
    z-index:9
}
section.panel-circle-pic {
    position: relative;
    overflow: hidden;
    max-height: 500px;
}
.circle-text.left div#PageRegionContents_Circle_Panel_Text {
    margin: 0 auto;
    font-size: 3rem;
    color: #fff;
    padding: 100px;
    font-weight: bold;
    line-height: 4rem;
}
.white .circle-text.blueTxt {
    background: rgba(255,255,255,.7);
}
.white .circle-text.blueTxt > div{
    color:#1D98C3!important;
}

section.business-timeline {
    position: relative;
}
section.business-timeline .container {
    position: relative;
}
.vertical-line {
    height: 100%;
    width: 0px;
    border-right: 2px solid #CDD2D2;
    content: "";
    position: absolute;
    left: 15%;
    top: 0;
}
.timeline-years {
    position: relative;
    z-index: 1;
    padding: 2rem 0;
    position: relative;
}
.timeline-years .tl-year {
    line-height: 60px;
    background: #fff;
    border: 2px solid #CDD2D2;
    border-radius: 30px;
    z-index: 9;
    font-size: 28px;
    color: #89C200 ;
    font-weight: bold;
    max-width: 150px;
    text-align: center;
    margin-left: 7%;
    flex: 1 1;
    margin-right: 2rem;
}
.tl-year-text {
    position: relative;
    display: flex;
    clear: both;
    align-items: center;
    justify-content: left;
    margin: 3rem 0;
}
.tl-year-text div.editor-inline-text {
    flex: 1 1;
    font-size:1.3rem
}
