.section-container {
  position: relative; }
  .section-container .section-divider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    background-color: #003262;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    border-radius: .3em; }
    .section-container .section-divider .section-heading {
      color: white;
      margin: .5em 0; }
    .section-container .section-divider a {
      color: white; }

a.anchor {
  top: -10vh;
  position: absolute; }
  a.anchor#page-top {
    position: absolute;
    top: 0; }

.sb-search {
  position: relative;
  margin-top: 0px;
  width: 0%;
  min-width: 50px;
  height: 50px;
  overflow: hidden;
  transition: width 0.5s;
  -webkit-backface-visibility: hidden;
  margin: 1em 0;
  /* Open state */ }
  .sb-search#sb-search-top, .sb-search#sb-search-bottom {
    z-index: 100;
    position: absolute;
    right: 0;
    margin: 0 0 0 0; }
  .sb-search .sb-search-input {
    top: 0;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    padding: 10px 65px 10px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
    transition: all 0.5s;
    opacity: 0;
    border: 1px solid;
    border-radius: .25em; }
  .sb-search.sb-search-open {
    width: 100%;
    background-color: white; }
    .sb-search.sb-search-open .sb-search-input {
      opacity: 100; }
  .sb-search .sb-search-input::-webkit-input-placeholder {
    color: #efb480; }
  .sb-search .sb-search-input:-moz-placeholder {
    color: #efb480; }
  .sb-search .sb-search-input::-moz-placeholder {
    color: #efb480; }
  .sb-search .sb-search-input:-ms-input-placeholder {
    color: #efb480; }
  .sb-search .sb-icon-search,
  .sb-search .sb-search-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer; }
  .sb-search .sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1; }
  .sb-search .sb-icon-search:hover {
    background: #9fcf6c;
    color: #fff; }
  .sb-search .sb-icon-search {
    color: inherit;
    background: transparent;
    z-index: 90;
    font-size: 22px;
    speak: none; }
  .sb-search .sb-search.sb-search-open,
  .sb-search .no-js .sb-search {
    width: 100%; }
  .sb-search .sb-search.sb-search-open .sb-icon-search,
  .sb-search .no-js .sb-search .sb-icon-search {
    background: #9fcf6c;
    color: #fff;
    z-index: 11; }
  .sb-search .sb-search.sb-search-open .sb-search-submit,
  .sb-search .no-js .sb-search .sb-search-submit {
    z-index: 90; }
  .sb-search .sb-search-open .sb-search-input {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1; }

.post-preview .event-info .venue {
  display: block;
  margin-bottom: .5em; }

.person_item {
  transition: background .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid transparent;
  overflow: hidden;
  background: #f2f2f2;
  background: rgba(255, 255, 255, 0.5);
  height: auto;
  margin-top: .5em;
  margin-bottom: .5em;
  padding: .5em; }
  .person_item > .post_preview_link {
    display: block;
    margin-bottom: .5em; }
  .person_item.person_student, .person_item.person_alumni {
    height: auto; }
  .person_item ul {
    padding: 0;
    font-size: 11px;
    line-height: 1.4em;
    margin: .5em 0 0;
    display: block;
    float: left;
    width: 100%; }
  .person_item .person_excerpt {
    margin: .5em 0px 0;
    text-align: left;
    float: left; }
  .person_item.person_student .person_excerpt, .person_item.person_alumni .person_excerpt {
    display: none; }
  .person_item.person_student .person_meta, .person_item.person_alumni .person_meta {
    display: block;
    margin-top: .5em; }

#ergies_widget::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

.pagination_container {
  display: block;
  text-align: center; }
  .pagination_container ul, .pagination_container ol {
    margin: 0 auto; }

.makesquare {
  opacity: 0;
  transition: opacity .5s;
  position: relative;
  overflow: hidden;
  border-radius: 1em;
  max-width: 240px;
  max-height: 240px;
  margin: 0 auto; }
  .makesquare > .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .makesquare.squared {
    opacity: 1; }
  .makesquare:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 1em;
    box-shadow: inset 0 0 15px -5px black;
    content: " "; }

.person_item .headshot {
  margin: 0 auto .5em;
  border: 1px solid #666;
  border-radius: 4px;
  overflow: hidden;
  height: 70px;
  width: 60px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: opacity .5s ease;
  height: 240px;
  width: 100%;
  max-width: 240px; }
.person_item .glyphicon-user {
  color: #ccc;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 10px; }
.person_item .name, .person_item .titles {
  margin: 2px 0px 0px;
  padding: 0;
  font-weight: normal;
  word-wrap: break-word; }
.person_item .name {
  font-weight: 600; }
.person_item.spotlight {
  height: auto; }
  .person_item.spotlight.spotlight p {
    font-size: 16px; }
.person_item li.topic {
  margin: 0px;
  display: block;
  list-style: none;
  text-transform: capitalize;
  line-height: 1.2em;
  padding: 4px;
  word-wrap: break-word; }
  .person_item li.topic:nth-of-type(even) {
    background: none; }
  .person_item li.topic:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.02); }

.card.not_ucb_style {
  background-color: white !important; }

.people-columns, .erg-card-columns {
  display: block;
  -moz-columns: 4 200px;
       columns: 4 200px;
  gap: 2rem;
  margin-bottom: 4rem; }
  .people-columns .card, .erg-card-columns .card {
    page-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid lightgray;
    padding: 1rem;
    background-color: white !important;
    border-radius: 2px;
    margin-bottom: 2rem; }
  .people-columns.people-type--alumni .card .card-title, .erg-card-columns.people-type--alumni .card .card-title {
    font-size: 1.2em; }
  .people-columns.card-columns-1 .person-card, .erg-card-columns.card-columns-1 .person-card {
    margin-bottom: 1rem; }
    .people-columns.card-columns-1 .person-card > div, .erg-card-columns.card-columns-1 .person-card > div {
      display: grid;
      gap: 1em;
      grid: "image body" "topics body" "button button" / 80px auto;
      -ms-flex-pack: start;
          justify-content: start; }
      @media screen and (min-width: 576px) {
        .people-columns.card-columns-1 .person-card > div, .erg-card-columns.card-columns-1 .person-card > div {
          grid: "image body topics" "image body topics" / 180px 3fr 1fr; } }
    .people-columns.card-columns-1 .person-card a.img-link, .erg-card-columns.card-columns-1 .person-card a.img-link {
      grid-area: image; }
      @media screen and (min-width: 576px) {
        .people-columns.card-columns-1 .person-card a.img-link, .erg-card-columns.card-columns-1 .person-card a.img-link {
          height: 180px;
          position: relative;
          overflow: hidden; }
          .people-columns.card-columns-1 .person-card a.img-link img, .erg-card-columns.card-columns-1 .person-card a.img-link img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%); } }
    .people-columns.card-columns-1 .person-card .card-body, .erg-card-columns.card-columns-1 .person-card .card-body {
      grid-area: body; }
    .people-columns.card-columns-1 .person-card .list-group, .erg-card-columns.card-columns-1 .person-card .list-group {
      grid-area: topics;
      margin-bottom: 0;
      place-self: start; }
      @media screen and (min-width: 576px) {
        .people-columns.card-columns-1 .person-card .list-group, .erg-card-columns.card-columns-1 .person-card .list-group {
          -moz-columns: 1 80px;
               columns: 1 80px; } }
    .people-columns.card-columns-1 .person-card a.btn, .erg-card-columns.card-columns-1 .person-card a.btn {
      grid-area: button; }
      @media screen and (min-width: 576px) {
        .people-columns.card-columns-1 .person-card a.btn, .erg-card-columns.card-columns-1 .person-card a.btn {
          display: none; } }

