/*
Theme Name:    UHWO-microsite
Description:   Custom UH West Oʻahu theme
Author:      Erin Kim
Template:    twentynineteen
Version:     1.0.0
Text Domain:   uhwo-microsite

Structure:
----------------------------------
1. :root
2. Parent Overrides
3. UH West Oʻahu Design System Definitions
4. ADA
5. UHWO Components
  a. Style link
  b. Link box
  c. Image/Icon and Info Box
  d. Buttons
  e. Hero Block
  f. Events
  g. Quote block
  h. Alternating boxes
  i. Tables
  j. Form elements
  k. Accordion
  l. Flickr Image Gallery
  m. Faculty / Staff Portraits
  n. Instagram Feed
  o. Attention Box
  p. Jump Links
  q. Fixed BG + scrolling content
  r. Virtual Front Desk
  s. Drawer
6. Header
  a. Sub-header
  b. Main Header
  c. Navigation
  d. Breadcrumbs
7. Footer
8. Page Layout
9. Posts
----------------------------------
*/

/* ----------------------------------
  1. :root
------------------------------------*/
:root {
  font-size: 16px;
}

/* ----------------------------------
  2. Parent Theme Overrides
------------------------------------*/
h1:not(.site-title):before,
h2:before {
  display: none;
}

.entry-meta,
.entry-footer,
.discussion-meta-info,
.site-info,
.has-small-font-size,
.comment-reply-link,
.comment-metadata,
.comment-notes,
.sticky-post,
#cancel-comment-reply-link,
img:after,
h6 {
  font-size: 1rem;
}

/* ----------------------------------
  3. UH West Oʻahu Design System Typography Specifications
------------------------------------*/
body {
  font-family: "Open Sans", sans-serif !important;
  background-color: #f7f7f7;
  color: #494949;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem !important;
  font-family: "Open Sans", sans-serif !important;
}

h1 {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.875rem !important;
  color: #a71930;
  margin-bottom: 1.5rem !important;
  margin-top: 0 !important;
}

h2,
h3,
h4,
h5,
h6 {
  color: #252525;
  margin-bottom: 0.75rem !important;
}

.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff;
}

.text-red {
  color: #a71930;
}

h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem !important;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem !important;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
}

p {
  line-height: 1.75rem !important;
  margin-bottom: 1rem !important;
}

p:empty {
  display: none;
}

a:visited {
  color: inherit;
}

main a {
  color: #a71930;
  text-decoration: underline !important;
}

main a:hover,
main a:visited {
  color: #a71930;
}

/* ----------------------------------
  4. ADA
------------------------------------*/
.skip-link.screen-reader-text {
  color: #004998 !important;
}

a:focus {
  outline: thin dotted;
  outline: 0.25rem auto -webkit-focus-ring-color;
}

::selection {
  color: #ffffff;
  background-color: #0865d4;
}

/* ----------------------------------
  5. UHWO Components
------------------------------------*/
/**
 * a. Style link
 */
.uhwo-style-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  color: #4c4c4c;
  padding-right: 1.5rem;
  line-height: 1.75rem;
  text-decoration: none !important;
}

.uhwo-style-link:after {
  content: " >";
  color: #a71930;
  font-weight: 800;
  margin-right: -3rem;
  display: inline-block;
  margin-left: 0.25rem;
  line-height: 1;
}

.uhwo-style-link:hover,
.uhwo-style-link:visited {
  text-decoration: none;
  color: inherit;
}

.text-white .uhwo-style-link {
  color: #ffffff;
}

.text-white .uhwo-style-link:after {
  color: #ffffff;
}

/**
 * b. Link box
 */

.uhwo-link-box {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  background-image: url("uhwo-assets/uhwo-section-bg-tapa2.png");
  background-size: cover;
  background-color: whitesmoke;
  border-radius: 8px;
  display: flex;
}

.white-bg .uhwo-link-box {
  background-image: url("uhwo-assets/uhwo-section-bg-tapa1.png");
}

.uhwo-link-box p {
  margin-bottom: 0;
  overflow: inherit;
}

.uhwo-link-box .link-box-half {
  padding: 1rem 2rem;
  width: 50%;
}

.uhwo-link-box .link-box-half p {
  margin-bottom: 0px !important;
}

/**
 * c. Image/Icon and Info Box (Homepage)
 */
.featured-content {
  margin-top: 1rem;
  padding-top: 0.5rem;
  line-height: 1.5rem;
}

.featured-content img {
  box-shadow: 4px 4px #a71930 !important;
  width: 98%;
}

.featured-content img.rounded-img {
  box-shadow: none !important;
  width: 100%;
  border-radius: 8px;
}

.featured-content.icon-block {
  text-align: center;
}

.featured-content.icon-block .icon-wrapper {
  font-size: 7.75rem;
  color: #666666;
}

.featured-content.icon-block .featured-copy {
  text-align: left;
}

.featured-content.icon-block .featured-heading:after {
  margin: 1.5rem auto;
}

.featured-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  color: #a71930;
}

.featured-heading:after {
  content: "";
  display: block;
  height: 0.125rem;
  width: 3.4375rem;
  background-color: #a71930;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.featured-heading.no-separator:after {
  content: none;
}

.featured-heading a,
.featured-heading a span {
  color: #a71930;
  text-decoration: none !important;
}

.featured-heading span {
  line-height: 2rem;
}

.featured-content.icon-block .icon-block-text {
  text-align: left;
}

.featured-content .icon-block-text > p,
.featured-content .icon-block-text > span {
  line-height: 1.75rem;
}

.featured-content.icon-block.icon-small-left {
  text-align: left;
  margin-top: 3rem;
}

.featured-content.icon-block.icon-small-left .icon-wrapper {
  font-size: 2.75rem;
  color: #8d8d8d;
}

.featured-content.icon-block.icon-small-left .featured-heading:after {
  display: none;
  margin: 1rem auto 1rem 0;
}

.featured-content.icon-block.icon-small-left .featured-heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
}

/**
* d. Buttons
*/
a.uhwo-btn:focus {
  text-decoration: none;
}

.uhwo-btn {
  text-align: center;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  margin: 0.5rem 0 1rem 0;
  display: inline-block;
  text-decoration: none !important;
}

.uhwo-btn.large-btn {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
}

.uhwo-btn.small-btn {
  padding: 0.375rem 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4rem;
  border-radius: 6px;
}

