.app-scope {
  @charset "UTF-8";
  /* Nav */
  /* Content */
  /* Professor Interview */
  /* Remove Native Input Close Button */
  /* Hide/Show Mobile/Desktop section for Slick Slider */
  /* Homepage Publication Card Slider */
  /* Homepage Person Card Slider */
  /* Homepage What's Happening Slider */
  /* Homepage Quote Slider */
  /* Research Outreach Summary */
  /* Outreach Secondary Summary */
  /* Headings */
  /* Body Text */
  /* Links */
  /* Slider */
  /* Avatar Name Tooltip */
  /* Faculty Engagement Key */
  /* Faculty Engagement Card */
  /* Card Grid Basic Styles */
  /* Two Column */
  /* Three Column */
  /* Four Column */
  /* Mobile Secondary Nav */
  /* r15 / bot50 */
  /* Professor Detail Page */
  /* Two column content */
  /* Two column content with caption block */
  /* Callout section for lists */
  /* Professors Card Grid */
  /* Three-Column Flexbox */
  /* Two-Column Flexbox */
}
.app-scope .animated-header {
  position: relative;
  height: 340px;
  padding: 0;
}
.app-scope .web {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 100%;
  height: 540px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 480px) {
  .app-scope .animated-header {
    height: 440px;
  }
  .app-scope .web {
    bottom: 0;
    height: 540px;
  }
}
@media (min-width: 600px) {
  .app-scope .web {
    height: 580px;
  }
}
@media (min-width: 768px) {
  .app-scope .animated-header {
    height: 570px;
  }
  .app-scope .web {
    height: 700px;
  }
}
@media (min-width: 1024px) {
  .app-scope .web {
    height: 730px;
  }
}
@media (min-width: 1500px) {
  .app-scope .animated-header {
    height: 650px;
  }
  .app-scope .web {
    height: 830px;
  }
}
@media (min-width: 1900px) {
  .app-scope .animated-header {
    height: 800px;
  }
  .app-scope .web {
    height: 1000px;
  }
}
.app-scope .link-see-all {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(54, 71, 79, 0.7);
  height: 66px;
  text-align: center;
  z-index: 2;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.app-scope .link-see-all:hover {
  background: rgba(54, 71, 79, 0.85);
}
.app-scope .link-see-all a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
}
.app-scope .link-see-all a div {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.app-scope .link-see-all a div span:before {
  position: relative;
  top: 2px;
}
.app-scope .header-bg {
  height: 100%;
  background: linear-gradient(90deg, #2F3BA2, #00EAB5);
  z-index: 1;
}
.app-scope .web svg a text {
  fill: white;
  font-family: 'Roboto', helvetica, sans-serif;
  font-weight: 400;
  font-size: 2px;
  letter-spacing: 0;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
@media (min-width: 1500px) {
  .app-scope .web svg a text {
    font-size: 1.8px;
  }
}
.app-scope .web svg path {
  fill: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.app-scope .web svg a:hover path {
  fill: rgba(255, 255, 255, 0.18);
}
.app-scope .web svg a:hover text {
  opacity: 0.8;
}
.app-scope .web svg path.poly-flash {
  -webkit-animation: polyFlash 0.5s linear;
  animation: polyFlash 0.5s linear;
}
@-webkit-keyframes polyFlash {
  0% {
    fill: rgba(255, 255, 255, 0);
  }
  50% {
    fill: rgba(255, 255, 255, 0.1);
  }
  100% {
    fill: rgba(255, 255, 255, 0);
  }
}
@keyframes polyFlash {
  0% {
    fill: rgba(255, 255, 255, 0);
  }
  50% {
    fill: rgba(255, 255, 255, 0.1);
  }
  100% {
    fill: rgba(255, 255, 255, 0);
  }
}
.app-scope .season {
  padding: 30px 0;
}
.app-scope .season h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.app-scope .section-outreach-secondary .award-list-container .card-grid.three-column-flex .card-cell {
  padding-bottom: 50px;
}
.app-scope .list-block {
  clear: left;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #f5f5f5;
}
.app-scope .list-block:nth-of-type(1) {
  padding: 0 0 30px 0;
}
.app-scope .list-block h5 {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 600px) {
  .app-scope .list-block ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
  }
}
@media (min-width: 960px) {
  .app-scope .list-block ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.app-scope .list-block li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
.app-scope .back-arrow {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .app-scope .back-arrow {
    margin-bottom: 35px;
  }
}
.app-scope .back-arrow span,
.app-scope .back-arrow span.svg-icon {
  display: inline-block;
}
.app-scope .back-arrow .back-icon {
  width: 6%;
  width: calc(20px);
  font-size: 10px;
  color: #b0bec5;
  vertical-align: middle;
}
.app-scope .back-arrow .back-name {
  width: 94%;
  width: calc(80%);
  font-size: 14px;
  color: #b0bec5;
  vertical-align: middle;
}
.app-scope .back-arrow a span {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.app-scope .back-arrow a:hover span {
  color: #0b74d5;
}
.app-scope .callout-global-outreach {
  padding: 40px 0 0 0;
}
@media (min-width: 768px) {
  .app-scope .callout-global-outreach {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .app-scope .callout-global-outreach-table {
    display: table;
  }
}
.app-scope .callout-global-outreach-copy {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .app-scope .callout-global-outreach-copy {
    display: table-cell;
    width: 68%;
    margin-bottom: 0;
    padding-right: 60px;
    text-align: left;
  }
}
.app-scope .callout-global-outreach-copy h4 {
  margin-bottom: 30px;
}
.app-scope .callout-global-outreach-copy p {
  font-size: 14px;
  line-height: 24px;
}
.app-scope .callout-global-outreach-copy p + p {
  margin-top: 15px;
}
.app-scope .callout-global-outreach-image {
  width: 100%;
  height: 80px;
  background: url(/app/images/callout-global-outreach-bg.2x.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 480px) {
  .app-scope .callout-global-outreach-image {
    background: url(/app/images/callout-global-outreach-bg.2x.jpg);
    background-size: 70%;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .app-scope .callout-global-outreach-image {
    display: table-cell;
    width: 32%;
    background: url(/app/images/callout-global-outreach-bg.2x.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.app-scope .cta-research-outreach,
.app-scope .cta-machine-intelligence-roles {
  text-align: center;
}
@media (min-width: 768px) {
  .app-scope .cta-research-outreach {
    background: url(/app/images/outreach-cta-bg.2x.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.app-scope .cta-machine-intelligence-roles {
  background-color: #fff;
}
.app-scope .cta h4 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .app-scope .cta h4 {
    margin: 0 auto 50px;
    max-width: 650px;
    font-size: 22px;
  }
}
.app-scope .cta p {
  display: block;
  max-width: 720px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .app-scope .cta p {
    margin: 0 auto 30px auto;
  }
}
.app-scope .cta p strong {
  font-weight: 500;
}
.app-scope .detail-tabs {
  margin-top: 60px;
}
.app-scope .detail-tabs-list {
  border-top: 1px solid rgba(151, 151, 151, 0.11);
  border-bottom: 1px solid rgba(151, 151, 151, 0.11);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .app-scope .detail-tabs-list {
    border-top: none;
  }
}
.app-scope .detail-tabs-list ul {
  white-space: nowrap;
}
.app-scope .detail-tabs-list li {
  display: inline-block;
  padding: 20px 0;
}
.app-scope .detail-tabs-list li + li {
  margin-left: 20px;
}
.app-scope .detail-tabs-list li a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 95, 197, 0.4);
  text-transform: uppercase;
}
.app-scope .detail-tabs-list li a:hover {
  color: #005fc5;
}
.app-scope .detail-tabs-list li.active {
  padding: 0 0 18px 0;
  border-bottom: 2px solid #005fc5;
}
.app-scope .detail-tabs-list li.active a {
  color: #005fc5;
}
.app-scope .detail-tab-content .card {
  padding: 25px 0;
  cursor: auto;
}
.app-scope .detail-tab-content .card + .card {
  margin-top: 20px;
}
.app-scope .detail-tab-content .card + .card {
  margin-top: 0;
  border-top: 1px solid #f5f5f5;
}
.app-scope .detail-tab-content .card-title {
  padding: 20px 25px 15px 25px;
}
.app-scope .detail-tab-content .card-title {
  padding: 0;
}
.app-scope .detail-tab-content .card-research-areas {
  height: 1.5em;
  /* for truncating */
}
.app-scope .detail-tab-content .card-title .caption {
  display: none;
}
@media (min-width: 600px) {
  .app-scope .detail-tab-content .card-title .caption {
    display: block;
  }
}
.app-scope .detail-tab-content .card h2 {
  font-size: 20px;
  line-height: 28px;
}
.app-scope .detail-tab-content .card h2:hover {
  color: #445a64;
}
.app-scope .detail-tab-content .card-avatars {
  padding: 20px 0 0 0;
  border-top: none;
}
.app-scope .interview {
  margin-top: 30px;
}
.app-scope .interview-details {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
  color: #8fa4af;
}
.app-scope .interview p {
  margin-top: 15px;
  font-size: 14px;
}
.app-scope .interview p.interview-question {
  font-weight: 500;
}
.app-scope .other-works div,
.app-scope .other-works p,
.app-scope .other-works ol,
.app-scope .other-works ul,
.app-scope .other-works li,
.app-scope .other-works h1,
.app-scope .other-works h2,
.app-scope .other-works h3,
.app-scope .other-works h4,
.app-scope .other-works h5,
.app-scope .other-works h6 {
  display: block;
  margin-top: 15px;
}
.app-scope .layout-two-column.detail .content {
  padding-top: 25px;
}
.app-scope .detail-sidebar > div {
  padding-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
}
.app-scope .detail-sidebar .subtitle {
  display: block;
  margin-bottom: 15px;
}
.app-scope .detail-sidebar-research-areas li + li {
  margin-top: 10px;
}
.app-scope .detail-sidebar-research-areas,
.app-scope .detail-sidebar-contact {
  margin-bottom: 40px;
}
.app-scope .detail-sidebar-bibtex {
  margin-top: 40px;
}
.app-scope .detail-sidebar-contact > a {
  display: block;
  font-size: 14px;
}
.app-scope .detail-sidebar-contact > a + a {
  margin-top: 5px;
}
.app-scope .detail-sidebar-contact ul {
  margin-top: 20px;
}
.app-scope .detail-sidebar-contact li {
  display: inline-block;
}
.app-scope .detail-sidebar-contact li + li {
  margin-left: 10px;
}
.app-scope .detail-sidebar-contact span.svg-icon {
  font-size: 30px;
  color: #00c0a5;
}
.app-scope .view-detail-info {
  color: #B0BEC5;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .app-scope .view-detail-info {
    display: none;
  }
}
.app-scope .publication h1 {
  font-size: 20px;
  letter-spacing: 0.1px;
  line-height: 28px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .app-scope .publication h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}
.app-scope .publication .caption {
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .app-scope .publication .caption {
    margin-bottom: 25px;
  }
}
.app-scope .publication-summary p + p {
  margin-top: 20px;
}
.app-scope .publication .button {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .app-scope .publication .button {
    margin: 30px 0 0 15px;
    width: auto;
  }
  .app-scope .publication .button:first-child {
    margin-left: 0;
  }
}
.app-scope .detail-sidebar textarea {
  width: 100%;
  height: 20em;
  font-family: 'Roboto', helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #536E7B;
  letter-spacing: .02em;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-radius: 0;
  resize: none;
}
.app-scope h5.faq-sidebar {
  margin-bottom: 40px;
}
.app-scope .question {
  border-top: 1px solid #ECEFF1;
}
.app-scope .faq-title {
  position: relative;
  margin: 20px 0;
  cursor: pointer;
}
.app-scope .faq-title h4 {
  width: 90%;
}
.app-scope .faq-title span.svg-icon {
  display: inline-block;
  width: auto;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #cfd8dc;
  transform-origin: 50% 50%;
  -webkit-transition: transform .3s linear, color .3s linear;
  transition: transform .3s linear, color .3s linear;
}
.app-scope .question.open .faq-title span.svg-icon {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotateX(180deg);
  color: #263238;
}
.app-scope .answer {
  display: none;
  width: 90%;
  padding-bottom: 30px;
}
.app-scope .question.open .answer {
  display: block;
}
.app-scope .answer li {
  position: relative;
}
.app-scope .answer ul,
.app-scope .answer ol,
.app-scope .answer ol ol,
.app-scope .answer ul p,
.app-scope .answer ol p {
  padding: 0 0 0 25px;
}
.app-scope .answer p {
  text-indent: 0;
  font-weight: 300;
  line-height: 22px;
}
.app-scope .answer ul p,
.app-scope .answer ol p {
  margin-top: 15px;
  padding: 0 0 0 25px;
}
.app-scope .answer > ol > li + li,
.app-scope .answer > ol > li > ol > li + li,
.app-scope .answer > ul > li + li,
.app-scope .answer ul ul,
.app-scope .answer ul ol,
.app-scope .answer ol ol,
.app-scope .answer ul + ul,
.app-scope .answer ul + ol,
.app-scope .answer ol + ol,
.app-scope .answer ol + ul,
.app-scope .answer ol + p,
.app-scope .answer ul + p,
.app-scope .answer p + ul,
.app-scope .answer p + ol,
.app-scope .answer p + p,
.app-scope .answer > a {
  margin-top: 25px;
}
.app-scope .answer ol ul {
  margin-top: 10px;
}
.app-scope .answer a {
  word-wrap: break-word;
}
.app-scope .answer > a {
  display: inline-block;
  font-weight: 400;
}
.app-scope .answer > ul > li {
  line-height: 26px;
  font-size: initial;
}
.app-scope .answer > ul > li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: url(/app/images/bullet-disc.2x.png);
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
.app-scope .answer > ol > li > ul > li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: url(/app/images/bullet-circle.2x.png);
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
.app-scope .answer > ul > li > ul > li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: url(/app/images/bullet-circle.2x.png);
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
.app-scope .answer ul li + li,
.app-scope .answer h5 + p {
  margin-top: 10px;
}
.app-scope .answer > ul li a {
  font-weight: 400;
}
.app-scope .answer > ol > li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: initial;
  font-weight: 400;
  line-height: 22px;
}
.app-scope .answer > ol > li > ol > li {
  list-style-type: decimal;
  list-style-position: inside;
  font-weight: 300;
}
.app-scope .answer > ul > li > ol {
  margin-top: 10px;
}
.app-scope .answer > ul > li > ol > li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.app-scope .answer > ol > li > ul > li {
  font-weight: 300;
}
.app-scope .answer > ol > li > ol li ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -15px;
  width: 7px;
  height: 7px;
  background: url(/app/images/bullet-circle.2x.png);
  background-size: 7px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
.app-scope .answer > ol ul ol > li {
  list-style-type: decimal;
  list-style-position: inside;
  font-weight: 300;
}
.app-scope .answer strong {
  font-weight: 500;
}
.app-scope .answer img {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.app-scope .list {
  padding: 30px 0;
}
.app-scope .pagination-wrapper {
  padding: 50px 0 30px 0;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 600px) {
  .app-scope .pagination-wrapper {
    font-size: 14px;
    text-align: left;
  }
}
.app-scope .people .pagination-wrapper {
  margin-top: 10px;
}
@media (min-width: 600px) {
  .app-scope .people .pagination-wrapper {
    margin-top: 20px;
  }
}
.app-scope .pagination {
  display: inline-block;
}
.app-scope .pagination li {
  display: none;
}
@media (min-width: 600px) {
  .app-scope .pagination li {
    display: inline-block;
  }
}
.app-scope .pagination li.boundary,
.app-scope .pagination li.previous,
.app-scope .pagination li.next,
.app-scope .pagination li.active {
  display: inline-block;
}
@media (min-width: 600px) {
  .app-scope .pagination li.boundary {
    display: none;
  }
  .app-scope .pagination li.previous {
    margin-left: 0;
  }
  .app-scope .pagination li.previous a {
    padding-left: 0;
  }
}
.app-scope .pagination li + li {
  margin-left: 8px;
}
@media (min-width: 600px) {
  .app-scope .pagination li + li {
    margin-left: 12px;
  }
}
.app-scope .pagination li a {
  padding: 7px 10px;
  color: #aaa;
}
.app-scope .pagination li:first-of-type a {
  padding-left: 0;
}
.app-scope .pagination li:last-of-type a {
  padding-right: 0;
}
.app-scope .pagination li.ellipsis a {
  padding: 0;
}
.app-scope .pagination li a:hover {
  color: #0B74D5;
}
.app-scope .pagination li.boundary a {
  position: relative;
  top: 2px;
  font-size: 22px;
}
.app-scope .pagination li.previous a,
.app-scope .pagination li.next a {
  font-weight: 400;
}
.app-scope .pagination li.active a {
  display: block;
  color: #0B74D5;
  font-weight: 400;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.app-scope .pagination li.active a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.app-scope .pagination li.disabled a {
  font-weight: 300;
  cursor: text;
}
.app-scope .pagination li.previous.disabled a,
.app-scope .pagination li.next.disabled a,
.app-scope .pagination li.boundary.disabled a {
  color: #ccc;
}
.app-scope .pagination li.previous.disabled a:hover,
.app-scope .pagination li.next.disabled a:hover,
.app-scope .pagination li.boundary.disabled a:hover {
  color: #ccc;
}
.app-scope .person-header {
  display: table;
  width: 100%;
}
.app-scope .person-header-left {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .app-scope .person-header-left {
    width: 22%;
  }
}
@media (min-width: 768px) {
  .app-scope .person-header-left {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .app-scope .person-header-left {
    width: 27%;
  }
}
@media (min-width: 1170px) {
  .app-scope .person-header-left {
    width: 25%;
  }
}
.app-scope .person-header-avatar {
  width: 75px;
  height: 75px;
  padding: 3px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .app-scope .person-header-avatar {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .app-scope .person-header-avatar {
    position: relative;
    display: inline-block;
    padding: 5px;
  }
}
@media (min-width: 960px) {
  .app-scope .person-header-avatar {
    width: 150px;
    height: 150px;
  }
}
.app-scope .person-header-avatar img {
  width: 100%;
  border-radius: 50%;
}
.app-scope .person-header-right {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .app-scope .person-header-right {
    width: 78%;
  }
}
@media (min-width: 768px) {
  .app-scope .person-header-right {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .app-scope .person-header-right {
    width: 73%;
  }
}
@media (min-width: 1170px) {
  .app-scope .person-header-right {
    width: 75%;
  }
}
.app-scope .person-header-right h1 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .app-scope .person-header-right h1 {
    margin-bottom: 20px;
  }
}
.app-scope .person-header-location {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.app-scope .person-header-publication-count {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.app-scope a.view-info {
  font-size: 14px;
  font-weight: 400;
  color: #B0BEC5;
  text-transform: uppercase;
}
.app-scope a.view-info:hover {
  color: #0b74d5;
}
@media (min-width: 768px) {
  .app-scope a.view-info {
    display: none;
  }
}
.app-scope .person-header-bio {
  clear: both;
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
}
.app-scope .person-header-bio p + p,
.app-scope .person-header-bio ul + p,
.app-scope .person-header-bio p + ul {
  margin-top: 20px;
}
.app-scope .person-header-bio ul {
  margin: 20px 0;
  padding-left: 25px;
}
.app-scope .person-header-bio li {
  padding-left: 18px;
  background: url(/app/images/bullet-disc.2x.png);
  background-size: 7px 7px;
  background-position: left top 8px;
  background-repeat: no-repeat;
}
.app-scope .person-header-bio li + li {
  margin-top: 10px;
}
.app-scope .search {
  width: 100%;
  margin-top: 30px;
  height: 50px;
}
@media (min-width: 1170px) {
  .app-scope .search {
    float: left;
    width: 16px;
    height: 80px;
    margin-top: 0;
    margin-left: 20px;
    line-height: 80px;
    overflow: hidden;
  }
  .app-scope .search.search-open {
    width: 200px;
  }
  .app-scope .search.transition {
    -webkit-transition: width 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: width 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
}
.app-scope .search-form {
  position: relative;
  width: 100%;
}
.app-scope .search-form:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #00eab5;
  z-index: 1;
}
@media (min-width: 1170px) {
  .app-scope .search-form {
    width: 16px;
    height: 50px;
    margin-top: 15px;
  }
  .app-scope .search.search-open .search-form {
    width: 200px;
  }
  .app-scope .search.transition .search-form {
    -webkit-transition: width 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: width 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .app-scope .search-form:after {
    width: 0;
  }
  .app-scope .search.search-open .search-form:after {
    width: 100%;
  }
  .app-scope .search.transition .search-form:after {
    -webkit-transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
    transition: width 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
  }
}
.app-scope .search-input {
  width: 100%;
  height: 50px;
  padding: 20px 25px 18px 30px;
  font-family: 'Roboto', helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: .02em;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-radius: 0;
}
@media (min-width: 600px) {
  .app-scope .search-input {
    font-size: 13px;
  }
}
.app-scope .search-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.app-scope .search-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.app-scope .search-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.app-scope .search-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.app-scope .search-form input[type=text]::-ms-clear,
.app-scope .search-form input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.app-scope .search-form input[type="search"]::-webkit-search-decoration,
.app-scope .search-form input[type="search"]::-webkit-search-cancel-button,
.app-scope .search-form input[type="search"]::-webkit-search-results-button,
.app-scope .search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
@media (min-width: 1170px) {
  .app-scope .search-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
  }
  .app-scope .search.search-open .search-input {
    opacity: 1;
  }
  .app-scope .search.transition .search-input {
    -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
}
.app-scope .search-toggle,
.app-scope .search-submit {
  display: block;
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 50px;
  background: url(/app/images/search-icon.png);
  background-size: 16px 16px;
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-radius: 0;
  cursor: pointer;
}
.app-scope .search-toggle {
  opacity: 0;
  visibility: hidden;
}
.app-scope .search-toggle:hover {
  opacity: 1;
}
@media (min-width: 1170px) {
  .app-scope .search-toggle,
  .app-scope .search-submit {
    bottom: 17px;
  }
  .app-scope .search.transition .search-toggle,
  .app-scope .search.transition .search-submit {
    -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1), visibility 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1), visibility 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .app-scope .search-toggle {
    visibility: visible;
    z-index: 5;
    opacity: .8;
  }
  .app-scope .search.search-open .search-toggle {
    z-index: 4;
    opacity: 0;
  }
  .app-scope .search-submit {
    z-index: 4;
    opacity: 0;
  }
  .app-scope .search.search-open .search-submit {
    z-index: 5;
    opacity: 1;
  }
}
.app-scope .search-close {
  position: absolute;
  right: 3px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  font-size: 10px;
  color: #fff;
  opacity: .6;
  cursor: pointer;
}
@media (min-width: 1170px) {
  .app-scope .search-close {
    opacity: 0;
  }
  .app-scope .search.search-open .search-close {
    opacity: .8;
  }
  .app-scope .search.transition .search-close {
    -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
}
.app-scope .search-close .icon-close:before {
  vertical-align: middle;
}
.app-scope .search-results {
  min-height: 90vh;
  padding-bottom: 60px;
}
.app-scope .gsc-control-cse {
  max-width: 700px;
  font-family: 'Roboto', helvetica, sans-serif !important;
  padding: 20px 0 0 0 !important;
}
.app-scope .gsc-refinementsArea,
.app-scope .gsc-tabsArea {
  height: auto !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(151, 151, 151, 0.11) !important;
  overflow-x: scroll;
}
@media (min-width: 600px) {
  .app-scope .gsc-refinementsArea,
  .app-scope .gsc-tabsArea {
    overflow-x: auto;
  }
}
.app-scope .gsc-refinementsArea > div,
.app-scope .gsc-tabsArea > div {
  height: auto !important;
  white-space: nowrap;
}
.app-scope .gsc-refinementHeader,
.app-scope .gsc-tabHeader {
  height: auto !important;
  margin: 0 !important;
  padding: 20px 0 !important;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 95, 197, 0.4) !important;
  letter-spacing: .02em;
  text-decoration: none !important;
  text-transform: uppercase;
  outline: 0;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.app-scope .gsc-refinementHeader:hover,
.app-scope .gsc-tabHeader:hover {
  color: #005fc5 !important;
}
.app-scope .gsc-refinementHeader.gsc-refinementhActive,
.app-scope .gsc-tabHeader.gsc-tabhActive {
  margin: 0 !important;
  padding: 20px 0 !important;
  font-size: 13px;
  font-weight: 500 !important;
  color: #005fc5 !important;
  text-transform: uppercase;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px solid #005fc5 !important;
}
.app-scope .gsc-refinementHeader:nth-of-type(n+2),
.app-scope .gsc-tabHeader:nth-of-type(n+2) {
  margin-left: 20px !important;
}
.app-scope span.gs-spacer {
  display: none;
}
.app-scope .gsc-above-wrapper-area {
  border: none !important;
}
.app-scope table.gsc-branding,
.app-scope table.gcsc-branding {
  width: 1px !important;
}
.app-scope .gcsc-branding {
  margin-bottom: 20px;
  padding: 0 !important;
}
.app-scope td.gcsc-branding-text div.gcsc-branding-text {
  margin-left: 0 !important;
}
.app-scope td.gcsc-branding-img-noclear {
  vertical-align: top;
}
.app-scope .gsc-result-info {
  margin-top: 10px !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: rgba(83, 110, 123, 0.8) !important;
}
.app-scope .gsc-adBlock {
  margin-top: 10px !important;
}
.app-scope .gsc-resultsbox-visible {
  margin-top: 5px !important;
}
.app-scope .gsc-thumbnail-inside,
.app-scope .gsc-url-top,
.app-scope .gsc-table-result {
  padding-left: 0 !important;
}
.app-scope .gsc-webResult.gsc-result {
  margin-bottom: 35px !important;
  padding: 0 !important;
}
.app-scope .gs-title,
.app-scope .gs-title b {
  margin-bottom: 10px;
  font-family: 'Roboto', helvetica, sans-serif !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 36px !important;
  color: #263238 !important;
  text-decoration: none !important;
}
.app-scope .gs-title b {
  font-weight: 400 !important;
}
.app-scope .gs-webResult .gs-snippet {
  margin-top: 10px;
  font-family: 'Roboto', helvetica, sans-serif !important;
  font-size: 14px;
  color: #445a64;
  line-height: 24px;
}
.app-scope .gs-webResult .gs-snippet b {
  font-weight: 400;
}
.app-scope .gs-webResult div.gs-visibleUrl-short,
.app-scope .gs-webResult div.gs-visibleUrl-long {
  font-family: 'Roboto', helvetica, sans-serif !important;
  color: #0b74d5 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.app-scope .gsc-results .gsc-cursor-box {
  margin-left: 0 !important;
  padding-top: 40px !important;
}
.app-scope .gsc-cursor-page {
  color: #aaa !important;
  text-decoration: none !important;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.app-scope .gsc-cursor-page.gsc-cursor-current-page {
  display: block;
  padding: 7px 10px;
  color: #0b74d5 !important;
  font-weight: 400;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.app-scope .gsc-cursor-page:nth-of-type(n+2) {
  margin-left: 5px;
}
.app-scope .gsc-cursor-page:hover {
  color: #0b74d5 !important;
}
.app-scope .gsc-control-cse .gsc-table-result {
  font-family: 'Roboto', helvetica, sans-serif !important;
}
.app-scope .gs-per-result-labels {
  margin-top: 15px;
}
.app-scope .gs-per-result-labels span {
  font-size: 14px;
  font-weight: 300;
  color: rgba(83, 110, 123, 0.8);
}
.app-scope .gs-webResult div.gs-per-result-labels a.gs-label {
  font-size: 14px;
  font-weight: 300;
  color: #536e7b;
}
.app-scope .wrapper-dropdown {
  position: relative;
  width: 260px;
  padding: 10px 10px 10px 0;
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #cfd8dc;
  cursor: pointer;
  outline: none;
}
@media (min-width: 600px) {
  .app-scope .wrapper-dropdown {
    width: 360px;
  }
}
.app-scope .wrapper-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: px;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #4a90e2 transparent;
  z-index: 1;
}
.app-scope .wrapper-dropdown .dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.app-scope .wrapper-dropdown .dropdown li a {
  display: block;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  color: #536e7b;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}
.app-scope .wrapper-dropdown .dropdown li:hover a {
  background: #fafafa;
  color: #1194f6;
}
.app-scope .wrapper-dropdown.dropdown-active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .app-scope .slider-mobile {
    display: none;
  }
}
.app-scope .slider-desktop {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .app-scope .slider-desktop {
    display: block;
  }
}
.app-scope .section-publication-card-grid .inner,
.app-scope .section-person-card-grid .inner {
  padding: 0 20px;
}
@media (min-width: 480px) {
  .app-scope .section-publication-card-grid .inner,
  .app-scope .section-person-card-grid .inner {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .app-scope .section-publication-card-grid .inner,
  .app-scope .section-person-card-grid .inner {
    padding: 0 15px;
  }
}
@media (min-width: 1230px) {
  .app-scope .section-publication-card-grid .inner,
  .app-scope .section-person-card-grid .inner {
    padding: 0 15px;
  }
}
.app-scope .section-publication-card-grid .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  .app-scope .section-publication-card-grid .slick-list {
    overflow: hidden;
  }
}
.app-scope .slider-group {
  margin: 0 15px;
  outline: 0;
}
.app-scope .card-grid .slick-track .card-publication + .card-publication {
  margin-top: 0;
}
.app-scope .card-grid .slick-track .card-publication,
.app-scope .card-grid .slick-track .card-person {
  margin: 0 8px;
  outline: 0;
}
@media (min-width: 480px) {
  .app-scope .card-grid .slick-track .card-publication,
  .app-scope .card-grid .slick-track .card-person {
    margin: 0 15px;
  }
}
.app-scope .section-publication-card-grid .slider-mobile .slider-arrows {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .app-scope .section-publication-card-grid .slider-mobile .slider-arrows {
    margin-top: 0;
  }
}
.app-scope .section-publication-card-grid .slider-mobile .slider-arrow,
.app-scope .section-publication-card-grid .slider-desktop .slider-arrow,
.app-scope .section-person-card-grid .slider-arrow,
.app-scope .section-whats-happening .slider-arrow {
  width: 16px;
  height: 16px;
  display: inline-block !important;
  cursor: pointer;
}
.app-scope .slider-arrows .next-arrow {
  margin-left: 15px;
}
.app-scope .section-publication-card-grid .slider-desktop .slider-arrows,
.app-scope .section-person-card-grid .slider-arrows {
  margin-bottom: 30px;
}
.app-scope .slider-arrow span {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.app-scope .section-publication-card-grid .slider-arrow span,
.app-scope .section-person-card-grid .slider-arrow span {
  color: #ccc;
}
.app-scope .section-publication-card-grid .slider-arrow:hover span,
.app-scope .section-person-card-grid .slider-arrow:hover span {
  color: #bbb;
}
@media (min-width: 1024px) {
  .app-scope .section-publication-card-grid .slider-desktop .slider-arrow {
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .app-scope .section-publication-card-grid .slider-desktop .slider-arrow.previous-arrow {
    left: -8px;
  }
}
@media (min-width: 1230px) {
  .app-scope .section-publication-card-grid .slider-desktop .slider-arrow.previous-arrow {
    left: -25px;
  }
}
@media (min-width: 1024px) {
  .app-scope .section-publication-card-grid .slider-desktop .slider-arrow.next-arrow {
    right: -8px;
  }
}
@media (min-width: 1230px) {
  .app-scope .section-publication-card-grid .slider-desktop .slider-arrow.next-arrow {
    right: -25px;
  }
}
.app-scope .section-person-card-grid .slick-list {
  overflow: visible;
}
@media (min-width: 1024px) {
  .app-scope .section-person-card-grid .slick-list {
    padding: 10px 0 25px 0;
    overflow: hidden;
  }
}
.app-scope .section-person-card-grid .card-grid {
  padding: 0 0 20px 0;
}
.app-scope .card-grid .slick-track .card-person + .card-person {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .app-scope .section-person-card-grid .slider-arrow {
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .app-scope .section-person-card-grid .slider-arrow.previous-arrow {
    left: 6px;
  }
}
@media (min-width: 1230px) {
  .app-scope .section-person-card-grid .slider-arrow.previous-arrow {
    left: -12px;
  }
}
@media (min-width: 1024px) {
  .app-scope .section-person-card-grid .slider-arrow.next-arrow {
    right: 6px;
  }
}
@media (min-width: 1230px) {
  .app-scope .section-person-card-grid .slider-arrow.next-arrow {
    right: -12px;
  }
}
.app-scope .section-whats-happening .icon-grid {
  padding-bottom: 30px;
}
.app-scope .section-whats-happening .slick-list {
  overflow: visible;
}
@media (min-width: 768px) {
  .app-scope .section-whats-happening .slick-list {
    padding: 0 5px;
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  .app-scope .section-whats-happening .slider-arrows {
    display: none;
  }
}
.app-scope .section-whats-happening .slider-arrow span {
  color: rgba(255, 255, 255, 0.6);
}
.app-scope .section-whats-happening .slider-arrow:hover span {
  color: rgba(255, 255, 255, 0.8);
}
.app-scope .section-quote .inner {
  padding: 0;
}
@media (min-width: 960px) {
  .app-scope .section-quote .inner {
    padding: 0 30px;
  }
}
.app-scope .summary {
  padding: 0 0 25px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .app-scope .summary {
    padding: 0 0 40px 0;
  }
}
.app-scope .summary p {
  margin-top: 20px;
}
.app-scope .summary.summary-outreach {
  padding: 35px 0 20px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .app-scope .summary.summary-outreach {
    padding: 50px 0;
  }
}
.app-scope .summary.summary-outreach p {
  margin-top: 0;
  font-size: 20px;
  line-height: 28px;
}
.app-scope .summary.summary-outreach-secondary {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 768px) {
  .app-scope .summary.summary-outreach-secondary {
    padding: 0 0 50px 0;
  }
}
.app-scope .summary.summary-outreach-secondary p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
}
.app-scope .button {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
}
.app-scope .button-primary {
  background: #0b74d5;
  color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.app-scope .button-primary:hover {
  background: #1086e8;
  color: #fff;
}
.app-scope .button-secondary {
  background: #3e4eb8;
  color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.app-scope .button-secondary:hover {
  background: #5b69c3;
  color: #fff;
}
.app-scope .button-passive {
  background: transparent;
  font-weight: 400;
  color: #b0bec5;
  border: 1px solid #b0bec5;
}
.app-scope .button-passive:hover {
  color: #8fa4af;
  border: 1px solid #8fa4af;
}
.app-scope footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  clear: both;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #36474F;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .app-scope footer .secondary-nav-block {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    padding-right: 20px;
  }
  .app-scope .secondary-nav-block:nth-of-type(4n) {
    margin-right: 0;
  }
}
.app-scope .secondary-nav-block + .secondary-nav-block {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .app-scope footer .secondary-nav-block + .secondary-nav-block {
    margin-top: 0;
  }
}
.app-scope .secondary-nav-block span {
  text-transform: uppercase;
}
.app-scope .secondary-nav-block ul {
  margin-top: 20px;
}
.app-scope .secondary-nav-block li + li {
  margin-top: 12px;
}
.app-scope .secondary-nav-block li.active a {
  color: #fff;
}
.app-scope .secondary-nav-block .svg-icon {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.app-scope .secondary-nav-block .icon-google-plus {
  font-size: 18px;
  vertical-align: text-bottom;
}
.app-scope html {
  height: 100%;
}
.app-scope body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
}
.app-scope section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}
.app-scope .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.app-scope .inner {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .app-scope .inner {
    padding: 0 30px;
  }
}
@media (min-width: 1230px) {
  .app-scope .inner {
    padding: 0;
  }
}
.app-scope svg path {
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear;
}
.app-scope .inner:before,
.app-scope .inner:after,
.app-scope .clearfix:before,
.app-scope .clearfix:after {
  content: '';
  display: table;
}
.app-scope .inner:after,
.app-scope .clearfix:after {
  clear: both;
}
.app-scope .text-align-left {
  text-align: left;
}
.app-scope .bottom-matter {
  z-index: 10;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
}
.app-scope header {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  /* Linear Gradient Background: http://colorzilla.com/gradient-editor/#2f3ba2+0,00eab5+100 */
  background: #2f3ba2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmM2JhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGVhYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #2f3ba2 0%, #00eab5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2f3ba2), color-stop(100%, #00eab5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #2f3ba2 0%, #00eab5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #2f3ba2 0%, #00eab5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #2f3ba2 0%, #00eab5 100%);
  /* IE10+ */
  background: linear-gradient(to right, #2f3ba2 0%, #00eab5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3ba2', endColorstr='#00eab5', GradientType=1);
  /* IE6-8 */
}
@media (min-width: 768px) {
  .app-scope header.overview {
    min-height: 172px;
  }
}
@media (min-width: 960px) {
  .app-scope header.overview {
    min-height: 216px;
  }
}
.app-scope header.faculty-research-award,
.app-scope header.focused-research-award,
.app-scope header.visiting-faculty-program,
.app-scope header.faculty-research-award-recipients {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#451e97+0,4c5abd+100 */
  background: #451e97;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1MWU5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzVhYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #451e97), color-stop(100%, #4c5abd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* IE10+ */
  background: linear-gradient(to right, #451e97 0%, #4c5abd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#451e97', endColorstr='#4c5abd', GradientType=1);
  /* IE6-8 */
}
.app-scope header.latin-america-research-award,
.app-scope header.earth-engine-research-award {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02bca5+0,07d2b5+100 */
  background: #02bca5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYmNhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwN2QyYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #02bca5), color-stop(100%, #07d2b5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* IE10+ */
  background: linear-gradient(to right, #02bca5 0%, #07d2b5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02bca5', endColorstr='#07d2b5', GradientType=1);
  /* IE6-8 */
}
.app-scope .logo {
  display: block;
  float: left;
  position: relative;
  height: 56px;
}
@media (min-width: 960px) {
  .app-scope .logo {
    width: 27%;
    height: 80px;
  }
}
.app-scope .logo img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 130px;
}
@media (min-width: 600px) {
  .app-scope .logo img {
    width: 240px;
  }
}
@media (min-width: 960px) {
  .app-scope .logo img {
    width: 290px;
  }
}
.app-scope header nav {
  float: right;
  width: 73%;
  z-index: 2;
}
.app-scope .header-title {
  padding: 20px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .app-scope .header-title {
    padding: 60px 0 0 0;
  }
}
.app-scope .header-title h1 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
}
@media (min-width: 768px) {
  .app-scope .header-title h1 {
    margin-bottom: 40px;
  }
}
.app-scope .header-subtitle {
  display: block;
  margin: 0 0 32px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 18px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .app-scope .header-subtitle {
    margin: -12px 0 32px 0;
  }
}
.app-scope * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.app-scope li,
.app-scope ol {
  list-style: none;
}
.app-scope a,
.app-scope img {
  border: none;
  outline: 0;
}
.app-scope .body {
  font-family: 'Roboto', helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: .01em;
  color: #445a64;
  margin: 0 -15px;
  /* undo the 15px padding Maia puts on <html> */
}
.app-scope h1,
.app-scope h2,
.app-scope h3,
.app-scope h4,
.app-scope h5,
.app-scope h6 {
  color: #263238;
  font-weight: 300;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.app-scope h1 {
  font-size: 45px;
  line-height: 52px;
}
.app-scope h2 {
  font-size: 28px;
  line-height: 36px;
}
.app-scope h3 {
  font-size: 22px;
  line-height: 30px;
}
.app-scope h4 {
  font-size: 20px;
  line-height: 28px;
}
.app-scope h5 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.app-scope p {
  line-height: 26px;
  font-size: initial;
}
.app-scope a {
  color: #0b74d5;
  text-decoration: none;
  -webkit-transition: color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, box-shadow 0.2s linear;
}
.app-scope a:hover {
  color: #1086E8;
}
.app-scope a.dark,
.app-scope span.dark {
  color: rgba(255, 255, 255, 0.8);
}
.app-scope a.dark:hover,
.app-scope span.dark:hover {
  color: #ffffff;
}
.app-scope a.research-area-link {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-size-adjust: none;
}
.app-scope a.text-link,
.app-scope span.text-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.app-scope a.text-link-small {
  font-size: 12px;
  font-weight: 500;
  -webkit-text-size-adjust: none;
}
.app-scope a.text-link-large {
  font-weight: 400;
}
.app-scope a.see-all-link {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.app-scope .caption {
  font-size: 14px;
  color: #536e7b;
  line-height: 22px;
}
.app-scope .caption-clickable {
  font-size: 14px;
  color: #0b74d5;
}
.app-scope .subtitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08px;
  line-height: 24px;
  text-transform: uppercase;
}
.app-scope span.svg-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.app-scope span.svg-icon:before {
  display: block;
}
.app-scope .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.app-scope .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.app-scope .slick-list:focus {
  outline: none;
}
.app-scope .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.app-scope .slick-slider .slick-track,
.app-scope .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.app-scope .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.app-scope .slick-track:before,
.app-scope .slick-track:after {
  display: table;
  content: '';
}
.app-scope .slick-track:after {
  clear: both;
}
.app-scope .slick-loading .slick-track {
  visibility: hidden;
}
.app-scope .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.app-scope [dir='rtl'] .slick-slide {
  float: right;
}
.app-scope .slick-slide img {
  display: block;
}
.app-scope .slick-slide.slick-loading img {
  display: none;
}
.app-scope .slick-slide.dragging img {
  pointer-events: none;
}
.app-scope .slick-initialized .slick-slide {
  display: block;
}
.app-scope .slick-loading .slick-slide {
  visibility: hidden;
}
.app-scope .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.app-scope .slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: "icon";
  src: url("fonts/icon.eot");
  src: url("fonts/icon.eot?#iefix") format("embedded-opentype"), url("fonts/icon.woff") format("woff"), url("fonts/icon.ttf") format("truetype"), url("fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.app-scope [data-icon]:before {
  font-family: "icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.app-scope [class^="icon-"]:before,
.app-scope [class*=" icon-"]:before {
  font-family: "icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.app-scope .icon-close:before {
  content: "\61";
}
.app-scope .icon-twitter:before {
  content: "\62";
}
.app-scope .icon-chevron-down:before {
  content: "\63";
}
.app-scope .icon-arrow-right-link:before {
  content: "\65";
}
.app-scope .icon-search:before {
  content: "\66";
}
.app-scope .icon-hamburger:before {
  content: "\67";
}
.app-scope .icon-arrow-right:before {
  content: "\68";
}
.app-scope .icon-arrow-left:before {
  content: "\69";
}
.app-scope .icon-person:before {
  content: "\6a";
}
.app-scope .icon-faculty-engagement:before {
  content: "\6b";
}
.app-scope .icon-research-datasets:before {
  content: "\6c";
}
.app-scope .icon-student-support:before {
  content: "\6d";
}
.app-scope .icon-tools-resources:before {
  content: "\6e";
}
.app-scope .icon-google-plus:before {
  content: "\70";
}
.app-scope .icon-bullet-disc:before {
  content: "\64";
}
.app-scope .icon-bullet-circle:before {
  content: "\6f";
}
.app-scope .icon-twitter-circle:before {
  content: "\71";
}
.app-scope .icon-google-scholar-circle:before {
  content: "\73";
}
.app-scope .icon-google-plus-circle:before {
  content: "\72";
}
.app-scope .card-avatars {
  padding: 15px 25px 15px 25px;
  border-top: 1px solid #f5f5f5;
}
.app-scope .card-avatars li {
  display: inline-block;
  position: relative;
}
.app-scope .card-avatars li + li {
  margin-left: 6px;
}
.app-scope .card-avatars li a {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}
.app-scope .card-avatars li a:hover:after {
  opacity: 1;
}
.app-scope .card-avatars li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #0b74d5;
  background: transparent;
  opacity: 0;
  transition: all 0.2s linear;
}
.app-scope .card-avatars li a img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.app-scope .card-avatars-list {
  border: 0;
  padding: 0;
}
.app-scope .card-avatars-list li {
  display: block;
  height: 40px;
  margin-top: 10px;
}
.app-scope .card-avatars-list li a,
.app-scope .card-avatars-list li > span {
  color: #445A64;
  display: block;
  font-size: 14px;
  height: 40px;
  position: relative;
}
.app-scope .card-avatars-list li a img,
.app-scope .card-avatars-list li > span img {
  border-radius: 20px;
  float: left;
  height: 40px;
  margin-right: 10px;
  width: 40px;
  vertical-align: middle;
}
.app-scope .card-avatars-list li a span,
.app-scope .card-avatars-list li > span span {
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}
.app-scope .card-avatars li:hover .avatar-tooltip {
  opacity: 1;
  visibility: visible;
}
.app-scope .avatar-tooltip {
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.app-scope .avatar-tooltip:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  z-index: 3;
}
.app-scope .card-datasets {
  position: relative;
  max-width: 400px;
  min-height: 300px;
  margin: 0 auto 20px auto;
  background: #fff;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .app-scope .card-datasets {
    min-height: 340px;
  }
}
@media (min-width: 768px) {
  .app-scope .card-datasets {
    max-width: none;
    min-height: none;
    height: 340px;
  }
}
@media (min-width: 960px) {
  .app-scope .card-datasets {
    height: 280px;
  }
}
@media (min-width: 1024px) {
  .app-scope .card-datasets {
    height: 360px;
  }
}
@media (min-width: 1170px) {
  .app-scope .card-datasets {
    height: 310px;
  }
}
.app-scope .card-datasets:before,
.app-scope .card-datasets:after {
  -webkit-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}
.app-scope .card-datasets:nth-of-type(4n+1) {
  background: #2F3BA2;
}
.app-scope .card-datasets:nth-of-type(4n+1):before {
  content: '';
  position: absolute;
  top: 17%;
  left: -10%;
  width: 70%;
  height: 70%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  -webkit-transform: rotateZ(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotateZ(-40deg);
}
.app-scope .card-datasets:nth-of-type(4n+1):hover:before {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.app-scope .card-datasets:nth-of-type(4n+1):after {
  content: '';
  position: absolute;
  top: 30%;
  left: 50%;
  width: 70%;
  height: 70%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  -webkit-transform: rotateZ(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotateZ(-25deg);
}
.app-scope .card-datasets:nth-of-type(4n+1):hover:after {
  -webkit-transform: rotateZ(-20deg);
  transform: rotateZ(-20deg);
}
.app-scope .card-datasets:nth-of-type(4n+2) {
  background: #0962C3;
}
.app-scope .card-datasets:nth-of-type(4n+2):before {
  content: '';
  position: absolute;
  top: 33%;
  left: -12%;
  width: 70%;
  height: 70%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  -webkit-transform: rotateZ(-75deg);
  -ms-transform: rotate(-75deg);
  transform: rotateZ(-75deg);
}
.app-scope .card-datasets:nth-of-type(4n+2):hover:before {
  -webkit-transform: rotateZ(-80deg);
  transform: rotateZ(-80deg);
}
.app-scope .card-datasets:nth-of-type(4n+2):after {
  content: '';
  position: absolute;
  top: 24%;
  left: 44%;
  width: 80%;
  height: 80%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  -webkit-transform: rotateZ(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotateZ(-55deg);
}
.app-scope .card-datasets:nth-of-type(4n+2):hover:after {
  -webkit-transform: rotateZ(-50deg);
  transform: rotateZ(-50deg);
}
.app-scope .card-datasets:nth-of-type(4n+3) {
  background: #00C0A5;
}
.app-scope .card-datasets:nth-of-type(4n+3):before {
  content: '';
  position: absolute;
  top: 4%;
  left: -19%;
  width: 85%;
  height: 85%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -webkit-transform: rotateZ(25deg);
  -ms-transform: rotate(25deg);
  transform: rotateZ(25deg);
}
.app-scope .card-datasets:nth-of-type(4n+3):hover:before {
  -webkit-transform: rotateZ(30deg);
  transform: rotateZ(30deg);
}
.app-scope .card-datasets:nth-of-type(4n+3):after {
  content: '';
  position: absolute;
  top: 46%;
  left: 40%;
  width: 70%;
  height: 70%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -webkit-transform: rotateZ(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotateZ(-14deg);
}
.app-scope .card-datasets:nth-of-type(4n+3):hover:after {
  -webkit-transform: rotateZ(-9deg);
  transform: rotateZ(-9deg);
}
.app-scope .card-datasets:nth-of-type(4n+4) {
  background: #445A64;
}
.app-scope .card-datasets:nth-of-type(4n+4):before {
  content: '';
  position: absolute;
  top: 21%;
  left: -36%;
  width: 80%;
  height: 80%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  -webkit-transform: rotateZ(27deg);
  -ms-transform: rotate(27deg);
  transform: rotateZ(27deg);
}
.app-scope .card-datasets:nth-of-type(4n+4):hover:before {
  -webkit-transform: rotateZ(32deg);
  transform: rotateZ(32deg);
}
.app-scope .card-datasets:nth-of-type(4n+4):after {
  content: '';
  position: absolute;
  top: 10%;
  left: 27%;
  width: 90%;
  height: 90%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  -webkit-transform: rotateZ(71deg);
  -ms-transform: rotate(71deg);
  transform: rotateZ(71deg);
}
.app-scope .card-datasets:nth-of-type(4n+4):hover:after {
  -webkit-transform: rotateZ(66deg);
  transform: rotateZ(66deg);
}
.app-scope .card-datasets .card-copy {
  position: relative;
  padding: 40px 25px 30px 25px;
  z-index: 1;
}
.app-scope .card-datasets .card-copy h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}
.app-scope .card-datasets .card-copy p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.app-scope .card-datasets .card-copy p a {
  color: #fff;
  text-decoration: underline;
}
.app-scope .faculty-engagement-key {
  max-width: 500px;
  margin: 40px auto 0 auto;
}
@media (min-width: 768px) {
  .app-scope .faculty-engagement-key {
    max-width: none;
  }
}
.app-scope .faculty-engagement-key > div {
  float: left;
}
.app-scope .faculty-engagement-key > div:nth-child(1) {
  margin-right: 15px;
}
@media (min-width: 480px) {
  .app-scope .faculty-engagement-key > div:nth-child(1) {
    margin-right: 20px;
  }
}
.app-scope .faculty-engagement-key .key-sample {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .app-scope .faculty-engagement-key .key-sample {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.app-scope .faculty-engagement-key .key-sample.ongoing {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#451e97+0,4c5abd+100 */
  background: #451e97;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1MWU5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzVhYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #451e97), color-stop(100%, #4c5abd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* IE10+ */
  background: linear-gradient(to right, #451e97 0%, #4c5abd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#451e97', endColorstr='#4c5abd', GradientType=1);
  /* IE6-8 */
}
.app-scope .faculty-engagement-key .key-sample.standalone {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02bca5+0,07d2b5+100 */
  background: #02bca5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYmNhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwN2QyYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #02bca5), color-stop(100%, #07d2b5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* IE10+ */
  background: linear-gradient(to right, #02bca5 0%, #07d2b5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02bca5', endColorstr='#07d2b5', GradientType=1);
  /* IE6-8 */
}
.app-scope .faculty-engagement-key span {
  display: inline-block;
  font-size: 12px;
  color: #536e7b;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .app-scope .faculty-engagement-key span {
    font-size: 14px;
  }
}
.app-scope .card-faculty-engagement {
  position: relative;
  max-width: 500px;
  margin: 0 auto 20px auto;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .app-scope .card-faculty-engagement {
    display: inline-block;
    max-width: none;
    margin-bottom: 0;
  }
}
.app-scope .card-faculty-engagement .card-title {
  height: 15px;
}
.app-scope .card-faculty-engagement.ongoing:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#451e97+0,4c5abd+100 */
  background: #451e97;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1MWU5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzVhYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #451e97), color-stop(100%, #4c5abd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* IE10+ */
  background: linear-gradient(to right, #451e97 0%, #4c5abd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#451e97', endColorstr='#4c5abd', GradientType=1);
  /* IE6-8 */
}
.app-scope .card-faculty-engagement.standalone:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02bca5+0,07d2b5+100 */
  background: #02bca5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYmNhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwN2QyYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #02bca5), color-stop(100%, #07d2b5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* IE10+ */
  background: linear-gradient(to right, #02bca5 0%, #07d2b5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02bca5', endColorstr='#07d2b5', GradientType=1);
  /* IE6-8 */
}
.app-scope .card-faculty-engagement .card-copy {
  padding: 40px 20px 20px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .app-scope .card-faculty-engagement .card-copy {
    padding: 50px 60px 35px 60px;
  }
}
.app-scope .card-faculty-engagement .card-copy h3 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .app-scope .card-faculty-engagement .card-copy h3 {
    margin-bottom: 25px;
  }
}
.app-scope .card-faculty-engagement .card-copy p {
  margin-bottom: 25px;
  color: #445a64;
}
.app-scope .section-publication-card-grid,
.app-scope .section-person-card-grid {
  text-align: center;
}
.app-scope .section-publication-card-grid,
.app-scope .section-person-card-grid {
  background: #ebeff1;
}
.app-scope .section-publication-card-grid h3,
.app-scope .section-person-card-grid h3 {
  display: block;
  margin-bottom: 35px;
  text-align: center;
}
.app-scope .card-grid {
  position: relative;
  padding: 0 0 30px 0;
}
@media (min-width: 768px) {
  .app-scope .card-grid {
    padding: 0;
  }
}
.app-scope .card-grid .card-publication,
.app-scope .card-grid .card-person {
  background: #fff;
  border-radius: 3px;
}
.app-scope .card-grid .card-publication + .card-publication,
.app-scope .card-grid .card-person + .card-person {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .app-scope .card-grid.two-column .card {
    float: left;
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .app-scope .card-grid.two-column .card:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .app-scope .card-grid.three-column .card-publication,
  .app-scope .card-grid.three-column .card-person {
    float: left;
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .app-scope .card-grid.three-column .card-publication:nth-child(2n),
  .app-scope .card-grid.three-column .card-person:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .app-scope .card-grid.three-column .card-tools,
  .app-scope .card-grid.three-column .card-datasets {
    float: left;
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .app-scope .card-grid.three-column .card-tools:nth-child(2n),
  .app-scope .card-grid.three-column .card-datasets:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .app-scope .card-grid.three-column .card-publication,
  .app-scope .card-grid.three-column .card-person,
  .app-scope .card-grid.three-column .card-tools,
  .app-scope .card-grid.three-column .card-datasets {
    width: 31.6%;
    margin: 0 2.6% 30px 0;
  }
  .app-scope .card-grid.three-column .card-publication:nth-child(2n),
  .app-scope .card-grid.three-column .card-person:nth-child(2n),
  .app-scope .card-grid.three-column .card-tools:nth-child(2n),
  .app-scope .card-grid.three-column .card-datasets:nth-child(2n) {
    margin-right: 2.6%;
  }
  .app-scope .card-grid.three-column .card-publication:nth-child(3n),
  .app-scope .card-grid.three-column .card-person:nth-child(3n),
  .app-scope .card-grid.three-column .card-tools:nth-child(3n),
  .app-scope .card-grid.three-column .card-datasets:nth-child(3n) {
    margin-right: 0;
  }
  .app-scope .card-grid .card-publication + .card-publication,
  .app-scope .card-grid .card-person + .card-person,
  .app-scope .card-grid .card-tools + .card-tools,
  .app-scope .card-grid .card-tools + .card-datasets {
    margin-top: 0;
  }
}
.app-scope .section-person-card-grid .card-person {
  display: block;
  text-align: center;
}
.app-scope .section-person-card-grid .card-person .card-person-left {
  display: block;
  width: 100%;
}
.app-scope .section-person-card-grid .card-person .card-person-avatar {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 140px;
  height: 140px;
  margin-bottom: 25px;
  padding: 5px;
}
.app-scope .section-person-card-grid .card-person .card-person-right {
  display: block;
  width: 100%;
}
.app-scope .section-person-card-grid .card-person-name {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .app-scope .card-grid.four-column .card-person {
    float: left;
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .app-scope .card-grid.four-column .card-person:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .app-scope .card-grid.four-column .card-person {
    float: left;
    width: 31.6%;
    margin: 0 2.6% 30px 0;
  }
  .app-scope .card-grid.four-column .card-person:nth-child(3n+1) {
    margin-right: 2.6%;
  }
  .app-scope .card-grid.four-column .card-person:nth-child(3n+2) {
    margin-right: 2.6%;
  }
  .app-scope .card-grid.four-column .card-person:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .app-scope .card-grid.four-column .card-person {
    width: 23.5%;
    margin: 0 2% 30px 0;
  }
  .app-scope .card-grid.four-column .card-person:nth-child(4n+1) {
    margin-right: 2%;
  }
  .app-scope .card-grid.four-column .card-person:nth-child(4n+2) {
    margin-right: 2%;
  }
  .app-scope .card-grid.four-column .card-person:nth-child(4n+3) {
    margin-right: 2%;
  }
  .app-scope .card-grid.four-column .card-person:nth-child(4n) {
    margin-right: 0;
  }
}
.app-scope .card-grid .card-publication h2,
.app-scope .card-grid .card-person h4 {
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
}
.app-scope .card-grid .card-publication h2 {
  height: 3em;
}
.app-scope .card-grid .card-person h4 {
  height: 3em;
}
.app-scope a.see-all-link {
  clear: both;
  display: inline-block;
  margin-top: 10px;
}
.app-scope .people-content {
  position: relative;
  min-height: 300px;
}
@media (min-width: 768px) {
  .app-scope .people-content {
    min-height: 450px;
  }
}
.app-scope .people-default {
  position: relative;
  width: 100%;
  padding: 20px 0 60px 0;
  text-align: center;
  opacity: 0;
  -webkit-animation: defaultFadeIn 1s .2s 1 forwards;
  animation: defaultFadeIn 1s .2s 1 forwards;
}
@-webkit-keyframes defaultFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes defaultFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.app-scope .people-default h4 {
  margin-bottom: 15px;
}
.app-scope .people-default-bg {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 40px;
  background: url(/app/images/people-default.1x.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .app-scope .people-default-bg {
    width: 240px;
    height: 240px;
    background: url(/app/images/people-default.2x.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.app-scope .card-list .card {
  padding: 25px 0;
  border-top: 1px solid #eceff1;
}
@media (min-width: 768px) {
  .app-scope .card-list .card {
    padding: 40px 0 30px 0;
  }
}
.app-scope .card-list .card h2:hover {
  color: #445a64;
}
.app-scope .card-list .card-title,
.app-scope .card-list .card-avatars {
  padding: 0;
}
.app-scope .card-list .card-avatars {
  border-top: none;
}
.app-scope .card-list .card-avatars li a {
  width: 40px;
  height: 40px;
}
.app-scope .card-list .card-avatars li a:after {
  width: 38px;
  height: 38px;
}
.app-scope .card-outreach-overview {
  display: block;
  max-width: 500px;
  margin: 0 auto 20px auto;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .app-scope .card-outreach-overview {
    max-width: none;
    margin-bottom: 0;
  }
}
.app-scope .card-outreach-overview .card-title {
  text-align: center;
}
@media (min-width: 768px) {
  .app-scope .card-outreach-overview .card-title {
    padding: 35px 35px 30px 35px;
  }
}
.app-scope .card-outreach-overview .card-title.gradient-blue-turquoise {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3845ae+0,00c0a5+100 */
  background: #3845ae;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4NDVhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGMwYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #3845ae 0%, #00c0a5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3845ae), color-stop(100%, #00c0a5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #3845ae 0%, #00c0a5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #3845ae 0%, #00c0a5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #3845ae 0%, #00c0a5 100%);
  /* IE10+ */
  background: linear-gradient(to right, #3845ae 0%, #00c0a5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3845ae', endColorstr='#00c0a5', GradientType=1);
  /* IE6-8 */
}
.app-scope .card-outreach-overview .card-title.gradient-aqua-purple {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00acc3+0,5e2eb4+100 */
  background: #00acc3;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTJlYjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #00acc3 0%, #5e2eb4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00acc3), color-stop(100%, #5e2eb4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #00acc3 0%, #5e2eb4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #00acc3 0%, #5e2eb4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #00acc3 0%, #5e2eb4 100%);
  /* IE10+ */
  background: linear-gradient(to right, #00acc3 0%, #5e2eb4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acc3', endColorstr='#5e2eb4', GradientType=1);
  /* IE6-8 */
}
.app-scope .card-outreach-overview .card-title.gradient-aqua-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00acc3+0,3845ae+100 */
  background: #00acc3;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODQ1YWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #00acc3 0%, #3845ae 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00acc3), color-stop(100%, #3845ae));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #00acc3 0%, #3845ae 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #00acc3 0%, #3845ae 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #00acc3 0%, #3845ae 100%);
  /* IE10+ */
  background: linear-gradient(to right, #00acc3 0%, #3845ae 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acc3', endColorstr='#3845ae', GradientType=1);
  /* IE6-8 */
}
.app-scope .card-outreach-overview .card-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
  text-align: center;
}
.app-scope .card-outreach-overview .card-icon .svg-icon {
  font-size: 45px;
  color: #fff;
  vertical-align: bottom;
}
.app-scope .card-outreach-overview h3 {
  color: #fff;
}
.app-scope .card-outreach-overview .card-copy {
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .app-scope .card-outreach-overview .card-copy {
    padding: 35px;
  }
}
.app-scope .card-outreach-overview .card-copy p {
  margin-bottom: 25px;
  color: #445a64;
}
.app-scope .card-person {
  cursor: pointer;
  display: table;
  padding: 25px;
  width: 100%;
  min-width: 180px;
}
@media (min-width: 600px) {
  .app-scope .card-person {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .app-scope .card-person {
    display: block;
    padding: 25px 20px 10px 20px;
    text-align: center;
  }
}
.app-scope .card-person-left {
  display: table-cell;
  position: relative;
  width: 30%;
}
@media (min-width: 480px) {
  .app-scope .card-person-left {
    width: 25%;
  }
}
@media (min-width: 600px) {
  .app-scope .card-person-left {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .app-scope .card-person-left {
    display: block;
    width: auto;
  }
}
.app-scope .card-person-avatar {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  padding: 3px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.app-scope .card-person-avatar img {
  width: 100%;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .app-scope .card-person-avatar {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 600px) {
  .app-scope .card-person-avatar {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .app-scope .card-person-avatar {
    float: none;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    width: 140px;
    height: 140px;
    margin-bottom: 25px;
    padding: 5px;
  }
}
.app-scope .card-person-right {
  display: table-cell;
  width: 70%;
}
@media (min-width: 480px) {
  .app-scope .card-person-right {
    width: 75%;
  }
}
@media (min-width: 600px) {
  .app-scope .card-person-right {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .app-scope .card-person-right {
    display: block;
    width: auto;
  }
}
.app-scope .card-person-name {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .app-scope .card-person-name {
    height: 3em;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .app-scope .card-person-name {
    margin-bottom: 15px;
  }
}
.app-scope .card-person-location {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #424242;
  text-transform: uppercase;
  -webkit-text-size-adjust: none;
}
@media (min-width: 600px) {
  .app-scope .card-person-location {
    height: 3em;
  }
}
.app-scope .card-publication {
  text-align: left;
}
.app-scope .card-student-support {
  max-width: 500px;
  margin: 0 auto 20px auto;
  background: #fff;
}
.app-scope div.card-student-support {
  cursor: auto;
}
@media (min-width: 960px) {
  .app-scope .card-student-support {
    display: inline-block;
    max-width: none;
    margin-bottom: 0;
    vertical-align: top;
  }
}
.app-scope .card-student-support .card-copy {
  padding: 25px 20px 20px 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .app-scope .card-student-support .card-copy {
    padding: 30px 25px 25px 25px;
  }
}
@media (min-width: 1170px) {
  .app-scope .card-student-support .card-copy {
    padding: 40px 40px 45px 40px;
  }
}
.app-scope .card-student-support .card-icon {
  display: inline-block;
  width: 70px;
  height: 65px;
  margin-bottom: 20px;
}
.app-scope .card-student-support .card-icon.graduate {
  background: url(/app/images/graduate-icon.2x.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.app-scope .card-student-support .card-icon.scholarships {
  background: url(/app/images/scholarships-icon.2x.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.app-scope .card-student-support .card-icon.phd {
  width: 55px;
  background: url(/app/images/phd-icon.2x.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.app-scope .card-student-support .card-copy h3 {
  margin-bottom: 20px;
}
.app-scope .card-student-support .card-copy p {
  font-size: 14px;
  line-height: 24px;
  color: #445a64;
}
.app-scope .card-tools {
  max-width: 400px;
  min-height: 300px;
  margin: 0 auto 20px auto;
  padding: 40px 25px 30px 25px;
  background: #fff;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .app-scope .card-tools {
    max-width: none;
    min-height: none;
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .app-scope .card-tools {
    height: 400px;
  }
}
@media (min-width: 1170px) {
  .app-scope .card-tools {
    height: 380px;
  }
}
.app-scope .card-tools .card-icon {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: inline-block;
  width: 125px;
  height: 115px;
  margin-bottom: 20px;
}
.app-scope .card-tools .card-icon.product-apis {
  background-image: url(/app/images/product-apis-icon.2x.png);
}
.app-scope .card-tools .card-icon.cloud-platform {
  background-image: url(/app/images/cloud-platform-icon.2x.png);
}
.app-scope .card-tools .card-icon.developers {
  background-image: url(/app/images/developers-icon.2x.png);
}
.app-scope .card-tools .card-icon.open-source {
  background-image: url(/app/images/open-source-icon.2x.png);
}
.app-scope .card-tools .card-icon.apps-education {
  background-image: url(/app/images/apps-education-icon.2x.png);
}
.app-scope .card-tools .card-icon.grants {
  background-image: url(/app/images/grants-icon.2x.png);
}
.app-scope .card-tools .card-icon.tensorflow {
  background-image: url(/app/images/tensorflow-icon.2x.png);
}
.app-scope .card-tools .card-copy h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.app-scope .card-tools .card-copy p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #445a64;
}
.app-scope .card-tools .card-copy span {
  font-weight: 400;
}
.app-scope .card-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  transition: all .2s linear;
}
.app-scope .card-shadow:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}
.app-scope .card h2 {
  margin-bottom: 15px;
}
.app-scope .card-title {
  padding: 30px 25px 15px 25px;
}
.app-scope .card .caption {
  display: block;
  margin-bottom: 15px;
}
.app-scope .card-research-areas {
  height: 3em;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
.app-scope .section-publication-card-grid .card-research-areas {
  margin-bottom: 0;
}
.app-scope .card-research-areas li {
  display: inline;
  margin-right: 5px;
}
.app-scope .card-research-areas li:first-of-type .card-research-area-divider {
  display: none;
}
.app-scope .card-research-area-divider {
  padding: 0 5px 0 0;
  color: #cfd8dc;
}
.app-scope .flyout-container {
  position: relative;
  padding: 60px 26px 40px 26px;
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100vh;
  background-color: #263238;
  z-index: 3;
  overflow-y: scroll;
  -webkit-transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  .app-scope .flyout-container {
    overflow-y: auto;
  }
}
@media (min-width: 1170px) {
  .app-scope .flyout-container {
    position: relative;
    right: auto;
    width: 100%;
    height: 80px;
    padding: 0;
    background: transparent;
    overflow: hidden;
  }
}
.app-scope nav.open .flyout-container {
  right: 0;
}
@media (min-width: 1170px) {
  .app-scope .nav-wrapper {
    float: right;
  }
}
.app-scope .nav-wrapper > ul li + li {
  margin-top: 18px;
}
.app-scope .nav-wrapper > ul a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
}
@media (min-width: 600px) {
  .app-scope .nav-wrapper > ul li + li {
    margin-top: 10px;
  }
  .app-scope .nav-wrapper > ul a {
    font-size: 13px;
  }
}
@media (min-width: 1170px) {
  .app-scope .nav-wrapper > ul {
    float: left;
    display: inline-block;
    height: 80px;
    line-height: 80px;
  }
  .app-scope .nav-wrapper > ul li {
    display: inline-block;
    margin-left: 18px;
  }
  .app-scope .nav-wrapper > ul li + li {
    margin-top: 0;
  }
  .app-scope .nav-wrapper > ul li a {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
  }
  .app-scope .nav-wrapper > ul li.active a,
  .app-scope .nav-wrapper > ul a:hover {
    color: #fff;
  }
}
.app-scope .nav-toggle.hamburger {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 12px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 768px) {
  .app-scope .nav-toggle.hamburger {
    right: 30px;
  }
}
@media (min-width: 960px) {
  .app-scope .nav-toggle.hamburger {
    top: 30px;
  }
}
.app-scope .nav-toggle.close {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 768px) {
  .app-scope .nav-toggle.close {
    right: 30px;
  }
}
@media (min-width: 960px) {
  .app-scope .nav-toggle.close {
    top: 30px;
  }
}
@media (min-width: 1170px) {
  .app-scope .nav-toggle {
    display: none;
  }
}
.app-scope .flyout-secondary-nav {
  margin-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
@media (min-width: 1170px) {
  .app-scope .flyout-secondary-nav {
    display: none;
  }
}
@media (min-width: 600px) {
  .app-scope .flyout-secondary-nav {
    padding-bottom: 0;
  }
  .app-scope .flyout-secondary-nav ul {
    margin-top: 10px;
  }
  .app-scope .flyout-secondary-nav ul li + li {
    margin-top: 5px;
  }
  .app-scope .flyout-secondary-nav span,
  .app-scope .flyout-secondary-nav ul a {
    font-size: 13px;
  }
}
.app-scope .people-search-form {
  display: block;
  position: relative;
  padding: 20px 15px 20px 15px;
  background: #fafafa;
}
@media (min-width: 768px) {
  .app-scope .people-search-form {
    padding: 0;
    background: transparent;
    z-index: 2;
  }
}
.app-scope .people-search-form input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 35px;
  background: transparent;
  font-size: 14px;
  font-weight: 300;
  color: #536E7B;
  letter-spacing: .02em;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #CFD8DC;
}
.app-scope .people-search-form ::-webkit-input-placeholder {
  color: #536E7B;
}
.app-scope .people-search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #536E7B;
}
.app-scope .people-search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #536E7B;
}
.app-scope .people-search-form :-ms-input-placeholder {
  color: #536E7B;
}
.app-scope .people-search-form input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.app-scope .people-search-form input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.app-scope .people-search-form input[type="search"]::-webkit-search-decoration,
.app-scope .people-search-form input[type="search"]::-webkit-search-cancel-button,
.app-scope .people-search-form input[type="search"]::-webkit-search-results-button,
.app-scope .people-search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.app-scope .people-search-close {
  position: absolute;
  top: 45%;
  right: 15px;
  width: 14px;
  height: 14px;
  font-size: 10px;
  color: #9DB6BC;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
@media (min-width: 768px) {
  .app-scope .people-search-close {
    top: 43%;
    right: 0;
  }
}
.app-scope .people-search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .app-scope .people-search-icon {
    left: 0;
  }
}
.app-scope .people-search-icon span {
  color: #9DB6BC;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.app-scope .people-search-form input[type=text]:focus ~ .people-search-icon span {
  color: #0b74d5;
}
.app-scope .people-search-form input[type=text]:focus ~ .people-search-close {
  opacity: .8;
}
.app-scope .layout-two-column {
  position: relative;
  width: 100%;
}
.app-scope .right-split-bg,
.app-scope .left-split-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .app-scope .layout-two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
  }
  .app-scope .left-split-bg {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,fafafa+50,ffffff+50,ffffff+100 */
    background: #fafafa;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #fafafa 0%, #fafafa 50%, #ffffff 50%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fafafa), color-stop(50%, #fafafa), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fafafa 0%, #fafafa 50%, #ffffff 50%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fafafa 0%, #fafafa 50%, #ffffff 50%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fafafa 0%, #fafafa 50%, #ffffff 50%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #fafafa 0%, #fafafa 50%, #ffffff 50%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=1);
    /* IE6-8 */
  }
  .app-scope .right-split-bg {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,fafafa+50,fafafa+100 */
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #fafafa 50%, #fafafa 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #fafafa), color-stop(100%, #fafafa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #fafafa 50%, #fafafa 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #fafafa 50%, #fafafa 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #fafafa 50%, #fafafa 100%);
    /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #fafafa 50%, #fafafa 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=1);
    /* IE6-8 */
  }
}
@media (min-width: 768px) {
  .app-scope .right-split-bg .inner,
  .app-scope .left-split-bg .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.app-scope .people .inner {
  padding: 0;
}
@media (min-width: 768px) {
  .app-scope .people .inner {
    padding: 0 30px;
  }
}
@media (min-width: 1230px) {
  .app-scope .people .inner {
    padding: 0;
  }
}
.app-scope .people .content {
  padding: 20px 15px 60px 15px;
}
@media (min-width: 768px) {
  .app-scope .right-split-bg .content,
  .app-scope .left-split-bg .content {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 70%;
  }
}
@media (min-width: 960px) {
  .app-scope .right-split-bg .content,
  .app-scope .left-split-bg .content {
    width: 79%;
  }
}
@media (min-width: 768px) {
  .app-scope .people .content {
    padding: 40px 0 40px 30px;
  }
}
@media (min-width: 960px) {
  .app-scope .people .content {
    padding: 40px 0 40px 50px;
  }
}
.app-scope .sidebar {
  position: fixed;
  right: 40px;
  bottom: 75px;
  width: 0;
  height: 0;
  padding: 0;
  background: transparent;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: padding 0.5s cubic-bezier(0.7, 0, 0.3, 1), width 0.5s cubic-bezier(0.7, 0, 0.3, 1), height 0.5s cubic-bezier(0.7, 0, 0.3, 1), right 0.5s cubic-bezier(0.7, 0, 0.3, 1), bottom 0.5s cubic-bezier(0.7, 0, 0.3, 1), background 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: padding 0.5s cubic-bezier(0.7, 0, 0.3, 1), width 0.5s cubic-bezier(0.7, 0, 0.3, 1), height 0.5s cubic-bezier(0.7, 0, 0.3, 1), right 0.5s cubic-bezier(0.7, 0, 0.3, 1), bottom 0.5s cubic-bezier(0.7, 0, 0.3, 1), background 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.app-scope .sidebar.expanded {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px 15px 30px 15px;
  background: rgba(255, 255, 255, 0.98);
  overflow-y: auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .app-scope .right-split-bg .sidebar,
  .app-scope .left-split-bg .sidebar {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 30%;
    height: 100%;
  }
  .app-scope .sidebar,
  .app-scope .sidebar.expanded {
    position: relative;
    right: auto;
    bottom: auto;
    width: 30%;
    padding: 40px 25px 40px 0;
    background-color: #fafafa;
    overflow-y: auto;
  }
  .app-scope .sidebar-people {
    width: 30%;
    padding: 35px 20px 0 0;
  }
  .app-scope .sidebar-people .sidebar {
    width: 100%;
    padding: 40px 0;
  }
}
@media (min-width: 960px) {
  .app-scope .right-split-bg .sidebar,
  .app-scope .left-split-bg .sidebar {
    width: 21%;
  }
  .app-scope .sidebar,
  .app-scope .sidebar.expanded {
    width: 21%;
  }
  .app-scope .sidebar-people {
    width: 21%;
  }
  .app-scope .sidebar-people .sidebar {
    width: 100%;
  }
}
.app-scope .sidebar-nav {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
@media (min-width: 768px) {
  .app-scope .sidebar-nav {
    opacity: 1;
  }
}
.app-scope .sidebar.expanded .sidebar-nav {
  opacity: 1;
}
.app-scope .sidebar-nav ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #037A90;
}
@media (min-width: 768px) {
  .app-scope .sidebar-nav ul li a {
    font-size: 14px;
  }
}
.app-scope .sidebar-nav ul li:hover a,
.app-scope .sidebar-nav ul li.active a {
  color: #EA1600;
}
.app-scope .sidebar-nav-count {
  font-size: 12px;
  color: #8fa4af;
  -webkit-transition: background .2s linear, color .2s linear;
  transition: background .2s linear, color .2s linear;
  -webkit-text-size-adjust: none;
}
.app-scope .sidebar-nav ul li:hover .sidebar-nav-count,
.app-scope .sidebar-nav ul li.active .sidebar-nav-count {
  color: #fff;
}
.app-scope .sidebar-nav-count {
  margin-left: 6px;
  padding: 2px 5px;
  background: #eceff1;
  border-radius: 2px;
}
.app-scope .sidebar-nav ul li:hover .sidebar-nav-count,
.app-scope .sidebar-nav ul li.active .sidebar-nav-count {
  background: #0B74D5;
}
.app-scope .sidebar-nav ul li + li {
  margin-top: 30px;
}
.app-scope .detail-sidebar {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
@media (min-width: 768px) {
  .app-scope .detail-sidebar {
    padding-left: 50px;
    background-color: #fafafa;
    opacity: 1;
  }
}
.app-scope .sidebar.expanded .detail-sidebar {
  opacity: 1;
}
.app-scope .content {
  padding: 30px 0 60px 0;
  background: #fff;
}
.app-scope .detail .content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .app-scope .content {
    width: 79%;
    padding: 40px 0 40px 30px;
  }
  .app-scope .detail .content {
    padding: 40px 50px 80px 0;
    width: 70%;
  }
  .app-scope .left-split-bg .content {
    box-shadow: inset 1px 0px 3px -1px rgba(0, 0, 0, 0.12);
  }
  .app-scope .right-split-bg .content {
    box-shadow: inset -1px 0px 3px -1px rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 960px) {
  .app-scope .content {
    width: 79%;
    padding: 40px 0 40px 50px;
  }
}
.app-scope .summary-subtitle {
  margin-bottom: 15px;
}
.app-scope .summary.border-bottom {
  border-bottom: 1px solid #eceff1;
}
.app-scope .sidebar-nav-toggle {
  position: fixed;
  right: 15px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background: #0b74d5;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  -webkit-animation: sidebarNavBirth .6s .4s 1 forwards;
  animation: sidebarNavBirth .6s .4s 1 forwards;
}
@-webkit-keyframes sidebarNavBirth {
  0% {
    -webkit-transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes sidebarNavBirth {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .app-scope .sidebar-nav-toggle {
    display: none;
  }
}
.app-scope .sidebar-nav-toggle:hover {
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
}
.app-scope .sidebar-nav-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .app-scope .professor-detail .layout-two-column {
    display: block;
  }
}
@media (min-width: 768px) {
  .app-scope .professor-detail .sidebar,
  .app-scope .professor-detail .sidebar.expanded {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .app-scope .professor-detail .content {
    width: 100%;
    padding: 0 0 60px 0;
  }
}
@media (min-width: 960px) {
  .app-scope .professor-detail .content {
    padding: 40px 50px 80px 0;
    width: 73%;
  }
}
.app-scope .professor-detail .sidebar {
  background: transparent;
}
.app-scope .header-subnav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.app-scope .header-subnav ul {
  white-space: nowrap;
}
.app-scope .header-subnav li {
  display: inline-block;
  padding: 0 0 20px 0;
}
.app-scope .header-subnav li + li {
  margin-left: 20px;
}
.app-scope .header-subnav ul li a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.app-scope .header-subnav ul li a:hover {
  color: #ffffff;
}
.app-scope .header-subnav li.active {
  padding: 0 0 18px 0;
  border-bottom: 2px solid #00eab5;
}
.app-scope .header-subnav li.active a {
  color: #ffffff;
}
.app-scope .section-count {
  padding: 65px 0;
  /* Linear Gradient Background: http://colorzilla.com/gradient-editor/#00eab5+0,2f3ba2+100 */
  background: #2f3ba2;
  /* Old browsers */
  background-image: url(/app/images/section-count-bg.1x.png);
  background-image: url(/app/images/section-count-bg.1x.png), -moz-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* FF3.6+ */
  background-image: url(/app/images/section-count-bg.1x.png), -webkit-gradient(linear, left top, right top, color-stop(0%, #00eab5), color-stop(100%, #2f3ba2));
  /* Chrome,Safari4+ */
  background-image: url(/app/images/section-count-bg.1x.png), -webkit-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url(/app/images/section-count-bg.1x.png), -o-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* Opera 11.10+ */
  background-image: url(/app/images/section-count-bg.1x.png), -ms-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* IE10+ */
  background-image: url(/app/images/section-count-bg.1x.png), linear-gradient(to right, #00eab5 0%, #2f3ba2 100%);
  /* W3C */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .app-scope .section-count {
    /* Linear Gradient Background: http://colorzilla.com/gradient-editor/#00eab5+0,2f3ba2+100 */
    background: #2f3ba2;
    /* Old browsers */
    background-image: url(/app/images/section-count-bg.2x.png);
    background-image: url(/app/images/section-count-bg.2x.png), -moz-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
    /* FF3.6+ */
    background-image: url(/app/images/section-count-bg.2x.png), -webkit-gradient(linear, left top, right top, color-stop(0%, #00eab5), color-stop(100%, #2f3ba2));
    /* Chrome,Safari4+ */
    background-image: url(/app/images/section-count-bg.2x.png), -webkit-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: url(/app/images/section-count-bg.2x.png), -o-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
    /* Opera 11.10+ */
    background-image: url(/app/images/section-count-bg.2x.png), -ms-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
    /* IE10+ */
    background-image: url(/app/images/section-count-bg.2x.png), linear-gradient(to right, #00eab5 0%, #2f3ba2 100%);
    /* W3C */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 960px) {
  .app-scope .section-count {
    padding: 75px 0;
  }
}
.app-scope .section-count h2 {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .app-scope .section-count h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.app-scope .section-count em {
  font-style: normal;
  font-weight: 400;
}
.app-scope .machine-intelligence-roles {
  padding: 25px 0 0;
}
.app-scope .machine-intelligence-role {
  border-top: 1px solid #E7E7E7;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .app-scope .machine-intelligence-role {
    padding: 60px 0;
  }
}
.app-scope .machine-intelligence-role:first-child {
  border-top: 0;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .app-scope .machine-intelligence-role:first-child {
    padding: 0 0 60px;
  }
}
.app-scope .machine-intelligence-role h2 {
  margin-bottom: 30px;
}
.app-scope .machine-intelligence-role > div {
  max-width: 800px;
}
.app-scope .machine-intelligence-role > div div {
  margin-bottom: 30px;
}
.app-scope .machine-intelligence-role > div div p {
  margin: 20px 0;
}
.app-scope .machine-intelligence-role > div strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
.app-scope .machine-intelligence-role .note {
  font-size: 14px;
  line-height: 22px;
}
.app-scope .machine-intelligence-role ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.app-scope .section-outreach-secondary {
  padding: 30px 0 60px 0;
}
.app-scope .content-two-column {
  padding: 40px 0 0 0;
}
.app-scope .content-two-column > p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #536e7b;
  line-height: 22px;
}
@media (min-width: 768px) {
  .app-scope .content-two-column > p {
    margin-bottom: 60px;
  }
}
.app-scope .content-two-column > p a {
  font-weight: 400;
}
.app-scope .content-two-column h4 {
  margin-bottom: 40px;
}
.app-scope .content-two-column h5 {
  margin-bottom: 15px;
  text-transform: none;
}
.app-scope .content-two-column .copy-block + .copy-block {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .app-scope .content-two-column .copy-block + .copy-block {
    margin-top: 0;
  }
}
.app-scope .content-two-column li {
  font-size: 14px;
  line-height: 24px;
}
.app-scope .content-two-column li + li {
  margin-top: 2px;
}
@media (min-width: 768px) {
  .app-scope .content-two-column .copy-block {
    float: left;
    width: 46%;
    margin-right: 8%;
  }
  .app-scope .content-two-column .copy-block:nth-of-type(2) {
    margin-right: 0;
  }
}
.app-scope .content-two-column .copy-block p + p {
  margin-top: 15px;
}
.app-scope .content-two-column .copy-block h5:nth-of-type(n+2) {
  margin-top: 40px;
}
.app-scope .content-two-column-caption {
  padding: 35px 0 0 0;
}
@media (min-width: 768px) {
  .app-scope .content-two-column-caption {
    padding: 35px 0 55px 0;
  }
}
.app-scope .content-two-column-caption .inner {
  padding: 0;
}
.app-scope .content-two-column-caption .copy-block {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .app-scope .content-two-column-caption .copy-block {
    float: left;
    width: 60%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
.app-scope .content-two-column-caption .copy-block h3 {
  margin-bottom: 30px;
}
.app-scope .content-two-column-caption .copy-block p {
  margin-bottom: 35px;
  font-size: 14px;
}
.app-scope .content-two-column-caption .caption-block {
  padding: 35px 30px 30px 30px;
  background: #eceff1;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .app-scope .content-two-column-caption .caption-block {
    float: left;
    width: 35%;
  }
}
.app-scope .content-two-column-caption .caption-block p {
  font-size: 14px;
}
.app-scope .callout-outreach-secondary {
  text-align: center;
}
.app-scope .callout-outreach-secondary h2 {
  margin-bottom: 30px;
  font-size: 26px;
  color: #fff;
}
.app-scope .callout-outreach-secondary p {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  max-width: 1000px;
  margin: auto;
}
.app-scope .callout-research-award {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#451e97+0,4c5abd+100 */
  background: #451e97;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1MWU5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YzVhYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #451e97), color-stop(100%, #4c5abd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #451e97 0%, #4c5abd 100%);
  /* IE10+ */
  background: linear-gradient(to right, #451e97 0%, #4c5abd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#451e97', endColorstr='#4c5abd', GradientType=1);
  /* IE6-8 */
}
.app-scope .callout-research-award-latin-america {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02bca5+0,07d2b5+100 */
  background: #02bca5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYmNhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwN2QyYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #02bca5), color-stop(100%, #07d2b5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #02bca5 0%, #07d2b5 100%);
  /* IE10+ */
  background: linear-gradient(to right, #02bca5 0%, #07d2b5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02bca5', endColorstr='#07d2b5', GradientType=1);
  /* IE6-8 */
}
.app-scope .section-outreach-lists {
  padding: 30px 0;
}
.app-scope .content-outreach-lists ul + ul {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .app-scope .content-outreach-lists ul {
    display: block;
    float: left;
    width: 20.5%;
    margin-right: 6%;
  }
  .app-scope .content-outreach-lists ul:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .app-scope .content-outreach-lists ul + ul {
    margin-top: 0;
  }
}
.app-scope .content-outreach-lists li {
  padding: 0 0 0 18px;
  font-size: 14px;
  color: #445a64;
  line-height: 24px;
  background: url(/app/images/bullet-disc.2x.png);
  background-size: 7px 7px;
  background-position: left top 8px;
  background-repeat: no-repeat;
}
.app-scope .content-outreach-lists li + li {
  margin-top: 8px;
}
.app-scope .content-outreach-blurb {
  padding: 80px 8% 0 8%;
  text-align: center;
}
.app-scope .cta-how-to-apply {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .app-scope .cta-how-to-apply {
    padding-bottom: 100px;
  }
}
.app-scope .cta-how-to-apply .border-wrapper {
  padding-top: 60px;
  border-top: 1px solid #e7e7e7;
}
.app-scope .cta-how-to-apply h4 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .app-scope .cta-how-to-apply .cta-copy {
    display: table-cell;
    width: 70%;
  }
}
@media (min-width: 1170px) {
  .app-scope .cta-how-to-apply .cta-copy {
    width: 75%;
  }
}
.app-scope .cta-how-to-apply .cta-copy p {
  font-size: 14px;
  line-height: 24px;
}
.app-scope .cta-how-to-apply .cta-button {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .app-scope .cta-how-to-apply .cta-button {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
  }
}
@media (min-width: 1170px) {
  .app-scope .cta-how-to-apply .cta-button {
    width: 25%;
  }
}
.app-scope .outreach-secondary-professors {
  padding-top: 60px;
}
.app-scope .outreach-secondary-professors > h4 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .app-scope .outreach-secondary-professors .card-person-right {
    display: block;
    width: 100%;
  }
}
.app-scope .outreach-secondary-professors .card-person-name {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .app-scope .outreach-secondary-professors .card-person-name {
    margin-bottom: 0;
  }
}
.app-scope .outreach-secondary-professors .card-person-location {
  font-size: 14px;
  font-weight: 300;
  color: #536e7b;
}
.app-scope .earth-engine-apply {
  padding: 45px 0 40px 0;
  background: #fafafa;
}
.app-scope .earth-engine-apply .question {
  border: none;
}
.app-scope .earth-engine-apply .faq-title {
  margin: 0;
}
@media (min-width: 600px) {
  .app-scope .earth-engine-apply .faq-title {
    text-align: center;
  }
}
.app-scope .earth-engine-apply .faq-title h4 {
  display: inline-block;
  width: 90%;
  font-size: 16px;
  font-weight: 400;
  color: #0b74d5;
  line-height: 22px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .app-scope .earth-engine-apply .faq-title h4 {
    width: auto;
  }
}
.app-scope .earth-engine-apply span.svg-icon {
  color: #0b74d5;
}
.app-scope .earth-engine-apply .question.open .faq-title span.svg-icon {
  color: #0b74d5;
}
@media (min-width: 600px) {
  .app-scope .earth-engine-apply span.svg-icon {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 10px;
  }
}
.app-scope .earth-engine-apply .answer {
  width: 100%;
  padding: 50px 30px 0 30px;
}
.app-scope .faq-link {
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
}
.app-scope .earth-engine-apply .faq-link {
  margin-top: 40px;
}
.app-scope .faq-link h4 {
  margin-bottom: 20px;
}
.app-scope .faq-link p {
  max-width: 700px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 960px) {
  .app-scope .section-outreach .card-grid.three-column-flex,
  .app-scope .section-outreach-secondary .card-grid.three-column-flex {
    display: table;
    border-spacing: 10em 2em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }
  .app-scope .section-outreach .card-grid.three-column-flex .card-cell,
  .app-scope .section-outreach-secondary .card-grid.three-column-flex .card-cell {
    display: table-row;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 33%;
    padding-bottom: 30px;
  }
  .app-scope .section-outreach .card-grid.three-column-flex .card-cell > div,
  .app-scope .section-outreach-secondary .card-grid.three-column-flex .card-cell > div {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .app-scope .section-outreach .card-grid.three-column-flex .card-cell:nth-child(3n+1),
  .app-scope .section-outreach-secondary .card-grid.three-column-flex .card-cell:nth-child(3n+1) {
    padding-right: 15px;
  }
  .app-scope .section-outreach .card-grid.three-column-flex .card-cell:nth-child(3n+2),
  .app-scope .section-outreach-secondary .card-grid.three-column-flex .card-cell:nth-child(3n+2) {
    padding-right: 15px;
    padding-left: 15px;
  }
  .app-scope .section-outreach .card-grid.three-column-flex .card-cell:nth-child(3n+3),
  .app-scope .section-outreach-secondary .card-grid.three-column-flex .card-cell:nth-child(3n+3) {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .app-scope .section-outreach .card-grid.two-column-flex {
    display: table;
    border-spacing: 10em 2em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }
  .app-scope .section-outreach .card-grid.two-column-flex .card-cell a {
    display: block;
    width: 100%;
  }
  .app-scope .section-outreach .card-grid.two-column-flex .card-cell {
    display: table-row;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 50%;
    padding-bottom: 30px;
  }
  .app-scope .section-outreach .card-grid.two-column-flex .card-cell > div {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .app-scope .section-outreach .card-grid.two-column-flex .card-cell:nth-child(2n+1) {
    padding-right: 15px;
  }
  .app-scope .section-outreach .card-grid.two-column-flex .card-cell:nth-child(2n+2) {
    padding-left: 15px;
  }
}
.app-scope .section-outreach {
  padding: 0;
  background: #ECEFF1;
}
@media (min-width: 768px) {
  .app-scope .section-outreach {
    padding: 0 0 60px 0;
  }
  .app-scope .section-outreach.work-at-google {
    padding: 0;
  }
}
.app-scope .section-outreach .card-grid {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .app-scope .section-outreach .card-grid {
    padding-top: 60px;
  }
  .app-scope .section-outreach.work-at-google .card-grid {
    padding-bottom: 30px;
  }
  .app-scope .section-outreach .card-grid.card-grid-faculty {
    padding-top: 30px;
  }
}
.app-scope .section-outreach .card-row {
  width: 100%;
}
.app-scope .section-outreach .card-cell {
  width: 100%;
  vertical-align: top;
}
.app-scope .section-quote {
  /* Linear Gradient Background: http://colorzilla.com/gradient-editor/#00eab5+0,2f3ba2+100 */
  background: #2f3ba2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZWFiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjNiYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00eab5), color-stop(100%, #2f3ba2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* IE10+ */
  background: linear-gradient(to right, #00eab5 0%, #2f3ba2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eab5', endColorstr='#2f3ba2', GradientType=1);
  /* IE6-8 */
  text-align: center;
}
.app-scope .section-quote h3 {
  margin-bottom: 40px;
  color: #fff;
}
.app-scope .quote-grid {
  margin-bottom: 50px;
}
.app-scope .quote {
  outline: 0;
  color: #445a64;
  background-color: inherit;
}
@media (min-width: 960px) {
  .app-scope .quote {
    padding: 0 15px;
  }
}
@media (min-width: 1170px) {
  .app-scope .quote {
    padding: 0;
  }
}
.app-scope .quote p {
  display: inline-block;
  position: relative;
  max-width: 310px;
  min-height: 255px;
  margin: 0 15px;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.app-scope .quote p:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #fff;
  z-index: 3;
}
.app-scope .quote-details {
  margin-top: 20px;
}
.app-scope .quote-details span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.app-scope .quote-name {
  color: #fff;
  line-height: 24px;
}
.app-scope .quote-role {
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
}
.app-scope .section-whats-happening {
  padding: 70px 0 40px 0;
  /* Linear Gradient Background: http://colorzilla.com/gradient-editor/#00eab5+0,2f3ba2+100 */
  background: #2f3ba2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZWFiNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjNiYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00eab5), color-stop(100%, #2f3ba2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #00eab5 0%, #2f3ba2 100%);
  /* IE10+ */
  background: linear-gradient(to right, #00eab5 0%, #2f3ba2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eab5', endColorstr='#2f3ba2', GradientType=1);
  /* IE6-8 */
  text-align: center;
}
.app-scope .section-whats-happening h3 {
  margin-bottom: 30px;
  color: #fff;
}
.app-scope .icon {
  display: block;
  position: relative;
  margin-bottom: 10px;
  outline: 0;
}
@media (min-width: 960px) {
  .app-scope .icon {
    float: left;
    width: 32%;
    max-width: none;
    margin-right: 2%;
  }
  .app-scope .icon:nth-child(3n) {
    margin-right: 0;
  }
}
.app-scope .icon-container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 30px 15px;
}
.app-scope .icon-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.app-scope .icon:hover .icon-container:before {
  opacity: .5;
}
.app-scope .svg-container {
  width: 100%;
  padding: 10px 15px;
}
.app-scope .icon h5,
.app-scope .icon h4 {
  color: #fff;
}