.person-card, .preview-card {
  page-break-inside: avoid;
       break-inside: avoid;
  border: 1px solid lightgray;
  padding: 1rem;
  background-color: white !important;
  border-radius: 2px;
  margin-bottom: 2rem; }
  .person-card a.img-link > img, .preview-card a.img-link > img {
    margin-bottom: 10px; }
  .person-card .card-title, .preview-card .card-title {
    margin-top: 10px; }
  .person-card .card-text, .preview-card .card-text {
    overflow: hidden; }
  .person-card .list-group, .preview-card .list-group {
    display: block;
    -moz-columns: 3 80px;
         columns: 3 80px;
    gap: 1em; }
  .person-card .list-group-item, .preview-card .list-group-item {
    line-height: 1.3em;
    font-size: 1em;
    page-break-inside: avoid;
         break-inside: avoid;
    padding-bottom: .5em;
    text-transform: capitalize;
    word-wrap: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .person-card a.btn-block, .preview-card a.btn-block {
    white-space: normal; }

@supports (-moz-appearance: none) {
  /* firefox needs cards to be displayed inline-block to not break between columns */
  .people-columns .card, .erg-card-columns .card {
    display: inline-block; } }
@media screen and (min-width: 0px) {
  [class*="card-columns-"] {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-width: 100%;
         column-width: 100%; } }
@media screen and (min-width: 576px) {
  [class*="card-columns-"] {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-width: 200px;
         column-width: 200px; } }
@media screen and (min-width: 768px) {
  [class*="card-columns-"] {
    -moz-column-count: 3;
         column-count: 3; } }
@media screen and (min-width: 992px) {
  [class*="card-columns-"] {
    -moz-column-count: 4;
         column-count: 4; } }
@media screen and (min-width: 1200px) {
  [class*="card-columns-"] {
    -moz-column-count: 6;
         column-count: 6; } }

.card-columns-1 {
  -moz-columns: 1 480px;
       columns: 1 480px;
  gap: 2rem; }

.card-columns-2 {
  -moz-columns: 2 360px;
       columns: 2 360px;
  gap: 2rem; }

.card-columns-3 {
  -moz-columns: 3 240px;
       columns: 3 240px;
  gap: 2rem; }

.card-columns-4 {
  -moz-columns: 4 200px;
       columns: 4 200px;
  gap: 2rem; }

.card-columns-5 {
  -moz-columns: 5 160px;
       columns: 5 160px;
  gap: 2rem; }

.card-columns-6 {
  -moz-columns: 6 120px;
       columns: 6 120px;
  gap: 2rem; }

article .entry-content > ul li {
  text-indent: 1.5em; }
article.type-people .person-card {
  max-width: 100%;
  margin-right: 0em;
  float: none;
  display: block;
  border: none; }
  @media screen and (min-width: 576px) {
    article.type-people .person-card {
      max-width: 240px;
      margin-right: 1.5em;
      float: left;
      display: inline-block; } }
  @media screen and (min-width: 992px) {
    article.type-people .person-card {
      max-width: 320px; } }
  article.type-people .person-card .list-group {
    display: block;
    -moz-columns: 2 120px;
         columns: 2 120px;
    gap: 1em; }
  article.type-people .person-card .list-group-item {
    page-break-inside: avoid;
         break-inside: avoid;
    font-size: .8em;
    padding-bottom: .5em;
    text-transform: capitalize;
    word-wrap: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }

.pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 576px) {
    .pager {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .pager li.previous {
    text-align: left; }
    .pager li.previous .meta-nav {
      margin-right: 1em; }
  .pager li.next {
    text-align: right; }
    .pager li.next .meta-nav {
      margin-left: 1em; }
  .pager li a {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.homepage-hero, #feature_carousel {
  height: 80vh;
  min-height: 480px; }

.background-carousel {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  min-height: 480px; }

.carousel-caption-container {
  position: absolute;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(200, 200, 200, 0.4);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 1em -0.5em black;
  font-size: .8em;
  border-top: 6px solid; }
  .carousel-caption-container .caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 1.5em;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    width: auto; }
    @media screen and (min-width: 576px) {
      .carousel-caption-container .caption {
        font-size: 1.2em; } }
    .carousel-caption-container .caption .title {
      font-size: 2em;
      line-height: 1.1em;
      margin-bottom: .3em; }
    .carousel-caption-container .caption .excerpt {
      margin-bottom: .7em;
      font-size: .9em; }
    .carousel-caption-container .caption p {
      font-size: 1.6em;
      line-height: 1.2em;
      margin: 0em 0em; }
    .carousel-caption-container .caption a {
      color: white; }
  .carousel-caption-container .coverall_link:hover ~ .caption a {
    text-decoration: underline; }
  .carousel-caption-container .go-button {
    font-size: 2em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 2rem; }

.carousel .item:nth-of-type(0n) .carousel-caption-container {
  background-color: rgba(59, 126, 161, 0.8); }
.carousel .item:nth-of-type(1n) .carousel-caption-container {
  background-color: rgba(196, 130, 14, 0.8); }
.carousel .item:nth-of-type(2n) .carousel-caption-container {
  background-color: rgba(133, 148, 56, 0.8); }
.carousel .item:nth-of-type(3n) .carousel-caption-container {
  background-color: rgba(217, 102, 31, 0.8); }

.coverall_link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer; }

.social-media-links {
  display: -ms-flexbox;
  display: flex; }
  .social-media-links a {
    color: rgba(255, 255, 255, 0.8); }

#universal-footer .logo {
  margin-left: 0 !important; }

.widget .widget-title {
  font-size: 2.5em; }
.widget .block-header {
  margin-left: 0; }
.widget .preview-card a.btn-primary:hover, .widget .person-card a.btn-primary:hover {
  color: #fff;
  background-color: #00182f !important;
  border-color: #00060b !important; }

.child-page-aggregator .card-title a {
  color: #003262; }

.dept-title {
  position: relative; }

.footer-sidebar-row {
  padding: 0; }
  @media screen and (min-width: 576px) {
    .footer-sidebar-row .sidebar.widget:last-of-type > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      text-align: right; } }
