.content-header {
  padding: 20px 0;
}
.content-header .region-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 5fr;
  z-index: 10;
}
@media (min-width: 1080px) {
  .content-header .region-header {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.content-header .region-header.active .main-menu__inner {
  height: 100%;
}
.content-header .region-header #block-sitebranding {
  display: flex;
  align-items: center;
}
.content-header .region-header #block-sitebranding .site-logo {
  display: block;
}
.content-header .region-header #block-sitebranding .site-logo:focus {
  outline: 2px solid #777;
  outline-offset: -2px;
  border-radius: 5px;
}
.content-header .region-header #block-sitebranding .site-name {
  display: block;
  margin-left: 15px;
}
.content-header .region-header #block-sitebranding .site-name a {
  color: #777;
  text-decoration: none;
}
.content-header .region-header #block-sitebranding .site-name a:focus {
  outline: 2px solid #777;
  outline-offset: 3px;
  border-radius: 2px;
}
.content-header .region-header #block-sitebranding .site-name a:hover {
  color: #000;
}
.content-header .region-header #block-sitebranding .site-slogan {
  display: none;
}
.content-header .region-header .menu-wrapper {
  display: none;
}
@media (min-width: 960px) {
  .content-header .region-header .menu-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-self: end;
    justify-content: flex-end;
  }
}
.content-header .region-header .menu-wrapper .block-menu {
  position: relative;
}
.content-header .region-header .menu-wrapper .block-menu .menu {
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 6px 0;
}
.content-header .region-header .menu-wrapper .block-menu .menu .menu-item {
  margin: 0 10px;
  padding-top: 0;
}
.content-header .region-header .menu-wrapper .block-menu .menu .menu-item::marker {
  content: "";
}
.content-header .region-header .menu-wrapper .block-menu .menu .menu-item a {
  font-size: 16px;
  color: #777;
  text-decoration: none;
  padding: 5px 0;
}
.content-header .region-header .menu-wrapper .block-menu .menu .menu-item a:focus {
  outline: 2px solid #777;
  outline-offset: 3px;
  border-radius: 2px;
}
.content-header .region-header .menu-wrapper .block-menu .menu .menu-item a:hover {
  color: #000;
}
.content-header .region-header .menu-wrapper .block-menu .menu .menu-item.menu-item--active-trail > a {
  border-bottom: 3px solid #777;
}
.content-header .region-header #hamburger-icon {
  position: relative;
  right: 5%;
  justify-self: end;
  width: 40px;
  height: 35px;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 960px) {
  .content-header .region-header #hamburger-icon {
    display: none;
  }
}
.content-header .region-header #hamburger-icon span {
  background-color: #777;
}
.content-header .region-header #hamburger-icon span:nth-child(1) {
  top: 2px;
}
.content-header .region-header #hamburger-icon span:nth-child(2) {
  top: 15px;
}
.content-header .region-header #hamburger-icon span:nth-child(3) {
  top: 28px;
}
.content-header .region-header #hamburger-icon:focus {
  outline: 2px solid #777;
  outline-offset: 3px;
  border-radius: 2px;
}
@media (min-width: 960px) {
  .content-header .region-header #hamburger-icon {
    right: 7.5%;
    top: 80px;
  }
}
@media (min-width: 1080px) {
  .content-header .region-header #hamburger-icon {
    left: calc(90% + 20px);
  }
}
@media (min-width: 2000px) {
  .content-header .region-header #hamburger-icon {
    left: calc((100% - 1600px) / 2 + 1600px + 20px);
  }
}
.content-header .region-header #hamburger-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #777;
  opacity: 1;
  left: 0;
}
.content-header .region-header .main-menu__inner {
  display: none;
}
.content-header .region-header .main-menu__inner {
  display: block;
  position: fixed;
  background-color: #f3f4f9;
  z-index: 1;
  width: 100%;
  height: 0;
  top: 130px;
  left: 0;
  overflow: auto;
  transition: 200ms;
}
.content-header .region-header .main-menu__inner__mobile-wrapper {
  display: flex;
  flex-direction: column;
  top: 50px;
  position: relative;
  margin: 0;
  text-align: left;
}
.content-header .region-header .main-menu__inner__mobile-wrapper ul {
  margin: 0;
  padding: 0;
}
.content-header .region-header .main-menu__inner__mobile-wrapper ul .menu-item {
  padding: 10px 5px;
}
.content-header .region-header .main-menu__inner__mobile-wrapper ul .menu-item::marker {
  content: "";
}
.content-header .region-header .main-menu__inner__mobile-wrapper ul .menu-item a {
  font-size: 1rem;
  line-height: 1rem;
  margin-left: 20px;
}
.content-header .region-header .main-menu__inner__mobile-wrapper a {
  color: #777;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 4px;
}
.content-header .region-header .main-menu__inner__mobile-wrapper a:focus {
  outline: 2px solid #777;
  outline-offset: 3px;
  border-radius: 2px;
}
@media (min-width: 1080px) {
  .content-header .region-header .main-menu__inner__mobile-wrapper a {
    font-size: 3rem;
  }
}
.content-header .region-header .main-menu__inner__mobile-wrapper .menu-item--active-trail > a {
  border-bottom: 3px solid #777;
}
@-moz-document url-prefix() {
  .content-header .region-header .main-menu__inner {
    top: 115px;
  }
}

