/* Facilities and Campus Services
   ************************************ */
/* Typography */
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6,
#cu-header .cu-brand h2 {
  font-family: Avenir Next, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif; }

h1,
.h1 {
  font-size: 35px; }

h2,
.h2 {
  font-size: 27px;
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif; }

h3,
.h3 {
  font-size: 20px; }

h4,
.h4 {
  font-size: 17px; }

#main h2 {
  color: #333; }

#main .secondary h2 {
  color: #676767; }

#main .secondary h3,
#main .secondary .h3 {
  font-size: 19px; }

#main h3 {
  font-weight: 600;
  color: #b31b1b; }

#main h3.sans {
  font-weight: normal; }

#main-article p {
  line-height: 1.7; }

/* Utility */
.icon-fa,
.footer-accessibility:before {
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-zmdi,
.band-spotlights .secondary li:before {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Links */
a.more-button {
  display: inline-block;
  padding: 0.7em 1.25em;
  background: #2d668e;
  color: #fff;
  border: 1px solid transparent;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Avenir Next, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  transition: border-color 0.15s, background 0.15s;
  text-decoration: none; }

a.more-button .zmdi {
  color: #fff;
  margin-left: 0.5em;
  font-size: 150%;
  line-height: 0;
  position: relative;
  top: 0.13em;
  left: 0.1em; }

a.more-button:hover,
a.more-button:hover {
  background: #2471a7; }

a.more-button:active {
  background: #185076; }

.dark a.more-button {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #888; }

.dark a.more-button .zmdi {
  color: #ec6969; }

.dark a.more-button:hover,
.dark a.more-button:hover {
  background: #121212;
  background: rgba(60, 60, 60, 0.4);
  border-color: #eee; }

.dark a.more-button:active {
  background: #000;
  border-color: #aaa; }

a.more-button.small {
  padding: 0.35em 0.75em;
  background: #2d668e;
  font-size: 12px; }

a.more-button.small .zmdi {
  margin-left: 0.3em; }

a.more-button.mini {
  padding: 0.2em 0.7em;
  font-size: 11px; }

a.more-button.mini .zmdi {
  margin-left: 0.25em;
  top: 0.2em; }

/* Search bar */
.cu-search label,
.cu-search form > label {
  color: #ffffff; }

/* Layout */
.cu-seal #cu-header {
  background: -moz-linear-gradient(-65deg, #ffffff 0%, #ebebeb 100%);
  background: -webkit-linear-gradient(-65deg, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(115deg, #ffffff 0%, #ebebeb 100%); }

#cu-header .cu-brand h2 {
  text-transform: uppercase;
  color: #444;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#cu-header .cu-brand h2 small {
  color: #666;
  font-size: 80%;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  position: relative;
  top: -0.12em;
  padding: 0 0.12em; }

#cu-header .cu-brand h2 .accent {
  color: #b31b1b; }

.cu-unit a,
.cu-unit a:hover,
.cu-unit a:focus,
.cu-unit a:active {
  text-decoration: none; }

#main-navigation {
  background: #565656;
  background: -moz-linear-gradient(-45deg, #565656 0%, #444444 100%);
  background: -webkit-linear-gradient(-45deg, #565656 0%, #444444 100%);
  background: linear-gradient(135deg, #565656 0%, #444444 100%); }

#site-banner {
  background: #222 url("../images/fcs/campus_aerial.jpg") 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 240px;
  padding: 18px 0; }

#site-banner a {
  color: #fff;
  text-decoration: none; }

#site-banner a .deco {
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s; }

#site-banner a:hover .deco,
#site-banner a:focus .deco {
  border-bottom: 1px solid #ec6969; }

#site-banner a:active {
  color: #ddd; }

#site-banner .featured-project {
  display: block;
  background: #222;
  background: rgba(0, 0, 0, 0.65);
  float: left;
  width: 100%;
  max-width: 420px;
  padding: 26px 22px; }

#site-banner a.more-button {
  float: right;
  margin-top: 50px; }

#site-banner .featured-project h2 {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid #888;
  padding-bottom: 0.25em;
  margin-bottom: 1em; }

#site-banner .featured-project p {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500; }

/* Footer */
body > footer .link-phone {
  display: inline-block;
  margin-bottom: 0.3em; }

body > footer .link-social {
  margin-left: 0.5em;
  text-decoration: underline;
  cursor: pointer; }

body > footer .link-social .fa {
  position: relative;
  top: 1px;
  font-size: 18px;
  padding-right: 0.2em; }

body > footer .sub-footer.light {
  background: #f2f2f2;
  color: #444; }

body > footer .footer-links a,
.footer-links-mimic a {
  color: #fff;
  -moz-text-decoration-color: rgba(255, 255, 255, 0.4);
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-color: rgba(255, 255, 255, 0.4); }

body > footer a.link-block {
  background: rgba(255, 255, 255, 0.08);
  padding: 0.8em 1.4em; }

body > footer a.link-block:hover,
body > footer a.link-block:focus {
  background: rgba(255, 255, 255, 0.15); }

body > footer a.link-block:active {
  background: rgba(255, 255, 255, 0.05); }

body > footer .h6 {
  color: #bbb; }

.footer-accessibility {
  line-height: 1.4; }

.footer-accessibility:before {
  content: none;
  font-size: 28px;
  padding-right: 9px;
  opacity: 0.8; }

.light .footer-accessibility:before {
  opacity: 0.5; }

.light .footer-accessibility a {
  color: #1176ac;
  -moz-text-decoration-color: #1176ac;
  -webkit-text-decoration-color: #1176ac;
  text-decoration-color: #1176ac; }

.light .footer-accessibility a:hover,
.light .footer-accessibility a:focus {
  color: #000;
  -moz-text-decoration-color: #000;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000; }

.light .footer-accessibility a:active {
  color: #666;
  -moz-text-decoration-color: #666;
  -webkit-text-decoration-color: #666;
  text-decoration-color: #666; }

/* Homepage */
.home main .row > .secondary:after,
.home main .row > .primary:after {
  content: none; }

.home .content-tabs.tabs-classic > li,
.home .content-tabs.tabs-classic > ul > li,
.home .content-tabs.tabs-classic > ol > li {
  background: transparent !important;
  padding: 30px 0; }

.home .tabs-nav.tabs-classic {
  border-bottom: 1px solid #e4e4e4;
  margin-top: -4px; }

.home .tabs-nav.tabs-classic a,
.home .tabs-nav.tabs-classic button {
  padding: 7px 20px;
  background: transparent;
  color: #1176ac;
  font-size: 13px; }

.home .tabs-nav.tabs-classic a:hover,
.home .tabs-nav.tabs-classic button:hover {
  color: #000; }

.home .tabs-nav.tabs-classic a.active,
.home .tabs-nav.tabs-classic button.active {
  background: #f2f2f2;
  color: #000; }

.utility-column > a {
  display: block;
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #f0f0f0; }

.utility-column > a:first-of-type {
  padding-top: 0;
  border-top: 0; }

.utility-column a p {
  color: #000;
  font-size: 13px; }

.utility-column .tool-icon {
  min-width: 65px;
  position: relative; }

.utility-column .tool-icon .fa,
.utility-column .tool-icon .zmdi {
  position: absolute;
  top: -0.05em;
  border-radius: 2px; }

.utility-column h2 {
  margin-bottom: 0.25em; }

.utility-column .extra-link {
  font-size: 13px;
  color: #666;
  padding-left: 65px;
  margin: -15px 0 25px; }

.link-phone {
  white-space: nowrap; }

.band.band-tools {
  padding: 0.5em 0; }

.band-tools .node {
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3; }

.band-tools .card:last-of-type .node {
  padding-bottom: 0;
  border-bottom: 0; }

.tool-icon .fa,
.tool-icon .zmdi {
  color: #2d668e;
  font-size: 28px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  opacity: 0.65;
  transition: opacity 0.15s; }

.tool-icon .zmdi-sun {
  line-height: 52px;
  text-indent: 1px; }

.utility-column .tool-icon .fa,
.utility-column .tool-icon .zmdi {
  color: #fff;
  background: #2d668e; }

.utility-column .tool-icon .zmdi {
  font-size: 30px; }

.utility-column .tool-icon .zmdi-calendar-check {
  line-height: 52px; }

a:hover .tool-icon .fa,
a:hover .tool-icon .zmdi,
a:focus .tool-icon .fa,
a:focus .tool-icon .zmdi {
  opacity: 1; }

.band-tools .node .tool-icon {
  width: 65px; }

.band-tools .node .tool-link {
  width: calc(100% - 65px); }

.band-tools .node .tool-link h2,
.utility-column h2 {
  font-size: 16px;
  font-weight: 600; }

.band-tools .card > a,
.utility-column a {
  text-decoration: none; }

.utility-column p a {
  text-decoration: underline; }

.utility-column span.ext {
  display: none; }

.band-tools .extra-link a {
  font-size: 12px;
  position: absolute;
  left: 65px;
  bottom: 9px;
  font-style: italic; }

.band-spotlights .primary > *,
.band-spotlights .secondary > * {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }

.band-spotlights .secondary ul {
  padding-left: 0;
  color: #999;
  list-style: none; }

.band-spotlights .secondary li {
  padding-left: 22px;
  position: relative; }

.band-spotlights .secondary li:before {
  content: '\f26d';
  font-size: 8px;
  line-height: 2.8;
  position: absolute;
  left: 0.3em;
  top: 0; }

.band-spotlights .cwd-component {
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f0f0f0; }

.project-details {
  margin: 2.5em 0 5em; }

.content-block .project-details {
  margin-bottom: 0; }

.project-details h3 {
  margin-top: 1.5em; }

#main .project-details h3.h4 {
  margin-bottom: 0.5em;
  font-size: 17px; }

/* Required Fields in Webforms */
label.form-required {
  position: relative; }

label.form-required:before {
  content: '* ';
  position: absolute;
  left: -0.75em; }

/* Shutdown requests table */
#views-exposed-form-shutdown-requests-allrequests input,
#views-exposed-form-shutdown-requests-allrequests select {
  max-width: 556px !important; }

#views-exposed-form-shutdown-requests-allrequests div[id^="edit-actions"] {
  float: left;
  margin-right: 8px; }

#views-exposed-form-shutdown-requests-allrequests #clear_filter {
  float: left;
  margin-right: 8px;
  padding: .6em 1.25em .5em; }

#views-exposed-form-shutdown-requests-allrequests div[id^="edit-actions"] + #clear_filter + div:last-child ul {
  padding-left: 0; }

#views-exposed-form-shutdown-requests-allrequests
div[id^="edit-actions"]
+ #clear_filter
+ div:last-child
ul
li:first-child {
  list-style: none;
  float: left;
  margin-right: 8px;
  clear: both; }

#views-exposed-form-shutdown-requests-allrequests
div[id^="edit-actions"]
+ #clear_filter
+ div:last-child
ul
li:nth-child(2) {
  list-style: none;
  float: left;
  margin-right: 8px; }

#views-exposed-form-shutdown-requests-allrequests
div[id^="edit-actions"]
+ #clear_filter
+ div:last-child
ul
li:nth-child(3),
#views-exposed-form-shutdown-requests-allrequests
div[id^="edit-actions"]
+ #clear_filter
+ div:last-child
ul
li:nth-child(4) {
  list-style: none;
  float: left;
  margin-right: 8px; }

#views-exposed-form-shutdown-requests-allrequests #all-buttons-wrapper {
  position: relative;
  overflow: hidden;
  clear: both; }

#views-exposed-form-shutdown-requests-allrequests #print-button-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0; }

#views-exposed-form-shutdown-requests-allrequests .form-item-request-start-date,
#views-exposed-form-shutdown-requests-allrequests .form-item-request-end-date {
  float: left;
  width: 275px;
  margin-right: 8px; }

#views-exposed-form-shutdown-requests-allrequests .form-item-request-start-date .form-date,
#views-exposed-form-shutdown-requests-allrequests .form-item-request-end-date .form-date {
  border: 1px solid #bcbcbc;
  padding: 0.25em 0.5em; }

#views-exposed-form-shutdown-requests-allrequests .form-item-request-status {
  float: left;
  width: 275px;
  margin-right: 8px; }

#views-exposed-form-shutdown-requests-allrequests label[for="edit-combine"] {
  clear: both; }

#views-exposed-form-shutdown-requests-allrequests input[id^="edit-combine"] {
  padding: 0.47em 0.5em; }

#views-exposed-form-shutdown-requests-allrequests select[id^="edit-request-ehs"],
#views-exposed-form-shutdown-requests-allrequests select[id^="edit-request-status"] {
  border-radius: 0 !important;
  width: 275px; }

.view-shutdown-requests table.requests-table {
  margin-bottom: 2em; }

.view-shutdown-requests table.requests-table .views-field-field-request-emergency {
  text-align: center;
  color: #b31b1b;
  font-size: 15px; }

.view-shutdown-requests table.requests-table .views-field-field-request-ehs {
  text-align: center;
  color: green;
  font-size: 15px; }

.view-shutdown-requests table.requests-table .views-field.views-field-nothing > a {
  text-decoration: none; }

.view-shutdown-requests table.requests-table .views-field.views-field-nothing > a > span {
  display: block;
  text-align: center; }

#views-exposed-form-shutdown-requests-allrequests .view-empty {
  clear: both;
  padding-top: 34px; }

/* Facility signage */
#main #views-exposed-form-facility-signage-fsign-page {
  margin-bottom: 3.5em; }

#main #views-exposed-form-facility-signage-fsign-page #edit-facility {
  background-position: 98% center;
  max-width: 500px;
  margin-right: 8px;
  float: left; }

#main .view-facility-signage .cards .item-list ul {
  list-style: none;
  padding-left: 0; }

#main .view-facility-signage .cards .item-list ul li {
  margin-bottom: 20px;
  padding-bottom: 20px; }

