/**
 * Welcome to live styling edits within the browser with the CSS Editor!
 * Please commit large changes to the site repository, if possible.
 * Thanks and enjoy!
 */

.page-messages {
  padding: 10px 20px;
  max-width: 100vw;
  max-height: 100vh;

  body.admin-menu & {
    padding-bottom: 40px;
  }
}

div.messages {
  margin: 10px 0;
  word-break: break-word;
}

#node-3655-teaser #edit-submitted-due-date-wrapper{
  display:none;
}

/*------------------------------*/
/* FOOTER CAPTCHA */
/*------------------------------*/
@media (min-width: 1025px) {
  .footer-sign-up .node-webform .h-captcha {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    width: 158px;
    height: 138px;
  }
}

@media (max-width: 1024px) {
  .footer-sign-up .node-webform .h-captcha {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 158px;
    height: 138px;
  }
}
/*------------------------------*/