body {
  margin-top: 0px !important;
}

a {
  color: #013668;
}

.footer {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
	background: none;
}

a.dropdown-toggle.active-trail, .tbm a.active-trail {
  background: none !important;
}

h1.page-header {
  font-size: 32px;
  padding-left: 0px;
  color: #BF0A2E;
  margin-bottom: 5px;
  font-family: 'Roboto Slab', serif;
  border-bottom: none !important;
}

h4, h4 a, h4 span {
  font-size: 18px;
  line-height: 26px;
}

.clear {
  clear: both;
}

.field {
  margin: 15px 0px;
}

.page-node-type-procurement .field--label {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}

.user-profile .field--name-field-first-name, .user-profile .field--name-field-last-name {
  display: inline-block;
}

.form-required {
  color: #333;
}

.form-required::after {
  margin-left: 5px;
}

.button {
	padding: 10px;
}

.sidebar .block {
  margin-bottom: 40px;
}

#mc-email-confirm {
  display: none !important;
}

.home-content {
  padding-top: 30px;
}

.block-top-nav-site-map ul li {
  font-size: 20px;
  font-weight: bold;
  list-style: none;
  margin-top: 30px;
}

.block-top-nav-site-map ul li ul li {
  font-size: 17px;
  font-weight: normal;
  padding-top: 10px;
  list-style: none;
  margin-top: 0px;
}

.hub-page-menu ul {
  padding-left: 0px;
}

.hub-page-menu ul li {
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: 1px solid #CCC;
  list-style: none;
}

/* =========================
   CALENDAR (Consolidated)
   ========================= */

/* --- Base container --- */
.view.calendar-classic { max-width: none; }

/* Hide duplicate <caption> */
.view.calendar-classic table.calendar-view-table caption { display: none; }

/* Reset link (always hidden) */
.view.calendar-classic .calendar-view-pager__reset { display: none !important; }

/* --- Month title --- */
.view.calendar-classic .calendar-view-pager .pager__current {
  font-family: 'Roboto Slab', serif;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
  color: #be0b2e;
}

/* --- Prev/Next buttons (shared) --- */
.view.calendar-classic .calendar-view-pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 36px;
  padding: 0 .9rem;
  border: 1px solid #cfd7e3;
  border-radius: 999px;         /* pill */
  background: #fff;
  color: #1a2a44;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  transition: background .15s, border-color .15s, box-shadow .15s;
  white-space: nowrap;
}
.view.calendar-classic .calendar-view-pager a:hover {
  background: #f7f9fc; border-color: #b8c4d6;
}
.view.calendar-classic .calendar-view-pager a:active {
  background: #eef2f8; box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
}
.view.calendar-classic .calendar-view-pager a:focus { outline: none; }
.view.calendar-classic .calendar-view-pager a:focus-visible {
  outline: 2px solid #1a4b8c; outline-offset: 2px;
}
/* Disabled */
.view.calendar-classic .calendar-view-pager a[aria-disabled="true"],
.view.calendar-classic .calendar-view-pager .is-disabled a,
.view.calendar-classic .calendar-view-pager a.disabled {
  pointer-events: none; opacity: .45; border-color: #e1e6ef;
}