#main .view-facility-signage .cards .item-list ul li:not(:last-child) {
  border-bottom: 1px solid #ebebeb; }

#main .view-facility-signage .cards .item-list ul li .field-name-title {
  margin-bottom: 9px; }

#main .view-facility-signage .cards .item-list ul li .field-name-title .h3 {
  margin-bottom: 0; }

#main #views-exposed-form-facility-signage-fsign-page .form-item-facility {
  display: inline; }

#main #views-exposed-form-facility-signage-fsign-page #edit-reset {
  margin-top: 0;
  background: #2d668e; }

.page-node-type-facility-signage #main h2.h3 {
  color: #b31b1b; }

.path-accessible-building-signage #main:before,
.page-node-type-facility-signage #main:before,
.path-accessible-building-signage #main-content,
.page-node-type-facility-signage #main-content {
  background: #ffffff !important; }

.path-accessible-building-signage #sidebar-top,
.page-node-type-facility-signage #sidebar-top {
  margin-bottom: 0;
  border-bottom: 0; }

.path-accessible-building-signage #sidebar-top:after,
.page-node-type-facility-signage #sidebar-top:after {
  display: none; }

.path-accessible-building-signage .pager,
.page-node-type-facility-signage .pager {
  border: none; }

.page-node-type-facility-signage #main .project-details {
  margin-top: 0; }