.uhwo-btn.red-btn {
  color: #ffffff;
  background: #a71930;
  border: 1px solid #a71930;
}

.uhwo-btn.red-btn:hover {
  background-color: #ca1d39;
  text-decoration: none;
}

.uhwo-btn.red-btn:active {
  background-color: #da2341 !important;
}

.uhwo-btn.gray-btn {
  color: #a71930 !important;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
}

.uhwo-btn.gray-btn:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.uhwo-btn.gray-btn:active {
  background-color: #ececec !important;
}

.uhwo-btn.outlined-btn {
  color: #a71930 !important;
  background-color: #ffffff !important;
  border: 1px solid #ba606e;
}

.uhwo-btn.outlined-btn:hover {
  background-color: #ca1d39 !important;
  color: #ffffff !important;
  text-decoration: none;
}

.uhwo-btn.outlined-btn:active {
  background-color: #da2341 !important;
}

/**
 * e. Hero Block
 */
.hero-block {
  max-height: 600px;
  height: 45vh;
  background: #000000;
  background-size: cover;
  background-position: 50% 50%;
}

.hero-block.with-content > .elementor-container {
  height: 100%;
}

.hero-block.with-content > .elementor-container > .elementor-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-block .hero-h1 h1 {
  color: #ffffff !important;
  font-size: 3rem !important;
  font-weight: 600;
  text-shadow: 2px 2px 4px #000000;
  margin-bottom: 1rem !important;
}

.hero-block .hero-h2 h2 {
  font-size: 2rem !important;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
  margin-bottom: 1rem !important;
  margin-top: 0px !important;
}

.hero-block:has(.hero-h1.thin) > div.elementor-container {
  margin: 0 !important;
  width: 100%;
  max-width: 100% !important;
}

.hero-block .hero-h1.thin h1 {
  font-size: 2.125rem !important;
  font-weight: 300;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.6);
  text-shadow: none;
  padding: 1.5rem 2rem;
  position: absolute;
}

.hero-block .hero-h1.thin.right h1 {
  right: 0;
  margin-right: -2.1rem;
  padding-right: 13vw;
}

.hero-block .hero-h1.thin.left h1 {
  left: 0;
  margin-left: -1.5rem;
  padding-left: 13vw;
}

.hero-block.has-thin-h1-right > .elementor-container {
  margin-right: 0 !important;
}

.hero-block.has-thin-h1-right
  > .elementor-container
  > .elementor-row
  > .elementor-column
  > .elementor-column-wrap,
.hero-block.has-thin-h1-right
  > .elementor-container
  > .elementor-row
  > .elementor-column
  > .elementor-column-wrap
  > .elementor-widget-wrap {
  padding-right: 0 !important;
}

.hero-block.has-thin-h1-right .hero-block .hero-h1.thin.right h1 {
  margin-right: 0;
  padding-right: 15vw;
}

/**
 * f. Events
 */

@media only screen and (min-width: 768px) {
  .event-horizontal .simcal-events-list-container {
    display: flex;
  }

  .event-horizontal .simcal-events-list-container .simcal-day {
    flex: 1 1 0px;
    margin: 0;
  }

  .event-horizontal .simcal-events-list-container li.simcal-event {
    padding: 0 0.75rem 0;
  }

  /* Multi-event days */
  .simcal-day-has-2-events {
    flex-grow: 2 !important;
  }

  .event-horizontal .simcal-day-has-2-events li.simcal-event {
    width: 50% !important;
  }

  .simcal-day-has-3-events {
    flex-grow: 3 !important;
  }

  .event-horizontal .simcal-day-has-3-events li.simcal-event {
    width: 33% !important;
  }

  .simcal-day-has-4-events {
    flex-grow: 4 !important;
  }

  .event-horizontal .simcal-day-has-4-events li.simcal-event {
    width: 25% !important;
  }

  .event-horizontal
    .simcal-default-calendar-list
    ul.simcal-events
    li.simcal-event {
    float: left;
  }
}

.event {
  display: flex;
}

.event.all-events {
  background-color: #ededed;
  padding: 1rem 1.25rem;
  border: 1px solid #949494;
}

.event.all-events .when,
.event.all-events .location {
  margin-bottom: 0 !important;
}

.event.all-events .when svg,
.event.all-events .location svg {
  color: #a71930;
}

.event .date {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-right: 1.5rem;
}

.event .date .month {
  font-size: 1.5rem;
  font-weight: 700;
  color: #a71930;
  border-bottom: 1px solid #000;
  text-align: center;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}

.event .date .day {
  font-size: 3rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #a71930;
  text-align: center;
}

.event .description p {
  line-height: 1.5rem !important;
  margin-bottom: 0.875rem !important;
}

.event .description .heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25em !important;
  margin-top: 0.25em !important;
}

.event .description .heading a {
  color: inherit;
  text-decoration: none !important;
}

