/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
biz-main-menu {
    --link-underline-color: #fff;
    --link-underline-height: 2px;
}

.bizpart-engage .biz-site-poweredby {
    max-height: 20px;
    margin-left: 20px;
}

.arrow-down-animated > biz-container-module-image {
    animation: move-down 1.5s infinite;
    box-sizing: border-box;
}

.biz-wrapper-outer {
    align-items: start !important;
    min-height: calc(100vh - 356px);
}

.studenthealth-qoute-splash .biz-container-module:before {
    background-position-y: 25%;
}

.studenthealth-readmore biz-container-module-button:hover {
    background-color: rgba(224, 64, 84, .65) !important;
}

@keyframes move-down {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}

.book-demo-form ng-form div[formly-field] {
    padding: 0px;
    border: solid 1px #c2c2c2;
    /*margin-top: -1px;*/
}

.bizpart-engage .contact-us-form .form-module .formly-field {
    padding: 12px;
}

.bizpart-engage .contact-us-form .biz-form-input {
    background-color: #EEEEEE;
    color: #B2B2B2;
    border: solid 1px #EEEEEE;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

.bizpart-engage .contact-us-form textarea {
    height: 200px;
}

.bizpart-engage .contact-us-form .biz-rounded-button {
    border-radius: 3px !important;
    border: solid 2px #EE3E40;
    padding: 16px 42px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    min-width: unset;
}

@media all and (max-width: 768px) {
    .bizpart-engage .biz-site-logo-wrapper img[src$=".svg"] {
        /* Need the height for SVG */
        height: 24px;
    }

    .studenthealth-splash .biz-container-module:before,
    .platform-splash .biz-container-module:before {
        background-position-x: 62%;
    }
}

@media all and (min-width: 768px) {
    .bizpart-engage .biz-header {
        height: 40px;
    }

    .bizpart-engage .biz-main-menu > ul {
        height: 50px;
    }

    .bizpart-engage .biz-site-logo-wrapper {
        width: 130px;
        top: 0px;
    }

    .book-demo-form .form-module div:first-child {
        display: flex;
        justify-content: center;
    }

    .book-demo-form ng-form div[formly-field] {
        border-radius: 5px 0px 0px 5px;
    }

    .book-demo-form biz-form-show {
        display: inline-block;
    }

    .book-demo-form ng-form div[formly-field] .biz-form-input {
        height: 57px;
        width: 400px;
        border-radius: 5px;
    }

    .book-demo-form .biz-rounded-button {
        border-radius: 0px 5px 5px 0px !important;
        margin: 0px;
        margin-left: -5px;
        padding: 19px 50px;
        font-size: 16px;
    }
}

.biz-header-item.login-item {
    display: none;
}

.hero-video {
    background-color: #202020;
}

#hero-content-wrapper {
    position: absolute;
    padding-inline: 20px;
    max-width: 960px;
}

#hero-header {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

#hero-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}

.hero-video .button-container {
    border: solid 1px #fff;
    padding: 10px 40px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
}

[conmi="e70e912294"]:before {
    background-image: unset !important;
}

@media all and (min-width: 980px) {
    #hero-header {
        font-size: 65px;
    }

    #hero-text {
        font-size: 20px;
        line-height: 1.8;
    }
}
