.field.field--name-body img { float: right; clear: both; margin: 10px 2px 10px 20px; }

.admin-notes { background:#031726; color:#AEEBF4; margin: 20px; padding: 20px; }

#block-phonenumber p { color: #FFFFFF; }

.rounded-button { text-align:center; display:flex; }
.rounded-button a { text-decoration: none; border: 2px solid #014AA2; border-radius:50px; padding:10px; background: #014AA2; color:#FFFFFF; } 
.rounded-button a:hover { background: #FFFFFF; color:#014AA2; border-radius:50px; } 

/* hide double asterisk on form */
.js-form-required::after {
  content: " ";
}