#block-facilitysignage-generalcompliance {
  background: #eff7fa;
  padding: 20px;
  border: 1px solid #dfeff5;
  margin-bottom: 32px; }

/* Autocomplete dropdown */
#ui-id-1 {
  padding: 0.4em 0.5em;
  font-size: 16px;
  margin: 0 0 0.25em;
  max-width: 600px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Avenir Next, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  border-top: 0; }

#ui-id-1 > li > a {
  position: relative;
  padding: 3px 1em 3px 0; }

/* shutdown requests */
.view-shutdown-requests #main:before,
.view-shutdown-requests #sidebar-top {
  display: none; }

.view-shutdown-requests #main-article {
  width: 100%; }

.view-shutdown-requests #main-content {
  background: #fff !important; }

body.view-shutdown-requests #print-button {
  float: right; }

body.view-shutdown-requests #print-button button {
  border: none;
  background: none;
  color: #0f6593;
  font-size: 17px;
  cursor: pointer; }

body.view-shutdown-requests #print-button button .fa {
  margin-right: 3px; }

@media (min-width: 321px) {
  .cu-seal .cu-logo a {
    width: 85px;
    height: 85px;
    min-width: 85px; }
  #cu-header .cu-brand h2 {
    font-size: 22px; }
  #site-banner .featured-project h2 {
    font-size: 17px; }
  #site-banner .featured-project p {
    font-size: 24px; }
  .band-tools .node .tool-link h2,
  .utility-column h2 {
    font-size: 18px; } }

@media (min-width: 768px) {
  .cu-seal #cu-header .cu-brand {
    padding-top: 20px;
    padding-bottom: 20px; }
  .cu-seal .cu-logo a {
    width: 85px;
    height: 85px;
    min-width: 85px;
    margin-right: 100px !important; }
  #cu-header .cu-brand h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2; }
  #cu-header .cu-brand h2 small {
    display: inline; }
  #site-banner {
    min-height: 360px;
    padding: 30px 0; }
  #site-banner .featured-project p {
    font-size: 25px; }
  .footer-accessibility:before {
    content: '\f29a'; }
  .band-spotlights .primary > *,
  .band-spotlights .secondary > * {
    max-width: none; }
  #block-facilitysignage-generalcompliance {
    margin-top: 51px; } }

@media (min-width: 992px) {
  .cu-seal #cu-header .cu-brand {
    padding-top: 22px;
    padding-bottom: 22px; }
  .cu-seal .cu-logo a {
    width: 95px;
    height: 95px;
    min-width: 95px;
    margin-right: 60px !important; }
  #cu-header .cu-brand h2 {
    font-size: 30px; }
  #main-navigation {
    position: relative; }
  .home #main-navigation {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
  #main-navigation li {
    font-size: 13px; }
  .dropdown-menu ul ul {
    background: -moz-linear-gradient(top, #444444 0%, #555555 100%);
    background: -webkit-linear-gradient(top, #444444 0%, #555555 100%);
    background: linear-gradient(to bottom, #444444 0%, #555555 100%); }
  .dropdown-menu ul ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  #site-banner .featured-project h2 {
    font-size: 18px; }
  #site-banner .featured-project p {
    font-size: 25px; }
  .band-spotlights .summary {
    font-size: 14px; }
  .band.band-tools {
    padding: 2.5em 0 0; }
  .band-tools .card .node {
    border-bottom: 0; }
  .band-tools .card:first-child {
    width: 35% !important; }
  .band-tools .card:nth-child(2) {
    width: 27% !important; }
  .band-tools .node .tool-link h2,
  .utility-column h2 {
    font-size: 17px; } }

@media (min-width: 1080px) {
  #main-navigation li {
    font-size: 14px; }
  .band-tools .node .tool-link h2,
  .utility-column h2 {
    font-size: 18px; } }

@media (min-width: 1200px) {
  .cu-seal #cu-header .cu-brand {
    padding-top: 30px;
    padding-bottom: 30px; }
  .cu-seal .cu-logo a {
    width: 110px;
    height: 110px;
    min-width: 110px;
    margin-right: 64px !important; }
  #cu-header .cu-brand h2 {
    font-size: 36px; }
  #main-navigation li {
    font-size: 15px; }
  #site-banner {
    min-height: 372px;
    padding: 36px 0; }
  #site-banner .featured-project {
    max-width: 520px; }
  #site-banner .featured-project h2 {
    font-size: 19px; }
  #site-banner .featured-project p {
    font-size: 29px; }
  .band.band-spotlights {
    padding: 3.5em 0; }
  .band-spotlights .row > .primary {
    width: 60%; }
  .band-spotlights .cwd-component-rows .group-fields {
    padding-left: 30px; }
  .tool-icon .fa,
  .tool-icon .zmdi {
    font-size: 48px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-right: 20px; }
  .tool-icon .zmdi-sun {
    line-height: 82px; }
  .utility-column .tool-icon .fa,
  .utility-column .tool-icon .zmdi {
    font-size: 38px;
    width: 62px;
    height: 62px;
    line-height: 62px; }
  .utility-column .tool-icon .zmdi {
    font-size: 40px; }
  .utility-column .tool-icon .zmdi-calendar-check {
    line-height: 64px; }
  .band-tools .node .tool-icon {
    width: 100px; }
  .band-tools .node .tool-link {
    width: calc(100% - 100px); }
  .band-tools .node .tool-link h2,
  .utility-column h2 {
    font-size: 19px; }
  .band-tools .extra-link a {
    font-size: 13px;
    left: 100px;
    bottom: 12px; }
  .utility-column .extra-link {
    padding-left: 82px; }
  .utility-column .tool-icon {
    min-width: 82px; } }

@media (min-width: 1400px) {
  .band-tools .node .tool-link h2,
  .utility-column h2 {
    font-size: 20px; } }

@media only print {
  @page {
    size: landscape; }
  .view-shutdown-requests .js-form-item,
  .view-shutdown-requests .link-button,
  .messages--status,
  .view-shutdown-requests input,
  .view-shutdown-requests select,
  .view-shutdown-requests button,
  .view-shutdown-requests .cu-logo img,
  .view-shutdown-requests .pager a[rel="next"],
  .view-shutdown-requests .pager a[rel="prev"],
  .view-shutdown-requests table td[headers="view-nothing-table-column"],
  .view-shutdown-requests table #view-nothing-table-column,
  footer {
    display: none !important; }
  .view-shutdown-requests #brand * {
    background: none !important; }
  .view-shutdown-requests table {
    max-width: 100% !important; }
  .view-shutdown-requests .pager {
    border-top: none !important; }
  .view-shutdown-requests table .main-row {
    /*display: block !important;*/ }
  .view-shutdown-requests #main-article h1 {
    margin-top: 0 !important;
    margin-bottom: -40px; }
  .view-shutdown-requests .cu-unit {
    margin-top: -50px !important;
    margin-bottom: -30px !important; }
  .cu-brand {
    margin: 0 !important;
    padding: 0 !important; }
  .requests-table tr th:nth-child(9),
  .requests-table tr th:nth-child(10),
  .requests-table tr td:nth-child(9),
  .requests-table tr td:nth-child(10) {
    display: none; } }

