@charset "UTF-8";
/* CSS Document */

/*####################################
## Custom CSS for specific entities ##
## on Faculty/Staff Tech Page       ##
####################################*/

/*###############################
 -- TABLE OF CONTENTS --
    01. PAGE HEADER
    02. NEW / RETURNING FACULTY & STAFF
    03. GET CONNECTED
    04. GET IT SUPPORT
    05. NEW WAYS TO TEACH, WORK, & RESEARCH
    06. PROTECT YOUR INFORMATION
    07. EVERYDAY TECHNOLOGY
    08. ADDITIONAL RESOURCES
###############################*/

/* ==========================================================================
   PAGE HEADER
   ========================================================================== */

@media (min-width: 768px) {
  #entity_6132 {
    display: flex;
    align-items: center;
  }

  #entity_6128 h2 {
    margin-bottom: 20px;
  }

  #entity_6128 > p {
    margin-bottom: 32px;
  }

  #entity_6128 .search-container {
    max-width: 82%;
  }
}

/* ==========================================================================
   NEW / RETURNING FACULTY & STAFF
   ========================================================================== */

#entity_6134 .card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  border-top: 4px solid #c00;
}

/* Returning card */
#entity_6134 > [class*="col-"]:nth-of-type(2) .card {
  border-top-color: #666666;
}

#entity_6134 .card h4 {
  margin-top: 0;
}

#entity_6134 .card > p {
  margin-bottom: 0;
}

#entity_6134 .card-footer {
  margin-top: auto;
  padding-bottom: 12px;
}

#entity_6134 .card-footer ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 20px 0 10px;
  padding: 0;
}

#entity_6134 .card-footer li {
  flex: 0 0 auto;
  margin: 0;
}

#entity_6134 .card-footer .btn {
  width: auto;
  max-width: 100%;
}

/* Keep cards equal height while side-by-side */
@media (min-width: 1200px) {
  #entity_6134 {
    display: flex;
    flex-wrap: wrap;
  }

  #entity_6134 > [class*="col-"] {
    display: flex;
  }

  #entity_6134 .card {
    width: 100%;
    margin-bottom: 0;
  }
}

/* 992–1199:
   cards remain side-by-side, but buttons stack */
@media (min-width: 992px) and (max-width: 1199px) {
  #entity_6134 .card-footer ul {
    flex-direction: column;
    align-items: center;
  }

  #entity_6134 .card-footer .btn {
    min-width: 300px;
  }

  #entity_6134 .card-footer li:first-child .btn {
    margin-right: 0;
  }
}

/* Stack action buttons on xs */
@media (max-width: 767px) {
  #entity_6134 .card-footer ul {
    flex-direction: column;
    align-items: center;
  }

  #entity_6134 .card-footer .btn {
    min-width: 300px;
  }

  #entity_6134 .card-footer li:first-child .btn {
    margin-right: 0;
  }
}

/* Full width only on very small screens */
@media (max-width: 479px) {
  #entity_6134 .card-footer li {
    width: 100%;
  }

  #entity_6134 .card-footer .btn {
    width: 100%;
    min-width: 0;
  }
}

/* ==========================================================================
   GET CONNECTED
   ========================================================================== */

#entity_6139 div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: min-content min-content;
  column-gap: 2rem;
  align-content: center;
  align-items: start;
}

#entity_6139 h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 .15em;
  line-height: 1.15;
}

#entity_6139 p:first-of-type {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}

#entity_6139 p:last-child {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  margin: 0;
}

@media (min-width: 992px) {
  #entity_6139 div:before {
    content: "\f1eb";
    font-family: 'Font Awesome 6 Pro';
    font-size: 4em;
    font-weight: 900;
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    line-height: 1;
  }
}

/* ==========================================================================
   GET IT SUPPORT
   ========================================================================== */

#entity_6144 .container {
  padding: 0;
}

#entity_6142 {
  padding: 0;
}

#entity_6142 > .col-xs-12:last-child > .card > .row {
  display: flex;
  flex-wrap: wrap;
}

#entity_6142 > .col-xs-12:last-child > .card > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 25px 20px;
}

#entity_6142 .icon-circle {
  align-self: center;
  margin-bottom: 15px;
}

#entity_6142 h4 {
  margin-top: 0;
  margin-bottom: 15px;
}

#entity_6142 h4 + p {
  margin-bottom: 20px;
}

/* Keep the main action aligned at the bottom of every column */
#entity_6142 .card .btn {
  align-self: center;
  margin-top: auto;
  min-width: 220px;
  max-width: 100%;
}

/* Secondary text actions */
#entity_6142 .card .btn + p {
  margin: 12px 0 0;
}

/* Four-column desktop dividers */
@media (min-width: 1200px) {
  #entity_6142 > .col-xs-12:last-child > .card > .row > [class*="col-"] + [class*="col-"] {
    border-left: 1px solid #ddd;
  }
}