.event .description {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.simcal-calendar > .simcal-align-right {
  display: none;
}

.simcal-default-calendar-list ul.simcal-events {
  margin: 0 !important;
  padding: 0 !important;
}

.simcal-nav-button:active,
.simcal-nav-button:focus {
  outline: thin dotted !important;
  outline: 0.25rem auto -webkit-focus-ring-color !important;
}

.simcal-default-calendar-list ul.simcal-events li.simcal-event {
  width: 100%;
}

/**
 * g. Quote block
 */
.quote-block {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}

.quote-block p {
  line-height: 2.5rem !important;
}

.quote-author {
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  text-align: right;
  color: #4a4a4a;
}

.quote-author p {
  line-height: 2.25rem !important;
}

/**
 * h. Alternating boxes
 */

.alt-box-row {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.alt-box-row:first-child {
  margin-top: 2rem;
}

.alt-box-row:last-child {
  margin-bottom: 2rem;
}

.alt-box-row .alt-box-text {
  line-height: 1.75rem;
  padding: 2rem 1.5rem;
}

.alt-box-row .alt-box-text p:first-of-type strong {
  font-size: 1.625rem;
  line-height: 2.3rem !important;
  font-weight: 700;
  color: #a71930;
  margin-bottom: 1rem;
}

.alt-box-row .alt-box-image {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/**
 * i. Tables
 */
table.uhwo-table {
  font-family: inherit;
  background: #ffffff;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

table.uhwo-table tr th,
table.uhwo-table tr td {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 1rem 1.5rem;
  word-break: inherit;
}

table.uhwo-table tr th {
  padding: 1rem 1.5rem;
}

table.uhwo-table tr th {
  border-bottom: 2px solid #a71930;
}

table.uhwo-table tr th:first-child,
table.uhwo-table tr td:first-child {
  border-left: 1px solid #d9d9d9;
}

table.uhwo-table tr th:last-child,
table.uhwo-table tr td:last-child {
  border-right: 1px solid #d9d9d9;
}

table.uhwo-table tr th {
  border-top: 1px solid #d9d9d9;
  text-align: left;
}

table.uhwo-table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}

table.uhwo-table tr:first-child th:last-child {
  border-top-right-radius: 5px;
}

table.uhwo-table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

table.uhwo-table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

table.uhwo-table.condensed tr:nth-child(even) td {
  background-color: #ececec;
}

table.uhwo-table.condensed tr th {
  padding: 0.5rem 1rem;
}

table.uhwo-table.condensed tr td {
  padding: 0.5rem 1rem;
  border-bottom: none;
}

table.uhwo-table.condensed tr:last-child td {
  border-bottom: 1px solid #d9d9d9;
}

/**
 * j. Form elements
 */
input[type="text"],
input[type="email"] {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
}

input:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

label {
  margin-bottom: 0.5rem;
  color: #424242;
  font-size: 0.9375rem;
}

textarea {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  min-height: 128px;
  border-radius: 5px;
}

input[type="submit"] {
  background-color: #a71930;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  font-family: inherit;
  font-weight: 600;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

input[type="submit"]:hover {
  background-color: #ca1d39 !important;
  text-decoration: none;
}

input[type="submit"]:active {
  background-color: #da2341 !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #a71930;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline-offset: 0px;
}

.wpcf7 .col,
.wpcf7 .col-1,
.wpcf7 .col-10,
.wpcf7 .col-11,
.wpcf7 .col-12,
.wpcf7 .col-2,
.wpcf7 .col-3,
.wpcf7 .col-4,
.wpcf7 .col-5,
.wpcf7 .col-6,
.wpcf7 .col-7,
.wpcf7 .col-8,
.wpcf7 .col-9,
.wpcf7 .col-auto,
.wpcf7 .col-lg,
.wpcf7 .col-lg-1,
.wpcf7 .col-lg-10,
.wpcf7 .col-lg-11,
.wpcf7 .col-lg-12,
.wpcf7 .col-lg-2,
.wpcf7 .col-lg-3,
.wpcf7 .col-lg-4,
.wpcf7 .col-lg-5,
.wpcf7 .col-lg-6,
.wpcf7 .col-lg-7,
.wpcf7 .col-lg-8,
.wpcf7 .col-lg-9,
.wpcf7 .col-lg-auto,
.wpcf7 .col-md,
.wpcf7 .col-md-1,
.wpcf7 .col-md-10,
.wpcf7 .col-md-11,
.wpcf7 .col-md-12,
.wpcf7 .col-md-2,
.wpcf7 .col-md-3,
.wpcf7 .col-md-4,
.wpcf7 .col-md-5,
.wpcf7 .col-md-6,
.wpcf7 .col-md-7,
.wpcf7 .col-md-8,
.wpcf7 .col-md-9,
.wpcf7 .col-md-auto,
.wpcf7 .col-sm,
.wpcf7 .col-sm-1,
.wpcf7 .col-sm-10,
.wpcf7 .col-sm-11,
.wpcf7 .col-sm-12,
.wpcf7 .col-sm-2,
.wpcf7 .col-sm-3,
.wpcf7 .col-sm-4,
.wpcf7 .col-sm-5,
.wpcf7 .col-sm-6,
.wpcf7 .col-sm-7,
.wpcf7 .col-sm-8,
.wpcf7 .col-sm-9,
.wpcf7 .col-sm-auto,
.wpcf7 .col-xl,
.wpcf7 .col-xl-1,
.wpcf7 .col-xl-10,
.wpcf7 .col-xl-11,
.wpcf7 .col-xl-12,
.wpcf7 .col-xl-2,
.wpcf7 .col-xl-3,
.wpcf7 .col-xl-4,
.wpcf7 .col-xl-5,
.wpcf7 .col-xl-6,
.wpcf7 .col-xl-7,
.wpcf7 .col-xl-8,
.wpcf7 .col-xl-9,
.wpcf7 .col-xl-auto {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

span.wpcf7-list-item {
  display: block;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 1rem 2rem;
  background: #fff3cd;
  border-radius: 8px;
  color: #382a01;
  justify-content: center;
  width: 100%;
  margin: 1rem auto;
  border: 1px solid #e2ca7e;
  border-left: 0.25rem solid #ffd23f;
}

div.wpcf7-mail-sent-ok {
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 1rem 2rem;
  background: #edffdf;
  border-radius: 8px;
  color: #1e3801;
  justify-content: center;
  width: 100%;
  margin: 1rem auto;
  border: 1px solid #4fa12c;
  border-left: 4px solid #4fa12c;
}

span.wpcf7-not-valid-tip {
  color: #a71930;
  font-size: 0.875rem;
}

ul,
ol {
  margin-left: 1.5rem;
}

ul li ul,
ol li ol {
  padding-left: 1.5rem;
}

/**
 * k. Accordion
 */
.elementor-accordion .elementor-accordion-item {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: 1px solid #c5c5c5 !important;
}

.elementor-accordion .elementor-tab-title {
  font-size: 1.125rem;
}

.elementor-accordion .elementor-tab-title a {
  text-decoration: none !important;
}

.elementor-accordion .elementor-tab-title.elementor-active {
  border-radius: 4px 4px 0 0;
  background-color: #a71930;
  color: #ffffff !important;
}

.elementor-accordion .elementor-tab-title.elementor-active a {
  color: #ffffff !important;
}

.elementor-tab-content p:last-child {
  margin-bottom: 0 !important;
}

.elementor-tab-content {
  background: #ffffff;
}

/**
 * k.a Accordion (Embedded)
 */
.jump-link-content .elementor-accordion .elementor-accordion-item {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 0.25rem;
}

.jump-link-content
  .elementor-accordion
  .elementor-accordion-item
  + .elementor-accordion-item {
  border-top: 1px solid #c5c5c5 !important;
}

.jump-link-content .elementor-accordion .elementor-tab-title {
  font-size: 1rem;
  padding: 1rem;
  background: #ffffff;
  color: #494949 !important;
}

.jump-link-content .elementor-accordion .elementor-tab-title a {
  text-decoration: none !important;
}

.jump-link-content .elementor-accordion .elementor-tab-title.elementor-active {
  border-radius: 0;
  background-color: #ffffff;
  border-top: 4px solid #a71930;
}

.jump-link-content
  .elementor-accordion
  .elementor-tab-title.elementor-active
  a {
  color: #a71930 !important;
}

.jump-link-content .elementor-tab-content p:last-child {
  margin-bottom: 0 !important;
}

.jump-link-content .elementor-tab-content {
  background: #ffffff;
}

/**
  * l. Flickr Image Gallery
  */
.flickr-photo-gallery-preview {
  border: 2px dashed #a71930;
  padding: 1rem;
  display: flex;
  align-content: center;
  justify-content: center;
}

.flickr-photo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flickr-photo-gallery.sm-2-cols .flickr-block {
  width: 48%;
}

.flickr-photo-gallery.sm-3-cols .flickr-block {
  width: 31%;
}

.flickr-photo-gallery.sm-4-cols .flickr-block {
  width: 24%;
}

.flickr-photo-gallery.sm-5-cols .flickr-block {
  width: 18%;
}

.flickr-photo-gallery.sm-6-cols .flickr-block {
  width: 16%;
}

.flickr-photo-gallery .flickr-block {
  display: inline-block;
  border: 1px solid #dadada;
  margin: 12px auto;
  /*  border-radius: 6px; */
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
    0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.flickr-photo-gallery .flickr-img {
  position: relative;
}

.flickr-photo-gallery .flickr-footer {
  position: absolute;
  color: white;
  font-size: 1.625rem;
  text-shadow: 1px 1px 4px black;
  text-align: right;
  padding: 0.875rem 0.875rem 0px;
  bottom: 0;
  right: 0;
}

/**
* m. Faculty / Staff Portraits
*/
.fac-staff-container {
  display: flex;
  border-radius: 8px;
  flex-wrap: wrap;
  margin: 1rem 0 1.5rem 0;
}

.fac-staff-container.wide {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  justify-content: space-around;
}

.fac-staff-container.condensed {
  justify-content: space-between;
}

.fac-staff-container.condensed.push-last:after {
  content: "";
  flex: auto;
}

.fac-staff-container.wide .fac-staff-card {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 25%;
}

.fac-staff-container.condensed .fac-staff-card {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 0.75rem;
  width: 49.3%;
  margin-bottom: 0.75rem;
}

.fac-staff-container.condensed.vertical .fac-staff-card {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 0.75rem;
  width: calc(25% - 0.5rem);
  margin-bottom: 0.75rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  text-align: center;
}

.fac-staff-container.condensed.vertical .fac-staff-card p,
.fac-staff-container.condensed.vertical .fac-staff-card a {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.25rem !important;
}

.fac-staff-container.condensed.vertical .fac-staff-card .name {
  font-size: 1rem !important;
  line-height: 1.45rem !important;
}

.fac-staff-card .fac-staff-headshot {
  position: relative;
}

.fac-staff-container.wide .fac-staff-card .fac-staff-headshot {
  margin-bottom: 0.5rem;
}

.fac-staff-container.condensed .fac-staff-card .fac-staff-headshot {
  float: left;
  margin: 0 1rem 0 0;
  width: 35%;
  overflow: hidden;
}

.fac-staff-container.condensed.vertical .fac-staff-card .fac-staff-headshot {
  float: inherit;
  margin: 0 0 0.75rem;
  width: 100%;
  overflow: hidden;
}

.fac-staff-container.condensed .fac-staff-card .name {
  font-weight: 700;
  margin-bottom: 0px !important;
  font-size: 1.125rem !important;
}

.fac-staff-container.wide .fac-staff-card .name {
  font-weight: 600;
  margin-bottom: 0px !important;
}

.fac-staff-container.condensed .fac-staff-card .title {
  margin-bottom: 0px !important;
}

.fac-staff-container.wide .fac-staff-card .title {
  margin-bottom: 0px !important;
}

.fac-staff-container.condensed .fac-staff-card .email {
  margin-bottom: 0px !important;
}

.fac-staff-container.wide .fac-staff-card .email {
  margin-bottom: 0px !important;
}

.fac-staff-container.condensed .fac-staff-card .phone {
  margin-bottom: 0.5rem !important;
}

.fac-staff-container.wide .fac-staff-card .phone {
  margin-bottom: 0.5rem !important;
}

/**
* n. Instagram Feed
*/

#instagram-feed {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}

.ig-post {
  margin: 0.25rem;
  position: relative;
}

#instagram-feed.sm-2-cols .ig-post {
  width: calc(48% - 0.5rem);
}

#instagram-feed.sm-3-cols .ig-post {
  width: calc(33% - 0.5rem);
}

#instagram-feed.sm-4-cols .ig-post {
  width: calc(23% - 0.5rem);
}

#instagram-feed.sm-5-cols .ig-post {
  width: calc(18% - 0.5rem);
}

#instagram-feed.sm-6-cols .ig-post {
  width: calc(15% - 0.5rem);
}

.ig-post p {
  margin-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.ig-pic img {
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
}

.ig-footer {
  padding: 0px 1.1875rem 0.875rem;
  color: #6a6a6a;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
}

.ig-footer .details .fa {
  margin-left: 0.625rem;
}

.ig-footer .details .fa:first-child {
  margin-left: 0;
}

.ig-footer .icon-link a {
  display: inline-block;
  font-size: 1.375rem;
  color: #fff !important;
}

.ig-footer.alter,
.flickr-footer {
  padding: 1rem 1rem 0px;
  margin-top: -68px;
  color: #ffffff;
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  text-shadow: 1px 1px 1px black;
}

.ig-footer.alter svg {
  text-shadow: 1px 1px 1px black;
}

.ig-footer.alter .icon-link,
.flickr-footer {
  color: #ffffff;
  font-size: 1.625rem;
  text-shadow: 1px 1px 4px black;
}

.ig-footer.alter .icon-link svg,
.flickr-footer svg {
  color: white;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
}

/* Elementor editor styles */
.elementor-element-edit-mode #instagram-feed {
  height: auto;
}

/**
* o. Attention Box
*/
.attention-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #e9e6df;
  color: inherit;
  border: 1px solid #d2cdc2;
  border-left: 6px solid #b3a88e;
  border-radius: 6px;
  padding: 1rem 1.2rem;
  margin: 0.25rem auto 1rem;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 2px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07),
    0 2px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.075);
}

