.guarantee-bar {
    font: 13px/1.3 'montserratlight', sans-serif;
    color: #515151;
    background-color: #f2f2f2;
    text-align: center;
    width: 100%;
    float: left;
    z-index: 101;
    }
    .guarantee-bar a{ color: #515151;}
    .page-event .guarantee-bar a{ text-decoration: underline; }


    @media all and (max-width: 767px) {
            .guarantee-bar {
                font-size: 12px;
                }
        }
        @media all and (max-width: 424px) {
            .guarantee-bar {
                font-size: 11px;
                }
        }
        @media all and (max-width: 374px) {
            .guarantee-bar {
                font-size: 10px;
                }
        }

    .guarantee-bar .page-section-h {
        padding: 8px 5px;
        }

        @media (max-width: 767px) {
            .guarantee-bar .page-section-h {
                padding: 5px 5px;
            }
        }

/* Mods */
    .activities-checkout .guarantee-bar {
        display: none !important;
        }

/* Check rates guarantee bar */
.checkrates-guarantee-bar {
    padding: 6px 5px;
    font: 10px/1.2 'montserratlight', sans-serif;
    text-align: center;
    color: #515151;
    background-color: #f2f2f2;
    border-bottom: 1px solid #c2c2c2;
    }
    .checkrates-guarantee-bar a {
        color: #515151;
    }
    @media all and (max-width: 374px) {
        .checkrates-guarantee-bar {
            font-size: 9px;
        }
    }

