/* Import the Open Sans webfont from Google CDN */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

body {
  background: #fff;
  font: normal 81.3%/1.538em "Open Sans", sans-serif;
}

div {
  font-size: 15px;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

.border-top {
  border-top: 2px solid #000;
}

.border-bottom {
  border-bottom: 2px solid #000;
}

.border-right {
  border-right: 2px solid #000;
}

.small-text {
  font-size: 12px;
}

.indent {
  padding-left: 8px;
}

.field-indented {
  padding-left: 60px;
}

.flex {
  -webkit-box-flex: 1 !important;
  flex: 1 !important;
}

.layout-container {
  margin: 0 !important;
}

.page {
  background: #fff;
  width: 1224px;
  margin: 24px auto;
  page-break-before: always;
}

.path-frontpage #drupal-live-announce.visually-hidden {
  display: none;
}

@media (min-width: 64em) {
  .page-wrapper {
    margin-top: 0 !important;
  }
}

.form-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  flex-basis: 0;
}

.form-header .form-title-col,
.form-header .form-title {
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 0;
}

.form-header .supervisor-packet-date {
  font-size: 17px;
}

.form-header .supervisor-packet-date p {
  margin-top: 0;
  margin-bottom: 0;
  height: 1.875em;
}

.form-header .packet-date {
  font-size: 17px;
  height: 1.875em;
}

.form-header .packet-date p {
  margin-top: 0;
  margin-bottom: 0;
}

.form-contents {
  margin: 24px 0;
  border: 2px solid #000;
  padding: 0 16px;
}

.form-contents .container {
  margin-bottom: 12px;
}

.form-contents .container:first-of-type {
  padding-top: 16px;
}

.form-contents .container:last-of-type {
  padding-bottom: 16px;
}

.form-contents .container.project-information {
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
}

.form-contents .container.sketches {
  margin-left: -12px;
  margin-right: -12px;
}

.form-contents .container.space-lg {
  margin-bottom: 32px;
}

.container.photos .col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.container.photos .col img {
  max-height: 700px;
  margin-bottom: 24px;
  display: block;
}

.container.photos .col strong {
  width: 100%;
  display: block;
}

.container.sketches img {
  margin-bottom: 24px;
}

.container h3 {
  color: #004976;
  margin-bottom: 20px;
  font-weight: 500;
}

.container h5 {
  color: #004976;
  margin-bottom: 16px;
  font-weight: 500;
}

.container table {
  table-layout: fixed;
}

.container thead {
  display: table-row-group;
}

.container table thead tr,
.container table tr:nth-child(even) {
  background: #f5f5f5;
}

.logo.address-logo {
  width: 300px;
}

.time-log {
  padding: 5px !important;
  min-width: 50%;
  height: 100%;
}

.time-log .row {
  width: 100%;
}

.row {
  page-break-inside: avoid;
  page-break-after: avoid;
  page-break-before: avoid;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.row.no-margin {
  margin-bottom: 0;
}

.row.time-log-total {
  background: #004976;
  padding: 8px 4px;
  box-sizing: border-box;
}

.row.time-log-total .col {
  width: 100%;
}

.row.time-log-total .col .field-value {
  padding-left: 0;
  border-bottom: none;
}

.row.time-log-total div {
  color: white;
  white-space: nowrap;
  padding-right: 8px;
}

.row.time-log-total div.field-label {
  padding-right: 0;
  margin-right: 4px;
}

.col {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex: 1 1 auto;
  -webkit-box-flex: 1;
}

.col:not(:last-of-type) {
  padding-right: 16px;
}

.col.vertical {
  -webkit-box-orient: vertical !important;
  flex-direction: column !important;
}

.col.vertical > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.col.vertical .field-value {
  padding: 0;
  text-align: end;
}

.col .field-label {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 4px;
  white-space: nowrap;
  font-weight: 600;
  color: #474747;
}

.col:not(.signature) .field-value::before {
  content: ' ';
  display: inline-block;
}

.col .field-value {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-align: end;
  align-self: flex-end;
  border-bottom: 1px solid #000;
  padding-left: 8px;
  padding-right: 8px;
}

.crew-member-name {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-align: end;
  align-self: flex-end;
  border-bottom: 1px solid #000;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
}

.col:not(.signature) .field-value {
  display: inherit;
}

.col .field-value.ballet {
  -webkit-box-flex: 0;
  flex-grow: 0;
  width: auto;
  padding: 0 4px 0 0;
  border: none;
}

.col .field-value.ballet-checked {
  -webkit-box-flex: 0;
  flex-grow: 0;
  width: auto;
  padding: 0 4px 0 0;
  border: none;
}

.col.signature .field-value {
  height: 100px;
}

.col.signature .field-value img {
  display: block;
  max-height: 100px;
  width: auto;
  margin: auto;
}

.col .field-value.ballet::before {
  content: '\2610';
  display: block;
  font-size: 24px;
}

.col .field-value.ballet-checked::before {
  content: '\2611';
  display: block;
  font-size: 24px;
}

.col .comments {
  margin: 0;
  padding: 0;
  width: 100%;
}

.col .comments .comment {
  list-style: none;
  display: block;
  padding: 10px 12px;
  margin-left: -12px;
  margin-right: -12px;
}

.col .comments .comment:nth-child(even) {
  background: #f5f5f5;
}

.safety-form-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}

