#global-sidebar {
    background: #333f4d;
}

.matrixblock > .titlebar {
	background: #56687e;
}
.matrixblock > .titlebar > .blocktype {
    display: inline;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.matrixblock {
    background: #EBEDEF;
    border-bottom: 3px solid #56687e;
    margin-bottom: 26px;
}
.matrixblock > .actions a {
    color: rgba(0, 0, 0, 0.6);
}
.matrixblock > .actions a::before {
    color: rgba(0, 0, 0, 0.6);
}
.field > .heading > label {
    color: #56687e;
    font-size: 15px;
}
.meta > .field > .heading > label {
    font-size: 12px;
}
[id*='-fields-textColour-field'],
[id*='-fields-headingLevel-field'],
[id*='-fields-alignment-field'] {
    width: 33.3%;
    float: left;
}

[id*='-fields-removePadding-field'],
[id*='-fields-removeMargins-field'] {
    width: 50%;
    float: left;
}

[id*='-fields-backgroundColour-field'],
[id*='-fields-removePadding-field'],
[id*='-fields-textColour-field'] {
    clear: both;
}



/* Add logo in top corner

#global-sidebar .topbar a.site-name h2 {
    background-image: url(../images/pivot-maritime-logo.png);
    height: 87px;
    background-size: cover;
    width: 100%;
    text-indent: -9999px;
}

*/