@media (max-width: 767px) {
  .path-accessible-building-signage #block-cwd-fcs-breadcrumbs,
  .page-node-type-facility-signage #block-cwd-fcs-breadcrumbs {
    display: none; }
  .path-accessible-building-signage #side-bar-top,
  .page-node-type-facility-signage #side-bar-top {
    border: none; } }

@media (max-width: 650px) {
  #views-exposed-form-shutdown-requests-allrequests #print-button-wrapper {
    position: absolute;
    right: unset;
    left: 0;
    top: -30px; }
  #views-exposed-form-shutdown-requests-allrequests label {
    clear: both; }
  #views-exposed-form-shutdown-requests-allrequests > .js-form-item,
  #views-exposed-form-shutdown-requests-allrequests > .js-form-item select {
    width: 100% !important;
    max-width: none !important; }
  #views-exposed-form-shutdown-requests-allrequests #all-buttons-wrapper ul li:nth-child(3) {
    margin-top: 0 !important;
    clear: left; }
  #views-exposed-form-shutdown-requests-allrequests #all-buttons-wrapper ul li:nth-child(4) {
    margin-top: 0 !important;
    clear: none; } }

@media (max-width: 991px) {
  #main form[class^="request-"] aside {
    margin: 34px auto 52px;
    width: 85%; } }

/* Five Column Grid*/
/* Structure */
.five-col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-left: 0px;
  margin-right: 0px; }

.col-one-row-two {
  grid-column: 1;
  grid-row: 2; }

.col-two-row-two {
  grid-column: 2;
  grid-row: 2; }

.col-three-row-two {
  grid-column: 3;
  grid-row: 2; }

.col-four-row-two {
  grid-column: 4;
  grid-row: 2; }

.col-five-row-two {
  grid-column: 5;
  grid-row: 2; }

@media only screen and (max-width: 850px) {
  .five-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .col-one {
    grid-column: 1;
    grid-row: 1; }
  .col-one-row-two {
    grid-column: 1;
    grid-row: 2; }
  .col-two {
    grid-column: 2;
    grid-row: 1; }
  .col-two-row-two {
    grid-column: 2;
    grid-row: 2; }
  .col-three {
    grid-column: 1;
    grid-row: 3; }
  .col-three-row-two {
    grid-column: 1;
    grid-row: 4; }
  .col-four {
    grid-column: 2;
    grid-row: 3; }
  .col-four-row-two {
    grid-column: 2;
    grid-row: 4; }
  .col-five {
    grid-column: 1;
    grid-row: 5; }
  .col-five-row-two {
    grid-column: 1;
    grid-row: 6; } }

@media only screen and (max-width: 375px) {
  .five-col {
    display: block; } }

/* Header Styles */
.col-one,
.col-two,
.col-three,
.col-four,
.col-five {
  padding: 10px;
  height: 100%; }

.header-padding {
  padding: 10px;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3; }