.attention-box.dark-box {
  background-color: #666666;
  color: #ffffff;
  border: 0;
}

.attention-box.light-box {
  background-color: #e9e6df;
  color: inherit;
  border: 1px solid #d2cdc2;
  border-left: 6px solid #b3a88e;
}

.attention-box img {
  max-width: 10% !important;
  margin-right: 1rem;
}

.attention-box p:last-child {
  margin-bottom: 0 !important;
}

/**
* p. Jump Links
*/
.jump-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jump-links li {
  margin: 0;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #cfcfcf;
}

.jump-links li:last-child {
  border-bottom: 3px solid #a71930;
}

.jump-links a {
  background-color: #ffffff;
  font-size: 0.9rem;
  color: #01597d !important;
  text-decoration: none !important;
  padding: 0.75rem 1rem;
  padding-left: calc(1rem - 2px);
  width: 100%;
  transition: border 0.2s linear;
  border-left: 2px solid #ffffff;
}

.jump-links a:hover,
.jump-links a.active {
  border-left: 2px solid #a71930;
}

/**
* q. Fixed BG + scrolling content
*/
.fixed-bg-content {
  background-color: #ffffff;
  border-top: 4px solid #a71930;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.dark-scheme {
  background-color: #671320;
  color: #ffffff !important;
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  width: calc(100% + 3rem) !important;
}

