/* Page Title */
.ipsWidget.ipsWidget_horizontal:not( .ipsWidgetHide ) {
    margin-top: 0;
}
.cWidgetContainer[data-widgetArea="header"] {
    margin-top: 0;
}

/* WYSIWYG Block Content */
.ipsWidget_inner.ipsPad.ipsType_richText {
    padding: 0;
}
h2.ipsWidget_title.ipsType_reset {
    display: none;
}

/* List Menu Links */
ul.list-unstyled.tools-list {
    margin-left: 15px;
}
ul.list-unstyled.tools-list a {
    text-decoration: none;
    padding-left: 15px;
    color: #221f1f;
}
ul.list-unstyled.tools-list a:hover {
    color: #f57d61;
}
ul.list-unstyled.tools-list li {
    border-left: 3px solid #eee;
}
ul.list-unstyled.tools-list li:hover {
    border-left: 3px solid #f57d61;
}
/* Images */
.ipsImage_thumbnailed {
    border: none;
    padding: 0;
    box-shadow: 0 2px 9px 0 rgba(0,5,38,0.3)
}