.col-one {
  background-color: #cc3333; }

.col-two {
  background-color: #c45510; }

.col-three {
  background-color: #0b7db0; }

.col-four {
  background-color: #1b8901; }

.col-five {
  background-color: #7a736c; }

.guidance-documents .col-one {
  background-color: #7031a0; }

.guidance-documents .col-two {
  background-color: #7031a0; }

.guidance-documents .col-three {
  background-color: #7031a0; }

.guidance-documents .col-four {
  background-color: #7031a0; }

.guidance-documents .col-five {
  background-color: #7031a0; }

.col-one h2,
.col-two h2,
.col-three h2,
.col-four h2,
.col-five h2 {
  font-family: Avenir Next, Roboto, Helvetica Neue, sans-serif;
  color: #fff !important;
  text-align: center;
  font-size: 60px;
  margin-bottom: 0px; }

@media only screen and (max-width: 350px) {
  .col-one h2,
  .col-two h2,
  .col-three h2,
  .col-four h2,
  .col-five h2 {
    font-size: 40px; } }

.phase-title {
  display: block;
  font-size: 20px; }

/* Resource Lists/Links */
.col-one-row-two,
.col-two-row-two,
.col-three-row-two,
.col-four-row-two,
.col-five-row-two {
  border: 1px solid #d3d3d3;
  padding: 10px;
  margin-bottom: 20px; }

.col-one-row-two a,
.col-two-row-two a,
.col-three-row-two a,
.col-four-row-two a,
.col-five-row-two a {
  display: block;
  color: #000000;
  text-decoration: none; }

.col-one-row-two span.underline,
.col-two-row-two span.underline,
.col-three-row-two span.underline,
.col-four-row-two span.underline,
.col-five-row-two span.underline {
  display: inline-block;
  color: #0f6593;
  text-decoration: underline !important; }

.col-one-row-two ul,
.col-two-row-two ul,
.col-three-row-two ul,
.col-four-row-two ul,
.col-five-row-two ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px; }

.col-one-row-two li,
.col-two-row-two li,
.col-three-row-two li,
.col-four-row-two li,
.col-five-row-two li {
  margin-bottom: 1em !important; }

/* Border Fixes */
.border-right {
  border-right: none; }

@media only screen and (max-width: 850px) {
  .med-border-right {
    border-right: 1px solid #d3d3d3; } }

@media only screen and (max-width: 375px) {
  .border-right {
    border-right: 1px solid #d3d3d3; } }

/* Sidebar Removal - Irina & Me */
.no-sidebar .row > .primary {
  width: 100%; }

@media (min-width: 768px) {
  .path-frontpage.no-sidebar .row > .primary {
    width: 64%;
    float: right; } }

.no-sidebar .sidebar-tint .row {
  display: none; }

.no-sidebar.sidebar.sidebar-tint-edge main:before {
  display: none; }

.no-sidebar.sidebar.sidebar-tint-edge #main-content {
  background: #fff !important; }

/* Sidebar placeholder block */
.sidebar-tint.sidebar-right main .row > .secondary #block-placeholder {
  display: none; }

/* Table th widths */
table tbody th {
  text-align: left; }

table th.colwidth-10 {
  width: 10%; }

table th.colwidth-25 {
  width: 25%; }

table th.colwidth-33 {
  width: 33%; }

table th.colwidth-50 {
  width: 50%; }

/* adding padding for ul to match ol */
ul.disc > li {
  margin-left: 38px; }

ul.square > li {
  margin-left: 38px; }

ul.circle > li {
  margin-left: 38px; }

/* 2022 Homepage Slider */
.home.home-slider #main-content {
  position: relative;
  z-index: 10; }

.home.home-slider #cu-header {
  position: relative;
  z-index: 5; }

@media (min-width: 992px) {
  .home.home-slider #main-navigation {
    z-index: 11;
    background: linear-gradient(to bottom right, rgba(58, 58, 58, 0.88), rgba(42, 42, 42, 0.88));
    box-shadow: none; }
    .home.home-slider #main-navigation.dropdown-menu ul ul {
      background: linear-gradient(to bottom, #333333 0%, #444444 100%); } }

.home.home-slider #site-banner.slider-active {
  background: #222;
  padding: 0;
  height: 33vw;
  max-height: 50vh;
  display: flex; }
  .home.home-slider #site-banner.slider-active:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 3; }
    @media (min-width: 768px) {
      .home.home-slider #site-banner.slider-active:after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%); } }
  .home.home-slider #site-banner.slider-active .container-fluid {
    width: 100%;
    position: relative;
    z-index: 4; }
  @media (min-width: 992px) {
    .home.home-slider #site-banner.slider-active {
      margin-top: -47px; } }

.home.home-slider .slider-caption {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.6) 100%); }
  .home.home-slider .slider-caption h2 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif; }
    @media (min-width: 768px) {
      .home.home-slider .slider-caption h2 {
        font-size: 20px;
        font-weight: 400; } }
    @media (min-width: 1200px) {
      .home.home-slider .slider-caption h2 {
        font-size: 27px; } }
  .home.home-slider .slider-caption p {
    color: #ededed;
    font-weight: 500;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 3px; }
    @media (min-width: 768px) {
      .home.home-slider .slider-caption p {
        line-height: 1.7; } }
  .home.home-slider .slider-caption a h2 span {
    text-decoration: underline;
    -moz-text-decoration-color: rgba(255, 255, 255, 0.15);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.15);
    text-decoration-color: rgba(255, 255, 255, 0.15); }
    @media (min-width: 768px) {
      .home.home-slider .slider-caption a h2 span {
        text-decoration: none; } }
  .home.home-slider .slider-caption a:hover h2 span {
    text-decoration: underline;
    -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-color: rgba(255, 255, 255, 0.5); }
  .home.home-slider .slider-caption .caption-inner {
    top: 18px !important;
    bottom: auto !important;
    left: 18px !important;
    right: 18px !important;
    max-width: 360px; }
    @media (min-width: 768px) {
      .home.home-slider .slider-caption .caption-inner {
        left: 30px !important;
        right: auto !important;
        top: auto !important;
        bottom: 26px !important;
        max-width: 450px;
        background: rgba(25, 25, 25, 0.8); } }
    @media (min-width: 992px) {
      .home.home-slider .slider-caption .caption-inner {
        left: 60px !important;
        bottom: 32px !important;
        max-width: 500px; } }
    @media (min-width: 1200px) {
      .home.home-slider .slider-caption .caption-inner {
        bottom: 50px !important; } }
  .home.home-slider .slider-caption .campaign-nav {
    width: auto;
    top: auto !important;
    bottom: 18px !important;
    left: auto !important;
    right: 18px !important; }
    @media (min-width: 768px) {
      .home.home-slider .slider-caption .campaign-nav {
        left: auto !important;
        right: 30px !important;
        bottom: 24px !important; } }
    @media (min-width: 992px) {
      .home.home-slider .slider-caption .campaign-nav {
        right: 60px !important;
        bottom: 32px !important; } }
    @media (min-width: 1200px) {
      .home.home-slider .slider-caption .campaign-nav {
        bottom: 50px !important; } }
    .home.home-slider .slider-caption .campaign-nav .next-prev {
      float: right;
      margin: 0 0 0 15px; }
      .home.home-slider .slider-caption .campaign-nav .next-prev .next {
        margin-right: 0; }
    .home.home-slider .slider-caption .campaign-nav.no-numbers .dot {
      background: rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
    .home.home-slider .slider-caption .campaign-nav.no-numbers a:hover .dot {
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

#main article .slider-container {
  clear: both; }

main .slider-top {
  margin-bottom: 2.5rem; }
  main .slider-top .slider-container {
    padding: 0 0 45%; }

.path-maximo .view-maximo-howtos .card a {
  font-size: 18px;
  margin-bottom: 0.7em;
  line-height: 1.2; }

@media (min-width: 768px) {
  .path-maximo .secondary-navigation {
    margin: 0; } }

.path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page h2 {
  color: #767676;
  font-family: Georgia, serif;
  font-size: 24px; }

.path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page form .form-item-audience-tid label,
.path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page form .js-form-item-text-search label {
  margin: 0 0 0.4em;
  font-family: Avenir Next, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI Semibold", "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: 600; }

.path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page form .form-actions {
  margin-bottom: 0; }

.path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page.block {
  margin-bottom: 0; }

.path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page fieldset {
  border: 0; }
  .path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page fieldset legend {
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 0.4em;
    font-family: Avenir Next, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI Semibold", "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 600; }
  .path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page fieldset .form-item {
    display: flex;
    margin-bottom: 0.5em; }
    .path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page fieldset .form-item input {
      flex-shrink: 0;
      margin-right: 5px; }
    .path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page fieldset .form-item:last-of-type {
      margin-bottom: 0; }

.path-maximo #main #views-exposed-form-maximo-howtos-maximo-howto-page form input + input[type='submit'] {
  margin-top: 0; }

.path-maximo #main .cwd-component .maximo-sop-tags h4 {
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
  font-size: 16px;
  display: inline-block; }

.path-maximo #main .cwd-component .maximo-sop-tags .metadata-set {
  font-size: 13px;
  display: inline-block; }

.page-node-type-maximo-sop #main .cwd-component .maximo-sop-tags h3 {
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 0.7em; }

.page-node-type-maximo-sop #main .cwd-component .maximo-sop-tags .metadata-set {
  font-size: 13px; }

@media only print {
  .path-maximo .messages,
  .page-node-type-maximo-sop .messages {
    display: none; }
  .path-maximo #cu-header,
  .page-node-type-maximo-sop #cu-header {
    background: #fff !important; }
  .path-maximo .cu-seal.cu-red .cu-logo a,
  .page-node-type-maximo-sop .cu-seal.cu-red .cu-logo a {
    background-image: none; }
  .path-maximo .cu-logo .sr-only,
  .page-node-type-maximo-sop .cu-logo .sr-only {
    display: none; }
  .path-maximo nav,
  .path-maximo #block-cwd-hr-breadcrumbs,
  .page-node-type-maximo-sop nav,
  .page-node-type-maximo-sop #block-cwd-hr-breadcrumbs {
    display: none; }
  .path-maximo .buttons,
  .page-node-type-maximo-sop .buttons {
    display: none; }
  .path-maximo #super-header #cu-header h2,
  .page-node-type-maximo-sop #super-header #cu-header h2 {
    font-size: 40px; }
  .path-maximo .sidebar.sidebar-tint-edge main:before,
  .path-maximo #sidebar-top,
  .path-maximo #sidebar-bottom,
  .page-node-type-maximo-sop .sidebar.sidebar-tint-edge main:before,
  .page-node-type-maximo-sop #sidebar-top,
  .page-node-type-maximo-sop #sidebar-bottom {
    display: none !important; }
  .path-maximo main,
  .path-maximo #main,
  .page-node-type-maximo-sop main,
  .page-node-type-maximo-sop #main {
    padding-top: 1.5em;
    padding-bottom: 0; }
  .path-maximo main .row,
  .page-node-type-maximo-sop main .row {
    border-top: 1px solid #ddd; }
  .path-maximo main .row > .primary:after,
  .path-maximo main .row > .secondary:after,
  .page-node-type-maximo-sop main .row > .primary:after,
  .page-node-type-maximo-sop main .row > .secondary:after {
    display: none; }
  .path-maximo body > footer,
  .path-maximo #body-footer,
  .page-node-type-maximo-sop body > footer,
  .page-node-type-maximo-sop #body-footer {
    display: none; } }

