/** Shopify CDN: Minification failed

Line 16:11 Expected ":"
Line 16:12 Expected identifier but found "1"

**/
.gm-post--hero{
    background-color:#0f6069;
    background-size:cover;
    position:relative;
}
.gm-post--hero:before{
    content:'';
    display:block;
    position:absolute;
    z-index;1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0.42) 41%, rgba(0, 0, 0, 0.44) 61%, rgba(0, 0, 0, 0.62) 100%);
}
.gm-post--hero h2{
    color:#E7F5F8;
    font-size:3.8rem;
    text-align:center;
}
.gm-post--hero h2 strong{
    font-size:4rem;
}
.gm-post--hero > div{
    width:100%;
    position:relative;
    display:flex;
    z-index:2;
    min-height:40vh;
    justify-content:center;
    align-items:center;
}
.gm-post--wrapper{
    padding-top:6rem;
    padding-bottom:6rem;
}
.gm-post--wrapper:after{
    content:'';
    display:table;
    clear:both;
}
.gm-post--featured-image{
    display:block;
    margin:0 auto 1rem;
    text-align:center;
}
.gm-post--featured-image img{
    max-width:100%;
    height:auto;
}
.gm-post--title{
    font-weight:600;
    text-align:center;
    line-height:1.15;
    margin:0 0 1rem;
}
.gm-post--content .button,
.gm-post--content .button:hover,
.gm-post--content .button:focus {
    color: #0f6069;  
}
.article-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 1.4rem;
    line-height:1.25;
}
.article-nav__link {
    color:#0f6069;
    text-decoration: none;
    transition: color 0.2s ease;
}
.article-nav__link:hover {
    color: #000;
}
.article-nav__link.prev { text-align: left; }
.article-nav__link.next { text-align: right; margin-left: auto; }

@media screen and (min-width: 750px) {
    .gm-post--featured-image{
        max-width:40%;
        float:right;
        margin:0 0 1rem 2.5%;
    }
    .gm-post--title{
        text-align:left;
    }
}