.region-content {
  max-width: 1600px;
  margin: 0 auto;
}
.region-content .layout-region__content {
  max-width: none;
}

.page-wrapper *:focus {
  box-shadow: none;
}

.block--scroll {
  overflow: hidden;
}

@media print {
  header {
    display: none;
  }
}
.panel {
  border: 0.0625em solid var(--color-gray-200);
  border-radius: 3px;
}
.panel__title {
  border-bottom: 0.0625em solid var(--color-gray-200);
}

.node--type-event.node--view-mode-full .node__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3em;
}
.node--type-event.node--view-mode-full .node__content .event-meta {
  grid-column: 1/-1;
  text-align: center;
}
.node--type-event.node--view-mode-full .node__content .schedule-room-reservation,
.node--type-event.node--view-mode-full .node__content .catering,
.node--type-event.node--view-mode-full .node__content .room-rate-and-services,
.node--type-event.node--view-mode-full .node__content .special-instructions {
  grid-column: 1/-1;
}
.node--type-event.node--view-mode-full .node__content .catering__liquor-permit > .field {
  display: inline-block;
  margin-right: 10px;
}
.node--type-event.node--view-mode-full .node__content .field--name-field-company,
.node--type-event.node--view-mode-full .node__content .field--name-field-primary-email,
.node--type-event.node--view-mode-full .node__content .field--name-field-secondary-email,
.node--type-event.node--view-mode-full .node__content .field--name-field-allergies,
.node--type-event.node--view-mode-full .node__content .catering__liquor-permit {
  margin-bottom: 10px;
}
.node--type-event.node--view-mode-full .node__content .field--name-field-serial-number {
  display: inline-block;
}

.field--label-inline .field__label, .field--label-inline > .field__item, .field--label-inline .field__items {
  display: inline;
  float: none;
  padding-right: 0;
}

.plus-button {
  vertical-align: middle;
  padding: 0;
  display: inline-block;
  margin: 0 0 0 10px;
  border-radius: 22px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  transform: translateY(-5px);
}

.path-invoice .block-page-title-block,
.path-invoice .block-system-breadcrumb-block {
  display: none;
}