#block-epm-nav::before {
  content: url("../images/fcs/docs-blue.svg") url("../images/fcs/docs-white.svg") url("../images/fcs/folders-blue.svg") url("../images/fcs/folders-white.svg") url("../images/fcs/glossary-blue.svg") url("../images/fcs/glossary-white.svg") url("../images/fcs/checklists-blue.svg") url("../images/fcs/checklists-white.svg");
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
  z-index: -1; }

#block-epm-nav > h2 {
  color: #333333;
  margin-top: 38px;
  font-size: 21px;
  font-family: Avenir Next, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif; }

#block-epm-nav .list-menu .menu-item {
  border: 1px solid rgba(118, 118, 118, 0.52);
  margin: 0 2.032% 50px 0;
  padding: 0;
  text-align: center;
  width: 23.438%;
  height: 74px;
  position: relative;
  display: table;
  max-height: 74px;
  min-width: 189px; }
  @media (max-width: 867px) {
    #block-epm-nav .list-menu .menu-item {
      width: 47.438%;
      margin-bottom: 21px; } }
  #block-epm-nav .list-menu .menu-item:last-child {
    margin: 0 0 50px 0; }
  #block-epm-nav .list-menu .menu-item.menu-item--active-trail {
    border: none;
    background: #387BAC !important; }
    #block-epm-nav .list-menu .menu-item.menu-item--active-trail a {
      color: #ffffff; }
  #block-epm-nav .list-menu .menu-item a {
    background: transparent;
    padding: 0 12px 0 18px;
    text-align: left;
    text-decoration: none;
    line-height: 3em;
    display: table-cell;
    vertical-align: middle; }
    @media (min-width: 1370px) {
      #block-epm-nav .list-menu .menu-item a.guidance-documents {
        padding: 0 65px 0 18px; } }
    @media (min-width: 1375px) {
      #block-epm-nav .list-menu .menu-item a.glossary-terms {
        padding: 0 95px 0 18px; } }
    #block-epm-nav .list-menu .menu-item a.is-active, #block-epm-nav .list-menu .menu-item a:hover, #block-epm-nav .list-menu .menu-item a:focus {
      background: #387BAC;
      color: #fff; }
    #block-epm-nav .list-menu .menu-item a.guidance-documents::before {
      content: "";
      width: 37px;
      height: 37px;
      background-image: url("../images/fcs/docs-blue.svg");
      background-repeat: no-repeat;
      position: relative;
      left: 4px;
      top: 4px;
      float: left;
      margin-right: 16px; }
    #block-epm-nav .list-menu .menu-item a.guidance-documents.is-active::before, #block-epm-nav .list-menu .menu-item a.guidance-documents:hover::before, #block-epm-nav .list-menu .menu-item a.guidance-documents:focus::before {
      content: "";
      width: 37px;
      height: 37px;
      background-image: url("../images/fcs/docs-white.svg");
      background-repeat: no-repeat;
      position: relative;
      left: 4px;
      top: 4px;
      float: left;
      margin-right: 16px; }
    #block-epm-nav .list-menu .menu-item a.checklists::before {
      content: "";
      width: 37px;
      height: 37px;
      background-image: url("../images/fcs/checklists-blue.svg");
      background-repeat: no-repeat;
      position: relative;
      left: 4px;
      top: 4px;
      float: left;
      margin-right: 16px; }
    #block-epm-nav .list-menu .menu-item a.checklists.is-active::before, #block-epm-nav .list-menu .menu-item a.checklists:hover::before, #block-epm-nav .list-menu .menu-item a.checklists:focus::before {
      content: "";
      width: 37px;
      height: 37px;
      background-image: url("../images/fcs/checklists-white.svg");
      background-repeat: no-repeat;
      position: relative;
      left: 4px;
      top: 4px;
      float: left;
      margin-right: 16px; }
    #block-epm-nav .list-menu .menu-item a.resources::before {
      content: "";
      width: 37px;
      height: 37px;
      background-image: url("../images/fcs/folders-blue.svg");
      background-repeat: no-repeat;
      position: relative;
      left: 4px;
      top: 4px;
      float: left;
      margin-right: 16px; }
    #block-epm-nav .list-menu .menu-item a.resources.is-active::before, #block-epm-nav .list-menu .menu-item a.resources:hover::before, #block-epm-nav .list-menu .menu-item a.resources:focus::before {
      content: "";
      width: 37px;
      height: 37px;
      background-image: url("../images/fcs/folders-white.svg");
      background-repeat: no-repeat;
      position: relative;
      left: 4px;
      top: 4px;
      float: left;
      margin-right: 16px; }
    #block-epm-nav .list-menu .menu-item a.glossary-terms::before {
      content: "";
      width: 37px;
      height: 37px;
      background-image: url("../images/fcs/glossary-blue.svg");
      background-repeat: no-repeat;
      position: relative;
      left: 4px;
      top: 4px;
      float: left;
      margin-right: 16px; }
    #block-epm-nav .list-menu .menu-item a.glossary-terms.is-active::before, #block-epm-nav .list-menu .menu-item a.glossary-terms:hover::before, #block-epm-nav .list-menu .menu-item a.glossary-terms:focus::before {
      content: "";
      width: 37px;
      height: 37px;
      background-image: url("../images/fcs/glossary-white.svg");
      background-repeat: no-repeat;
      position: relative;
      left: 4px;
      top: 4px;
      float: left;
      margin-right: 16px; }
  @media (max-width: 1175px) {
    #block-epm-nav .list-menu .menu-item a.guidance-documents {
      line-height: 1.6em;
      padding-right: 38px; } }
  @media (max-width: 1120px) {
    #block-epm-nav .list-menu .menu-item a.glossary-terms {
      line-height: 1.6em;
      padding-right: 50px; } }
  @media (max-width: 867px) {
    #block-epm-nav .list-menu .menu-item a.guidance-documents {
      line-height: 3em;
      padding-right: 38px; } }
  @media (max-width: 867px) {
    #block-epm-nav .list-menu .menu-item a.glossary-terms {
      line-height: 3em;
      padding-right: 50px; } }

