﻿.panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.panel-layout.panel-is-rtl .panel-grid.panel-has-style > .panel-row-style,
.panel-layout.panel-is-rtl .panel-grid.panel-no-style {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.panel-grid-cell {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .panel-grid-cell .panel-cell-style {
        height: 100%;
    }

    .panel-grid-cell .so-panel {
        zoom: 1;
    }

        .panel-grid-cell .so-panel:before {
            content: "";
            display: block;
        }

        .panel-grid-cell .so-panel:after {
            content: "";
            display: table;
            clear: both;
        }

    .panel-grid-cell .panel-last-child {
        margin-bottom: 0;
    }

    .panel-grid-cell .widget-title {
        margin-top: 0;
    }

body.siteorigin-panels-before-js {
    overflow-x: hidden;
}

    body.siteorigin-panels-before-js .siteorigin-panels-stretch {
        margin-right: -1000px !important;
        margin-left: -1000px !important;
        padding-right: 1000px !important;
        padding-left: 1000px !important;
    }

/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme Â© 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

@font-face {
    font-family: "Volvo Novum Regular";
    src: url(https://volvousedce.com/volvonares/css/fonts/VolvoNovumWebLatin-Regular.eot?) format("eot"), url(https://volvousedce.com/volvonares/css/fonts/VolvoNovumWebLatin-Regular.woff) format("woff"), url(https://volvousedce.com/volvonares/VolvoNARes/css/fonts/VolvoNovumWebGr-Regular.woff) format("woff"), url(https://volvousedce.com/volvonares/css/fonts/VolvoNovumWebCy-Regular.woff) format("woff"), url(https://volvousedce.com/volvonares/css/fonts/VolvoNovumWebLatin-Regular.svg) format("svg");
}

@font-face {
    font-family: "Volvo Novum Medium";
    src: url(https://volvousedce.com/volvonares/css/fonts/VolvoNovumWebLatin-Medium.eot?) format("eot"), url(https://volvousedce.com/volvonares/css/fonts/VolvoNovumWebLatin-Medium.woff) format("woff"), url(https://volvousedce.com/volvonares/css/fonts/VolvoNovumWebCy-Medium.woff) format("woff"), url(https://volvousedce.com/volvonares/css/fonts/VolvoNovumWebGr-Medium.woff) format("woff"), url(https://volvousedce.com/volvonares/css/fonts/VolvoNovumWebCy-Medium.svg) format("svg");
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

button {
    outline: 0;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

    blockquote:before,blockquote:after,q:before,q:after     {
        content: "";
        content: none;
    }

q {
    display: inline;
    font-style: italic;
}

    q:before     {
        content: '"';
        font-style: normal;
    }

    q:after     {
        content: '"';
        font-style: normal;
    }

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,td {
    padding: 2px;
}

big {
    font-size: 120%;
}

small,sup,sub {
    font-size: 80%;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

dd {
    margin-left: 20px;
}

kbd,tt {
    font-family: courier;
    font-size: 12px;
}

ins {
    text-decoration: underline;
}

del,strike,s {
    text-decoration: line-through;
}

dt {
    font-weight: bold;
}

address,cite,var {
    font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-family: Volvo Novum Regular;
    font-size: 16px;
}

.sticky {
}

.bypostauthor {
}

.wp-caption {
}

.wp-caption-text {
}

.gallery-caption {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.so-widget-sow-image-default-d6014b76747a .sow-image-container {
    display: flex;
    align-items: flex-start;
}

    .so-widget-sow-image-default-d6014b76747a .sow-image-container > a {
        display: inline-block;
        max-width: 100%;
    }

    .so-widget-sow-image-default-d6014b76747a .sow-image-container .so-widget-image {
        display: block;
        max-width: 100%;
        height: auto;
    }