.safety-form-title {
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 0;
  color: gray;
}

.safety-form-contents {
  border: 2px solid #000;
}

.safety-form-info {
  margin: 8px;
}

.safety-form-section-header {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: rgb(185, 185, 185);
  text-align: center;
  padding: 10px;
}

.safety-form-section-header h3 {
  display: inline;
}

.checkbox {
  position: relative;
  margin-right: 5px;
  max-height: 20px;
}

.checkbox::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: '\2610';
  font-size: 21px;
  height: 20px;
  width: 20px;
  padding-bottom: 3px;
}

.checkbox-checked {
  position: relative;
  margin-right: 5px;
  max-height: 20px;
}

.checkbox-checked::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: '\2611';
  font-size: 21px;
  height: 20px;
  width: 20px;
  padding-bottom: 3px;
}

.yes-no {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  height: 16px;
  width: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 2px;
  margin: 0 2px;
}

.yes-no-field-label {
  padding-left: 12px;
}

.yes-no.selected {
  border-radius: 50%;
  border: 2px solid black;
}

.safety-table {
  display: -webkit-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: flex;
  flex-direction: column;
}

.table-row {
  display: -webkit-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-flex: 1;
  flex: 1;
  display: flex;
}

.table-row.header {
  font-weight: bold;
  background-color: rgba(185, 185, 185, 0.50);
}

.table-col {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  font-size: 12px;
  min-height: 36px;
}

.table-item {
  -webkit-box-flex: 1;
  flex: 1;
}

.table-col.left {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.table-col h5 {
  width: 100%;
  text-align: center;
}

.table-col:not(:last-of-type) {
  border-right: 2px solid #000;
}

.safety-field-value {
  display: -webkit-box;
  -webkit-box-flex: 1;
  -webkit-box-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 8px;
}

.safety-field-value.vertical {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-align: start;
  flex-direction: column;
  align-items: flex-start;
}

.safety-field-value.vertical div {
  padding-bottom: 8px;
}

.safety-field {
  font-weight: bold;
  font-size: 15px;
}

.safety-comment-section span {
  margin-bottom: 8px;
}

.additional-acts-procedures {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #000;
}

.additional-acts-procedures .safety-field-value {
  flex-basis: 23%;
}

.additional-acts-procedures .safety-field-value:not(:nth-child(4n)) {
  border-right: 2px solid #000;
}

.list-number {
  width: 20px;
  margin-left: 8px;
}

.de-header {
  display: -webkit-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  margin-bottom: 30px;
}

.de-logo-container {
  display: -webkit-box;
}

.de-logo {
  height: 100px;
  width: 292px;
}

.de-title-container {
  display: -webkit-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: end;
}

.de-title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
  width: 100%;
}

.de-title:not(:last-of-type) {
  margin-bottom: 20px;
}

.de-content {
  display: -webkit-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.de-content .text {
  font-size: 20px;
}

.de-content .text-box {
  margin-bottom: 20px;
}

.de-content .field-row {
  display: -webkit-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin-bottom: 20px;
}

.de-content .field {
  text-align: right;
}

.de-content .field-value {
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  margin-left: 15px;
}

.de-content .italic-text {
  font-style: italic;
}

.de-content .description-container {
  display: -webkit-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  margin-top: 10px;
}

.description-container .description-padding {
  padding: 0 5px;
}

.description-container > .description-padding {
  border-bottom: 1px solid black;
}

.description-container .description {
  margin-top: 10px;
  padding: 10px 0;
}

.description-container .description .description-padding {
  line-height: 1.5em;
  text-decoration: underline;
  text-align: justify;
}

.de-content .footer {
  display: -webkit-box;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.footer .footer-text {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.company-color {
  color: #004976
}