/* --- Event chips --- */
.view.calendar-classic .calendar-view-day__rows { list-style: none; margin: 26px 0 0; padding: 0; }
.view.calendar-classic .calendar-view-day__row { margin: 0 0 4px; }
.view.calendar-classic .calendar-view-day__row a {
  display: block;
  background: #f0f2f5;
  border: 1px solid #e0e3e7;
  border-radius: 4px;
  padding: 6px 8px;
  margin: 0;
  color: #1a4b8c;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
.view.calendar-classic .calendar-view-day__row a:hover,
.view.calendar-classic .calendar-view-day__row a:active {
  background: #e7eaee; text-decoration: underline;
}

/* --- Day cell base (desktop defaults) --- */
.view.calendar-classic tbody td {
  position: relative;
  vertical-align: top;
  border: 1px solid #d7d7d7;
  height: 140px;               /* unified with desktop */
  padding: 6px 6px 4px;
  background: #fff;
  overflow: hidden;
}
.view.calendar-classic .calendar-view-day__number {
  position: absolute;
  top: 6px; right: 8px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #6b6b6b;
}

/* Outside-month + today */
.view.calendar-classic td.previous-month,
.view.calendar-classic td.next-month { background: #f9f9f9; color: #9a9a9a; }
.view.calendar-classic td.is-today { box-shadow: inset 0 0 0 2px #1a4b8c; }

/* =========================
   Desktop layout (≥ 992px)
   ========================= */
@media (min-width: 992px) {
  /* Pager layout: Prev | Title | Next */
  .view.calendar-classic .calendar-view-pager {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: .75rem;
    margin: 0 0 .75rem;
    padding: 0;
    list-style: none;
  }
  .view.calendar-classic .calendar-view-pager .pager__previous { grid-column: 1; justify-self: start; }
  .view.calendar-classic .calendar-view-pager .pager__current  { grid-column: 2; justify-self: center; }
  .view.calendar-classic .calendar-view-pager .pager__next     { grid-column: 3; justify-self: end; }

  /* Month grid: equal columns, fixed-ish rows */
  .view.calendar-classic table.calendar-view-table {
    table-layout: fixed;
    width: 100%;
    margin-top: 30px;
  }
  .view.calendar-classic thead th,
  .view.calendar-classic tbody td { width: 14.2857%; } /* 7 cols */
}

/* =========================
   Mobile layout (≤ 768px)
   ========================= */
@media (max-width: 768px) {
  /* Container padding */
  .view.calendar-classic { padding: 0 14px; }

  /* Pager: title on its own line; buttons centered below */
  .view.calendar-classic .calendar-view-pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin: .5rem 0 1rem;
    padding: 0;
    list-style: none;
  }
  .view.calendar-classic .calendar-view-pager > * { float: none !important; }
  .view.calendar-classic .calendar-view-pager .pager__current {
    order: 1;
    width: 100%;
    text-align: center;
    margin: .25rem 0 .25rem;
  }
  .view.calendar-classic .calendar-view-pager .pager__previous,
  .view.calendar-classic .calendar-view-pager .pager__next {
    order: 2; flex: 0 0 auto;
  }

  /* Stack days vertically (hide weekday header) */
  .view.calendar-classic table.calendar-view-table { width: 100%; border-collapse: separate; border-spacing: 0; }
  .view.calendar-classic thead { display: none; }
  .view.calendar-classic tbody, 
  .view.calendar-classic tr,
  .view.calendar-classic td {
    display: block;
    width: 100%;
  }

  /* Day row style */
  .view.calendar-classic tbody td {
    height: auto;
    border: 0;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0 10px 56px;          /* left space for badge */
    background: #fff;
    overflow: visible;
  }
  .view.calendar-classic tbody td:first-child { border-top: 0; }

  /* Date badge on left */
  .view.calendar-classic .calendar-view-day__number {
    position: absolute;
    top: 10px; left: 10px;
    right: auto;
    width: 36px; height: 36px;
    border-radius: 3px;
    background: #2c5f89;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 36px;
    text-align: center;
  }
  /* Outside-month badge tone */
  .view.calendar-classic td.previous-month .calendar-view-day__number,
  .view.calendar-classic td.next-month .calendar-view-day__number {
    background: #b7c5d4; color: #fff;
  }

  /* Event list spacing on mobile */
  .view.calendar-classic .calendar-view-day__rows { margin: 0; padding: 0; }
  .view.calendar-classic .calendar-view-day__row { margin: 0 0 6px; }

  /* Today ring without table border box */
  .view.calendar-classic td.is-today { background: #fff; box-shadow: inset 0 0 0 2px #1a4b8c; border-radius: 6px; }

  /* Remove true empty days */
  .view.calendar-classic tbody td.empty,
  .view.calendar-classic tbody td[data-calendar-view-results="0"] { display: none !important; }

  /* Accessibility: tidy focus */
  .view.calendar-classic .calendar-view-day__row a:focus { outline: none; }
  .view.calendar-classic .calendar-view-day__row a:focus-visible {
    outline: 2px solid #1a4b8c; outline-offset: 2px; border-radius: 4px;
  }

  /* Tiny phones */
  @media (max-width: 380px) {
    .view.calendar-classic .calendar-view-day__row a { padding: 5px 7px; font-size: .95rem; }
    .view.calendar-classic .calendar-view-pager a { font-size: .9rem; }
  }
}
/* ===== END CALENDAR ===== */


@media (max-width: 767px) {

  .tbm {
    position: absolute;
    width: 100%;
    top: 0px;
  }

  .tbm .tbm-button {
    position: absolute;
    right: 30px;
    top: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .tbm.tbm--mobile .tbm-collapse {
    position: absolute;
    left: -15px;
    top: 90px !important;
    padding-top: 0px !important;
  }

  .tbm-button {
    background: none;
    border: none;
  }

  .tbm-button-container span {
    background: #fff;
  }

  .tbm.tbm--mobile .tbm-nav {
    background: #012169;
  }

  .tbm-link.level-1:hover, .tbm-link.level-1:focus, .tbm-submenu-toggle:hover, .tbm-submenu-toggle:focus {
    background: #00174b;
  }

  .tbm.tbm--mobile .tbm-item {
    border-top: none;
  }

  .tbm.tbm--mobile .tbm-submenu-toggle {
    border-left: none;
    background-color: #012169;
    color: #fff;
    padding: 15px 30px;
  }

  .tbm-item.level-1 {
    border-right: none;
    text-transform: uppercase;
  }

  .tbm-item.level-1 a {
    padding: 15px 30px;
  }

  .tbm-item.level-1 a:hover {
    text-decoration: none;
  }

  .tbm-group-container {
    border-top: none !important;
  }

  .tbm-submenu .level-3 .tbm-item-child {
    display: none;
  }

  .tbm-submenu {
    padding-bottom: 20px !important;
    padding-left: 20px !important;
  }

  .content_block {
    padding: 0px 0px 30px 0px;
  }

}

/*.tbm .btn {
  background-image: transparent;
}

.tbm .btn:hover {
  background-color: transparent;
}*/

@media (min-width: 768px) {

  .tbm {
    position: relative;
    background: none;
    top: 0px;
    right: auto;
  }

  .tbm .mega > .mega-dropdown-menu {
    width: 697px !important;
  }

  /*.tbm .tbm-nav > li > a, .tbm .tbm-nav > li > span.tbm-no-link {*/
  #tbm-main > div > ul > li > div.tbm-link-container > a {
    font-family: Roboto, sans-serif;
    border-right: none;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 15px;
  }

  #tbm-main > div > ul > li.open > div.tbm-link-container > a {
    background-color: #fff !important;
    color: #012169 !important;
    text-decoration: none !important;
  }

  .tbm-submenu {
    background-color: #fff !important;
    border: none !important;
    padding: 10px 15px 30px 15px;
    box-shadow: 0 8px 10px rgba(0,0,0,0.2) !important;
    z-index: 99999 !important;
  }

  .tbm-submenu a {
    color: #012169 !important;
    text-decoration: none !important;
  }

  .tbm-submenu a:hover {
    color: #012169 !important;
    text-decoration: none !important;
  }

  .tbm-submenu .level-2 .tbm-item-child {
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .tbm-group-title {
    text-transform: none !important;
  }

  .tbm-item.level-1 {
    border-right: none !important;
  }

  .tbm-group-container {
    border-top: none !important;
    padding-top: 5px;
  }

  .tbm-submenu .level-3 .tbm-item-child {
    display: none;
  }

  .tbm .tbm-nav > li > a:focus, .tbm .tbm-nav > li > a:hover, .tbm .tbm-nav > li > span.tbm-no-link:focus, .tbm .tbm-nav > li > span.tbm-no-link:hover {
    color: #012169 !important;
  }

  .tbm .dropdown-menu li > a {
    color: #012169 !important;
    background-color: none !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .tbm .tbm-nav > li > a:focus,
  .tbm .tbm-nav > li > a:hover,
  .tbm .tbm-nav > li > span.tbm-no-link:focus,
  .tbm .tbm-nav > li > span.tbm-no-link:hover {
    color: #012169 !important;
  }

  .tbm .dropdown-menu li > a:hover {
    text-decoration: underline;
  }

  /*.tbm .tbm-nav > .active > a,
  .tbm .tbm-nav > .active > a:hover,
  .tbm .tbm-nav > .active > a:focus,
  .tbm .tbm-nav > .active > span.tbm-no-link,
  .tbm .tbm-nav > .active > span.tbm-no-link:hover,
  .tbm .tbm-nav > .active > span.tbm-no-link:focus {
    background-color: transparent !important;
  }*/

  /*.tbm .tbm-nav > li > a:hover,
  .tbm .tbm-nav > li > span.tbm-no-link:hover {
    background-color: transparent !important;
  }*/

  .tbm-nav .open > a, .tbm-nav .open > a:hover, .tbm-nav .open > a:focus {
    background-color: transparent !important;
    border-color: none !important;
  }

  .tbm .mega-nav > li a, .tbm .dropdown-menu .mega-nav > li a, .tbm .mega-nav > li span.tbm-no-link, .tbm .dropdown-menu .mega-nav > li span.tbm-no-link {
    padding: 2px 0px;
  }

  .tbm .dropdown-menu {
    font-size: 15px;
    border: none;
  }

  .tbm .mega-nav .mega-group > .mega-group-title, .tbm .dropdown-menu .mega-nav .mega-group > .mega-group-title, .tbm .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    text-transform: none;
    font-size: 18px;
    line-height: 26px;
    padding-left: 0px;
  }

  .tbm .mega-nav > li, .tbm .dropdown-menu .mega-nav > li {
    padding-left: 10px;
  }

  .tbm-subnav .level-2, .tbm-subnav .level-2 a {
    font-size: 18px;
    font-weight: bold !important;
    /*line-height: 20px !important;*/
    font-family: 'Roboto Slab', sans-serif !important;
  }

  .tbm-subnav .level-3, .tbm-subnav .level-4, .tbm-subnav .level-3 a, .tbm-subnav .level-4 a {
    font-size: 15px;
    font-weight: normal !important;
    font-family: Arial, sans-serif !important;
    line-height: 18px !important;
  }
}

@media (min-width: 992px) {

  .tbm {
    margin-left: 205px;
  }

  .tbm .tbm-nav > li > a, .tbm .tbm-nav > li > span.tbm-no-link {
    font-size: 15px;
    padding: 30px 14px;
  }

  .tbm .mega > .mega-dropdown-menu {
    width: 727px !important;
  }

  .mega-dropdown-inner {
    padding: 10px;
  }
}


@media (min-width: 1200px) {

  .tbm .tbm-nav > li > a, .tbm .tbm-nav > li > span.tbm-no-link {
    font-size: 16px;
    padding: 30px;
  }

  .tbm .mega > .mega-dropdown-menu {
    width: 926px !important;
  }

  #tbm-main > div > ul > li > div.tbm-link-container > a {
    padding: 30px 25px;
  }

  .tbm-submenu {
    padding: 20px 25px;
  }

  .tbm-submenu .level-2 .tbm-item-child {
    padding-left: 25px;
    padding-bottom: 15px;
  }

  .tbm-submenu .tbm-row .span6 {
    grid-column: span 4 !important;
  }
}

@media (max-width: 979px) {

  .tbm .tbm-nav-collapse .tbm-nav > li.active > a:hover, .tbm .tbm-nav-collapse .tbm-nav > li.active > a:focus, .tbm .tbm-nav-collapse .tbm-nav > li.active > span.tbm-no-link:hover, .tbm .tbm-nav-collapse .tbm-nav > li.active > span.tbm-no-link:focus {
    background-color: #012169;
  }

  .tbm .tbm-nav-collapse .tbm-nav > li > a, .tbm .tbm-nav-collapse .dropdown-menu a, .tbm .tbm-nav-collapse .tbm-nav > li > span.tbm-no-link, .tbm .tbm-nav-collapse .dropdown-menu span.tbm-no-link {
    background-color: #012169;
    border-bottom: none;
    font-weight: normal;
    text-transform: uppercase;
    color: #00174b;
  }

  .tbm .tbm-nav-collapse .tbm-nav > li > a:hover, .tbm .tbm-nav-collapse .tbm-nav > li > a:focus, .tbm .tbm-nav-collapse .tbm-nav > li > span.tbm-no-link:hover, .tbm .tbm-nav-collapse .tbm-nav > li > span.tbm-no-link:focus {
    background-color: #00174b !important;
  }

  .tbm .tbm-nav-collapse .dropdown-menu {
    background-color: #fff;
  }

  .tbm .mega-nav .mega-group > .mega-group-title, .tbm .dropdown-menu .mega-nav .mega-group > .mega-group-title, .tbm .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    text-transform: none;
  }

  .tbm .tbm-nav li.open > .dropdown-toggle {
    background-color: #00174b !important;
    color: #fff !important;
  }

  .tbm .tbm-nav li.dropdown.active > .dropdown-toggle, .tbm .tbm-nav li.open.active > .dropdown-toggle, .tbm .tbm-nav > li.open.active > a:hover, .tbm .tbm-nav > li.open.active > span.tbm-no-link:hover {
    background-color: #012269 !important;
  }

  .tbm .level-1 a, .tbm .level-1 a:hover, .tbm .level-1 a:active, .tbm .level-1 a:focus, .tbm .level-1 a:visited {
    color: #fff !important;
  }

  .tbm .level-2 a, .tbm .level-2 a:hover, .tbm .level-2 a:active, .tbm .level-2 a:focus, .tbm .level-2 a:visited {
    background: none !important;
    color: #00174b !important;
    margin-left: 0px !important;
    text-transform: none !important;
    font-family: Roboto, sans-serif !important;
    font-size: 17px !important;
    padding: 20px 10px 0px 10px !important;
    font-weight: bold !important;
  }

  .tbm .level-3 a, .tbm .level-3 a:hover, .tbm .level-3 a:active, .tbm .level-3 a:focus, .tbm .level-3 a:visited {
    background: none !important;
    text-transform: none !important;
    color: #00174b !important;
    font-family: Roboto, sans-serif !important;
    font-size: 15px !important;
    padding: 5px 0px 5px 20px !important;
    font-weight: normal !important;
  }

  .tbm .tbm-nav-collapse .tbm-nav li a {
    border-top: none;
  }

  .tbm .tbm-nav li.dropdown.active > .dropdown-toggle, .tbm .tbm-nav li.open.active > .dropdown-toggle, .tbm .tbm-nav > li.open.active > a:hover, .tbm .tbm-nav > li.open.active > span.tbm-no-link:hover {
    border: none !important;
  }

  .tbm .mega-nav .mega-group > .mega-group-title, .tbm .dropdown-menu .mega-nav .mega-group > .mega-group-title, .tbm .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    padding-bottom: 0px;
  }

  a.dropdown-toggle.active-trail.tbm-clicked {
    background: #00174b !important;
  }

}

@media (min-width: 768px) and (max-width: 979px) {

  .tbm .btn-navbar {
    margin-top: 10px;
    /*float: right;*/
  }

  .tbm .tbm-nav-collapse {
    top: 50px;
  }
}
