/* waypoint support */
.stuck {
    position: fixed;
    top: 0;
    z-index: 1020 !important;
    background-color: #FFFFFF;
    width: 100%
}

/* bootgrid extensions */
.white-space-wrap-normal,
.white-space-wrap-normal>.column-header-anchor>.text {
    white-space: normal !important;
}

/* disable tel hrefs on desktops inspired by: https://teamtreehouse.com/community/onoff-toggle-for-telephone-link-between-mobile-and-desktop */
@media screen and (min-width: 992px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;

    }
}


.formaslink {
    display: inline;
    cursor: pointer;
    padding-left: 25px;
}

.formaslink button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    display: inline-block;
}

.hr-seperator {
    border: none;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 2px;
    color: #ced4da;
    background-color: #ced4da;
}