
    html,
    body {
        height: 100%;
        width: 100%
    }

    body {
        background-color: #ffffff;
    }

    .menuLink {
        color: white;
        padding: 12px 0px 0px 0px;
    }

        .menuLink:hover {
            color: white;
            padding: 12px 0px 0px 0px;
            text-decoration: underline !important;
            cursor: pointer;
        }

    .menuButton {
        color: white;
        padding: 0px;
    }

        .menuButton:hover {
            color: white;
            padding: 12px 0px 0px 0px;
            text-decoration: underline;
        }

    .menuButtonBorder {
        border: solid 1px #ffffff;
        border-radius: 8px;
        color: white;
    }

        .menuButtonBorder:hover {
            border: solid 1px #ffffff;
            border-radius: 8px;
            color: white;
            background-color: #1f7787 !important;
        }

    .button-green {
        color: white;
        background: #1f7787;
    }

        .button-green:hover {
            color: white;
            text-decoration: underline;
        }

    .card-purple {
        border: solid 1px rgb(135,31,120);
        border-radius: 15px;
        text-align: center;
        background-color: rgb(135,31,120);
        color: #ffffff;
    }

    .card-white {
        border: solid 1px rgb(135,31,120);
        border-radius: 15px;
        text-align: center;
        background-color: #ffffff;
        color: rgb(135,31,120);
    }

    .hr-purple {
        border-top: 1px solid rgb(135,31,120);
    }

    .video {
        margin-top: 35px;
        margin-bottom: 55px;
        z-index: 2;
    }

    /*.video-label-text {
    position: relative;
    z-index: 200;
}
*/
    .video-label-left {
        color: white;
        margin-top: 0px;
        margin-left: -150px;
        margin-bottom: 20px;
        z-index: 1;
        padding-top: 35px;
        padding-left: 180px;
        padding-bottom: 35px;
        padding-right: 55px;
        border-radius: 8px;
    }

    .video-label-right {
        color: white;
        margin-top: 0px;
        margin-right: -150px;
        margin-bottom: 20px;
        z-index: 1;
        padding-top: 35px;
        padding-right: 180px;
        padding-bottom: 35px;
        padding-left: 55px;
        border-radius: 8px;
    }

    .video-label-small {
        padding: 25px 40px;
        color: white;
        z-index: 1;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .video-label-box-color-Purple {
        /*    background-color: rgb(135,31,120);
*/ background-color: #871f78;
    }

    .video-label-box-color-Blue {
        /*    background-color: rgb(0,0,120);
*/
        background-color: #1f7787;
    }

    .mobile-nav-handler {
        margin-left: auto;
        margin-right: 40px
    }

    @media (min-width:992px) {

        .mobile-nav-handler {
            display: none
        }

        .mobile-nav {
            display: none
        }

        .nav-bar {
            display: none
        }

        .show-when-large {
            display: flex;
        }

        .show-when-small {
            display: none;
        }

        .h1-responsive {
            font-size: 36px;
            font-weight: 500;
        }

        .h2-responsive {
            font-size: 32px;
            font-weight: 500;
        }

        .h3-responsive {
            font-size: 28px;
            font-weight: 500;
        }
    }


    @media (max-width:991px) {
        .header .nav-bar {
            display: none
        }

        .nav-bar {
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-align: center;
            -ms-grid-row-align: center;
            align-items: center
        }

        .show-when-large {
            display: none;
        }

        .show-when-small {
            display: inline-flex;
        }

        .h1-responsive {
            font-size: 30px;
            font-weight: 500;
        }

        .h2-responsive {
            font-size: 26px;
            font-weight: 500;
        }

        .h3-responsive {
            font-size: 22px;
            font-weight: 500;
        }
    }

    .hamburger {
        position: relative;
        cursor: pointer;
        z-index: 5;
        width: 40px;
        height: 32px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff !important;
    }

        .hamburger span, .hamburger span:after, .hamburger span:before {
            display: block;
            transition-property: all;
            transition-duration: .1s
        }

        .hamburger span {
            margin: 0 auto;
            position: relative
        }

            .hamburger span:after, .hamburger span:before {
                position: absolute;
                content: ''
            }

        .hamburger.lines span, .hamburger.lines span:after, .hamburger.lines span:before {
            width: 20px;
            height: 2px;
            background-color: #fff !important;
        }

            .hamburger.lines span:before {
                transform: translateY(-5px);
                /*            background-color: #f00 !important;
*/
            }

            .hamburger.lines span:after {
                transform: translateY(5px)
            }

        .hamburger.lines:hover span:before {
            transform: translateY(-7px)
        }

        .hamburger.lines:hover span:after {
            transform: translateY(7px)
        }

        .hamburger.lines:hover.active span:before {
            transform: rotate(45deg);
            background-color: #fff !important;
        }

        .hamburger.lines:hover.active span:after {
            transform: rotate(-45deg);
            background-color: #fff !important;
        }

        .hamburger.lines.active span {
            background-color: transparent !important;
        }

            .hamburger.lines.active span:after, .hamburger.lines.active span:before {
                transform: translateY(0);
            }

            .hamburger.lines.active span:before {
                transform: rotate(45deg);
                background-color: #fff !important;
            }

            .hamburger.lines.active span:after {
                transform: rotate(-45deg);
                background-color: #fff !important;
            }

    .hamburger-line span {
        background-color: #000000 !important;
        color: #0ff !important;
    }

    .mobile-nav {
        width: 100%;
        height: auto;
        z-index: 4;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        height: 0
    }

    .mobile-nav--open {
        opacity: 1;
        height: 100vh
    }

        .mobile-nav--open .nav-link {
            transform: translate(0);
            opacity: 1;
        }

    .header--hide {
        /*    display: none;
*/
    }

    .no-scroll {
        overflow: hidden
    }

    .mobile-nav {
        background-color: rgb(135,31,120);
        color: #000;
    }

        .mobile-nav .nav-link {
            transition: transform .6s cubic-bezier(.23,1,.32,1);
            transform: translateY(999px);
            opacity: 0;
            font-size: 18px;
            margin: 15px;
            color: #fff;
        }

            .mobile-nav .nav-link:nth-child(1) {
                transition-delay: 60ms
            }

            .mobile-nav .nav-link:nth-child(2) {
                transition-delay: 80ms
            }

            .mobile-nav .nav-link:nth-child(3) {
                transition-delay: .1s
            }

            .mobile-nav .nav-link:nth-child(4) {
                transition-delay: .12s
            }

            .mobile-nav .nav-link:nth-child(5) {
                transition-delay: .14s
            }

            .mobile-nav .nav-link:nth-child(6) {
                transition-delay: .16s
            }

            .mobile-nav .nav-link:nth-child(7) {
                transition-delay: .18s
            }

            .mobile-nav .nav-link:nth-child(8) {
                transition-delay: .2s
            }

            .mobile-nav .nav-link:nth-child(9) {
                transition-delay: .22s
            }

            .mobile-nav .nav-link:nth-child(10) {
                transition-delay: .24s
            }

            .mobile-nav .nav-link:nth-child(11) {
                transition-delay: .26s
            }

    .mobile-nav--open .nav-link {
        transform: translate(0);
        opacity: 1
    }

    body.fixed .top-nav.-open {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        transform: translate(0)
    }

    .whiteLink {
        color: white;
        text-decoration: none;
    }

        .whiteLink:hover {
            text-decoration: underline;
            color: white;
        }

    .card-public {
        border-color: #1f7787;
    }

    .card-header-public {
        border-color: #1f7787;
        background-color: #1f7787;
        color: white;
    }

    .card-reference {
        border-color: #871f78;
    }

    .card-header-reference {
        border-color: #871f78;
        background-color: #871f78;
        color: white;
        text-align: center;
    }

    .full-description {
        border: solid 1px;
        border-color: #871f78;
        border-radius: 8px;
        margin: 45px;
        padding: 50px;
    }

    .title-box {
        color: white;
        background-color: #1f7787;
        padding: 15px 25px 10px 25px;
        border-radius: 8px;
        z-index: 2;
        display: inline-block;
        overflow: auto;
    }

    .intro-text {
        border: solid 1px;
        border-color: #1f7787;
        border-radius: 8px;
        padding: 50px 20px 10px 20px;
        margin-left: 30px;
        z-index: -1;
        margin-top: -30px;
    }

    .reference-card {
        border: solid 1px;
        border-color: #871f78;
        border-radius: 8px;
        padding: 25px 20px 0px 20px;
        margin-bottom: 20px;
    }

    .reference-quote {
        font-style: italic;
    }

    .reference-originator {
        text-align: right;
        font-size: 12px;
    }

    .faq-box {
        border: none;
        margin-top: 30px;
    }

    .faq-title {
        border-bottom: solid 1px;
        border-color: #1f7787;
    }

    .faq-summary {
        background: white;
        padding: 10px;
        margin: 0px;
    }

    .faq-summary-text p {
        margin: 0px;
    }

    .faq-text {
        padding-left: 25px;
    }

    .faqLink {
        cursor: pointer;
    }

        .faqLink:hover {
            text-decoration: underline;
        }

    .title-box-pricing {
        color: white;
        background-color: #1f7787;
        padding: 15px 25px 10px 25px;
        border-radius: 8px;
        z-index: 2;
        display: inline-block;
        overflow: auto;
        /*    width: 250px;
*/
    }

    .intro-pricing {
        border: solid 1px;
        border-color: #1f7787;
        border-radius: 8px;
        padding: 50px 20px 10px 20px;
        margin-left: 30px;
        z-index: 0;
        margin-top: -30px;
        width: 100%;
    }

    .card-pricing {
        border-color: #1f7787;
    }

    .card-header-pricing {
        border-color: #1f7787;
        background-color: #1f7787;
        color: white;
        text-align: center;
    }

    .button-signup {
        color: white;
        background-color: #871f78;
        border: solid 3px #871f78;
        border-radius: 8px;
        padding: 10px 20px;
        font-weight: 700;
        text-decoration: underline;
    }

        .button-signup:hover {
            background-color: #1f7787;
            color: white;
            text-decoration: underline;
            font-weight: 700;
            /*        text-decoration: underline;
        font-size: 18px;
        padding: 8px 12px;
*/
        }

    .tierName {
        font-size: 32px;
    }

    .priceBox {
        border: solid 1px #1f7787;
        border-radius: 8px;
        padding: 5px;
    }

    div#signUpModal {
        background: rgba(0, 0, 0, 0.4);
        /*    display: flex;
    justify-content: center;
    align-items: center;
*/
    }

    .legalSummaryBox {
        border: solid 1px #1f7787;
        border-radius: 8px;
        padding: 5px;
        font-size: 14px;
    }

    .hoverHand {
        cursor: pointer;
    }

    .highligth-border-on-hover:hover {
        margin: -2px;
        border-bottom-width: 2px;
    }

.news-item-frame {
    z-index: -1;
    width: 100%;
    display: flex;
    align-items: stretch;
}

.news-item-title {
    color: white;
    background-color: #1f7787;
    padding: 15px 25px 10px 25px;
    border-radius: 8px;
    z-index: 2;
    flex: 1;
    }

    .news-item-date {
        width: 200px;
        min-height: 100%;
        position: relative;
    }
