body
{
    margin:0px !important;

}
.colleagues .logo
{
    background:url(../img/sdLogoGreen.png) no-repeat center;
    display:block;
    width:191px;
    height:56px;
    background-size:191px 56px;
    margin-left:40px;

}

#container
{
    grid-template-columns: auto auto;
    grid-template-areas:
            "header  header"
            "main main"
            "footer footer";
    grid-row-gap:0px;

}



.green
{
    background:#abd26d;
    width:100%;
}

header
{
    grid-template-columns: 6fr 6fr;
    margin-left:0px;
}

.colleagues .content-grid
{
    grid-template-columns:6fr 6fr;
    padding:0px;
    grid-row-gap:0px;
    grid-column-gap:0px;
    height:89vh;
}

.content-grid .item
{
    padding:100px 50px;
    width:auto;
}

.colleague-grid
{
    display:grid;
    grid-template-columns:2fr 2fr;
    margin-top:40px;
}
.colleague
{
    color:#fff;
    padding-top:4px;


}

.colleague a
{
    color:#fff;
    text-decoration:none;
    font-size:8pt;
}

.colleague a:hover
{
    text-decoration:underline;
}

.colleague .title
{
    font-size:12pt;
    font-weight:600;
}

.colleague .sub
{
    font-weight:600;
    font-size:8pt;
    height:43px;
    width:100%;
}


.button_container
{
    background: #fff;
}

.button_container span
{
    background:#abd26d;
}