.dark-scheme p,
.dark-scheme a,
.dark-scheme h1,
.dark-scheme h2,
.dark-scheme h3,
.dark-scheme h4,
.dark-scheme h5 {
  color: #ffffff !important;
}

/**
* r. Virtual Front Desk
*/

.vfd-row {
  background-color: #ffffff;
  padding: 1rem 0 0;
}

.virtual-front-desk {
  background-color: #a71930;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.875rem 1rem;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.virtual-front-desk div {
  position: relative;
}

.virtual-front-desk .header p.heading {
  width: calc(100% - 1.875rem);
}

.virtual-front-desk .header p span {
  display: block;
  color: #ffffff !important;
  font-weight: 300;
  font-size: 1.875rem !important;
  line-height: 2.6rem !important;
}

.virtual-front-desk .header .vfd-icon {
  position: absolute;
  width: 34px;
  right: 0;
  top: 4px;
}

.virtual-front-desk .content {
  display: flex;
  flex-direction: row;
}

.virtual-front-desk .content .left-col {
  width: 62%;
}
.virtual-front-desk .content .right-col {
  width: 38%;
}

.virtual-front-desk .content p {
  color: #ffffff !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.5rem !important;
  margin: 0 0.8rem !important;
  text-align: center;
  font-size: 1rem;
}

.virtual-front-desk .content a.vfd-btn {
  padding: 0.375rem 1.75rem;
  display: block;
  background-color: #ffffff;
  width: fit-content !important;
  color: #a71930 !important;
  margin: 1rem auto;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 0.8125rem;
  text-align: center;
  border-radius: 6px;
  box-shadow: #484848 4px 4px 0px;
}

.virtual-front-desk .content p.footnote {
  font-size: 0.75rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
}

.virtual-front-desk .content .right-col {
  justify-content: flex-end;
  display: flex;
}

.virtual-front-desk .content .right-col img {
  min-width: 144px;
  position: absolute;
  right: -26px;
  bottom: -16px;
}

.virtual-front-desk.wide {
  flex-direction: row;
  width: 75%;
  padding: 1rem 1.5rem;
  max-width: 760px;
  margin: 1.5625rem auto 0;
}

.virtual-front-desk.wide div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.virtual-front-desk.wide .left-col p.footnote {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}

.virtual-front-desk.wide div sup {
  font-size: 9px;
}

.virtual-front-desk.wide .left-col {
  flex: 1 0;
  max-width: 330px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.virtual-front-desk.wide .left-col p {
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 2.25rem !important;
}

.virtual-front-desk.wide .left-col p span {
  font-weight: 300;
  font-size: 1.875rem !important;
  display: block;
}

.virtual-front-desk.wide .left-col a.vfd-btn {
  margin: 0.5rem auto;
  font-size: 1rem;
  padding: 0.375rem 2.125rem;
  border-radius: 6px;
  display: inline-block;
  background-color: #ffffff;
  width: fit-content !important;
  color: #a71930 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  box-shadow: #484848 4px 4px 0px;
}

.virtual-front-desk.wide div.mid-col {
  flex: 0 0 20%;
  justify-content: flex-end;
}

.virtual-front-desk.wide div.mid-col img {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
  margin-top: -1.25rem;
}

.virtual-front-desk.wide .right-col {
  flex: 0 0 29%;
  align-content: center;
  justify-content: center;
}

.virtual-front-desk.wide .right-col p {
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.375rem !important;
  font-size: 1rem;
}

.virtual-front-desk.wide .right-col p.footnote {
  font-size: 0.75rem !important;
  margin-bottom: 0 !important;
  line-height: 0.75rem !important;
  padding-right: 1.875rem;
}

.virtual-front-desk.wide .right-col p.footnote a {
  color: #ffffff !important;
}

.virtual-front-desk.wide .right-col .vfd-icon {
  position: absolute;
  width: 40px;
  bottom: 0;
  right: 0;
}

.virtual-front-desk.mobile,
.virtual-front-desk-footer.mobile {
  display: none;
}

.virtual-front-desk-footer {
  padding: 0.25rem 0.5rem;
}

.virtual-front-desk-footer p {
  text-align: center;
  font-size: 0.75rem !important;
  margin: 0.3rem 2.2rem 1rem !important;
  line-height: 1rem !important;
  color: #494949 !important;
  font-weight: 600 !important;
}

.virtual-front-desk-footer p a {
  text-decoration: underline !important;
}

.virtual-front-desk-footer.wide {
  width: 75%;
  margin: 0 auto 1.5rem;
  max-width: 760px;
  background: none;
  border: none;
  padding: 0;
}

.virtual-front-desk-footer.wide p {
  font-size: 0.8125rem !important;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #494949 !important;
  font-weight: 400 !important;
  line-height: 1rem !important;
}

@media screen and (max-width: 768px) {
  .virtual-front-desk.wide,
  .virtual-front-desk-footer.wide {
    display: none;
  }

  .virtual-front-desk.mobile,
  .virtual-front-desk-footer.mobile {
    display: block;
  }
}

/**
* s. Drawer
*/
.drawer-container {
  position: relative;
}

.drawer-container .drawer-label {
  background-color: #ffffff;
  border: 1px solid grey;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: background;
  transition-timing-function: ease;
  position: relative;
  z-index: 2;
}

.drawer-container .drawer-label svg {
  max-width: 10px;
  transition: all 0.2s ease;
}

.drawer-container .drawer-label.closed svg {
  transform: rotate(90deg);
}

.drawer-container .drawer-label.open svg {
  transform: rotate(0deg);
}

.drawer-container .drawer {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid grey;
  border-top: none;
  margin-top: -35px;
  display: none;
  position: absolute;
  z-index: 1;
}

.drawer-container .drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer-container .drawer ul li {
  padding: 10px 15px;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: background;
  transition-timing-function: ease;
}

.drawer-container .drawer ul li:hover {
  background-color: #f7f7f7;
}

.drawer-container .drawer ul li:last-child {
  margin-bottom: 0;
}

.drawer-container .drawer ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none !important;
}

