.panel-layout .panel-grid .panel-row-style.hero-image-with-buttons {
    width: 100%;
    margin: 0;
    max-width: 100%;
    min-height: 400px;
    margin-top: 140px;
    padding: 0 !important;
}

.panel-layout .panel-grid .panel-row-style.hero-image-with-buttons.no-margin {
    margin-bottom: -60px;
}

.frontpage .panel-layout .panel-grid .panel-row-style.hero-image-with-buttons {
    margin-top: 80px;
}

@media only screen and (min-width: 1000px) {
    .panel-layout .panel-grid .panel-row-style.hero-image-with-buttons {
        min-height: 500px;
    }
}

.panel-grid .panel-row-style.hero-image-with-buttons .panel-grid-cell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -40px !important;
}

@media only screen and (min-width: 1000px) {
    .panel-grid .panel-row-style.hero-image-with-buttons .panel-grid-cell {
        margin-left: 80px;
    }
}

.panel-grid .panel-row-style.hero-image-with-buttons .panel-grid-cell .so-panel {
    flex: 1 0 51%;
    width: 100%;
    height: 100%;
    margin: 5px !important;
}

@media only screen and (min-width: 400px) {
    .panel-grid .panel-row-style.hero-image-with-buttons .panel-grid-cell .so-panel {
        flex-basis: 32%;
    }
}

@media only screen and (min-width: 600px) {
    .panel-grid .panel-row-style.hero-image-with-buttons .panel-grid-cell .so-panel {
        flex-basis: 26%;
        margin: 20px !important;
    }
}

@media only screen and (min-width: 800px) {
    .panel-grid .panel-row-style.hero-image-with-buttons .panel-grid-cell .so-panel {
        flex-basis: 26%;
    }
}

@media only screen and (min-width: 1000px) {
    .panel-grid .panel-row-style.hero-image-with-buttons .panel-grid-cell .so-panel {
        flex-basis: 18%;
    }
}

@media only screen and (min-width: 1440px) {
    .panel-grid .panel-row-style.hero-image-with-buttons .panel-grid-cell .so-panel:last-child {
        margin-right: 0 !important;
    }
    .panel-grid .panel-row-style.hero-image-with-buttons .panel-grid-cell .so-panel:first-child {
        margin-left: 0 !important;
    }
}

.hero-button {
    background-color: #ffffff;
}

.hero-button .so-widget-sow-button .ow-button-base {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.182583);
    border: 0;
    border-radius: 2px;
}

.hero-button .so-widget-sow-button .ow-button-base a {
    background-color: #ffffff;
    display: inline-table;
    height: 100%;
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
    width: 100%;
    font-family: 'PostGroteskNormal', Helvetica, Arial, 'Open Sans', san-serif, serif !important;
    color: #333F48 !important;
    border: 2px solid #ffffff;
    border-radius: 2px;
    transition: border-color 0.2s ease;
}

.hero-button .so-widget-sow-button .ow-button-base a:hover {
    border-color: #26CD9C;
}

@media only screen and (min-width: 800px) {
    .hero-button .so-widget-sow-button .ow-button-base a {
        padding: 50px 20px 25px !important;
    }
}

@media only screen and (min-width: 1440px) {
    .hero-button .so-widget-sow-button .ow-button-base a {
        padding: 50px 60px 25px !important;
    }
}

.hero-button .so-widget-sow-button .ow-button-base a .sow-icon-image {
    width: 30px;
    height: 30px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
}

@media only screen and (min-width: 400px) {
    .hero-button .so-widget-sow-button .ow-button-base a .sow-icon-image {
        display: block;
        margin: 0 auto .5em;
        transition: margin 0.3s ease;
    }

    .hero-button .so-widget-sow-button .ow-button-base a:hover .sow-icon-image {
        margin-bottom: 0.2em;
        margin-top: 0.4em;
    }
}

@media only screen and (min-width: 600px) {
    .hero-button .so-widget-sow-button .ow-button-base a .sow-icon-image {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 800px) {
    .hero-button .so-widget-sow-button .ow-button-base a .sow-icon-image {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (min-width: 10000px) {
    .hero-button .so-widget-sow-button .ow-button-base a .sow-icon-image {
        width: 80px;
        height: 80px;
    }
}

.panel-grid .panel-row-style.hero-image-with-buttons .hero-image-headline {
    max-width: 900px;
    margin-top: 200px;
}

.panel-grid .panel-row-style.hero-image-with-buttons .hero-image-headline h2,
.panel-grid .panel-row-style.hero-image-with-buttons .hero-image-headline p,
.panel-grid .panel-row-style.hero-image-with-buttons .hero-image-headline a {
    color: #FFFFFF;
}

.panel-grid .panel-row-style.hero-image-with-buttons .hero-image-headline h2 {
    font-size: 56px;
    line-height: 74px;
}