<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel-grid {
	zoom: 1;
}

.panel-grid:before {
	content: '';
	display: block;
}

.panel-grid:after {
	clear: both;
	content: '';
	display: table;
}

.panel-grid-cell {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 1em;
	padding: 0 17px;
}

@media only screen and (min-width: 768px) {
    .panel-grid-cell {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
}

.panel-grid-cell .panel {
	min-height: 1em;
	zoom: 1;
}

.panel-grid-cell &gt; .panel {
    border: none;
    box-shadow: none !important;
}

.panel-grid-cell .panel:before {
	content: '';
	display: block;
}

.panel-grid-cell .panel:after {
	clear: both;
	content: '';
	display: table;
}

.panel-grid-cell .panel.panel-last-child {
	margin-bottom: 0;
}

.panel-grid-cell .widget-title {
	margin-top: 0;
}

/* Canvas Slider Compat */
.panel-grid-cell .widget_woo_component .business .slider-pagination {
     position: relative;
 }

.panel-grid-cell .widget_woo_component .business .slider-pagination .flex-control-nav {
    padding: 0;
}

.panel-grid-cell .widget_woo_component .business #loopedSlider .slides {
    padding: 0;
}

.panel-grid-cell .widget_woo_component .business #loopedSlider .slides &gt; li &gt; img {
    padding: 0;
}

.panel-grid-cell .widget_woo_component .business ul.flex-direction-nav {
    list-style-type: none;
}

.panel-grid-cell .widget_woo_component .business ul.flex-direction-nav li {
    list-style-type: none;
}

.panel-grid #tabs .list li
{
    list-style-type: none;
}

.panel-grid-cell &gt; .widget_woo_component &gt; .magazine ul
{
    clear: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.panel-grid-cell &gt; .widget_woo_component &gt; .magazine ul &gt; li
{
    list-style-type: none;
}

.panel-grid-cell &gt; .widget_woo_component &gt; .magazine .flex-direction-nav
{
    height: 0;
}

.panel-grid-cell &gt; .widget_woo_component &gt; .magazine &gt; .pagination-wrap
{
    text-align: center;
}

.panel-grid-cell &gt; .widget_woo_component &gt; .magazine &gt; .pagination-wrap &gt; .flex-control-nav
{
    position: relative;
    top: 10px;
}

.panel-grid-cell &gt; .widget_pootle-text-widget ul
{
    list-style-position: outside;
}

/* fix Canvas set ol calendar element within .entry with a padding left */
.entry &gt; .panel-grid &gt; .panel-row-style &gt; .panel-grid-cell &gt; .panel &gt; ol.vcalendar
{
    padding-left: 0;
}

/* fix Canvas set ul tweets element within .entry with a padding left */
.entry &gt; .panel-grid &gt; .panel-row-style &gt; .panel-grid-cell &gt; .panel &gt; ul.tweets
{
    padding-left: 0;
}</pre></body></html>