.drawer-container .drawer-label:hover,
.drawer-container .drawer:hover {
  cursor: pointer;
}

.drawer-container .drawer-label:hover {
  background-color: #f7f7f7;
}

/**
 * t. Toggle
 */
.elementor-toggle .elementor-toggle-item {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.elementor-toggle .elementor-toggle-item + .elementor-toggle-item {
  border-top: 1px solid #c5c5c5 !important;
}

.elementor-toggle .elementor-tab-title {
  font-size: 1.125rem;
}

.elementor-toggle .elementor-tab-title a {
  text-decoration: none !important;
}

.elementor-toggle .elementor-tab-title.elementor-active {
  border-radius: 4px 4px 0 0;
  background-color: #a71930;
  color: #ffffff !important;
}

.elementor-toggle .elementor-tab-title.elementor-active a {
  color: #ffffff !important;
}

.elementor-tab-content p:last-child {
  margin-bottom: 0 !important;
}

.elementor-tab-content {
  background: #ffffff;
}

/**
 * k.a toggle (Embedded)
 */
.jump-link-content .elementor-toggle .elementor-toggle-item {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-bottom: 0.25rem;
}

.jump-link-content
  .elementor-toggle
  .elementor-toggle-item
  + .elementor-toggle-item {
  border-top: 1px solid #c5c5c5 !important;
}

.jump-link-content .elementor-toggle .elementor-tab-title {
  font-size: 1rem;
  padding: 1rem;
  background: #ffffff;
  color: #494949 !important;
}

.jump-link-content .elementor-toggle .elementor-tab-title a {
  text-decoration: none !important;
}

.jump-link-content .elementor-toggle .elementor-tab-title.elementor-active {
  border-radius: 0;
  background-color: #ffffff;
  border-top: 4px solid #a71930;
}

.jump-link-content .elementor-toggle .elementor-tab-title.elementor-active a {
  color: #a71930 !important;
}

.jump-link-content .elementor-tab-content p:last-child {
  margin-bottom: 0 !important;
}

.jump-link-content .elementor-tab-content {
  background: #ffffff;
}

@media screen and (max-width: 768px) {
}

/* ----------------------------------
  6. Header
  ------------------------------------*/
/**
  * a. Sub-header
  */

#uhwo-subheader {
  height: 3.125rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #a71930;
}

/* #uhwo-subheader {
  height: 0.75rem;
  background-color: #a71930;
} */

#uhwo-subheader a img {
  width: 100%;
  max-width: 371px;
}

#uhwo-subheader #subnav-container > .textwidget {
  width: fit-content;
  margin-left: auto;
  margin-right: 0.75rem;
}

#uhwo-subheader #subnav-container ul {
  list-style-type: none;
  display: flex;
  justify-content: end;
  margin: 0;
}

#uhwo-subheader #subnav-container ul li {
  margin-left: 1rem;
}

#uhwo-subheader #subnav-container ul li a {
  color: #ffffff;
}
/**
 * b. Main Header
 */

#uhwo-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-image: url("uhwo-assets/site-header-bg.png");
  background-size: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

#logo-container {
  flex: 1 0 20%;
  align-items: center;
  display: flex;
}

#logo-container a {
  flex: 1;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

#logo-container #m-logo {
  display: none;
}

.indefinite-notification-wrapper {
  background-color: #e8e8e8;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
}

.indefinite-notification-wrapper p {
  font-size: 0.9375rem !important;
  line-height: 1.375rem !important;
  margin-bottom: 0px !important;
  text-align: center;
}

.indefinite-notification-wrapper p a {
  color: #a71930;
  text-decoration: underline;
}

/**
* c. Navigation
*/
#nav-container {
  flex: 1 0 auto;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#nav-container .main-menu-more {
  display: none !important;
}

#nav-container .mega-block-title {
  padding-left: 0.9375rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-decoration: underline !important;
}

.mega-mobile-parent-nav-menu-item {
  display: none;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
  background-color: #e6e6e6;
  border-radius: 4px;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-flyout
  ul.mega-sub-menu:before {
  content: " ";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  display: flex;
  justify-content: space-between;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-flyout.mega-align-bottom-right
  li.mega-menu-item
  a.mega-menu-link
  > span.mega-indicator:after {
  content: "\f139";
  margin: 0;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-flyout.mega-align-bottom-right
  ul.mega-sub-menu
  li.mega-menu-item
  ul.mega-sub-menu {
  left: 0;
  top: 0;
  transform: translateX(-100%);
}

a.mega-menu-link:focus {
  outline: thin dotted !important;
  outline: 0.25rem auto -webkit-focus-ring-color !important;
}

#header-search a {
  color: #4a4949 !important;
}

#header-search-bg {
  display: none;
  border-top: 4px solid #a71930;
  padding: 16px 14px 16px 16px;
  width: max-content;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 75px;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

#header-search-bg svg {
  margin-right: -28px;
  position: relative;
}

#header-search-input {
  padding-left: 30px;
  border-radius: 4px;
}

#emergency-notification {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#emergency-notification .emergency-icon {
  font-size: 5rem;
  color: #ff0000;
  margin-right: 25px;
}

#emergency-notification .emergency-message h1,
#emergency-notification .emergency-message h2,
#emergency-notification .emergency-message h3,
#emergency-notification .emergency-message h4,
#emergency-notification .emergency-message h5 {
  color: #a71930 !important;
  margin-bottom: 1rem !important;
}

