.ucd-construction-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -6px;
    min-height: 90vh;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ucd-construction-wrapper .ucd-title {
    font-size: 33px;
    line-height: 33px;
}
.ucd-construction-wrapper .ucd-message {
    max-width: 600px;
    font-size: 17px;
    line-height: 27px;
}
.ucd-construction-body {
    padding: 0px;
    margin: 0px;
}
.ucd-button-holder {
    display: block;
    margin-top: 60px;
    margin-bottom: 20px;
}
.ucd-button {
    padding: 18px 45px;
    text-decoration: none;
    border-radius: 3px;
}
.ucd-button:hover {
    opacity: 0.89;
}
@media (max-width: 768px) {
.ucd-construction-wrapper .ucd-message {
    padding: 0px 20px;
}
}
.ucd-social-links a {
    padding: 11px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    right: 5px;
}
.ucd-connect-title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
}

/* Landing Page Notice */
#wp-admin-bar-ucd-landing-page-notice a {
	color:#fff;
	background-color: #EE3233;
	font-size: 11px !important;
}
