/** Shopify CDN: Minification failed

Line 65:0 Unexpected "}"

**/

.one-half-column-left {
    width: 48%;
}
.one-half-column-right {
    width: 28%;
    float: right;
}
.one-third-column {
    width: 33%;
    float: left;
}
.one-third-column-last {
    width: 34%;
    margin-right: 0;
    float: right;
}
@media only screen and (max-width: 600px) {
    #section-cta li {
        font-family: "futura-pt", arial, sans-serif;
        letter-spacing: 1.5px;
        text-align: left;
        border-bottom: 1px solid #282828;
        border-right: 0px solid black;
    }
    .one-half-column-left {
        width: 48%;
        float: left;
    }
    .one-half-column-right {
        width: 28%;
        float: right;
    }
    .one-third-column,
    .one-third-column-last {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}
#section-cta ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #7796a8;
}
#section-cta li {
    display: inline-block;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    border-right: 0.5px solid #282828;
    text-align: center;
    color: white;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    text-align: center;
}
}

