.project_date {
    /*font-size: 14px;*/
    display: inline-block;
    width: calc(50% - 10px);
    padding: 5px 4px;
}

.project_date .ipsType_light {
    font-weight: bold
}

.brand-logo {
    max-width: 100%;
    max-height: 150px;
}

.status_badges_container {
    float: right;
    margin-top: -5px;
}

.project_meta {
    display: flex;
    flex-wrap: wrap;
}

/*** CU Styles ***/

/*.about_sidebar_container {
    overflow: visible
}*/

ul.leaders li {
    margin-bottom: 6px;
}
ul.leaders {
    padding: 0;
    overflow-x: hidden;
    list-style: none
}
ul.leaders li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #fff
    
}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #fff;
    position: relative;
    z-index: 1
}

.credits_column .ipsPad:not(.ipsAreaBackground_light), .credits_column .leaders, .credits_column .leaders>li, .credits_column .leaders>li>span {
    background: inherit;
}

.about_page_content p {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.nd_img_container {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position-x: 50%;
}

.project_image_container {
    width: 100%;
    height: 200px;
    background-size: cover;
}

.project_box {
    display: flex;
}

.project_image_container_fullwidth {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.timeline_image {
    width: 100%;
    height: auto;
}
.timeline_container {
    padding-left: 30px;
    border-left: 5px solid #c9c9c9;
    margin-left: 140px;
    position: relative;
}

/*.timeline_block:before {
    content: ' ';
    background: skyblue;
    height: 20px;
    width:20px;
    position: absolute;
    left: -15px;
    top: 15px;
    border-radius: 20px;
    border: 3px solid #000;
}*/
  
.timeline_info {
    position: absolute;
    /*left: -120px;
    width: 103px;*/
    left: -136px;
    width: 120px;
}

.timeline_info_subtitle {
    font-size: 18px;
    display: block;
    line-height: 30px;
}

.timeline_info_title {
    font-size: 25px;
    display: block;
    line-height: 30px;
}

.timeline_point {
    display: block;
    height: 20px;
    width: 20px;
    background: #1c70b5;
    right: -24px;
    position: absolute;
    border: 3px solid #c9c9c9;
    border-radius: 20px;
    top: 16px;
    transition: 0.4s;
    /*box-shadow: 0px 1px 2px 0px #222;*/
}

.timeline_block:hover .timeline_point {
    transform: scale(1.2);
    transition: 0.4s;
    box-shadow: 0px 1px 4px 0px #222;
}

.timeline_item_description p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}


/*** LEGACY ***/

/* Overrides */
#elCmsPageWrap {
    background: none !important;
    padding: 0px !important;
}

/* Styles */
.about_page_title {
    font-weight: normal;
    border-bottom: 1px solid;
    padding-bottom: 14px;
}

.about_page_content {
    font-size: 16px;
    line-height: 24px;
}

.about_group_subtitle {
    font-size: 13px;
    font-style: italic;
}

.about_group_title {
    margin-bottom: 0px;
}

/* Projects */
.project_image img {
    max-width: 100%;
    transition: 0.5s;
}

.project_image:hover img {
    transform: scale(1.05);
    transition: 0.5s;
}

.project_image {
    overflow: hidden;
}

.project_title {
    font-size: 20px;
    margin-bottom: 8px;
    display: block;
}

.about_project_entry {
    margin: 15px 0px;
}