/***********************************************************************

            Vita Management specific styling

 */


.title-vita{ position: relative; padding-bottom: 20px; margin-bottom: 0; color:#ED7d31  }

/* list for narrow columns (no indentation) */
.list-vita-narrow { list-style: none; margin: 0; padding: 0;}
.list-vita-narrow li { position: relative; padding: 0 0 0 22px; margin: 0 0 1px 0;}
.list-vita-narrow li:before { content: ""; width: 7px; height: 1px; background-color: #232323; position: absolute; top: 13px; left: 0; }


/* list for main/wide text (indentation for style and readability) */
.list-vita-main { list-style: none; margin: 0; padding-left:30px; padding-right:30px; }
.list-vita-main li { position: relative; padding: 0 0 0 22px; margin: 0 0 1px 0;}
.list-vita-main li:before { content: ""; width: 10px; height: 1px; background-color: #232323; position: absolute; top: 13px; left: 0; }


.center-headline {position: absolute;top: 50%; left: 50%;transform: translate(-50%, -50%); color:#FDFDFA; font-weight:bold;}
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.compact-section {padding: 40px 0 0 0; overflow: hidden; background: #fff;}