@charset "UTF-8";
/*!========================================================================
 * GIOS WP v0.0.4
 * ========================================================================
 * Copyright 2014-2016 ASU
 * ======================================================================== */
.text-pop {
  background-color: #e6e6e6;
  padding-left: 5px;
  padding-right: 5px;
}

.asu-box {
  border-top: 8px solid #990033;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
}
.asu-box::before {
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 992px) {
  .vertical-align-md {
    align-items: center;
    display: flex;
  }
}

.social-media {
  list-style: none;
  padding-left: 0;
}
.social-media li {
  display: inline-block;
  font-size: 50px;
}
.social-media li a {
  border-bottom: 0;
  text-decoration: none;
}

/**
 * Hide ReCAPTCHA v3 Widget
 */
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.grecaptcha-show-widget {
  visibility: visible;
  opacity: 1;
  transition: linear opacity 1s;
}

.calendar-large, .calendar {
  border-bottom: 0;
  display: inline-block;
  float: left;
}
.calendar-large time.icon, .calendar time.icon {
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  -moz-box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd;
  -webkit-box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd;
  display: block;
  overflow: hidden;
  position: relative;
  -moz-transform: rotate(0deg) skewY(0deg);
  -ms-transform: rotate(0deg) skewY(0deg);
  -o-transform: rotate(0deg) skewY(0deg);
  -webkit-transform: rotate(0deg) skewY(0deg);
  transform: rotate(0deg) skewY(0deg);
  -moz-transform-origin: 50% 10%;
  -ms-transform-origin: 50% 10%;
  -o-transform-origin: 50% 10%;
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}
.calendar-large time.icon *, .calendar time.icon * {
  display: block;
  font-size: 1em;
  font-style: normal;
  text-align: center;
  width: 100%;
}
.calendar-large time.icon strong, .calendar time.icon strong {
  background-color: #fd9f1b;
  -moz-box-shadow: 0 2px 0 #fd9f1b;
  -webkit-box-shadow: 0 2px 0 #fd9f1b;
  box-shadow: 0 2px 0 #fd9f1b;
  color: #fff;
  font-size: 2.5em;
  font-weight: normal;
  padding: 1px 0;
  position: absolute;
  top: 0;
}
.calendar-large time.icon em, .calendar time.icon em {
  bottom: 0;
  color: #666;
  font-size: 3.3em;
  font-weight: bold;
  position: absolute;
}