.node--type-event.node--view-mode-invoice .title-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 2px solid black;
}
@media print {
  .node--type-event.node--view-mode-invoice .title-wrapper {
    padding: 10px 20px;
  }
}
.node--type-event.node--view-mode-invoice .title-wrapper .fortuna-title {
  color: #50457B !important;
  font-size: 40px;
}
@media print {
  .node--type-event.node--view-mode-invoice .title-wrapper .fortuna-title {
    font-size: 20px;
  }
}
.node--type-event.node--view-mode-invoice .title-wrapper .invoice-title {
  color: #50457B !important;
  font-size: 42px;
  font-weight: bold;
}
@media print {
  .node--type-event.node--view-mode-invoice .title-wrapper .invoice-title {
    font-size: 22px;
  }
}
.node--type-event.node--view-mode-invoice .fortuna-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin: 20px 0;
  padding: 30px 20px;
  border-bottom: dotted grey;
}
.node--type-event.node--view-mode-invoice .fortuna-info-wrapper .label {
  font-weight: bold;
}
@media print {
  .node--type-event.node--view-mode-invoice .fortuna-info-wrapper {
    font-size: 10px;
    margin: 10px 0;
    padding: 0 20px 10px 20px;
    grid-column-gap: 10px;
  }
}
.node--type-event.node--view-mode-invoice .client-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 30px;
  margin: 20px 0;
  padding: 30px 20px;
  border-bottom: dotted grey;
}
.node--type-event.node--view-mode-invoice .client-info-wrapper .contact-infos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
@media print {
  .node--type-event.node--view-mode-invoice .client-info-wrapper .contact-infos {
    grid-column-gap: 10px;
  }
}
@media print {
  .node--type-event.node--view-mode-invoice .client-info-wrapper {
    font-size: 10px;
    margin: 10px 0;
    padding: 0 20px;
    grid-row-gap: 15px;
  }
}
.node--type-event.node--view-mode-invoice .node__content .header-content {
  display: grid;
  grid-template-columns: 50% 30% 20%;
  grid-template-rows: 1fr 1fr;
  margin: 20px 0;
  padding: 0 20px;
}
.node--type-event.node--view-mode-invoice .node__content .header-content .total-due-wrapper {
  text-align: right;
}
@media print {
  .node--type-event.node--view-mode-invoice .node__content .header-content {
    font-size: 10px;
    margin: 10px 0;
  }
}
.node--type-event.node--view-mode-invoice .node__content .event-dates-list {
  margin: 0;
}
.node--type-event.node--view-mode-invoice .node__content .event-dates-list .date::marker {
  content: "";
}
.node--type-event.node--view-mode-invoice .node__content .tables-header {
  display: grid;
  grid-template-columns: 50% 10% 40%;
  background-color: #50457B !important;
}
@media print {
  .node--type-event.node--view-mode-invoice .node__content .tables-header {
    font-size: 10px;
  }
}
.node--type-event.node--view-mode-invoice .node__content .tables-header .header-item {
  padding: 10px 20px;
  color: #fff !important;
}
@media print {
  .node--type-event.node--view-mode-invoice .node__content .tables-header .header-item {
    padding: 5px 20px;
  }
}
.node--type-event.node--view-mode-invoice .node__content .tables-header .header-item:last-child {
  text-align: right;
}
.node--type-event.node--view-mode-invoice .node__content .tables-header .date-item {
  text-align: center;
}
.node--type-event.node--view-mode-invoice .node__content .field--name-field-event-type,
.node--type-event.node--view-mode-invoice .node__content .field--name-field-schedule-date,
.node--type-event.node--view-mode-invoice .node__content .field--name-field-menu-type,
.node--type-event.node--view-mode-invoice .node__content .field--name-field-quantity,
.node--type-event.node--view-mode-invoice .node__content .field--name-field-primary-contact,
.node--type-event.node--view-mode-invoice .node__content .field--name-field-request-start-date,
.node--type-event.node--view-mode-invoice .node__content .field--name-field-request-end-date,
.node--type-event.node--view-mode-invoice .node__content .field--name-field-room-rate-serv-start-date,
.node--type-event.node--view-mode-invoice .node__content .field--name-field-room-rate-serv-end-date,
.node--type-event.node--view-mode-invoice .node__content .field--name-field-serial-number {
  display: inline-block;
}
.node--type-event.node--view-mode-invoice .node__content .field--name-field-service-cost,
.node--type-event.node--view-mode-invoice .node__content .total-meals,
.node--type-event.node--view-mode-invoice .node__content .total-varia,
.node--type-event.node--view-mode-invoice .node__content .total-it-request,
.node--type-event.node--view-mode-invoice .node__content .total-security-request,
.node--type-event.node--view-mode-invoice .node__content .total-room-rate,
.node--type-event.node--view-mode-invoice .node__content .total-staffing-and-additional-charges {
  text-align: right;
}
.node--type-event.node--view-mode-invoice .node__content .total-meals,
.node--type-event.node--view-mode-invoice .node__content .total-varia,
.node--type-event.node--view-mode-invoice .node__content .total-it-request,
.node--type-event.node--view-mode-invoice .node__content .total-security-request,
.node--type-event.node--view-mode-invoice .node__content .total-room-rate,
.node--type-event.node--view-mode-invoice .node__content .total-staffing-and-additional-charges,
.node--type-event.node--view-mode-invoice .node__content .final-total,
.node--type-event.node--view-mode-invoice .node__content .span-bold {
  font-weight: bold;
}
.node--type-event.node--view-mode-invoice .node__content .total-due {
  font-size: 1.2em;
}
@media print {
  .node--type-event.node--view-mode-invoice .node__content .total-due {
    font-size: 16px;
  }
}
.node--type-event.node--view-mode-invoice .node__content tbody tr:last-child {
  border-bottom: none;
}
.node--type-event.node--view-mode-invoice .node__content tbody tr td {
  width: 40%;
}
.node--type-event.node--view-mode-invoice .node__content tbody tr td:first-child {
  width: 50%;
}
.node--type-event.node--view-mode-invoice .node__content tbody tr td:last-child {
  width: 10%;
}
@media print {
  .node--type-event.node--view-mode-invoice .node__content tbody tr td {
    height: unset;
    padding: 5px 20px;
  }
}
.node--type-event.node--view-mode-invoice .node__content tbody tr:last-child td:nth-child(2) {
  text-align: right;
}
.node--type-event.node--view-mode-invoice .node__content thead tr th {
  background-color: #f3f4f9 !important;
}
@media print {
  .node--type-event.node--view-mode-invoice .node__content thead tr th {
    height: unset;
    padding: 5px 20px;
    line-height: 0.75rem;
  }
}
.node--type-event.node--view-mode-invoice .node__content .total-charges tbody tr td {
  text-align: right;
}
.node--type-event.node--view-mode-invoice .node__content .date-divider {
  display: none;
  padding: 5px;
  background-color: lightgray;
}
.node--type-event.node--view-mode-invoice .node__content .responsive-enabled {
  margin-top: 0;
}
@media print {
  .node--type-event.node--view-mode-invoice .node__content .responsive-enabled {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
@media print {
  .node--type-event.node--view-mode-invoice .event-name a,
  .node--type-event.node--view-mode-invoice .field--name-field-primary-phone a,
  .node--type-event.node--view-mode-invoice .field--name-field-secondary-phone a {
    text-decoration: none;
  }
}

.events-date-views-filter,
.assignments-date-views-filter {
  display: flex;
}
.events-date-views-filter > fieldset,
.assignments-date-views-filter > fieldset {
  margin: var(--space-s) var(--space-xs) 0 0;
}

.view-assignment-list .view-header {
  font-size: 36px;
  border-bottom: 2px solid #f3f4f9;
}
.view-assignment-list .views-field-edit-node a:first-child {
  margin-right: 5px;
}

@media print {
  .page-title {
    display: none;
  }
}

.weekly-calendar {
  margin: 50px 0;
}
@media print {
  .weekly-calendar {
    margin: 0;
    page-break-before: avoid;
    page-break-after: avoid;
  }
}
.weekly-calendar h2 {
  display: inline;
}
@media print {
  .weekly-calendar h2 {
    font-size: 24px;
    page-break-before: avoid;
    page-break-after: avoid;
  }
}
@media print {
  .weekly-calendar h3 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: double #000;
    page-break-before: avoid;
    page-break-after: avoid;
  }
}
.weekly-calendar .calendar-links {
  float: right;
}
@media print {
  .weekly-calendar .calendar-links {
    display: none;
  }
}
@media print {
  .weekly-calendar .tableresponsive-toggle-columns {
    page-break-before: avoid;
    page-break-after: avoid;
    display: none;
  }
}
.weekly-calendar table {
  table-layout: fixed;
}
@media print {
  .weekly-calendar table {
    page-break-before: avoid;
    page-break-after: avoid;
  }
}
@media print {
  .weekly-calendar table thead {
    page-break-before: avoid;
    page-break-after: avoid;
  }
}
@media print {
  .weekly-calendar table tr {
    page-break-before: avoid;
    page-break-after: avoid;
  }
}
.weekly-calendar table td {
  vertical-align: top;
  border-right: 1px solid #f3f4f9;
}
.weekly-calendar table td:first-child {
  border-left: 1px solid #f3f4f9;
}
.weekly-calendar table tr:hover, .weekly-calendar table tr:focus {
  background: none;
}
.weekly-calendar .button {
  background-color: #f3f4f9;
}
@media print {
  .weekly-calendar .button {
    display: none;
  }
}

.calendar-event {
  margin-bottom: 20px;
}
.calendar-event:not(:last-child) {
  border-bottom: 1px solid #f3f4f9;
  padding-bottom: 20px;
}
.calendar-event .event-status {
  font-style: italic;
}
.calendar-event .event-time > *,
.calendar-event .event-room > *,
.calendar-event .event-type > *,
.calendar-event .event-coordinator > *,
.calendar-event .event-participant-count > *,
.calendar-event .event-status > * {
  display: inline;
}

@media print {
  .node--type-note {
    font-size: 12px;
  }
}
.node--type-note .note-title {
  margin-bottom: 10px;
}
.node--type-note .node__content > .field {
  margin-bottom: 10px;
}
.node--type-note .node__content > .field:not(:last-child) {
  border-bottom: 1px solid #f3f4f9;
  padding-bottom: 10px;
}
.node--type-note .field--name-field-setup-for-today .field__item,
.node--type-note .field--name-field-setup-for-tomorrow .field__item {
  display: list-item;
  margin-left: 20px;
}
@media print {
  .node--type-note .field--name-field-setup-for-today .field__item,
  .node--type-note .field--name-field-setup-for-tomorrow .field__item {
    margin-left: 10px;
  }
}
.node--type-note:not(:last-child) {
  border-bottom: 1px solid #f3f4f9;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media print {
  .events-table tbody tr td,
  .notes-table tbody tr td {
    padding: 5px;
    font-size: 12px;
  }
}

.field--name-field-assignment-start-time,
.field--name-field-assignment-end-time {
  display: inline;
}

.assignments-table thead tr th,
.assignments-table tbody tr td {
  height: 0;
}
.assignments-table thead tr th:nth-child(1),
.assignments-table tbody tr td:nth-child(1) {
  width: 10%;
}
.assignments-table thead tr th:nth-child(2),
.assignments-table tbody tr td:nth-child(2) {
  width: 20%;
}
.assignments-table thead tr th:nth-child(3),
.assignments-table tbody tr td:nth-child(3) {
  width: 65%;
}
.assignments-table thead tr th:nth-child(4),
.assignments-table tbody tr td:nth-child(4) {
  text-align: center;
  width: 5%;
}
@media print {
  .assignments-table thead tr th:nth-child(4),
  .assignments-table tbody tr td:nth-child(4) {
    display: none;
  }
}
@media print {
  .assignments-table tbody tr td {
    font-size: 12px;
  }
}

thead tr th {
  background-color: #f3f4f9 !important;
}

.meal-schedule {
  margin: 50px 0;
}
.meal-schedule h1 {
  border-bottom: 2px solid #f5f5f5 !important;
}
@media print {
  .meal-schedule h1 {
    font-size: 26px;
  }
}
.meal-schedule h2 {
  margin: 40px 0;
}
@media print {
  .meal-schedule h2 {
    font-size: 18px;
    margin: unset;
  }
}
@media print {
  .meal-schedule h3 {
    font-size: 14px;
  }
}
.meal-schedule .calendar-links {
  float: right;
}
.meal-schedule .calendar-links a:last-child {
  margin-right: 0;
}
@media print {
  .meal-schedule .calendar-links {
    display: none;
  }
}
.meal-schedule table {
  table-layout: fixed;
}
.meal-schedule table th:nth-child(1), .meal-schedule table td:nth-child(1) {
  width: 10%;
  font-weight: bold;
}
@media print {
  .meal-schedule table th:nth-child(1), .meal-schedule table td:nth-child(1) {
    width: 10%;
  }
}
.meal-schedule table th:nth-child(2), .meal-schedule table td:nth-child(2) {
  width: 20%;
}
@media print {
  .meal-schedule table th:nth-child(2), .meal-schedule table td:nth-child(2) {
    width: 20%;
  }
}
.meal-schedule table th:nth-child(3), .meal-schedule table td:nth-child(3) {
  width: 24%;
}
@media print {
  .meal-schedule table th:nth-child(3), .meal-schedule table td:nth-child(3) {
    width: 15%;
  }
}
.meal-schedule table th:nth-child(4), .meal-schedule table td:nth-child(4) {
  width: 5%;
  text-align: center;
}
.meal-schedule table th:nth-child(5), .meal-schedule table td:nth-child(5) {
  width: 7%;
  text-align: center;
}
@media print {
  .meal-schedule table th:nth-child(5), .meal-schedule table td:nth-child(5) {
    width: unset;
  }
}
.meal-schedule table th:nth-child(6), .meal-schedule table td:nth-child(6) {
  width: 7%;
  text-align: center;
}
@media print {
  .meal-schedule table th:nth-child(6), .meal-schedule table td:nth-child(6) {
    width: unset;
  }
}
.meal-schedule table th:nth-child(7), .meal-schedule table td:nth-child(7) {
  width: 15%;
  text-align: center;
}
@media print {
  .meal-schedule table th:nth-child(7), .meal-schedule table td:nth-child(7) {
    width: unset;
  }
}
.meal-schedule table th:nth-child(8), .meal-schedule table td:nth-child(8) {
  width: 6%;
  padding: 10px;
  text-align: center;
}
@media print {
  .meal-schedule table th:nth-child(8), .meal-schedule table td:nth-child(8) {
    width: unset;
  }
}
.meal-schedule table th:nth-child(9), .meal-schedule table td:nth-child(9) {
  width: 6%;
  padding: 10px;
  text-align: center;
}
@media print {
  .meal-schedule table th:nth-child(9), .meal-schedule table td:nth-child(9) {
    width: unset;
  }
}
@media print {
  .meal-schedule table th, .meal-schedule table td {
    font-size: 12px;
  }
}
@media print {
  .meal-schedule table th {
    background-color: #f3f4f9 !important;
    padding: 5px;
    height: unset;
  }
}
.meal-schedule table td {
  vertical-align: top;
  border-right: 1px solid #f3f4f9;
}
.meal-schedule table td:first-child {
  border-left: 1px solid #f3f4f9;
}
@media print {
  .meal-schedule table td {
    height: unset;
    padding: 5px;
  }
}
.meal-schedule table tr:hover, .meal-schedule table tr:focus {
  background: none;
}
@media print {
  .meal-schedule table .event-url {
    text-decoration: none;
  }
}
.meal-schedule .item-list h3 {
  padding: 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #f3f4f9 !important;
}
.meal-schedule .allergies-special-instructions ul, .meal-schedule .allergies-special-instructions li {
  margin-left: 0;
}
.meal-schedule .allergies-special-instructions .item-list ul li::marker {
  content: "";
}
@media print {
  .meal-schedule .allergies-special-instructions a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
  }
  .meal-schedule .allergies-special-instructions .field--name-field-allergies,
  .meal-schedule .allergies-special-instructions .field--name-field-special-instruct-descript {
    font-size: 14px;
  }
}

/*# sourceMappingURL=styles.css.map */
