.padded-full-width-image {
  	padding: 10%;
}

.full-panel-pic img {
    width: 100%;
    height: auto;
}
.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[id*="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;
}

.hiw.panelContent.d-flex {
    justify-content: center;
    align-items: center;
}
section.content-section ul {
    margin-left: 40px;
}
section.content-section ul li{
    margin: 10px 0;
    font-size:1.2em;
    line-height:1.6em
}