/* Two-by-two tablet layout */
@media (min-width: 768px) and (max-width: 1199px) {
  #entity_6142 > .col-xs-12:last-child > .card > .row > [class*="col-"]:nth-child(even) {
    border-left: 1px solid #ddd;
  }

  #entity_6142 > .col-xs-12:last-child > .card > .row > [class*="col-"]:nth-child(n+3) {
    border-top: 1px solid #ddd;
  }
}

/* Single-column mobile layout */
@media (max-width: 767px) {
  #entity_6142 > .col-xs-12:last-child > .card > .row > [class*="col-"] + [class*="col-"] {
    border-top: 1px solid #ddd;
  }

  #entity_6142 .card .btn {
    min-width: 300px;
  }
}

@media (max-width: 479px) {
  #entity_6142 .card .btn {
    width: 100%;
    min-width: 0;
  }
}

/* ==========================================================================
   NEW WAYS TO TEACH, WORK, & RESEARCH
   ========================================================================== */

#entity_6153 {
  display: flex;
  flex-wrap: wrap;
}

#entity_6153 > [class*="col-"] {
  display: flex;
}

/* Card */
#entity_6154 .card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}

/* Image */
#entity_6154 .card-img-top {
  display: block;
  width: 100%;
  height: auto;
}

/* Semi-transparent overlay across the entire image */
#entity_6154 .card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  aspect-ratio: 3 / 2;
  background: rgba(0, 0, 0, 0.675);
  z-index: 1;
  pointer-events: none;
}

/* Card body */
#entity_6154 .card-block {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

/* Title positioned over the entire image area */
#entity_6154 .card h4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0;
  padding: 20px;
  color: #fff;
  background: transparent;
  text-align: center;
  line-height: 1.25;
}

/* Body copy starts consistently */
#entity_6154 .card h4 + p {
  margin-top: 0;
}

/* Push the action to the bottom of the card */
#entity_6154 .card-block > p:last-of-type {
  margin-top: auto;
  margin-bottom: 0;
}

#entity_6154 .card .btn {
  max-width: 100%;
  padding: 10px 5px 10px 5px;
  font-size: .875rem;
}

/* Tablet: two cards per row */
@media (min-width: 768px) and (max-width: 1199px) {
  #entity_6137 > [class*="col-"] {
    margin-bottom: 30px;
  }

  #entity_6137 > [class*="col-"]:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

/* Mobile: one card per row */
@media (max-width: 767px) {
  #entity_6137 {
    display: block;
  }

  #entity_6137 > [class*="col-"] {
    display: block;
    margin-bottom: 30px;
  }

  #entity_6137 > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   PROTECT YOUR INFORMATION
   ========================================================================== */

#entity_6141 .card {
  position: relative;
}

/* Scarlet vertical rule inside the card */
#entity_6141 .card::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 12px;
  width: 4px;
  background: #c00;
}

/* Lay out icon, text, and action */
#entity_6157 .vertical-rule-text {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 24px;
  row-gap: 4px;
  align-items: center;
  padding-left: 28px;
}

/* Icon */
#entity_6157 .vertical-rule-text > p:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
  margin: 0;
}

/* Heading */
#entity_6157 .vertical-rule-text > h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}

/* Description */
#entity_6157 .vertical-rule-text > h3 + p {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}

/* Action */
#entity_6157 .vertical-rule-text > p:last-child {
  grid-column: 3;
  grid-row: 1 / 3;
  margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
  #entity_6157 .vertical-rule-text {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
  }

  #entity_6157 .vertical-rule-text > p:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  #entity_6157 .vertical-rule-text > h3 {
    grid-column: 2;
    grid-row: 1;
  }

  #entity_6157 .vertical-rule-text > h3 + p {
    grid-column: 2;
    grid-row: 2;
  }

  #entity_6157 .vertical-rule-text > p:last-child {
    grid-column: 1 / 3;
    grid-row: 3;
    margin-top: 16px;
  }
}

/* ==========================================================================
   EVERYDAY TECHNOLOGY
   ========================================================================== */

#entity_6163 h4 {
  margin-top: 0;
  margin-bottom: 14px;
  color: inherit;
}

#entity_6163 ul {
  margin-bottom: 0;
  padding-left: 0;
}

#entity_6163 li {
  display: flex;
  align-items: flex-start;
}

#entity_6163 li .fa {
  flex: 0 0 24px;
  width: 24px;
  margin-right: 10px;
  color: #b10202;
  text-align: center;
  line-height: 44px;
}

#entity_6163 li a {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  min-height: 44px;
}

/* ==========================================================================
   ADDITIONAL RESOURCES
   ========================================================================== */

@media (min-width: 768px) {
  #entity_6172.padding-bottom-lg {
    padding-bottom: 30px !important;
  }
}