form#contact-form {
    width: 66.666667%;
    min-width: unset;
    display: inline-block;
}

p.contact-subtitle {
    text-align: center;
    font-weight: 500;
    margin-bottom: 55px;
}

#html-body h1.page-title {
   margin: auto;
}

form label {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

form .department .control div {
    margin-bottom: 15px;
}

form .department .label {
    font-weight: 600;
}

.required .label span:after {
    color: #e22626;
    content: '*';
    font-size: 1.6rem;
    font-weight: 500;
    position: absolute;
    margin-left: 5px;
}
input[type="text"],input[type="email"]{
    height:32px;
}

.bfb-element-input-limit {text-align: right;margin-bottom: 15px;}


p.acknowledgement-text {
    text-align: center;
}

.contact-additional-info {
    display: inline-block;
    width: 33%;
    float: right;
}

.mgz-element-text p {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
form#contact-form {
    width: 100%;
    display: block;
}
.contact-additional-info {
    display: block;
    width: 100%;
    float: none;
}
}


button.action.submit.primary {
    border-radius: 2px;
    color: #FFF;
    border: none;
    text-align: center;
    background-color: #007dbd;
}

button.action.submit.primary {
    text-align: center;
}

.contact-index-index .actions-toolbar {
    display: flex;
    justify-content: center;
}

#html-body .contact-index-index footer.page-footer.contact-index-index footer.page-footer{
    margin-top: 40px;
}
.contact-index-index .actions-toolbar button span{font-size: 14px;text-transform: none;}

.contact-index-index footer.page-footer {
    margin-top: 40px !important;
}

form .control {
    margin-bottom: 15px;
}