/* file requested: /App_themes/default/Carepath/css/msk_form.css */
/* file resolved: /App_themes/default/Carepath/css/msk_form.css */

.site {
    overflow: hidden;
}

.infotext {
    margin-bottom: -48px;
    margin-top: 20px;
}

    .infotext em {
        font-size: 15px
    }

.msk-block-header {
    background-color: #110081;
    padding: 15px 25px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 12px 12px 0 0;
}

.msk-field {
    padding-left: 20px;
    margin-bottom: 40px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

    .msk-field input {
        border-radius: 18px;
        font-size: 16px;
        height: 40px;
    }

    .msk-field label {
        font-weight: bold;
        text-align: left;
        color: #58595b !important;
        font-size: 16px !important;
    }

.msk-acceptance {
    text-align: center;
    color: #110081;
    font-size: 28px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans", sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.msk-terms {
    text-align: left;
    padding: 10px 20px;
    color: #58595B !important;
}

.msk-email-field {
    display: none;
}

.msk-submit-btn {
    background-color: #0033ff;
    border-radius: 24px;
    padding: 10px 35px;
    color: #ffffff;
    transition-duration: 0.1s;
    font-size: 1.25rem;
}

    .msk-submit-btn:hover {
        background-color: #110081;
    }


span.required-symbol {
    color: red;
}


.msksurveybtn {
    position: relative;
    left: 50%;
    bottom: 10px;
}


@media only screen and (max-width: 600px) {

    .error-boxheight {
        height: 30px !important;
    }

    h1.msk-main-title {
        font-size: 30px !important;
        width: 100%;
    }

    .msk-contact-logo {
        margin-left: 0px !important;
    }

    .infotext {
        padding-left: 14px;
        padding-right: 26px;
    }

        .infotext em {
            font-size: 15px;
        }

    .msk-field {
        padding-left: 5px;
        margin-bottom: 40px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .msk-terms {
        text-align: left;
        padding: 10px 0 10px 25px;
    }

    .msksurveybtn {
        left: 35%;
    }

    .arrow-down {
        width: 100%
    }
}
/* Tablet devices*/
@media only screen {
    .infotext {
        margin-bottom: -48px;
        margin-top: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width:1024px) {
    .infotext {
        margin-bottom: -48px;
        margin-top: 20px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

span.required-symbol {
    color: red !important;
}


#msk_modal .modal-header {
    background-color: #110081;
    color: #fff;
    text-align: center;
}

.modal-body {
    text-align: center;
}


    .modal-body h5 {
        color: #110081;
        font-weight: bold;
        font-size: 18px;
    }

    .modal-body p.modal-additional {
        color: #000;
        font-weight: normal;
        font-size: 13px;
        margin-top: 30px;
        opacity: 0.66;
    }

#msk_modal .close {
    color: #fff;
    opacity: 1;
}

#msk_modal .btn-secondary {
    border-radius: 24px;
    background-color: #0033ff;
    color: #fff;
    border: none;
    padding: 10px 25px;
}

.arrow-down {
    height: 48px;
    border: solid 1px rgba(0,0,0,.33);
    border-radius: 12px;
    padding: 10px 25px;
    color: #495057;
    font-weight: 400;
}

.requiredtext {
    font-size: 16px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans", sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    color: #212529 !important;
}

.msk-field .field-validation-error {
    font-size: 16px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans", sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.error-boxheight {
    height: 20px;
}
