.sofo-gpb-button {
    display: block;
    width: 360px;
    max-width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: 'Helvetica';
    user-select: none;
    position: relative;
}

.sofo-gpb-button-arrow {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.sofo-gpb-button-interior {
    width: 100%;
    height: 100%;
    position: relative;
}

.gpb-sofoblank .sofo-gpb-button-interior {
    background-color: transparent;
}

.gpb-sofoblue .sofo-gpb-button-interior {
    background-color: #0d223fcc;
}

.gpb-sofored .sofo-gpb-button-interior {
    background-color: #ac162ccc;
}

.gpb-keeterbeige .sofo-gpb-button-interior {
    background-color: #eee7d4cc;
    color: #3D2A18;
}

.gpb-keeterbeige .sofo-gpb-overlayBtn {
    outline-color: #3D2A18;
}

.gpb-cofomaroon .sofo-gpb-button-interior {
    background-color: #710a2ccc;
}

.gpb-ralphfostergreen .sofo-gpb-button-interior {
    background-color: #468080cc;
}

.gpb-cofoab1 .sofo-gpb-button-interior {
    background-color: #00455dcc;
}

.gpb-cofoab2 .sofo-gpb-button-interior {
    background-color: #3d7d96cc;
}

.gpb-cofoab3 .sofo-gpb-button-interior {
    background-color: #9bccd9cc;
    color: #000;
}

.gpb-cofoag1 .sofo-gpb-button-interior {
    background-color: #383839cc;
}

.gpb-cofoag2 .sofo-gpb-button-interior {
    background-color: #939598cc;
}

.gpb-cofoag3 .sofo-gpb-button-interior {
    background-color: #d1d3d4cc;
    color: #000;
}

.gpb-cofoag3 .sofo-gpb-overlayBtn,
.gpb-cofoab3 .sofo-gpb-overlayBtn {
    outline-color: #000;
}

.sofo-gpb-button-text {
    font-size: 12px;
    margin: 0;
    padding: 2px 24px 0px 24px;
}

.sofo-gpb-button-title {
    padding: 36px 24px 0px 24px;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0px 3px 4px #00000080;
    line-height: 26px;
}

.sofo-gpb-overlayBtn {
    height: 43px;
    padding-right: 60px;
    padding-left: 10px;
    position: relative;
    display: inline-block;
    outline-style: solid;
    outline-color: white;
    outline-width: 3px;
    font-size: 18px;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.3s;
    box-shadow: 0px 10px 18px #00000080;
}

    .sofo-gpb-overlayBtn .sofo-gpb-overlayBtnText {
        display: inline;
        line-height: 43px;
    }

    .sofo-gpb-overlayBtn img {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%)
    }

a.sofo-gpb-button,
a.sofo-gpb-button:hover,
a.sofo-gpb-button:active
a.sofo-gpb-button:focus {
    text-decoration: none;
    color: #fff;
}

.sofo-gpb-button-btn {
    position: absolute;
    bottom: 45px;
    right: 30px;
}

.sofo-gpb-button:hover {
    cursor: pointer;
}

.sofo-gpb-button:hover .sofo-gpb-overlayBtn {
    background-color: rgba(255, 255, 255, 0.3);
}