#emergency-notification .emergency-message a {
  color: #a71930 !important;
  text-decoration: underline !important;
}

#emergency-notification .emergency-message {
  width: 75%;
  margin: 1rem 0;
}

/**
 * d. Breadcrumbs
 */

#breadcrumb {
  padding: 1.5rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: right;
}

#breadcrumb > .container > .row > .col-md-12 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

#breadcrumb > .container > .row > .col-md-12 > span {
  margin-left: 0.5rem;
}

#breadcrumb > .container > .row > .col-md-12 > span > a > span {
  margin: 0;
}

#breadcrumb > .container > .row > .col-md-12 > span > a {
  color: #494949;
}

#breadcrumb span:last-child {
  margin-right: 1rem;
}

#submenu-expand {
  float: right;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}

#submenu-expand.open {
  transform: rotate(180deg);
}

/* ----------------------------------
  7. Footer
------------------------------------*/
#uhwo-footer {
  background-color: #262626;
  border-top: 4px solid #a71930;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #e6e6e6;
}

#uhwo-footer #seal-col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#uhwo-footer .footer-col .right a {
  font-weight: 700;
}

#uhwo-footer .widget-column p.footer-heading {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
}

#uhwo-footer .widget-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#uhwo-footer .widget-column ul li {
  line-height: 2rem;
}

#uhwo-footer .widget-column a,
#uhwo-footer .widget-column ul li a {
  color: #e6e6e6;
}

#uhwo-footer #text-8 p {
  line-height: 1.375rem;
  overflow: inherit;
}

#uhwo-subfooter {
  background-color: #222222;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #9b9b9b;
}

#uhwo-subfooter p {
  margin-bottom: 0 !important;
  font-size: 0.875rem;
  line-height: 1.375rem !important;
}

#uhwo-subfooter a {
  color: #ffffff;
  text-decoration: underline;
}

#uhwo-subfooter #sm-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#uhwo-subfooter .social-media-widget ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#uhwo-subfooter .social-media-widget ul li {
  line-height: 0;
  display: inline-block;
  margin-left: 1rem;
}

#uhwo-subfooter .social-media-widget ul li a {
  font-size: 2rem;
  color: #9b9b9b;
}

/* ----------------------------------
  8. Subpages
------------------------------------*/

/**
 * a. Page Blocks
 */
.homepage-block {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/**
 * b. Top Tier Pages
 */
.banner {
  height: 40vh;
  max-height: 500px;
  background-size: cover;
  margin-top: 0;
}

.aside {
  margin-top: 3.125rem;
}

.heading-container {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
  border-bottom: 3px solid darkgrey;
}

.heading-container .heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #4d4d4d;
  border-bottom: 3px solid #a71930;
  padding-bottom: 0.5rem;
  display: inline-block;
  position: relative;
  bottom: -3px;
}

._col-2
  > .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated,
._col-1 > .elementor-column-gap-default > .elementor-element-populated,
._col-2
  > .elementor-column-gap-wide
  > .elementor-column
  > .elementor-element-populated,
._col-1
  > .elementor-column-gap-wide
  > .elementor-column
  > .elementor-element-populated,
._col-2
  > .elementor-column-gap-wider
  > .elementor-column
  > .elementor-element-populated,
._col-1
  > .elementor-column-gap-wider
  > .elementor-column
  > .elementor-element-populated {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/**
 * a. 2-column
 */

._col-2 > .elementor-container,
._col-2-50 > .elementor-container {
  padding-left: 8.33333333%;
  padding-right: 8.33333333%;
}

/* 70/30 */
._col-2 > .elementor-container > .elementor-column:nth-child(1) {
  width: 70%;
}

._col-2 > .elementor-container > .elementor-column:nth-child(2) {
  width: 30%;
  margin-top: 3.125rem;
}

/* 50/50 */
._col-2-50 > .elementor-container > .elementor-column:nth-child(1),
._col-2-50 > .elementor-container > .elementor-column:nth-child(2) {
  width: 50%;
}

._col-2
  > .elementor-container
  > .elementor-column:nth-child(2)
  > div
  > div
  > div:first-child
  .heading-container,
._col-2-50
  > .elementor-container
  > .elementor-column:nth-child(2)
  > div
  > div
  > div:first-child
  .heading-container {
  margin-top: 0;
}

/**
 * a. 1-column
 */

._col-1 > .elementor-container > .elementor-top-column {
  margin-left: 16.6666666%;
  margin-right: 16.6666666%;
}

._col-1-wide > .elementor-container {
  padding-left: 8.33333333%;
  padding-right: 8.33333333%;
}

/* ----------------------------------
  9. Posts
------------------------------------*/

.post-list-widget {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 1rem;
}

.post-list-widget.layout-1-col .excerpt-block {
  width: 100%;
}

.post-list-widget.layout-2-col .excerpt-block {
  width: 50%;
}

.post-list-widget.layout-2-col .excerpt-block .post-image {
  max-width: 150px;
  padding: 0 0.5rem 0.5rem;
}

.post-list-widget.layout-2-col .excerpt-block .post-content p {
  font-size: 0.9rem;
  line-height: 1.25rem !important;
  margin-bottom: 0.25rem !important;
}

.post-list-widget.layout-2-col .excerpt-block .post-content p.post-title {
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  line-height: 1.45rem !important;
}

/* .post-list-widget.layout-3-col .excerpt-block {
  width: 33.3%;
}

.post-list-widget.layout-4-col .excerpt-block {
  width: 25%;
} */

.post-block
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated,
.post-block
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated
  > .elementor-widget-wrap {
  padding: 0 !important;
}

.post-block .tag-list span,
.post-block .tag-list a {
  font-size: 0.9rem;
}

.aside-recent-posts #recent-posts {
  margin: 0 0 1rem 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  list-style: none;
}

.aside-recent-posts #recent-posts li {
  margin-bottom: 1.25rem;
}

.aside-recent-posts a.recent-post-link {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.aside-recent-posts .recent-image {
  overflow: hidden;
  width: 85px;
  min-width: 85px;
  height: 75px;
  margin-right: 1rem;
  padding-top: 0.75rem;
}

.aside-recent-posts .recent-image img {
  transform: scale(2.2);
}

.aside-recent-posts .recent-title {
  font-size: 1.15rem;
  line-height: 1.3rem;
  font-weight: 600;
  color: #a71930;
  text-decoration: none !important;
}

.aside-recent-posts .recent-dates {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-decoration: none !important;
}

.aside-recent-posts .recent-dates:hover {
  color: #000000;
  text-decoration: none !important;
}

.excerpt-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.5rem;
}

