/* Layout styles */
#pgc-home-0-0, #pgc-home-2-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) }
#pg-home-0, #pl-home .so-panel { margin-bottom:30px }
#pgc-home-1-0, #pgc-home-1-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) }
#pg-home-1 { margin-bottom:70px }
#pl-home .so-panel:last-of-type { margin-bottom:0px }
#pg-home-0.panel-has-style > .panel-row-style, #pg-home-0.panel-no-style, #pg-home-2.panel-has-style > .panel-row-style, #pg-home-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start }
@media (max-width:991px){
    #pg-home-0.panel-no-style, #pg-home-0.panel-has-style > .panel-row-style, #pg-home-0, #pg-home-1.panel-no-style, #pg-home-1.panel-has-style > .panel-row-style, #pg-home-1, #pg-home-2.panel-no-style, #pg-home-2.panel-has-style > .panel-row-style, #pg-home-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column }
    #pg-home-0 > .panel-grid-cell, #pg-home-0 > .panel-row-style > .panel-grid-cell, #pg-home-1 > .panel-grid-cell, #pg-home-1 > .panel-row-style > .panel-grid-cell, #pg-home-2 > .panel-grid-cell, #pg-home-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 }
    #pgc-home-1-0 { margin-bottom:30px }
    #pl-home .panel-grid-cell { padding:0 }
    #pl-home .panel-grid .panel-grid-cell-empty { display:none }
    #pl-home .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }
}

/* SiteOrigin Panels Flex */
.panel-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.panel-grid-cell {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
