.ocgo-header .m-heading {
  font-size: 36px; }

#app {
  text-align: center; }

.schedules-modal .modal-content {
  border-radius: 0 !important; }

.schedules-modal .modal-footer {
  padding-top: 20px; }

.color.freeway {
  background-color: #005CE6 !important; }

.color.streetsroads {
  background-color: #54a5be !important; }

.color.transit {
  background-color: #f2b002 !important; }

.color.environmental {
  background-color: #9bb377 !important; }

.color.cityfacts {
  background-color: #717a81 !important; }

.color.crossing {
  background-color: #FF00C5 !important; }

.phase .color.conceptual {
  background-color: #a64cdf !important; }

.phase .color.environmental {
  background-color: #2ccd38 !important; }

.phase .color.designadvertiseaward {
  background-color: #17b5dd !important; }

.phase .color.designbuild {
  background-image: repeating-linear-gradient(135deg, #206EA2, #206EA2 2px, #FD9034 2px, #FD9034 5px) !important; }

.phase .color.construction {
  background-color: #e05805 !important; }

.phase .color.complete {
  background-color: #515151 !important; }

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px; }

.icon-list {
  background-image: url("/OCTA2015/Components/OCGOv2/img/iconListView.svg"); }

.icon-mappin {
  background-image: url("/OCTA2015/Components/OCGOv2/img/iconMapPinOCgo.svg"); }

.icon-calendar {
  background-image: url("/OCTA2015/Components/OCGOv2/img/iconCalendar.svg"); }

.router-link-active .icon-list {
  background-image: url("/OCTA2015/Components/OCGOv2/img/iconListViewBlue.svg"); }

.router-link-active .icon-mappin {
  background-image: url("/OCTA2015/Components/OCGOv2/img/iconMapPinOCgoBlue.svg"); }

.router-link-active .icon-calendar {
  background-image: url("/OCTA2015/Components/OCGOv2/img/iconCalendarBlue.svg"); }

/* tabs */
.view-tabs-container {
  border: solid 1px #dadcde;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 40px; }

.view-tabs {
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0; }
  .view-tabs li a {
    display: block;
    padding: 10px 20px;
    border-right: solid 1px #dadcde;
    background-color: #f7f7f7;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none; }
    .view-tabs li a:hover, .view-tabs li a:focus {
      color: #0278bf; }
  .view-tabs li:last-child a {
    border-right: 0; }
  .view-tabs li a.router-link-active {
    background-color: #fff; }
  .view-tabs li span {
    display: inline-block; }

@media (max-width: 600px) {
  h1 {
    font-size: 30px; }
  .view-tabs-container {
    display: block; }
  .view-tabs li span {
    word-spacing: 100vw;
    margin-top: 5px; } }

/* filter */
.grid-view .filter-type, .map-view .filter-type {
  border: solid 1px #d9d9d9; }

.filter-type {
  text-align: left;
  display: inline-block;
  border-radius: 5px; }
  .filter-type .select {
    display: none;
    width: 270px;
    height: 50px;
    padding: 15px;
    text-align: left;
    text-decoration: none;
    color: #333;
    line-height: 1; }
    .filter-type .select:focus, .filter-type .select:hover {
      color: #0278bf; }
    .filter-type .select .caret {
      position: absolute;
      top: 50%;
      right: 10px;
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 2px;
      vertical-align: middle;
      border-top: 4px dashed;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }

.filter-radio {
  display: flex;
  justify-content: center;
  text-align: center; }
  .filter-radio > div {
    border-right: 0;
    text-align: center;
    background-color: #fff; }
    .filter-radio > div label {
      border-right: solid 1px #d9d9d9; }
    .filter-radio > div:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .filter-radio > div:last-child {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .filter-radio > div:first-child label {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .filter-radio > div:last-child label {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-right: 0; }
  .filter-radio .color {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: black;
    margin-bottom: 10px; }
  .filter-radio .color-small {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: black;
    display: none;
    vertical-align: middle;
    margin-right: 10px; }
  .filter-radio .text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .filter-radio input:focus, .filter-radio input:hover {
    box-shadow: 0px 0px 20px 3px #52b4fa; }
  .filter-radio label {
    display: block;
    padding: 15px 30px;
    margin: 0;
    background-color: #f7f7f7; }
    .filter-radio label .text:before {
      content: "\00a0";
      display: inline-block;
      border: solid 1px #d5d2d2;
      background-color: white;
      width: 20px;
      height: 20px;
      font-size: 15px;
      margin-right: 10px;
      color: #0378c0;
      text-align: center; }
  .filter-radio input:checked + label {
    background-color: white; }
    .filter-radio input:checked + label .text:before {
      content: '\2713'; }
  .filter-radio input:focus + label .text:before {
    border: 1px solid #0076c3; }

.filter-radio-v2 {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  gap: 50px; }
  .filter-radio-v2 > div {
    border-right: 0;
    text-align: center;
    background-color: #fff; }
  .filter-radio-v2 .color {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: black;
    margin-bottom: 10px; }
  .filter-radio-v2 .color-small {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: black;
    vertical-align: middle;
    margin: 2px;
    margin-right: 5px;
    border: 2px solid transparent; }
  .filter-radio-v2 .text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .filter-radio-v2 input:focus, .filter-radio-v2 input:hover {
    box-shadow: 0px 0px 20px 3px #1271ff; }
  .filter-radio-v2 label {
    display: block;
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
    cursor: pointer; }
    .filter-radio-v2 label:hover {
      text-decoration: underline; }
    .filter-radio-v2 label .text {
      font-size: 16px;
      display: flex;
      align-items: center; }
  .filter-radio-v2 input:focus-visible + label .color-small {
    outline: 2px solid #0b6fc1;
    border: 2px solid white; }
  .filter-radio-v2 input:checked + label .color-small {
    outline: 2px solid black;
    border: 2px solid white; }
  .filter-radio-v2 input:checked + label .text {
    font-weight: bold; }

.list-view-filter {
  text-align: left; }
  .list-view-filter .filter-type {
    width: 100%; }

.filter-view-mode {
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #d8d8d8; }
  .filter-view-mode i {
    color: #0068bd;
    margin-right: 3px; }
  .filter-view-mode a {
    text-decoration: none !important; }

.schedules-fullscreen .filter-view-mode {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px;
  margin-bottom: 0; }

.schedules-fullscreen .filter-phase-header-wrap {
  padding: 20px; }

.filter-phase-header {
  display: flex;
  gap: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap; }
  .filter-phase-header__clear a {
    color: #0068BD !important;
    text-decoration: underline !important; }
  .filter-phase-header__toggle a {
    color: #0068BD !important;
    text-decoration: underline !important; }

@media (max-width: 850px) {
  .grid-view .filter-type {
    position: relative;
    display: inline-block;
    border-radius: 0; }
    .grid-view .filter-type .select {
      display: block;
      line-height: 1; }
  .grid-view .filter-radio {
    position: absolute;
    top: 51px;
    left: 0;
    display: block;
    z-index: 15;
    width: 100%; }
    .grid-view .filter-radio.isHidden {
      display: none; }
    .grid-view .filter-radio label {
      text-align: left;
      background-color: #fff;
      border-radius: 0 !important;
      border: 1px solid #dcdcdc;
      border-top: 0; }
    .grid-view .filter-radio .color {
      display: none; }
    .grid-view .filter-radio .color-small {
      display: inline-block;
      vertical-align: top; } }

@media (max-width: 1200px) {
  .filter-radio-v2 {
    gap: 30px; } }

@media (max-width: 1000px) {
  .list-view-filter .filter-type {
    position: relative;
    display: inline-block;
    border-radius: 0;
    line-height: 1; }
    .list-view-filter .filter-type .select {
      display: block;
      font-style: italic;
      padding: 12px;
      height: 40px;
      font-size: 16px; }
  .list-view-filter .filter-radio-v2 {
    position: absolute;
    top: 42px;
    left: 0;
    display: block;
    z-index: 350;
    width: 100%; }
    .list-view-filter .filter-radio-v2.isHidden {
      display: none; }
    .list-view-filter .filter-radio-v2 label {
      text-align: left;
      background-color: #fff;
      border-radius: 0 !important;
      border: 1px solid #dcdcdc;
      border-top: 0;
      padding: 10px; }
    .list-view-filter .filter-radio-v2 .color {
      display: none; }
    .list-view-filter .filter-radio-v2 .color-small {
      display: inline-block;
      vertical-align: top; }
  .list-view-filter .filter-phase-options-wrap {
    display: inline-block;
    position: relative; }
  .list-view-filter .filter-phase-options {
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    background: white; } }

@media (max-width: 1000px) {
  .map-view .filter-type {
    position: relative;
    display: inline-block;
    border-radius: 0; }
    .map-view .filter-type .select {
      display: block; }
  .map-view .filter-radio {
    position: absolute;
    top: 51px;
    left: 0;
    display: block;
    z-index: 15;
    width: 100%; }
    .map-view .filter-radio.isHidden {
      display: none; }
    .map-view .filter-radio label {
      text-align: left;
      background-color: #fff;
      border-radius: 0 !important;
      border: 1px solid #dcdcdc;
      border-top: 0; }
    .map-view .filter-radio .color {
      display: none; }
    .map-view .filter-radio .color-small {
      display: inline-block;
      vertical-align: top; } }

/* grid */
.grid-view {
  text-align: left; }
  .grid-view .grid-content {
    padding-top: 20px;
    margin-bottom: 100px; }
    .grid-view .grid-content h2 {
      text-align: left;
      margin-bottom: 0;
      margin-top: 50px; }
    .grid-view .grid-content > div:first-child h2 {
      margin-top: 25px; }
    .grid-view .grid-content h3 {
      background-color: #eaeaea;
      text-align: left;
      font-weight: bold;
      font-size: 22px;
      padding: 20px;
      margin-top: 20px;
      margin-bottom: 20px; }
    .grid-view .grid-content .summary {
      padding: 5px 15px;
      text-align: left; }
      .grid-view .grid-content .summary a {
        color: #0068bd;
        cursor: pointer;
        display: block; }
  .grid-view .identifier-group {
    background-color: #fff;
    margin: 10px auto; }

/*.grid-view .identifier-group > div:first-of-type .identifier {
  display: block;
}*/
.grid-item {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #dfdfdf; }

.grid-item-container {
  display: flex; }

.grid-item .image .img {
  background: #f7f7f7;
  width: 120px;
  height: 90px;
  background-size: cover; }

.grid-item .details {
  position: relative;
  width: 100%;
  margin: 0 40px;
  padding-left: 50px;
  flex-grow: 2; }
  .grid-item .details .identifier {
    position: absolute;
    top: 0;
    left: -35px;
    text-align: center;
    height: 30px;
    width: 80px; }
    .grid-item .details .identifier .letter {
      display: inline-block;
      background-color: black;
      color: white;
      border-radius: 100px;
      height: 100%;
      padding: 10px;
      font-size: 16px;
      line-height: .7;
      font-weight: bold;
      min-width: 30px; }
      .grid-item .details .identifier .letter.streetsroads {
        color: black; }
      .grid-item .details .identifier .letter.transit {
        color: black; }
      .grid-item .details .identifier .letter.environmental {
        color: black; }
  .grid-item .details .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px; }
    .grid-item .details .title a {
      color: #0076c3;
      font-weight: bold; }

.grid-item .description {
  font-size: 16px;
  line-height: 1.5; }

.grid-item .link {
  text-decoration: none !important; }
  .grid-item .link > div {
    display: flex;
    align-items: center;
    justify-content: left; }
  .grid-item .link .btn {
    border: 1px solid #0076c3;
    color: black;
    font-size: 16px;
    padding: 10px 20px;
    white-space: nowrap;
    border-radius: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    display: block; }
    .grid-item .link .btn:hover {
      color: white;
      background-color: #0069bc; }

@media (max-width: 768px) {
  .grid-item-container {
    position: relative;
    display: block; }
  .grid-item .image {
    margin-bottom: 20px; }
  .grid-item .details {
    position: static;
    margin: 0;
    margin-bottom: 20px;
    padding: 0; }
    .grid-item .details .identifier {
      top: -10px;
      left: -40px; }
  .grid-item .link {
    justify-content: left;
    text-align: left; } }

@media (max-width: 600px) {
  .grid-item {
    padding: 35px 20px; }
  .grid-view .grid-content h2 {
    font-size: 30px; } }

thead th {
  background: white;
  font-weight: normal; }

.sticky-wrap {
  overflow-x: auto;
  position: relative;
  min-height: 600px; }
  .sticky-wrap .sticky-thead, .sticky-wrap .sticky-col, .sticky-wrap .sticky-intersect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .125s ease-in-out;
    z-index: 5;
    width: auto;
    /* Prevent table from stretching to full size */ }
  .sticky-wrap .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
    z-index: 6;
    width: 100%;
    /* Force stretch */
    border: 1px solid #d8d8d8; }
  .sticky-wrap .sticky-intersect {
    opacity: 1;
    z-index: 7; }
    .sticky-wrap .sticky-intersect tr {
      border: 1px solid #d8d8d8; }
  .sticky-wrap td, .sticky-wrap th {
    box-sizing: border-box; }
  .sticky-wrap .sticky-col tr {
    border: 1px solid #d8d8d8;
    background: white; }

@media (max-width: 850px) {
  .sticky-wrap {
    overflow-x: auto;
    position: relative;
    height: auto; }
    .sticky-wrap .sticky-thead, .sticky-wrap .sticky-col, .sticky-wrap .sticky-intersect {
      /*display: none;*/ } }

/* list */
body.schedules-fullscreen {
  overflow: hidden; }
  body.schedules-fullscreen .list-view-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column; }
    body.schedules-fullscreen .list-view-content .container {
      max-width: none; }
  body.schedules-fullscreen .list-view-container {
    margin: 0;
    flex: 1;
    max-height: none; }

.list-view-container {
  margin-bottom: 50px;
  margin-top: 30px;
  overflow-x: auto;
  background-color: white;
  border: 1px solid #d8d8d8;
  height: 75dvh; }
  .list-view-container .project-name-container {
    height: 100%;
    display: flex;
    border-right: 1px solid #d8d8d8; }
  .list-view-container .project-type {
    border-right: 1px solid #d8d8d8;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    width: 80px; }
  .list-view-container .project-name {
    display: none;
    padding: 0 20px;
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center; }
  .list-view-container .text-cell {
    padding: 18px;
    width: 500px;
    min-width: 500px;
    left: 0px;
    position: sticky; }
  .list-view-container .text-cell-flex {
    display: flex;
    width: 100%; }
  .list-view-container .identifier {
    text-align: center;
    vertical-align: top;
    width: 80px;
    flex-shrink: 0;
    border-right: 1px solid #d8d8d8;
    padding: 20px;
    padding-top: 27px; }
  .list-view-container .phase-text {
    padding: 20px;
    padding-bottom: 12px;
    width: 100%;
    border-right: 1px solid #d8d8d8; }
  .list-view-container .identifier .letter {
    display: inline-block;
    background-color: black;
    color: white;
    border-radius: 100px;
    height: 100%;
    max-height: 30px;
    padding: 10px;
    font-size: 16px;
    line-height: .7;
    font-weight: bold;
    white-space: nowrap;
    min-width: 30px; }
    .list-view-container .identifier .letter.streetsroads {
      color: black; }
    .list-view-container .identifier .letter.transit {
      color: black; }
    .list-view-container .identifier .letter.environmental {
      color: black; }
  .list-view-container .text-cell .phase {
    display: flex;
    gap: 60px;
    font-size: 16px;
    line-height: 1; }
    .list-view-container .text-cell .phase .phase-label {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 5px; }
    .list-view-container .text-cell .phase a {
      flex-shrink: 0;
      color: #000;
      text-decoration: none; }
      .list-view-container .text-cell .phase a i:before {
        color: #818181; }
      .list-view-container .text-cell .phase a span {
        text-decoration: underline; }
    .list-view-container .text-cell .phase .color {
      width: 16px;
      height: 16px;
      border-radius: 3px;
      background: black;
      display: inline-block; }
  .list-view-container .title {
    /*font-size: 18px;
    line-height: 24px;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 8px; }
    .list-view-container .title a {
      color: black; }

.list-view-disclaimer {
  text-align: left; }

table.list-view {
  min-width: 930px;
  margin: 0; }
  table.list-view thead {
    height: 60px;
    position: relative;
    z-index: 300; }
    table.list-view thead > tr > th:first-child {
      vertical-align: middle;
      z-index: 300; }
    table.list-view thead > tr th > * {
      border-bottom: 1px solid #d8d8d8; }
    table.list-view thead th {
      position: sticky;
      top: 0;
      left: 0;
      z-index: 250;
      background: #f5f5f5;
      height: 60px; }
      table.list-view thead th:first-child {
        width: 25px; }
      table.list-view thead th:last-child {
        text-align: right; }
  table.list-view tbody > tr {
    border: 1px solid #d8d8d8;
    border-left: 0;
    border-top: 0; }
    table.list-view tbody > tr > th:first-child {
      position: sticky;
      left: 0;
      z-index: 200;
      padding: 0;
      background: #fff; }
  table.list-view th {
    height: 100%;
    font-weight: normal;
    padding: 0; }
  table.list-view td {
    font-weight: normal;
    padding: 0; }
  table.list-view .scheduletxt {
    /*font-size: 16px;
    line-height: 22px;*/
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    font-style: italic;
    margin: 10px 0 0 20px;
    font-weight: 500; }

.text-cell--mobile {
  display: none;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 0 !important;
  padding-top: 10px !important;
  min-width: 0 !important;
  width: auto !important;
  margin-bottom: 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+70,7db9e8+100&1+70,0+100 */
  background: linear-gradient(to bottom, white 70%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .text-cell--mobile.hide {
    transition: opacity 0.3s;
    opacity: 0; }
  .text-cell--mobile .identifier {
    padding: 5px !important;
    width: 65px;
    border: 0; }
  .text-cell--mobile .phase-text {
    border: 0;
    padding: 5px !important;
    max-width: 60vw; }
    .text-cell--mobile .phase-text .title a {
      text-shadow: 1px 1px 1px #fff; }
    .text-cell--mobile .phase-text .phase-label {
      margin-bottom: 10px;
      display: flex;
      gap: 5px;
      align-items: center; }
      .text-cell--mobile .phase-text .phase-label span {
        text-shadow: 1px 1px 1px #fff; }
    .text-cell--mobile .phase-text .phase-map a {
      text-shadow: 1px 1px 1px #fff; }
    .text-cell--mobile .phase-text .phase {
      display: block; }

@media (max-width: 992px) {
  table.list-view thead tr th:first-child, table.list-view tbody tr th:first-child {
    display: none; }
  .text-cell--mobile {
    display: inline-flex; }
  table.date-bar {
    top: 80% !important; } }

/* years table */
.date-bar-container {
  position: relative;
  vertical-align: top;
  /* needed for safai/ios */
  height: 10px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .date-bar-container {
      overflow: visible; } }
  .date-bar-container.visible .current-marker {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100; }
    .date-bar-container.visible .current-marker:before {
      display: block;
      content: "\f0d7";
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      top: 1px;
      right: 2px;
      transform: translateX(50%);
      width: 20px;
      height: 10px;
      line-height: 0.25;
      text-align: center;
      font-size: 25px; }
  .date-bar-container .current {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-right: 2px solid #555;
    z-index: 150; }

table.date-bar {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%; }
  table.date-bar tr {
    border: 0; }
  table.date-bar td {
    height: 10px; }
  table.date-bar .green {
    background-color: green; }
  table.date-bar .blue {
    background-color: blue; }
  table.date-bar .orange {
    background-color: orange; }
  table.date-bar .color {
    border-radius: 10px; }
    table.date-bar .color.conceptual.active {
      background: linear-gradient(90deg, #a64cdf 0%, #c27bf0 100%) !important; }
    table.date-bar .color.conceptual:not(.active) {
      background-color: #DBB7F2 !important; }
    table.date-bar .color.environmental.active {
      background: linear-gradient(90deg, #38a300 0%, #45c600 100%) !important; }
    table.date-bar .color.environmental:not(.active) {
      background-color: #bbf0a0 !important; }
    table.date-bar .color.designadvertiseaward.active {
      background: linear-gradient(90deg, #008ece 0%, #05b3ff 100%) !important; }
    table.date-bar .color.designadvertiseaward:not(.active) {
      background-color: #a2deea !important; }
    table.date-bar .color.designbuild:not(.active) {
      opacity: .4; }
    table.date-bar .color.construction.active {
      background: linear-gradient(90deg, #f55d00 0%, #ff8d1a 100%) !important; }
    table.date-bar .color.construction:not(.active) {
      background-color: #ffc39d !important; }
    table.date-bar .color.active {
      z-index: 1;
      border: none;
      box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.37); }
  table.date-bar .color-parent {
    position: relative; }
  table.date-bar .color-child {
    position: absolute;
    top: -3px;
    left: 0;
    height: 16px;
    right: -5px;
    border: 2px solid white; }
    table.date-bar .color-child.active {
      top: -5px;
      height: 18px; }
  table.date-bar.completed .last {
    position: relative; }
    table.date-bar.completed .last:before {
      content: "\f058";
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      display: block;
      width: 25px;
      height: 25px;
      position: absolute;
      left: -4px;
      top: -8px;
      font-size: 22px; }

table.years {
  width: 100%;
  height: 100%; }

@media (min-width: 850px) {
  table.date-bar {
    top: 50%;
    bottom: unset; } }

table.years td {
  position: relative;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #d8d8d8;
  width: 60px;
  min-width: 60px;
  height: 55px;
  font-size: 16px; }
  table.years td span {
    visibility: hidden;
    display: block;
    height: 20px;
    width: 100%;
    line-height: 1; }

table.years:first-child td span {
  visibility: visible; }

thead table.years {
  position: relative; }
  thead table.years .quarters {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%; }
    thead table.years .quarters > div {
      width: 25%;
      height: 10px;
      border-top: 1px solid #d8d8d8;
      border-right: 1px solid #d8d8d8; }
      thead table.years .quarters > div:last-child {
        border-right: 0; }

tbody table.years {
  position: absolute;
  top: 0; }
  tbody table.years td {
    border-left: none; }
    tbody table.years td + td {
      border-left: 1px solid #d8d8d8; }

@media (max-width: 1200px) {
  table.years td {
    font-size: 16px; } }

/* map */
.map-view {
  text-align: left; }
  .map-view h2 {
    margin: 0 auto; }

.map-container {
  position: relative;
  margin-top: 50px; }

.map {
  width: 100%;
  height: 800px;
  margin: 0 auto;
  background: gray; }

.info-box {
  position: absolute;
  top: 100px;
  left: 50px; }
  .info-box > div {
    width: 300px;
    height: 450px;
    padding: 0; }
  .info-box .image {
    position: relative;
    background-color: red;
    height: 200px;
    text-align: center; }
  .info-box .phase {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background-color: white; }
  .info-box .details {
    padding: 40px;
    height: 200px; }
  .info-box .status {
    text-align: center; }
  .info-box .buttons {
    position: absolute;
    display: table;
    width: 100%;
    bottom: 0; }
    .info-box .buttons > div {
      display: table-cell;
      width: 50%;
      padding: 10px;
      text-align: center;
      border: 1px solid gray;
      cursor: pointer; }

.info-content {
  padding: 10px;
  text-align: center; }
  .info-content .overline {
    font-weight: bold;
    text-transform: uppercase; }
  .info-content p {
    font-weight: 300; }
  .info-content a {
    display: block;
    padding: 15px 30px; }
  .info-content .btn {
    border: 1px solid #0076c3;
    color: black;
    font-size: 16px;
    padding: 10px 20px;
    white-space: nowrap;
    border-radius: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    display: block; }
    .info-content .btn:hover {
      color: white;
      background-color: #0069bc; }

.gm-style-iw {
  border-radius: 0 !important;
  max-width: 500px !important; }

.gm-style-iw-d {
  max-width: 500px !important; }

@media (max-width: 768px) {
  .map {
    height: 700px; } }

@media (max-width: 600px) {
  .map {
    height: 500px; }
  .gm-style-iw, .gm-style-iw-d {
    max-width: 200px !important; } }

/* map legend */
.legend {
  background-color: #eee;
  padding: 20px 30px;
  text-align: left;
  font-size: 18px; }
  .legend .color {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px; }
    .legend .color.acq {
      border: 3px solid #f2b002; }
  .legend > div {
    display: inline-block;
    margin-right: 20px;
    margin-top: 7px;
    margin-bottom: 7px; }
  .legend span {
    display: inline-block; }

@media (max-width: 600px) {
  .legend > div {
    display: flex;
    margin-right: 0; }
  .legend span.text {
    width: 90%; } }

/* schedule view left - right buttons*/
/* Next & previous buttons */
.slidetoleft {
  display: none;
  cursor: pointer;
  position: absolute;
  /*top: 40%;*/
  margin-top: -375px;
  width: auto;
  padding: 50px 7px;
  color: #ffffff;
  font-weight: bold;
  font-size: 33px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #0065ca;
  opacity: .5;
  z-index: 5; }

.slidtoright {
  display: none;
  cursor: pointer;
  position: absolute;
  /*top: 40%;*/
  margin-top: -375px;
  width: auto;
  padding: 50px 7px;
  color: #ffffff;
  font-weight: bold;
  font-size: 33px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #0065ca;
  opacity: .5;
  z-index: 5;
  right: 0;
  border-radius: 15px 0 0 15px; }

/* Position the "next button" to the right */
.slidetoleft {
  left: 0;
  border-radius: 0 15px 15px 0; }
  .slidetoleft:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.8); }

.slidtoright:hover {
  color: #ffffff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8); }

.slidetoleft:focus, .slidtoright:focus, .slidetoleft:active, .slidtoright:active {
  color: #ffffff !important;
  font-weight: bold !important; }

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