#block-epmdocumentsintrotext {
  margin-bottom: 3.25em;
  clear: both; }
  #block-epmdocumentsintrotext + .views-element-container > div > form {
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
    margin-bottom: 3em; }
    #block-epmdocumentsintrotext + .views-element-container > div > form > .js-form-type-select {
      float: left;
      width: 242px;
      max-width: 100%;
      margin-right: 1.25em; }
    #block-epmdocumentsintrotext + .views-element-container > div > form > .form-item-text {
      width: 380px;
      max-width: 100%;
      float: left;
      margin-right: 1.25em; }
      #block-epmdocumentsintrotext + .views-element-container > div > form > .form-item-text input {
        border-radius: 0 !important;
        padding: 0.75em calc(0.7em + 27px) 0.75em 0.7em !important;
        border: 1px solid #767676; }
    #block-epmdocumentsintrotext + .views-element-container > div > form #edit-actions input {
      padding: 13px 18px 13px 18px !important;
      margin-top: 1.5em; }
    #block-epmdocumentsintrotext + .views-element-container > div > form select {
      border-radius: 0 !important;
      padding: 0.75em calc(0.7em + 27px) 0.75em 0.7em !important;
      margin-top: 0;
      background-color: #fff !important;
      background-image: url(../../cwd_base/images/layout/unfold-band-defaultblue.svg) !important;
      background-repeat: no-repeat;
      background-position: 100%; }
    #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all {
      font-size: 15px;
      color: #000;
      margin: 0.5em 0 0 0; }
      #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all::before {
        font-size: 15px;
        color: #000; }
      #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2 {
        background: #f3f3f3;
        padding: 0;
        position: relative;
        font-size: 23px;
        margin-bottom: 0;
        margin-top: 20px;
        width: 100%;
        height: 73px;
        margin-left: 0; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2 .fa::before {
          background: #BC403A; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.epm-phase-1772 .fa::before {
          background: #ffd73a; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.epm-phase-1587 .fa::before {
          background: #bc403a; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.epm-phase-1588 .fa::before {
          background: #b65b26; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.epm-phase-1589 .fa::before {
          background: #387bac; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.epm-phase-1590 .fa::before {
          background: #418725; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.epm-phase-1591 .fa::before {
          background: #79736d; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2 .expander-button {
          border: none;
          width: 100%;
          height: 100%;
          text-align: left;
          cursor: pointer;
          background: #f3f3f3;
          padding: 22px 1em 1em 3.65em; }
          #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2 .expander-button::after {
            content: "\f078";
            font-family: 'FontAwesome';
            float: right;
            color: rgba(113, 113, 113, 0.75);
            font-size: 15px;
            margin-right: 5px;
            margin-top: 5px; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2 .fa {
          opacity: 1;
          position: absolute;
          top: 1em;
          left: 1.5em; }
          #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2 .fa::before {
            content: " ";
            width: 32px;
            height: 32px;
            display: block; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.open {
          background: #f3f3f3 !important;
          color: #333 !important; }
          #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.open .expander-button::after {
            content: "\f077"; }
          #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.open + div {
            border: none;
            background: #f3f3f3;
            padding: 20px 20px 40px 2.5em; }
            #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.open + div h3 {
              font-weight: normal; }
            #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ h2.open + div::before {
              content: '';
              display: block;
              border-bottom: 1px solid #D2D2D2;
              width: calc(100% - 2px);
              margin-top: -34px;
              margin-bottom: 38px;
              padding-top: 14px;
              margin-left: -4px; }
      #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ div ul {
        list-style: none; }
        #block-epmdocumentsintrotext + .views-element-container > div > form + .expander .expand-all ~ div ul li::before {
          content: '\2022';
          color: #0f6593;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }

#block-epmdocumentsintrotext + .views-element-container > div.view-display-id-gdocs_page > form + .expander .expand-all ~ h2 .expander-button,
#block-epmdocumentsintrotext + .views-element-container > div.view-display-id-resources_page > form + .expander .expand-all ~ h2 .expander-button {
  padding-left: 1.5em; }
  #block-epmdocumentsintrotext + .views-element-container > div.view-display-id-gdocs_page > form + .expander .expand-all ~ h2 .expander-button .fa::before,
  #block-epmdocumentsintrotext + .views-element-container > div.view-display-id-resources_page > form + .expander .expand-all ~ h2 .expander-button .fa::before {
    width: 0;
    height: 0; }

#block-epm-nav.epm-buttons .list-menu .menu-item {
  margin-bottom: 21px; }
  @media (max-width: 1400px) {
    #block-epm-nav.epm-buttons .list-menu .menu-item {
      width: 48% !important; }
      #block-epm-nav.epm-buttons .list-menu .menu-item:nth-child(2), #block-epm-nav.epm-buttons .list-menu .menu-item:nth-child(4) {
        margin-right: 0; } }
  @media (max-width: 600px) {
    #block-epm-nav.epm-buttons .list-menu .menu-item {
      margin-right: 0; } }

#block-epm-nav.epm-buttons .list-menu .menu-item a.guidance-documents,
#block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
  padding: 0 18px 0 18px;
  line-height: 1.6em; }

@media (max-width: 1400px) {
  #block-epm-nav.epm-buttons .list-menu .menu-item {
    width: 47.438%;
    margin-bottom: 15px; }
    #block-epm-nav.epm-buttons .list-menu .menu-item:nth-child(3), #block-epm-nav.epm-buttons .list-menu .menu-item:nth-child(4) {
      margin-bottom: 20px; }
    #block-epm-nav.epm-buttons .list-menu .menu-item a.guidance-documents,
    #block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
      line-height: 3em; } }

@media (max-width: 915px) {
  #block-epm-nav.epm-buttons .list-menu .menu-item a.guidance-documents,
  #block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
    line-height: 1.6em !important;
    padding-right: 55px !important; }
  #block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
    padding-right: 58px !important; } }

@media (max-width: 768px) {
  #block-epm-nav.epm-buttons .list-menu .menu-item {
    width: 100% !important; }
  #block-epm-nav.epm-buttons .list-menu .menu-item a.guidance-documents,
  #block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
    line-height: 3em !important;
    padding-right: 20px !important; } }

@media (max-width: 600px) {
  #block-epm-nav.epm-buttons .list-menu .menu-item {
    margin: 12px auto;
    width: 100%;
    padding: 0; }
    #block-epm-nav.epm-buttons .list-menu .menu-item a {
      padding-left: 48px !important; } }

#main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item {
  width: 90% !important;
  margin-bottom: 15px !important; }
  @media (max-width: 768px) {
    #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item {
      width: 100% !important; } }
  #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item a.guidance-documents,
  #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
    line-height: 3em !important; }
    @media (max-width: 1075px) {
      #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item a.guidance-documents,
      #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
        line-height: 1.6em !important;
        padding-right: 55px !important; } }
    @media (max-width: 800px) {
      #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item a.guidance-documents,
      #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
        padding-right: 45px !important;
        line-height: 1.6em !important; } }
    @media (max-width: 768px) {
      #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item a.guidance-documents,
      #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
        line-height: 3em !important; } }
  @media (max-width: 1075px) {
    #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
      padding-right: 72px !important; } }
  @media (max-width: 800px) {
    #main-article + div[id^="sidebar-"] #block-epm-nav.epm-buttons .list-menu .menu-item a.glossary-terms {
      padding-right: 60px !important; } }

@media (max-width: 900px) {
  #block-epmdocumentsintrotext + .views-element-container > div > form > .form-item-text,
  #block-epmdocumentsintrotext + .views-element-container > div > form > .js-form-type-select {
    margin-bottom: 0; }
  #block-epmdocumentsintrotext + .views-element-container > div > form > .form-actions {
    clear: both; } }

@media (max-width: 768px) {
  #block-epmdocumentsintrotext + .views-element-container > div > form > .form-item-text,
  #block-epmdocumentsintrotext + .views-element-container > div > form > .js-form-type-select {
    width: 100%;
    margin-bottom: 15px; }
    #block-epmdocumentsintrotext + .views-element-container > div > form > .form-item-text input,
    #block-epmdocumentsintrotext + .views-element-container > div > form > .form-item-text select,
    #block-epmdocumentsintrotext + .views-element-container > div > form > .js-form-type-select input,
    #block-epmdocumentsintrotext + .views-element-container > div > form > .js-form-type-select select {
      max-width: none; }
  #block-epmdocumentsintrotext + .views-element-container > div > form > .form-actions input {
    margin-top: 5px !important; } }

@media (max-width: 600px) {
  #block-epm-nav .list-menu .menu-item {
    margin: 12px auto;
    width: 100%;
    padding: 0; }
    #block-epm-nav .list-menu .menu-item a {
      text-align: left;
      padding-left: 68px; } }

