.addendum-form-page div#cboxLoadedContent {
    background-color: #EEE;
    padding: 10px;
}

.addendum-form-page .addendum_instruction{
	font-size: .9em;
	color: #c00;
	position: relative;
	top: -10px;
}

.page-publisher-agreements #page-title, .page-publisher-agreements #addendum-setup{
	max-width: 650px;
	margin: 0 auto;

}

.addendum-form-page div#cboxLoadedContent .node-title a{
	pointer-events: none;
    cursor: default;
    color: #000;
    text-decoration: none;
}

.addendum-form-page div#cboxLoadedContent #footer, .addendum-form-page div#cboxLoadedContent .region-header, .addendum-form-page .social-links{
    display: none;
}

.addendum-form-page .field-name-body {
    margin: 20px 0;
}

/* addendums should have margin on sides if opened as separate pages */
.node-type-addendum #content {
  width: 960px;
  margin: 0 auto;
}

/* hack to handle the contract being separate from the addendums */
#edit-addendums .form-item-addendums-5390::after, #edit-addendums .form-item-addendums-8502::after {
    display: block;
    padding: 20px 0 0 0;
    font-weight: bold;
    content: "Select Agreements needed";
}

/* pub form logos for addendums and others */
#pub-form-logos {
  float: right;
  width: 150px;
}

#pub-form-logos img {
  padding-bottom: 15px;
}

/* gdpr-specific */
.section-gdpr-terms .webform-component--00N1B00000BM2RF {
  display: none;
}

.section-gdpr-terms .addendum_agreement_header {
  display: none;
}

.section-gdpr-terms .addendum-wrapper input[type="checkbox"] {
  display: none;
}

.section-gdpr-terms .addendum-wrapper a {
  font-size: 1.2em;
  font-weight: bold;
}

/* edits for unified form and gdpr */
.addendum-wrapper .form-item-addendum-10910 input[type="checkbox"], .addendum-wrapper .form-item-addendum-9616 input[type="checkbox"] {
  display: none;
}

.webform-component--00N1B00000BM2RF {
  display: none;
}

.addendum-wrapper .form-item-addendum-10910, .addendum-wrapper .form-item-addendum-9616 {
  padding-top: 20px;
}

.addendum-wrapper .form-item-addendum-10910 a, .addendum-wrapper .form-item-addendum-9616 a {
  font-weight: bold;
}

.addendum-wrapper .form-item-addendum-10910::before, .addendum-wrapper .form-item-addendum-9616::before {
  content: "Please review our GDPR Data Processing Agreement. Once you view the terms, you may accept or decline these terms. \A";
  color: #c00;
  display: block;
	white-space: pre;
}

.addendum-wrapper .form-type-checkbox {
  margin: 0px;
}


/* mobile */
@media screen and (max-width: 1000px) {
  #pub-form-logos {
    float: none;
    width: 80px;
    display: inline;
  }

  #pub-form-logos img {
    width: 80px;
    padding: 20px;
  }
}
