.page-head {
    height: 10vh;
    display: flex;
    box-shadow: 0 5px 5px rgb(185 185 185 / 75%);
    background-color: white;
    padding: 10px;
}

.page-head-content {
    min-height: 100%;
    display: flex;
    width: 100%;
}

    .page-head-content > .col-md-4 {
        height: 100%;
    }

#header-img {
    max-height: 70%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#contact-info {
    display: block;
    top: 3.4%;
    float: right;
    line-height: 2;
    position: absolute;
    font-size: 1.2rem;
    right: 5%;
    color: black;
    text-decoration: none;
}

.page-footer-content {
    border-top: 3px solid #00703c;
}

    .page-footer-content > .col-md-2 > a {
        color: #212529;
        text-decoration: none;
    }

        .page-footer-content > .col-md-2 > a:hover {
            text-decoration: underline;
        }

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.CenterInDiv {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.wrapper {
    display: flex;
}

.k-wizard {
    height: 100% !important;
}

.k-form {
    display: table-cell;
    vertical-align: middle;
}

.k-form-error {
    justify-content: center;
}

.k-wizard-content {
    text-align: center;
    width: 60%;
    margin-left: 20%;
    border-radius: 15px;
    display: table !important;
}

.k-wizard-step {
    outline: 0 !important;
}

.InvalidMessage {
    color: red;
}

#congratulations-text {
    display: table-cell !important;
    vertical-align: middle;
}

.k-dialog-titlebar {
    background-color: #03542d !important;
    color: white !important;
}

.cc > .k-input:after {
    color: #03542d;
 }

@media screen and (max-width: 770px) {
    .k-step-text {
        display: none;
    }

    .k-wizard-content {
        text-align: center;
        margin-left: 0% !important;
        width: 100% !important;
    }
}