/* FCS Bid Styles */
.biddable-project h2 {
  margin-top: 1em;
  display: block;
  position: relative;
  margin-bottom: 0.5em; }
  .biddable-project h2::before {
    content: "";
    position: absolute;
    top: 105%;
    width: 100%;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(130deg, #66666666 41.07%, #66666600 85%); }

.field-name-meeting-mandatory {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.3em 0.7em;
  background: #FFD700;
  border-radius: 4px; }
  .field-name-meeting-mandatory:before {
    content: '\f06a';
    font-family: 'FontAwesome';
    margin-right: 0.5em; }

.field-name-opening-private {
  padding: 0.3em 0.7em;
  display: inline-block;
  margin-bottom: 0.5em;
  background: #eeeeee;
  font-weight: 500;
  border-radius: 4px; }
  .field-name-opening-private::before {
    content: '\f023';
    font-family: 'FontAwesome';
    margin-right: 0.5em; }

.bidding-private:before {
  content: '\f023';
  font-family: 'FontAwesome';
  margin-right: 0.5em; }

.awarded-status {
  font-style: italic; }

.awarded-to-name {
  font-weight: 600; }

/* HR */
.hr-doc-name {
  font-size: 24px; }

.views-field-field-media-file .file--text a {
  font-weight: 600; }

.hr-doc-descr {
  margin-top: 1em;
  margin-bottom: 1em; }

.hr-doc-type span {
  font-weight: 600; }

.hr-doc-role span {
  font-weight: 600; }

.fcs-card-image img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover; }

h3.fcs-card-label, .fcs-card-label {
  margin-top: 1em;
  font-weight: 600;
  color: #333 !important;
  font-size: 21px; }

.person.person-teaser .person-teaser-link {
  padding: 1em;
  margin: -1em -1em 1em -1em;
  display: block; }
  .person.person-teaser .person-teaser-link:hover, .person.person-teaser .person-teaser-link:focus {
    background: #f0f0f0; }

.person.person-teaser .group-image img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover; }

.person.person-full .group-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  max-width: 300px;
  display: block;
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .person.person-full .group-image img {
      margin-left: 1.5em;
      margin-bottom: 1.5em;
      width: 400px;
      max-width: 40%;
      float: right; } }

.person h2 {
  margin-bottom: 0.5em;
  font-weight: 600; }

.person h3 {
  color: #333 !important;
  font-size: 21px; }

.person .field {
  margin-bottom: 1.5em; }

.person .field-name-location .fa-solid {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.375em;
  min-width: 1em; }

.cta-card {
  padding: 1em;
  margin: -1em -1em 1em -1em;
  display: block; }
  .cta-card:hover, .cta-card:focus {
    background: #f0f0f0; }

.banner-heading {
  margin-bottom: 2rem; }

.banner-no-img,
.banner-img .banner-field_text {
  padding: 2rem; }

@media (min-width: 1200px) {
  .banner-img {
    display: flex;
    min-height: 275px; }
  .banner-img.banner-img-right {
    flex-direction: row-reverse; }
  .banner-img .banner-field_text,
  .banner-img .banner-img-box {
    flex-basis: 50%; }
  .banner-img .banner-field_text {
    align-self: center; }
  .banner-field_image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
  .banner-field_image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    position: absolute; } }

.banner-bg-white {
  border: 3px solid #b31b1b; }

.banner-bg-carnelian,
.accent-carnelian.fill {
  background-color: #b31b1b !important; }

.banner-bg-carnelian > div :not(aside, aside *, table, table *, blockquote, blockquote *),
.accent-carnelian.fill :not(aside, aside *, table, table *, blockquote, blockquote *) {
  color: #fff; }

.banner-bg-dark_gray,
.accent-dark-gray.fill {
  background-color: #222 !important; }
  .banner-bg-dark_gray h2, .banner-bg-dark_gray h3, .banner-bg-dark_gray h4, .banner-bg-dark_gray h5, .banner-bg-dark_gray h6, .banner-bg-dark_gray p.intro,
  .accent-dark-gray.fill h2,
  .accent-dark-gray.fill h3,
  .accent-dark-gray.fill h4,
  .accent-dark-gray.fill h5,
  .accent-dark-gray.fill h6,
  .accent-dark-gray.fill p.intro {
    color: #f7f7f7 !important; }
  .banner-bg-dark_gray a,
  .accent-dark-gray.fill a {
    font-weight: 700; }

.banner-bg-dark_gray > div :not(aside, aside *, table, table *, blockquote, blockquote *),
.accent-dark-gray.fill :not(aside, aside *, table, table *, blockquote, blockquote *) {
  color: #f7f7f7; }

.banner-bg-light_gray,
.accent-light-gray.fill {
  background-color: #f7f7f7 !important;
  color: #222; }
  .banner-bg-light_gray h6, .banner-bg-light_gray p.intro,
  .accent-light-gray.fill h6,
  .accent-light-gray.fill p.intro {
    color: #444 !important; }

.banner-bg-navy,
.accent-navy.fill {
  background-color: #073949 !important; }

.banner-bg-navy > div :not(aside, aside *, table, table *, blockquote, blockquote *),
.accent-navy.fill :not(aside, aside *, table, table *, blockquote, blockquote *) {
  color: #fff; }

.banner-bg-carnelian h2, .banner-bg-carnelian h3, .banner-bg-carnelian h5, .banner-bg-carnelian h6, .banner-bg-carnelian p.intro,
.banner-bg-navy h2,
.banner-bg-navy h3,
.banner-bg-navy h5,
.banner-bg-navy h6,
.banner-bg-navy p.intro,
.accent-carnelian.fill h2,
.accent-carnelian.fill h3,
.accent-carnelian.fill h5,
.accent-carnelian.fill h6,
.accent-carnelian.fill p.intro,
.accent-navy.fill h2,
.accent-navy.fill h3,
.accent-navy.fill h5,
.accent-navy.fill h6,
.accent-navy.fill p.intro {
  color: #fff !important; }

.banner-bg-carnelian a,
.banner-bg-navy a,
.accent-carnelian.fill a,
.accent-navy.fill a {
  font-weight: 700; }

.accent-carnelian.fill {
  border-color: #801616 !important; }

.accent-light-gray.fill {
  border-color: #ecf2fb !important; }

.accent-dark-gray.fill {
  border-color: #000 !important; }

.accent-navy.fill {
  border-color: #02171d !important; }

.block-cta-center,
.block-people-center {
  text-align: center; }

.block-people-center .field-name-location .fa-solid {
  min-width: unset; }

#cu-header .cu-brand .cu-logo {
  width: 100%;
  margin: 0; }
  .cu-seal #cu-header .cu-brand .cu-logo {
    margin: 2px 0 8px; }
    .cu-seal #cu-header .cu-brand .cu-logo a {
      margin: 0 auto; }
  @media (max-width: 767px) {
    .cu-45-mobile #cu-header .cu-brand .cu-logo {
      width: 100% !important;
      margin: 0 !important; } }
  @media (min-width: 768px) {
    .cu-seal #cu-header .cu-brand .cu-logo {
      width: auto;
      margin: 0; }
    .cu-red.cu-seal #cu-header .cu-brand .cu-logo {
      margin-top: -2px;
      margin-bottom: 2px; }
    .cu-seal-right #cu-header .cu-brand .cu-logo {
      margin: 0 0 0 auto; } }

.cu-seal .cu-logo a {
  background-image: url("../images/cornell/bold_cornell_seal_simple_b31b1b.svg"); }

#main-article .three-col .dialog {
  overflow: auto; }

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