.excerpt-block .post-image {
  max-width: 225px;
  height: auto;
  padding: 0 1rem 1rem;
}

.excerpt-block .post-content {
  display: flex;
  flex-direction: column;
  padding: 0 1rem 1rem;
}

.excerpt-block .post-content p {
  line-height: 1.65rem !important;
  margin-bottom: 0.25rem !important;
}

.excerpt-block .post-content p.post-title {
  font-weight: 700 !important;
  font-size: 1.25rem !important;
}

.excerpt-block .post-content p.post-title a {
  color: #494949 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.excerpt-block .post-content p.post-title a:hover {
  color: #a71930 !important;
}

.excerpt-block .post-content p.post-meta {
  font-size: 0.9rem;
}

/* XXL container */
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1380px;
  }

  .elementor-top-section > .elementor-container {
    max-width: 1380px !important;
  }
}

/* Large+ Devices, Wide+ Screens */
@media only screen and (max-width: 1439.98px) {
  .elementor-top-section > .elementor-container {
    max-width: 1140px !important;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199.98px) {
  .elementor-top-section > .elementor-container {
    max-width: 960px !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .elementor-top-section > .elementor-container {
    max-width: 720px !important;
  }

  h1 {
    font-size: 1.6rem;
    line-height: 2rem !important;
  }

  h2 {
    font-size: 1.4rem;
    line-height: 1.8rem !important;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.75rem !important;
  }

  h4 {
    font-size: 1.1rem;
    line-height: 1.65rem !important;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    top: 76px;
  }

  #header-search {
    display: none !important;
  }

  #header-search-bg,
  #header-search-bg #header-search-input {
    width: 100%;
  }

  #header-search-bg {
    display: block;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    top: -2px;
  }

  ._col-2 > .elementor-container {
    padding-left: 0;
    padding-right: 0;
  }

  ._col-2
    > .elementor-container
    > .elementor-column:nth-child(2)
    > div
    > div
    > div:first-child
    .heading-container {
    margin-top: 0;
  }

  ._col-1 > .elementor-container > .elementor-row > .elementor-top-column {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .elementor-top-section > .elementor-container {
    max-width: 540px !important;
  }

  .hero-block .hero-h1 h1 {
    line-height: 3rem !important;
  }

  #uhwo-header > .container > .row {
    flex-wrap: nowrap;
  }

  #logo-container {
    flex: 1 1 90%;
  }

  #logo-container #d-logo {
    display: none;
  }

  #logo-container #m-logo {
    display: block;
    padding-right: 75px;
  }

  #emergency-notification {
    flex-direction: column;
  }

  #emergency-notification .emergency-icon {
    font-size: 20vw;
  }

  #breadcrumb > .container > .row > .col-md-12 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
  }

  .homepage-block {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  ._col-1-wide
    > .elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  ._col-2-50 > .elementor-container > .elementor-column:nth-child(1),
  ._col-2-50 > .elementor-container > .elementor-column:nth-child(2),
  ._col-2 > .elementor-container > .elementor-column:nth-child(1) {
    width: 100%;
  }

  ._col-2 > .elementor-container,
  ._col-2-50 > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  ._col-2 > .elementor-container > .elementor-column:nth-child(2) {
    width: 100%;
    margin-top: 0;
  }

  .post-list-widget.layout-2-col .excerpt-block,
  .excerpt-block,
  .post-list-widget.layout-2-col .excerpt-block .post-image,
  .excerpt-block .post-image {
    width: 100%;
    max-width: 100%;
  }

  .excerpt-block {
    flex-direction: column;
  }

  .quote-block {
    font-size: 1.125rem;
  }

  .quote-block p {
    line-height: 1.75rem !important;
  }

  .quote-author {
    font-size: 1.125rem;
  }

  .featured-content {
    margin-bottom: 1.5rem;
  }

  .alt-box-row .alt-box-text {
    padding: 2rem 0px 1.5rem;
  }

  .alt-box-row .alt-box-text strong {
    font-size: 1.25rem;
  }

  .alt-box-row .alt-box-image {
    padding-left: 0px;
    padding-right: 0px;
  }

  .swap-col {
    flex-direction: column-reverse;
  }

  #uhwo-text {
    text-align: center;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    top: 71px;
  }

  .uhwo-link-box {
    flex-wrap: wrap;
  }

  .uhwo-link-box .link-box-half {
    padding-bottom: 0;
    width: 100%;
  }

  .uhwo-link-box .link-box-half:last-child {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  #uhwo-footer .footer-col {
    margin-top: 2.25rem;
    text-align: center;
    word-break: break-word;
  }

  #uhwo-footer .footer-col .textwidget p {
    line-height: 1.25rem !important;
  }

  #uhwo-footer .footer-col .footer-heading {
    margin-bottom: 0.3rem;
  }

  #uhwo-subfooter > .container > .row {
    display: flex;
    flex-direction: column-reverse;
  }

  #uhwo-subfooter .subfooter-col {
    text-align: center;
  }

  #uhwo-subfooter #sm-container {
    justify-content: center;
    margin-bottom: 0.9375rem;
  }

  .flickr-photo-gallery.sm-2-cols .flickr-block,
  .flickr-photo-gallery.sm-3-cols .flickr-block,
  .flickr-photo-gallery.sm-4-cols .flickr-block,
  .flickr-photo-gallery.sm-5-cols .flickr-block,
  .flickr-photo-gallery.sm-6-cols .flickr-block {
    width: 48%;
  }

  #instagram-feed.sm-2-cols .ig-post,
  #instagram-feed.sm-3-cols .ig-post,
  #instagram-feed.sm-4-cols .ig-post,
  #instagram-feed.sm-5-cols .ig-post,
  #instagram-feed.sm-6-cols .ig-post {
    width: calc(48% - 8px);
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .fac-staff-container.condensed .fac-staff-card {
    width: 95%;
  }

  .fac-staff-container.condensed.vertical .fac-staff-card {
    width: calc(50% - 0.5rem);
    margin-bottom: 12px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .attention-box img {
    display: none;
  }
}