.calendar {
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.calendar time.icon {
  font-size: 5px;
  height: 40px;
  width: 40px;
}
.calendar time.icon.past-event strong {
  background-color: #e9e9e9;
  box-shadow: 0 2px 0 #e9e9e9;
  color: #444;
}
.calendar time.icon.past-event em {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #555;
  font-weight: normal;
}
.calendar strong {
  height: 16px;
}

.calendar-large {
  float: none;
  height: 65px;
  width: 65px;
}
.calendar-large time.icon {
  font-size: 8px;
  height: 60px;
  width: 60px;
}
.calendar-large strong {
  height: 26px;
}

.map:not(.parent) {
  background-color: #d4edf9;
  border: 0;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  -moz-box-shadow: 0 1px 0 #bdbdbd;
  -webkit-box-shadow: 0 1px 0 #bdbdbd;
  box-shadow: 0 1px 0 #bdbdbd;
  display: inline-block;
  float: left;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}

.pin {
  background: #0c4c75;
  -webkit-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  height: 21px;
  margin: 4px 0 0 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 21px;
}
.pin::after {
  background: #d4edf9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 9px;
  margin: 6px 0 0 6px;
  position: absolute;
  width: 9px;
}

.pulse {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 12px;
  margin: -1px 0 0 14px;
  -moz-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
  width: 12px;
  z-index: -2;
}
.pulse::after {
  -moz-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 1px 2px #0c4c75;
  -webkit-box-shadow: 0 0 1px 2px #0c4c75;
  box-shadow: 0 0 1px 2px #0c4c75;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 30px;
  margin: -10px 0 0 -9px;
  opacity: 0.4;
  position: absolute;
  width: 30px;
}

.events-full-list h3.page-header {
  margin-top: 48px;
}
.events-full-list .event-blurb h2 {
  font-size: 24px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .events-full-list .event-blurb h2 {
    font-size: 22px;
  }
}
.events-full-list .event-blurb h2 a {
  border-bottom: 0;
}
.events-full-list .event-blurb .past-event-blurb {
  border: 1px solid #e9e9e9;
  border-radius: 0.6px;
  box-shadow: 1px 1px 1px #e9e9e9;
  margin-bottom: 1em;
  padding: 0.5em;
}
.events-full-list .event-blurb .categories::before, .events-full-list .event-blurb .categories::after {
  content: " ";
  display: table;
}
.events-full-list .event-blurb .categories::after {
  clear: both;
}
.events-full-list .event-blurb .categories .event-category {
  float: right;
}
.events-full-list .event-blurb .event-toolbar {
  background-color: #f5f5f5;
  border-top: 1px solid #e9e9e9;
  clear: both;
  margin-bottom: -19px;
  margin-left: -20px;
  margin-right: -20px;
}
.events-full-list .event-blurb .event-toolbar::before, .events-full-list .event-blurb .event-toolbar::after {
  clear: both;
  content: " ";
  display: table;
}
.events-full-list .event-blurb .event-toolbar > a,
.events-full-list .event-blurb .event-toolbar > span {
  background-color: #eee;
  border-bottom: 0;
  border-left: 1px solid #dedede;
  display: inline-block;
  float: right;
  padding: 11px 15px;
  text-decoration: none;
}
.events-full-list .event-blurb .event-toolbar > a:hover,
.events-full-list .event-blurb .event-toolbar > span:hover {
  background-color: #dedede;
}
.events-full-list .event-blurb .event-toolbar > a.rsvp,
.events-full-list .event-blurb .event-toolbar > span.rsvp {
  background-color: #903;
  color: white !important;
}
.events-full-list .event-blurb .event-toolbar > a.rsvp:hover,
.events-full-list .event-blurb .event-toolbar > span.rsvp:hover {
  background-color: #c03;
  color: white !important;
}
.events-full-list .event-blurb .headliner {
  border-left: solid 4px #990033;
  margin: 5px 10px;
  padding-left: 10px;
}
.events-full-list .event-blurb .headliner h2 {
  font-size: 1.3em;
  margin-bottom: 5px;
}
.events-full-list .event-blurb .headliner ul {
  margin-left: 0;
  padding: 0;
}
.events-full-list .event-blurb .headliner li {
  color: #333;
  cursor: default;
  font-family: "Gill Sans / Gill Sans MT", "Gill Sans MT", "Droid Sans", Verdana, Arial, Geneva, sans-serif;
  font-size: 15px;
  line-height: 18px;
  list-style: none;
  margin: 0;
  padding: 5px 8px;
}
.events-full-list .event-blurb .date-description::after {
  clear: both;
  content: "";
}
.events-full-list .event-blurb .location-box-content {
  display: inline-block;
  vertical-align: top;
}

.list-group-item .list-group-accordion-toggle-text {
  margin-left: 1em;
}

.event-category,
.news-category {
  color: white;
  display: none;
  font-size: 80%;
  margin-left: 10px;
  padding: 1px 3px;
  text-align: center;
  white-space: nowrap;
}

.wrigley-lecture,
.events-wrigley-lecture {
  background-color: #5b6770;
  color: white;
  display: block;
}
.no-float-categories .wrigley-lecture,
.no-float-categories .events-wrigley-lecture {
  display: inline-block;
}

.sustainability-series,
.events-sustainability-series {
  background-color: #5d9732;
  color: white;
  display: block;
}
.no-float-categories .sustainability-series,
.no-float-categories .events-sustainability-series {
  display: inline-block;
}

.case-critical,
.events-case-critical {
  background-color: #ff6c00;
  color: white;
  display: block;
}
.no-float-categories .case-critical,
.no-float-categories .events-case-critical {
  display: inline-block;
}

.carbon-nation,
.events-carbon-nation {
  background-color: #188dcb;
  color: white;
  display: block;
}
.no-float-categories .carbon-nation,
.no-float-categories .events-carbon-nation {
  display: inline-block;
}

.lightworks,
.events-lightworks {
  background-color: #fdc33c;
  color: black;
  display: block;
}
.no-float-categories .lightworks,
.no-float-categories .events-lightworks {
  display: inline-block;
}

.scientists-and-scholars,
.events-scientists-and-scholars {
  background-color: #a9d0e3;
  color: black;
  display: block;
}
.no-float-categories .scientists-and-scholars,
.no-float-categories .events-scientists-and-scholars {
  display: inline-block;
}

.sustainability-after-school,
.events-sustainability-after-school {
  background-color: #8a1042;
  color: white;
  display: block;
}
.no-float-categories .sustainability-after-school,
.no-float-categories .events-sustainability-after-school {
  display: inline-block;
}

.sustainability-scientists,
.events-sustainability-scientists {
  background-color: #a9d0e3;
  color: black;
  display: block;
}
.no-float-categories .sustainability-scientists,
.no-float-categories .events-sustainability-scientists {
  display: inline-block;
}

.living-wisdom,
.events-living-wisdom {
  background-color: #fdc33c;
  color: black;
  display: block;
}
.no-float-categories .living-wisdom,
.no-float-categories .events-living-wisdom {
  display: inline-block;
}

.food-systems,
.events-food-systems {
  background-color: #5d9732;
  color: white;
  display: block;
}
.no-float-categories .food-systems,
.no-float-categories .events-food-systems {
  display: inline-block;
}

.biodiversity,
.events-biodiversity {
  background-color: #5d9732;
  color: white;
  display: block;
}
.no-float-categories .biodiversity,
.no-float-categories .events-biodiversity {
  display: inline-block;
}

.professional-training,
.events-professional-training {
  background-color: #5d9732;
  color: white;
  display: block;
}
.no-float-categories .professional-training,
.no-float-categories .events-professional-training {
  display: inline-block;
}

.sustainability-at-asu,
.events-sustainability-at-asu {
  background-color: #5d9732;
  color: white;
  display: block;
}
.no-float-categories .sustainability-at-asu,
.no-float-categories .events-sustainability-at-asu {
  display: inline-block;
}

.decision-center-desert-city,
.events-decision-center-desert-city {
  background-color: #52616f;
  color: white;
  display: block;
}
.no-float-categories .decision-center-desert-city,
.no-float-categories .events-decision-center-desert-city {
  display: inline-block;
}

.global-futures,
.events-global-futures {
  background-color: #fdc33c;
  color: black;
  display: block;
}
.no-float-categories .global-futures,
.no-float-categories .events-global-futures {
  display: inline-block;
}

.news-category.sos-news {
  background-color: #5d9732;
  color: white;
  display: block;
}

.news-category.thought-leader {
  background-color: gray;
  color: white;
  display: block;
}

.news-category.decision-center-desert-city {
  background-color: #52616f;
  color: white;
  display: block;
}

.news-category.dcdc {
  background-color: #52616f;
  color: white;
  display: block;
}

.news-category.press_releases {
  background-color: gray;
  color: white;
  display: block;
}

.news-category.press-releases {
  background-color: gray;
  color: white;
  display: block;
}

.media-grid-view div.media-thumb-view {
  min-height: 200px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.media-thumb {
  min-height: 120px;
}

.news .categories::before, .news .categories::after {
  content: " ";
  display: table;
}
.news .categories::after {
  clear: both;
}
.news .categories .news-category {
  float: right;
}

.news-card-icon img {
  max-height: 225px;
  max-width: 350px;
  min-height: 225px;
  min-width: 135px;
}

.event-card-icon img {
  max-height: 155px;
  max-width: 135px;
  min-height: 155px;
  min-width: 135px;
}
.event-card-icon a.no-underline,
.event-card-icon a.no-underline:hover {
  border-bottom: 0;
}

.events-card-calendar-readable-day {
  font-size: 100%;
}

.event-card-icon-no-headshot {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 130%;
  height: 150px;
  padding: 4px;
  width: 135px;
}
.event-card-icon-no-headshot p {
  padding-top: 10px;
}

.person-card *,
.person-card__image {
  text-align: center;
}

.person-card__image--thumb {
  max-height: 140px;
  min-height: 140px;
}

.person-card__text {
  max-height: 60px;
  min-height: 60px;
}

a.alphabetical-anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

@media (min-width: 992px) {
  .sidebar-nav__publications ul.nav {
    float: none;
  }
}
.people-list__headshot img {
  height: 50px;
  margin-bottom: 5px;
}

.profile-pic {
  margin: auto;
  text-align: center;
}
.profile-pic img {
  border-radius: 50%;
}

.profile-heading h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.profile-heading .person-title {
  margin-bottom: 1em;
}

/**
 * Styles for the affix (sticky) class for our mobile drop-down to stick
 * to the top of the screen. This class is toggled by Bootstrap as
 * part of it's built-in scroll spy feature
 */
@media only screen and (max-width: 991px) {
  .affix {
    background-color: #2a2a2a;
    border: 0;
    color: white;
    left: 0;
    margin-top: 0;
    padding: 1em;
    position: fixed;
    top: 0;
    visibility: visible;
    z-index: 9999;
  }
}

/**
 * Styles for the new slim-person-blurb and it's children. Note that we're using
 * SASS nesting here so that we only affect the child nodes inside of the new
 * .slim-person-blurb class, leaving the other people view options unaffected.
 */
.slim-person-blurb {
  border: 1px solid #eee;
  box-shadow: 1px 1px 2px #eee;
  padding: 0.5em;
}
.slim-person-blurb .person-name-link {
  font-size: 1.25em;
}
.slim-person-blurb .person-blurb-text {
  color: #666;
}
@media only screen and (max-width: 767px) {
  .slim-person-blurb .person-blurb-text {
    text-align: center;
  }
}
.slim-person-blurb .person-blurb-keywords {
  margin-top: 1em;
}
.slim-person-blurb .person-blurb-keywords .label > a {
  border-bottom: 0;
  color: white;
  text-decoration: none;
}
.slim-person-blurb .person-blurb-image {
  padding: 0.5em 0;
  text-align: center;
}
.slim-person-blurb .person-image-thumb {
  border: 1px solid #eee;
  border-radius: 50%;
  padding: 2px;
}
@media only screen and (max-width: 767px) {
  .slim-person-blurb .person-image-thumb {
    display: block;
    margin: auto;
    width: 90px !important;
  }
}
@media only screen and (min-width: 768px) {
  .slim-person-blurb .person-image-thumb {
    width: 90px !important;
  }
}
@media only screen and (min-width: 992px) {
  .slim-person-blurb .person-image-thumb {
    width: 100px !important;
  }
}

/**
 * Card Views
 *
 * As with the slim view, we've used nesting here so that we don't
 * interfere with anything outside of .person-card for now
 */
.person-card {
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #eee;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 0.5em 0;
}
.person-card .person-card__image .img-border {
  border-radius: 50%;
  max-width: 100px;
  padding: 2px;
}
.person-card .person-card__text {
  min-height: 0;
}

.person-blurb .expertise-keywords a.btn {
  padding: 3px 8px;
}

.person-blurb .expertise-keywords a.source-united-nations::after,
.all-keywords a.source-united-nations::after {
  content: " ";
  font-family: FontAwesome;
}

.person-title {
  color: #666;
  font-weight: 500;
}

/**
 * Detailed Person View Styles
 */
@media only screen and (max-width: 767px) {
  .contact-info {
    text-align: center;
  }
}

.extra-titles {
  margin-top: 1.5em;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  .extra-titles {
    margin-left: -1.25em;
  }
}

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