.stunt-double-lite, .cwd-basic.tiles .group-image:before, .cwd-social-curator.tiles-social .card a img, #super-header:before, .programs:before, .program > p.programs:before, .program-home #main-content:before, .program-footer:before, .program > p.program-footer:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block; }

.flex, .cwd-basic .cards, .cwd-events time, .cwd-events .group-noimage a, .cwd-events.tiles .group-noimage a, .cwd-social-curator.tiles-social .card, .cwd-social-curator.tiles-social .card .group-fields, #super-header #cu-header, .einaudi-home .cwd-events .card, .program-home .cwd-events .card, .social-media .feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vertical-align, .cwd-social-curator.tiles-social .card a .overlay:first-child, .programs .tiles .group-image a .overlay, #einaudi-menu, #einaudi-menu .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.icon-fa:before, .program > p.icon-fa:before, .icon-fa:after {
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-zmdi:before, .cwd-social-curator.tiles-social .card a h3:before, .program > p:before, #einaudi-menu ul:before, #einaudi-menu li a:before, .icon-zmdi:after {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.flex-dom-reverse, .cwd-events time, .cwd-events .group-image time, .cwd-events .group-noimage a, .cwd-events.tiles .group-noimage a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.cwd-basic .cards {
  clear: both;
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 992px) {
    .cwd-basic .cards {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1200px) {
    .cwd-basic .cards {
      margin-left: -20px;
      margin-right: -20px; } }

.cwd-basic .card {
  width: 100%;
  max-width: 500px;
  padding: 30px 10px 0;
  margin: 0 auto;
  position: relative; }
  .cwd-basic .card:after {
    content: '';
    display: block;
    padding-top: 20px;
    clear: both; }
  .cwd-basic .card:first-of-type {
    padding-top: 10px; }
  @media (min-width: 768px) {
    .cwd-basic .card {
      max-width: none;
      margin: 0; }
      .cwd-basic .card:after {
        padding-top: 25px;
        border-bottom: 1px solid #ededed; }
      .cwd-basic .card:last-of-type:after {
        border: 0; } }
  @media (min-width: 992px) {
    .cwd-basic .card {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .cwd-basic .card {
      padding-left: 20px;
      padding-right: 20px; } }
  .cwd-basic .card img {
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .cwd-basic .card img {
        margin-bottom: 5px; } }
  .cwd-basic .card h3 {
    margin-bottom: 0.6em; }
    .cwd-basic .card h3 .deco {
      padding-bottom: 0.2em; }
    .cwd-basic .card h3 + h4 {
      margin-top: -0.3em; }
  .cwd-basic .card a h3:not(.designer) {
    text-decoration: underline;
    color: #1176ac !important; }
  .cwd-basic .card a:hover h3:not(.designer) {
    color: #000 !important; }
  .cwd-basic .card a:active h3:not(.designer) {
    color: #666 !important; }
  .cwd-basic .card .group-image a {
    text-decoration: none;
    display: block; }
  .cwd-basic .card .group-noimage a {
    text-decoration: none; }
  @media (min-width: 768px) {
    .cwd-basic .card .group-image + .group-fields {
      width: 77%;
      float: right; }
    .cwd-basic .card .group-image a img {
      width: 20%;
      float: left;
      margin-right: 3%; } }

.cwd-basic .header-with-button {
  margin-bottom: 30px; }

.cwd-basic .pager {
  margin-top: 20px; }

.cwd-basic .component-footer {
  max-width: 480px;
  margin: 30px auto 0;
  text-align: center; }
  @media (min-width: 768px) {
    .cwd-basic .component-footer {
      max-width: none;
      margin: 30px 0 0; } }
  .cwd-basic .component-footer .link-button {
    border: 1px solid #ccc;
    padding: 1em 3em;
    border-radius: 100px;
    background: none;
    color: #1176ac; }
    .cwd-basic .component-footer .link-button:hover {
      color: #000;
      border-color: #bbb;
      background: rgba(0, 0, 0, 0.05); }
    .cwd-basic .component-footer .link-button:active {
      color: #666;
      border-color: #aaa;
      background: rgba(0, 0, 0, 0.08); }

@media (min-width: 768px) {
  .cwd-basic.tiles .card {
    width: 50%;
    margin: 0 0 20px;
    padding-top: 0;
    padding-bottom: 0; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .cwd-basic.tiles .card {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .cwd-basic.tiles .card {
      margin-bottom: 40px; } }

@media (min-width: 768px) {
    .cwd-basic.tiles .card:after {
      content: none; } }

@media (min-width: 1200px) {
  .cwd-basic.tiles .card {
    width: 33.33333%; } }

.cwd-basic.tiles .group-fields, .cwd-basic.tiles .group-image a img {
  width: 100% !important;
  float: none;
  margin: 0; }

.cwd-basic.tiles .group-fields {
  margin-top: 15px; }

.cwd-basic.tiles .group-image {
  display: block;
  position: relative; }
  .cwd-basic.tiles .group-image a, .cwd-basic.tiles .group-image .deco, .cwd-basic.tiles .group-image h3 {
    color: #fff;
    -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-color: rgba(255, 255, 255, 0.5); }
  .cwd-basic.tiles .group-image a {
    display: block;
    transition: background 0.15s, box-shadow 0.15s; }
    .cwd-basic.tiles .group-image a:hover {
      background: rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.06);
      color: #fff; }
      .cwd-basic.tiles .group-image a:hover .deco, .cwd-basic.tiles .group-image a:hover h3 {
        color: #fff;
        -moz-text-decoration-color: rgba(255, 255, 255, 0.9);
        -webkit-text-decoration-color: rgba(255, 255, 255, 0.9);
        text-decoration-color: rgba(255, 255, 255, 0.9); }
    .cwd-basic.tiles .group-image a:active {
      background: rgba(0, 0, 0, 0.09);
      box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
      color: #ccc; }
      .cwd-basic.tiles .group-image a:active .deco, .cwd-basic.tiles .group-image a:active h3 {
        color: #ccc;
        -moz-text-decoration-color: rgba(255, 255, 255, 0.3);
        -webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
        text-decoration-color: rgba(255, 255, 255, 0.3); }
    .cwd-basic.tiles .group-image a .overlay {
      position: absolute;
      z-index: 3;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0 15px 20px;
      text-align: center;
      overflow: hidden;
      color: #fff; }
      .cwd-basic.tiles .group-image a .overlay :last-child {
        margin-bottom: 0; }
  .cwd-basic.tiles .group-image img {
    position: static;
    width: 100%; }
  .cwd-basic.tiles .group-image:before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
    pointer-events: none; }

@media (min-width: 1200px) {
  .cwd-basic.tiles.max-2 .card {
    width: 50%; } }

@media (min-width: 1200px) {
  .cwd-basic.tiles.max-4-2 .cards {
    margin-left: -15px;
    margin-right: -15px; }
  .cwd-basic.tiles.max-4-2 .card {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .cwd-basic.tiles.max-3-1 .card {
    width: 33.33333%; } }

.cwd-basic.tiles.no-overlay .group-image .deco, .cwd-basic.tiles.no-overlay .group-image h3 {
  color: #1176ac;
  text-decoration: underline;
  -moz-text-decoration-color: rgba(17, 121, 177, 0.5);
  -webkit-text-decoration-color: rgba(17, 121, 177, 0.5);
  text-decoration-color: rgba(17, 121, 177, 0.5); }

.cwd-basic.tiles.no-overlay .group-image h3.designer, .cwd-basic.tiles.no-overlay .group-image h3.designer .deco {
  text-decoration: none;
  color: #333; }

.cwd-basic.tiles.no-overlay .group-image a .overlay {
  position: static;
  margin-top: 12px;
  padding: 0;
  text-align: left; }

.cwd-basic.tiles.no-overlay .group-image a:hover, .cwd-basic.tiles.no-overlay .group-image a:hover .deco, .cwd-basic.tiles.no-overlay .group-image a:hover h3 {
  color: #000;
  -moz-text-decoration-color: rgba(0, 0, 0, 0.7);
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.7);
  text-decoration-color: rgba(0, 0, 0, 0.7); }

.cwd-basic.tiles.no-overlay .group-image a:active, .cwd-basic.tiles.no-overlay .group-image a:active .deco, .cwd-basic.tiles.no-overlay .group-image a:active h3 {
  color: #666;
  -moz-text-decoration-color: rgba(0, 0, 0, 0.4);
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-color: rgba(0, 0, 0, 0.4); }

.cwd-basic.tiles.no-overlay .group-image:before {
  content: none; }

.cwd-basic.card-slider .cards {
  margin-left: -15px;
  margin-right: -15px; }

.cwd-basic.card-slider .card {
  max-width: none;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .cwd-basic.card-slider .card {
      padding: 0 15px !important; } }

@media (min-width: 768px) {
  .cwd-basic.card-slider .cards {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .cwd-basic.card-slider .card:after {
    content: none; } }

.cwd-basic.card-slider.tiles .group-image a {
  box-shadow: none !important; }

.cwd-basic.animate.tiles .group-image {
  overflow: hidden; }

.cwd-basic.animate.tiles a img {
  transition: transform 0.3s ease-out; }

.cwd-basic.animate.tiles a:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease-out; }

.cwd-basic.collapse.tiles .cards {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.cwd-basic.collapse.tiles .card {
  padding: 0 !important; }

.dark .cwd-basic, .cwd-basic.dark {
  color: #ddd; }
  .dark .cwd-basic h2, .cwd-basic.dark h2 {
    color: #ededed; }
  .dark .cwd-basic a, .dark .cwd-basic a h3:not(.designer), .cwd-basic.dark a, .cwd-basic.dark a h3:not(.designer) {
    color: #fff !important;
    -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-color: rgba(255, 255, 255, 0.5); }
    .dark .cwd-basic a:hover, .dark .cwd-basic a:hover *, .dark .cwd-basic a h3:not(.designer):hover, .dark .cwd-basic a h3:not(.designer):hover *, .cwd-basic.dark a:hover, .cwd-basic.dark a:hover *, .cwd-basic.dark a h3:not(.designer):hover, .cwd-basic.dark a h3:not(.designer):hover * {
      -moz-text-decoration-color: white;
      -webkit-text-decoration-color: white;
      text-decoration-color: white;
      border-color: rgba(255, 255, 255, 0.7) !important; }
    .dark .cwd-basic a:active, .dark .cwd-basic a:active *, .dark .cwd-basic a h3:not(.designer):active, .dark .cwd-basic a h3:not(.designer):active *, .cwd-basic.dark a:active, .cwd-basic.dark a:active *, .cwd-basic.dark a h3:not(.designer):active, .cwd-basic.dark a h3:not(.designer):active * {
      color: #ccc !important;
      border-color: rgba(255, 255, 255, 0.5) !important;
      -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
      -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
      text-decoration-color: rgba(255, 255, 255, 0.5); }
    .dark .cwd-basic a *, .dark .cwd-basic a h3:not(.designer) *, .cwd-basic.dark a *, .cwd-basic.dark a h3:not(.designer) * {
      color: #fff !important; }
  .dark .cwd-basic .card:after, .cwd-basic.dark .card:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .dark .cwd-basic .component-footer .link-button, .cwd-basic.dark .component-footer .link-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3); }
    .dark .cwd-basic .component-footer .link-button:hover, .cwd-basic.dark .component-footer .link-button:hover {
      border-color: rgba(255, 255, 255, 0.5);
      background: rgba(0, 0, 0, 0.1); }
    .dark .cwd-basic .component-footer .link-button:active, .cwd-basic.dark .component-footer .link-button:active {
      border-color: rgba(255, 255, 255, 0.4);
      background: rgba(0, 0, 0, 0.18); }
  .dark .cwd-basic.tiles .group-image a:hover, .cwd-basic.dark.tiles .group-image a:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.12); }
  .dark .cwd-basic.tiles .group-image a:active, .cwd-basic.dark.tiles .group-image a:active {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.08); }
  .dark .cwd-basic.tiles.no-overlay .group-image .deco, .dark .cwd-basic.tiles.no-overlay .group-image h3, .cwd-basic.dark.tiles.no-overlay .group-image .deco, .cwd-basic.dark.tiles.no-overlay .group-image h3 {
    -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-color: rgba(255, 255, 255, 0.5); }
  .dark .cwd-basic.tiles.no-overlay .group-image a:hover, .dark .cwd-basic.tiles.no-overlay .group-image a:hover .deco, .dark .cwd-basic.tiles.no-overlay .group-image a:hover h3, .cwd-basic.dark.tiles.no-overlay .group-image a:hover, .cwd-basic.dark.tiles.no-overlay .group-image a:hover .deco, .cwd-basic.dark.tiles.no-overlay .group-image a:hover h3 {
    -moz-text-decoration-color: rgba(255, 255, 255, 0.8);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.8);
    text-decoration-color: rgba(255, 255, 255, 0.8); }
  .dark .cwd-basic.tiles.no-overlay .group-image a:active, .dark .cwd-basic.tiles.no-overlay .group-image a:active .deco, .dark .cwd-basic.tiles.no-overlay .group-image a:active h3, .cwd-basic.dark.tiles.no-overlay .group-image a:active, .cwd-basic.dark.tiles.no-overlay .group-image a:active .deco, .cwd-basic.dark.tiles.no-overlay .group-image a:active h3 {
    -moz-text-decoration-color: rgba(255, 255, 255, 0.6);
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: rgba(255, 255, 255, 0.6); }

.cwd-news .date-plain {
  margin: 10px 10px 10px 0; }

.cwd-news .group-fields time {
  font-style: italic; }

.cwd-news .group-fields h3 {
  margin-bottom: .85em;
  margin-top: .85em; }

.cwd-news .group-fields p {
  margin-bottom: 0; }

.cwd-news .group-fields .field.tags {
  display: inline-block;
  line-height: 1em;
  font-size: 16px;
  text-align: center; }
  .cwd-news .group-fields .field.tags ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px; }
    .cwd-news .group-fields .field.tags ul li {
      display: flex;
      margin: 10px 5px;
      padding: 15px;
      background: #ededed; }

.cwd-news .group-fields .field.news_topic {
  display: inline-block;
  line-height: 1em;
  font-size: 16px;
  text-align: center; }
  .cwd-news .group-fields .field.news_topic ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px; }
    .cwd-news .group-fields .field.news_topic ul li {
      display: flex;
      margin: 10px 5px;
      padding: 15px;
      background: #ededed; }

.cwd-news .testclass {
  background: red; }

.cwd-events .field.program p {
  margin-bottom: .5em; }

.cwd-events .location {
  font-family: "freight-sans-pro", sans-serif;
  color: #666;
  font-weight: 500; }

.cwd-events time {
  background: #b31b1b;
  color: #fff;
  width: 62px;
  padding: 0.4em 0.3em;
  font-family: "freight-sans-pro", sans-serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  font-size: 12px;
  text-align: center;
  float: left;
  margin: 0 20px 15px 0; }
  .cwd-events time .month {
    width: 100%;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    color: #eed3cd; }
  .cwd-events time .day {
    width: 100%;
    font-family: "freight-text-pro", serif;
    font-size: 300%;
    line-height: 1; }

.cwd-events .group-image {
  display: block;
  position: relative; }
  .cwd-events .group-image time {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 5px;
    background: none; }
    .cwd-events .group-image time .day {
      position: relative; }
    .cwd-events .group-image time .month {
      position: relative;
      left: -0.2em; }
    .cwd-events .group-image time:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      background: none;
      border-top: 104px solid #b31b1b;
      border-right: 104px solid transparent;
      transition: border-color 0.2s; }
    @media (min-width: 768px) {
      .cwd-events .group-image time {
        width: 30px;
        font-size: 11px;
        top: 0; }
        .cwd-events .group-image time .day {
          font-size: 145.45%; }
        .cwd-events .group-image time .month {
          left: -0.1em; }
        .cwd-events .group-image time:before {
          border-top-width: 58px;
          border-right-width: 58px; } }
    @media (min-width: 1080px) {
      .cwd-events .group-image time {
        width: 40px;
        font-size: 12px;
        top: 1px; }
        .cwd-events .group-image time .day {
          font-size: 166.67%; }
        .cwd-events .group-image time:before {
          border-top-width: 74px;
          border-right-width: 74px; } }
  .cwd-events .group-image img {
    border-top: 5px solid #b31b1b;
    transition: border-color 0.2s; }
    @media (min-width: 768px) {
      .cwd-events .group-image img {
        border-top-width: 4px; } }
  .cwd-events .group-image a:hover time:before, .cwd-events .group-image a:hover img {
    border-top-color: #cf2525; }
  .cwd-events .group-image a:active, .cwd-events .group-image a:active img {
    border-top-color: #901414; }

.cwd-events .group-noimage a {
  transition: background-color 0.2s; }
  @media (min-width: 992px) {
    .cwd-events .group-noimage a {
      display: block; } }
  .cwd-events .group-noimage a:hover time {
    background: #cf2525; }
  .cwd-events .group-noimage a:active time {
    background: #901414; }

@media (max-width: 991px) {
  .cwd-events .group-noimage time {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    padding: 0;
    margin-right: 0; }
    .cwd-events .group-noimage time .month, .cwd-events .group-noimage time .day {
      width: auto;
      font-family: "freight-sans-pro", sans-serif;
      font-size: 15px;
      font-weight: 600;
      line-height: 1;
      padding: 0.5em 0.4em; }
    .cwd-events .group-noimage time .month {
      background: rgba(0, 0, 0, 0.2);
      padding: 0.5em; } }

.cwd-events .group-noimage + .group-fields {
  clear: both; }

@media (min-width: 992px) {
  .cwd-events .group-noimage h3 {
    float: right;
    width: calc(100% - 82px) !important; }
  .cwd-events .group-noimage + .group-fields {
    clear: none;
    float: right;
    width: calc(100% - 82px) !important; } }

.cwd-events.tiles .group-image time {
  width: 62px;
  top: 5px; }
  .cwd-events.tiles .group-image time .day {
    font-size: 300%; }
  .cwd-events.tiles .group-image time .month {
    left: -0.2em; }
  .cwd-events.tiles .group-image time:before {
    border-top-width: 104px;
    border-right-width: 104px; }

.cwd-events.tiles .group-image img {
  border-top-width: 5px; }

.cwd-events.tiles .group-image + .group-fields {
  width: 100% !important; }

.cwd-events.tiles .group-noimage time {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  padding: 0;
  margin-right: 0; }
  .cwd-events.tiles .group-noimage time .month, .cwd-events.tiles .group-noimage time .day {
    width: auto;
    font-family: "freight-sans-pro", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 0.5em 0.4em; }
  .cwd-events.tiles .group-noimage time .month {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5em; }

.cwd-events.tiles .group-noimage h3, .cwd-events.tiles .group-noimage + .group-fields {
  width: 100% !important;
  margin-top: 0; }

.dark .cwd-events .location {
  color: #ddd; }

/* This is in the base theme, but don't want to change it there only to have it overwritten */
.pager ul li.is-active a {
  background: #327caf !important;
  border: 1px solid #327caf; }

/* event override */
.card-wrap {
  background: #073949;
  position: relative; }
  .card-wrap .group-noimage {
    position: absolute;
    background: transparent;
    height: 125px; }
  .card-wrap .group-fields {
    position: absolute;
    background: transparent;
    bottom: 0; }

.cwd-events.event-listings .cards .views-row .group-image a time span {
  color: white; }

.cwd-events.event-listings .cards .views-row .group-fields .field {
  margin-bottom: 0px;
  color: #666; }

.cwd-events.event-listings .cards .views-row .group-fields .program:first-child {
  padding-bottom: 15px; }
  .cwd-events.event-listings .cards .views-row .group-fields .program:first-child p {
    margin-bottom: 0px; }
  .cwd-events.event-listings .cards .views-row .group-fields .program:first-child p p:before {
    content: '\f152';
    color: #6aa5b6;
    opacity: .8;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    margin-right: .3em;
    padding-left: 1px;
    position: relative;
    top: 2px;
    left: -1px; }
  .cwd-events.event-listings .cards .views-row .group-fields .program:first-child:after {
    position: absolute;
    content: '';
    width: 40%;
    height: 1px;
    border-bottom: 1px solid #d1e3e8;
    padding-top: 10px;
    margin-left: 15px; }

.cwd-events.event-listings .cards .views-row .group-fields .time p:before {
  content: '\f337';
  color: #6aa5b6;
  opacity: .8;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  margin-right: .3em;
  padding-left: 1px;
  position: relative;
  top: 2px;
  left: -1px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum"; }

.cwd-events.event-listings .cards .views-row .group-fields .location {
  margin-left: 2px; }
  .cwd-events.event-listings .cards .views-row .group-fields .location p:before {
    content: '\f1ab';
    color: #6aa5b6;
    opacity: .8;
    font: normal normal normal 16px/1 'Material-Design-Iconic-Font';
    margin-right: .3em;
    padding-left: 1px;
    position: relative;
    top: 2px;
    left: -1px; }

.cwd-events.event-listings .cards .views-row .group-fields .summary {
  margin-top: 25px; }

.cwd-events.event-listings .pager {
  border-bottom: 1px solid #ddd;
  border-top: none;
  padding-bottom: 50px; }

.cwd-events.full h3 {
  margin-top: 15px; }

.cwd-events.full .date-plain p:before {
  content: '\f332';
  color: #6aa5b6;
  opacity: .8;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  margin-right: .3em;
  padding-left: 1px;
  position: relative;
  top: 0px;
  left: -1px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum"; }

.cwd-events.full .time p:before {
  content: '\f337';
  color: #6aa5b6;
  opacity: .8;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  margin-right: .3em;
  padding-left: 1px;
  position: relative;
  top: 0px;
  left: -1px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum"; }

.cwd-events.full .location {
  margin-left: 2px; }
  .cwd-events.full .location p:before {
    content: '\f1ab';
    color: #6aa5b6;
    opacity: .8;
    font: normal normal normal 16px/1 'Material-Design-Iconic-Font';
    margin-right: .3em;
    padding-left: 1px;
    position: relative;
    top: 0px;
    left: -1px; }

.cwd-events.full .intro {
  margin-top: 25px; }

.events-archive-listings {
  margin-top: 50px; }
  .events-archive-listings h2 {
    margin-bottom: 25px; }

.cwd-people .professional-title {
  font-style: italic; }

.cwd-people .program p {
  margin-bottom: 0; }

.cwd-people .role {
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
  text-align: center; }
  .cwd-people .role p {
    margin-bottom: 0; }
  .cwd-people .role ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px; }
    .cwd-people .role ul li {
      display: flex;
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 5px;
      background: #222222;
      color: #fff; }

@media (min-width: 768px) {
  .cwd-people.full .align-right {
    max-width: 30%; } }

.cwd-people.full .group-body p {
  padding-bottom: .85em; }

.cwd-people.full .group-fields h3 {
  margin-bottom: .85em;
  margin-top: .85em; }

.cwd-people.full .group-fields .email.phone.website p {
  margin-bottom: .85em; }

.cwd-people.full .group-fields .email.phone.website .field {
  margin-bottom: .85em; }

.cwd-people.full .intro {
  font-style: italic;
  margin-bottom: .75em; }

.cwd-publications .author {
  font-style: italic; }

.cwd-publications .program {
  margin-bottom: .85em; }
  .cwd-publications .program p {
    margin-bottom: 0; }

.cwd-publications .field.source {
  font-style: italic;
  font-size: 14px; }

.cwd-publications .link-button {
  margin: 15px 15px 15px 0; }

.cwd-publications .price {
  color: #2d668e;
  font-size: 20px;
  font-weight: semibold; }
  .cwd-publications .price > p::before {
    color: #2d668e;
    content: '\f155';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    margin-right: 0.3em; }

.cwd-publications .publication-source {
  margin-bottom: 1.5em;
  font-style: italic;
  font-size: 14px; }

.cwd-publications .publication-type {
  font-size: 18px; }
  .cwd-publications .publication-type > p::before {
    color: #599aae;
    content: '\f02d';
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 0.3em; }

.cwd-publications .type {
  display: inline-block;
  line-height: 1em;
  font-size: 14px; }
  .cwd-publications .type p {
    margin-bottom: 0; }
  .cwd-publications .type ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px; }
    .cwd-publications .type ul li {
      display: flex;
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 5px;
      background: #222222;
      color: #fff; }

.cwd-publications .series {
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
  text-align: center; }
  .cwd-publications .series p {
    margin-bottom: 0; }
  .cwd-publications .series ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px; }
    .cwd-publications .series ul li {
      display: flex;
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 5px;
      background: #222222;
      color: #fff; }

.cwd-publications .field-label {
  font-weight: 600; }

.cwd-publications.full .group-body {
  margin-bottom: .85em; }

@media (min-width: 768px) {
  .cwd-publications.full .align-right {
    max-width: 30%; } }

@media (min-width: 768px) {
  .cwd-publications.tiles-publications .card {
    margin: 0 0 20px;
    padding-top: 0;
    padding-bottom: 0; }
    .cwd-publications.tiles-publications .card:after {
      content: none; }
    .cwd-publications.tiles-publications .card .group-image a img {
      padding-right: 5px;
      margin-bottom: 40px; } }

@media (min-width: 1200px) {
  .cwd-publications.tiles-publications .card {
    width: 33.33333%; } }

.cwd-publications.tiles-publications .card h3 {
  font-size: 20px; }

.cwd-social-curator .card a {
  margin: auto 0;
  z-index: 4; }
  .cwd-social-curator .card a:focus {
    outline: 0px; }
    .cwd-social-curator .card a:focus .field-group {
      outline: -webkit-focus-ring-color auto 1px; }

.cwd-social-curator .card .field-group a:focus {
  outline: -webkit-focus-ring-color auto 1px; }

@media (min-width: 768px) {
  .cwd-social-curator.tiles-social .cards {
    margin-left: -15px;
    margin-right: -15px; } }

.cwd-social-curator.tiles-social .card {
  border: 0;
  margin: 0 auto 20px;
  padding-bottom: 1px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .cwd-social-curator.tiles-social .card {
      margin: 0 0 20px;
      padding-top: 0;
      padding-bottom: 0;
      width: 50%; }
      .cwd-social-curator.tiles-social .card:after {
        content: none; } }
  @media (min-width: 1200px) {
    .cwd-social-curator.tiles-social .card {
      width: 25%;
      padding-left: 15px;
      padding-right: 15px; } }
  .cwd-social-curator.tiles-social .card:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    content: '';
    background: #f7f7f7; }
    @media (min-width: 768px) {
      .cwd-social-curator.tiles-social .card:before {
        left: 15px;
        right: 15px; } }
  .cwd-social-curator.tiles-social .card:after {
    content: none; }
  .cwd-social-curator.tiles-social .card .group-image {
    width: 100%;
    padding: 10px 20px 30px;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 5;
    -webkit-flex-grow: 5;
    -moz-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    overflow: hidden; }
  .cwd-social-curator.tiles-social .card .group-fields {
    font-size: 14px;
    color: #444;
    width: 100%;
    padding: 0 20px 10px;
    position: relative;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around; }
    .cwd-social-curator.tiles-social .card .group-fields:before {
      content: '';
      width: 100%;
      padding-bottom: 8px;
      border-top: 1px solid #e5e5e5; }
    .cwd-social-curator.tiles-social .card .group-fields .field {
      margin: 0; }
    .cwd-social-curator.tiles-social .card .group-fields a {
      -moz-text-decoration-color: rgba(0, 0, 0, 0.5);
      -webkit-text-decoration-color: rgba(0, 0, 0, 0.5);
      text-decoration-color: rgba(0, 0, 0, 0.5);
      font-weight: 600;
      color: #444; }
      .cwd-social-curator.tiles-social .card .group-fields a:hover {
        -moz-text-decoration-color: black;
        -webkit-text-decoration-color: black;
        text-decoration-color: black;
        color: #000; }
      .cwd-social-curator.tiles-social .card .group-fields a:active {
        -moz-text-decoration-color: rgba(0, 0, 0, 0.4);
        -webkit-text-decoration-color: rgba(0, 0, 0, 0.4);
        text-decoration-color: rgba(0, 0, 0, 0.4);
        color: #777; }
  .cwd-social-curator.tiles-social .card a {
    text-align: center;
    width: 100%;
    text-decoration: none; }
    .cwd-social-curator.tiles-social .card a .image-control {
      width: 75%;
      height: 0;
      padding-bottom: 52%;
      margin: 15px auto 20px;
      position: relative; }
    .cwd-social-curator.tiles-social .card a img {
      width: 100%;
      float: none;
      margin: 0;
      -o-object-fit: cover;
      object-fit: cover; }
    .cwd-social-curator.tiles-social .card a .overlay:first-child {
      height: 100%;
      margin: 0 auto;
      position: relative;
      top: 0; }
    .cwd-social-curator.tiles-social .card a h3 {
      color: #111 !important;
      margin: 0;
      font-size: 16px;
      line-height: 1.4;
      text-decoration: none !important; }
      .cwd-social-curator.tiles-social .card a h3 br {
        display: inline-block;
        content: '';
        width: 5px; }
      .cwd-social-curator.tiles-social .card a h3:before {
        content: '\f35b';
        font-size: 200%;
        opacity: 0.7;
        display: block;
        margin-bottom: 0.25em; }
      .cwd-social-curator.tiles-social .card a h3 .deco {
        text-decoration: underline;
        -moz-text-decoration-color: rgba(0, 0, 0, 0.25);
        -webkit-text-decoration-color: rgba(0, 0, 0, 0.25);
        text-decoration-color: rgba(0, 0, 0, 0.25); }
        .cwd-social-curator.tiles-social .card a h3 .deco .read-more {
          font-style: italic;
          font-size: .9em;
          margin-left: 5px; }
      .cwd-social-curator.tiles-social .card a h3 .ext {
        display: none; }
    .cwd-social-curator.tiles-social .card a:hover h3 {
      color: #000; }
      .cwd-social-curator.tiles-social .card a:hover h3 .deco {
        -moz-text-decoration-color: black;
        -webkit-text-decoration-color: black;
        text-decoration-color: black; }
      .cwd-social-curator.tiles-social .card a:hover h3:before {
        opacity: 1; }
    .cwd-social-curator.tiles-social .card a:active h3 {
      color: #777; }
      .cwd-social-curator.tiles-social .card a:active h3 .deco {
        -moz-text-decoration-color: rgba(0, 0, 0, 0.4);
        -webkit-text-decoration-color: rgba(0, 0, 0, 0.4);
        text-decoration-color: rgba(0, 0, 0, 0.4); }
      .cwd-social-curator.tiles-social .card a:active h3:before {
        opacity: 0.8; }
  .cwd-social-curator.tiles-social .card .screen-name {
    text-decoration: underline; }

.cwd-social-curator.tiles-social .crt-post-instagram a h3:before {
  content: '\f34f'; }

.cwd-social-curator.tiles-social .crt-post-facebook a h3:before {
  content: '\f342'; }

.cwd-social-curator.tiles-social .crt-post-twitter a h3:before {
  content: '\f360'; }

@media (min-width: 768px) {
  .cwd-social-curator.tiles-social.tiles-social-max2 .card {
    width: 50%; } }

@media (min-width: 834px) {
  .cwd-social-curator.tiles-social.tiles-social-max2 .card {
    width: 100%; } }

@media (min-width: 1200px) {
  .cwd-social-curator.tiles-social.tiles-social-max2 .card {
    width: 50%; } }

.social-wrap {
  top: 25px;
  position: relative; }

.social-wrap.secondary {
  padding-bottom: 3em;
  padding-top: 3em;
  position: relative;
  float: left;
  width: 100%;
  top: 0; }

/* Implement and adjust for Cornell's Freight font families
   ******************************************************** */
/* Drupal CMS */
.messages, .pager ul li {
  font-size: 15px; }

.messages .message__single:before, .messages .messages__item:before {
  font-size: 18px;
  line-height: 1; }

/* Typography */
body, table, #main form label, #main-navigation li {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px; }

#cu-header, .cwd-component .metadata-set {
  font-size: 14px; }

body > footer, #main .secondary, .cwd-component .summary, .cwd-component .text, #utility-navigation li, .breadcrumb li, article footer, .smallprint {
  font-size: 16px;
  line-height: 1.45; }

#main .secondary, .smallprint {
  line-height: 1.5; }

body > footer ul li, body > footer .sub-footer, #main form .description, .photo-info {
  font-size: 15px; }

h1, h4, h5, h6, .h4, .h5, .h6, .sans, .intro, #utility-navigation li, .breadcrumb, .secondary-navigation ul ul li, .menu-block-title + .secondary-navigation ul li {
  font-family: "freight-sans-pro", sans-serif; }

h1, .h1 {
  font-size: 33px; }

h2, .h2 {
  font-size: 27px;
  font-family: "freight-sans-pro", sans-serif; }

h3, .h3 {
  font-size: 23px;
  font-family: "freight-sans-pro", sans-serif; }

h4, .h4 {
  font-size: 19px; }

h5, .h5, h6, .h6 {
  font-size: 16px; }

main .secondary h2, main .secondary h3, main .secondary .h2, main .secondary .h3,
.band[role='complementary'] h2, .band[role='complementary'] h3, .band[role='complementary'] .h2, .band[role='complementary'] .h3,
.secondary-navigation ul li, .secondary .menu-block-title {
  font-family: "freight-text-pro", serif; }

#main .secondary h2, .secondary .menu-block-title > a {
  color: #7e7e7e; }

.intro {
  font-size: 20px;
  line-height: 1.5; }

strong {
  font-weight: 600; }

.cwd-component h3 {
  font-size: 21px; }

.cwd-component .subheading h4 {
  text-transform: uppercase;
  color: #b31b1b !important; }

.cwd-events .location {
  font-weight: 400; }

body > footer .h5 {
  font-size: 20px;
  font-weight: 400; }

body > footer .h6 {
  font-size: 16px;
  font-weight: 600; }

.cu-gray #cu-header .cu-brand h2, .cu-black #cu-header .cu-brand h2, .cu-red #cu-header .cu-brand h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#cu-header .cu-brand h2 {
  font-weight: 400; }

#cu-header .cu-brand h3 {
  font-size: 15px;
  font-family: "freight-text-pro", serif;
  margin-top: 0.5em; }

#main .secondary h2, .secondary-navigation ul li {
  font-size: 24px; }

.secondary-navigation ul ul li, .menu-block-title + .secondary-navigation ul li {
  font-size: 19px;
  font-weight: 400; }

.secondary-navigation .current-menu-item > a, .secondary-navigation .active > a, .secondary-navigation li > a.is-active,
.menu-block-title + .secondary-navigation .current-menu-item > a, .menu-block-title + .secondary-navigation .active > a, .menu-block-title + .secondary-navigation li > a.is-active {
  font-weight: 500;
  font-size: 105.2%; }

.secondary-navigation ul ul ul li, .menu-block-title + .secondary-navigation ul ul li {
  font-size: 16px; }

/* Links */
body > footer .footer-links a, .footer-links-mimic a {
  color: #fff;
  -moz-text-decoration-color: rgba(255, 255, 255, 0.4);
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-color: rgba(255, 255, 255, 0.4); }

/* Layout */
.band.accent1 {
  background: #f7f7f7; }

/* Forms */
fieldset.semantic legend, #main fieldset.semantic legend,
fieldset fieldset legend, #main fieldset fieldset legend,
form.webform-submission-form fieldset legend, #main form.webform-submission-form fieldset legend {
  font-family: "freight-text-pro", serif;
  font-size: 21px; }

@media (min-width: 480px) {
  #cu-header .cu-brand h3 {
    font-size: 16px; } }

@media (min-width: 768px) {
  main, #main {
    padding-top: 2.75em; }
  #cu-header .cu-brand h2 {
    font-size: 34px; }
  #cu-header .cu-brand h3 {
    font-size: 18px;
    margin-top: 0.2em; }
  #main .secondary h2, .secondary-navigation ul li {
    font-size: 23px; }
  #main .secondary h2, .secondary-navigation ul li {
    max-width: none;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 992px) {
  #cu-header .cu-brand h2 {
    font-size: 40px; }
  #cu-header .cu-brand h3 {
    font-size: 19px; }
  .cu-seal #cu-header .cu-brand {
    padding-top: 20px;
    padding-bottom: 20px; }
  body > footer .main-footer {
    padding: 55px 0; }
  #main-navigation li {
    font-size: 17px; } }

@media (min-width: 1080px) {
  body, .breadcrumb li, #main form label {
    font-size: 18px; }
  body > footer, #main .secondary, #main form .option-label {
    font-size: 17px; }
  #main form .description {
    font-size: 16px; }
  .intro {
    font-size: 23px;
    line-height: 1.6; }
  .cwd-card-grid h3 {
    font-size: 24px; }
  .cwd-component .subheading h4 {
    font-size: 15px; }
  .cwd-component .summary, .cwd-component .text {
    font-size: 18px; }
  .cu-seal .mobile-button {
    width: 44px;
    height: 43px; }
  #utility-navigation a {
    height: 38px;
    line-height: 38px;
    padding: 0 22px; }
  #main .secondary h2, .secondary-navigation ul li {
    font-size: 26px; }
  h1, .h1 {
    font-size: 36px; }
  h2, .h2 {
    font-size: 31px; }
  h3, .h3 {
    font-size: 26px; }
  h4, .h4 {
    font-size: 20px; }
  h5, .h5, h6, .h6 {
    font-size: 17px; }
  .cwd-component h3 {
    font-size: 24px; } }

@media (min-width: 1200px) {
  #cu-header .cu-brand h2 {
    font-size: 46px; }
  #cu-header .cu-brand h3 {
    font-size: 23px;
    margin-top: 0.15em; }
  .cu-seal #cu-header .cu-brand {
    padding-top: 30px;
    padding-bottom: 30px; }
  #main .secondary h2, .secondary-navigation ul li {
    font-size: 30px; } }

@media (max-width: 767px) {
  .mobile .breadcrumb + h2 {
    font-size: 23px !important; }
  .mobile .breadcrumb + h2 + .secondary-navigation li, .mobile .breadcrumb + h2 + .secondary-navigation li li {
    font-size: 16px !important;
    font-weight: 400; } }

@media (min-width: 992px) {
  .cwd-funding {
    width: calc(50% - 15px);
    float: left; } }

@media (min-width: 992px) {
  .cwd-funding .cards .card {
    padding-right: 50px; } }

.cwd-funding .cards .card .group-image {
  display: block;
  position: relative;
  overflow: hidden; }
  .cwd-funding .cards .card .group-image a img {
    width: 100%; }
  .cwd-funding .cards .card .group-image .overlay {
    position: absolute;
    background-image: linear-gradient(180deg, rgba(5, 35, 44, 0.8), rgba(0, 102, 153, 0.7));
    width: 100%;
    height: 100%;
    top: 0; }
    .cwd-funding .cards .card .group-image .overlay h3 {
      padding-left: 25px;
      max-width: 75%;
      margin-top: 25px;
      color: white !important; }
      @media (min-width: 992px) {
        .cwd-funding .cards .card .group-image .overlay h3 {
          max-width: 100%; } }
      .cwd-funding .cards .card .group-image .overlay h3 a {
        color: white;
        text-decoration: underline;
        position: relative;
        float: left; }
        .cwd-funding .cards .card .group-image .overlay h3 a:focus, .cwd-funding .cards .card .group-image .overlay h3 a:hover {
          text-decoration: underline; }
        .cwd-funding .cards .card .group-image .overlay h3 a time {
          position: relative; }
    .cwd-funding .cards .card .group-image .overlay .deadline {
      position: absolute;
      bottom: 1.5em;
      right: 1.75em;
      color: white; }
      .cwd-funding .cards .card .group-image .overlay .deadline time {
        display: block;
        clear: both;
        text-align: center;
        font-feature-settings: "lnum"; }
        .cwd-funding .cards .card .group-image .overlay .deadline time:first-child {
          font-size: 60px;
          line-height: 60px;
          font-weight: 500; }
        .cwd-funding .cards .card .group-image .overlay .deadline time:last-child {
          font-family: "freight-text-pro", serif;
          text-transform: uppercase;
          font-size: 1em; }

@media (min-width: 992px) {
  .view-display-id-upcoming_funding_block, .view-display-id-program_upcoming_funding_block {
    width: calc(50% - 25px);
    float: right; } }

.view-display-id-upcoming_funding_block .cards h3 a, .view-display-id-program_upcoming_funding_block .cards h3 a {
  font-size: 22px; }

.funding {
  position: relative;
  z-index: 4; }

.view-display-id-program_upcoming_funding_block {
  float: right; }

.main-footer .primary {
  position: relative;
  display: inline-block; }
  .main-footer .primary a {
    text-decoration-color: #929292; }
    .main-footer .primary a:hover, .main-footer .primary a:focus {
      text-decoration-color: #FFF; }

.main-footer .secondary {
  display: inline-block;
  position: relative;
  margin-bottom: 50px; }
  .main-footer .secondary a {
    text-decoration-color: #929292; }
    .main-footer .secondary a:hover, .main-footer .secondary a:focus {
      text-decoration-color: #FFF; }
  @media (min-width: 768px) {
    .main-footer .secondary {
      float: left; } }

.main-footer ul li {
  font-size: 17px; }

.sub-footer a {
  text-decoration-color: #dbdbdb; }
  .sub-footer a:hover, .sub-footer a:focus {
    text-decoration-color: #FFF; }

.cwd-fundpage .fundpage-deadlines {
  margin-bottom: 0.75em;
  padding-bottom: 0.85em; }
  .cwd-fundpage .fundpage-deadlines .messages {
    margin-bottom: 1.6em; }
    .cwd-fundpage .fundpage-deadlines .messages .message__single:before, .cwd-fundpage .fundpage-deadlines .messages .messages__item:before {
      line-height: revert; }
  .cwd-fundpage .fundpage-deadlines .deadline span, .cwd-fundpage .fundpage-deadlines .timeframe span {
    color: #b31b1b; }
  .cwd-fundpage .fundpage-deadlines .deadline + .timeframe, .cwd-fundpage .fundpage-deadlines .timeframe + .deadline {
    margin-top: 1em; }

.cwd-fundpage .professional-title {
  font-style: italic; }

.cwd-fundpage .program p {
  margin-bottom: 0; }

.cwd-fundpage .role {
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
  text-align: center; }
  .cwd-fundpage .role p {
    margin-bottom: 0; }
  .cwd-fundpage .role ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px; }
    .cwd-fundpage .role ul li {
      display: flex;
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 5px;
      background: #222222;
      color: #fff; }

.cwd-fundpage .fund_type {
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
  text-align: center; }
  .cwd-fundpage .fund_type p {
    margin-bottom: 0; }
  .cwd-fundpage .fund_type ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px; }
    .cwd-fundpage .fund_type ul li {
      display: flex;
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 5px;
      background: #222222;
      color: #fff; }

@media (min-width: 768px) {
  .cwd-fundpage.full .align-right {
    max-width: 30%; } }

.cwd-fundpage.full .group-body p {
  padding-bottom: .85em; }

.cwd-fundpage.full .group-fields h3 {
  margin-bottom: .85em;
  margin-top: .85em; }

.cwd-fundpage.full .group-fields .email.phone.website p {
  margin-bottom: .85em; }

.cwd-fundpage.full .group-fields .email.phone.website .field {
  margin-bottom: .85em; }

.cwd-fundpage.full .intro {
  font-style: italic;
  margin-bottom: .75em; }

.cwd-academicspage .professional-title {
  font-style: italic; }

.cwd-academicspage .program p {
  margin-bottom: 0; }

.cwd-academicspage .academic_type {
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
  text-align: center; }
  .cwd-academicspage .academic_type p {
    margin-bottom: 0; }
  .cwd-academicspage .academic_type ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0px; }
    .cwd-academicspage .academic_type ul li {
      display: flex;
      margin-right: 5px;
      margin-bottom: 5px;
      padding: 5px;
      background: #222222;
      color: #fff; }

@media (min-width: 768px) {
  .cwd-academicspage.full .align-right {
    max-width: 30%; } }

.cwd-academicspage.full .group-body p {
  padding-bottom: .85em; }

.cwd-academicspage.full .group-fields h3 {
  margin-bottom: .85em;
  margin-top: .85em; }

.cwd-academicspage.full .group-fields .email.phone.website p {
  margin-bottom: .85em; }

.cwd-academicspage.full .group-fields .email.phone.website .field {
  margin-bottom: .85em; }

.cwd-academicspage.full .intro {
  font-style: italic;
  margin-bottom: .75em; }

.search-row {
  list-style: none;
  border-bottom: 1px solid #c5c5c5;
  padding: 30px 0 25px 0; }

/* Typography
   ------------------------------------------------------------------------ */
h1 + .intro, h1 + .hidden + .intro {
  margin-top: 0; }

main .secondary h2,
main .secondary h3,
main .secondary .h2,
main .secondary .h3,
.band[role='complementary'] h2,
.band[role='complementary'] h3,
.band[role='complementary'] .h2,
.band[role='complementary'] .h3,
.secondary-navigation ul li,
.secondary .menu-block-title,
#cu-header .cu-unit h3,
.photo-caption {
  font-family: "freight-sans-pro", sans-serif; }

.section-heading, #main .section-heading {
  color: #073949;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 0.7em !important;
  letter-spacing: 0.08em; }
  .section-heading + .buttons, #main .section-heading + .buttons {
    margin-top: 0.5em; }
  @media (min-width: 768px) {
    .section-heading, #main .section-heading {
      font-size: 40px; }
      .section-heading + .buttons, #main .section-heading + .buttons {
        margin-top: 0.7em; } }
  @media (min-width: 1200px) {
    .section-heading, #main .section-heading {
      font-size: 48px; }
      .section-heading + .buttons, #main .section-heading + .buttons {
        margin-top: 1em; } }

.dark, .dark .intro {
  color: #d4e0e4; }

.dark .section-heading {
  color: #fff !important; }

.header-with-button {
  margin-bottom: 1.5em; }

.header-with-button .zmdi-chevron-right, footer .zmdi-chevron-right {
  padding-left: 0.5em;
  position: relative;
  top: 0.1em; }

.program > p:before {
  content: '\f152';
  color: #6aa5b6;
  opacity: 0.8;
  font-size: 18px;
  margin-right: 0.3em;
  padding-left: 1px;
  position: relative;
  top: 2px;
  left: -1px; }

/* Branding and Navigation
   ------------------------------------------------------------------------ */
#cu-header {
  background: none !important; }
  #cu-header .cu-logo {
    margin: 16px 0 16px !important; }
    @media (min-width: 768px) {
      #cu-header .cu-logo {
        margin-bottom: 10px !important; } }
    @media (min-width: 992px) {
      #cu-header .cu-logo {
        margin: 0.15em 0 0 !important; } }
    @media (min-width: 992px) {
      #cu-header .cu-logo a {
        width: 110px;
        height: 110px;
        min-width: 110px; } }
    @media (min-width: 1200px) {
      #cu-header .cu-logo a {
        width: 125px;
        height: 125px;
        min-width: 125px; } }
  @media (min-width: 992px) {
    #cu-header .cu-brand {
      padding-top: 3% !important; }
    #cu-header .cu-unit {
      margin-right: 90px !important; } }
  #cu-header .cu-brand h2 {
    font-weight: 500 !important;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      #cu-header .cu-brand h2 {
        font-size: 48px;
        line-height: 0.95; } }
    #cu-header .cu-brand h2 a {
      -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
      -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
      text-decoration-color: rgba(255, 255, 255, 0.5); }
    #cu-header .cu-brand h2 small {
      display: block;
      font-size: 60%;
      font-weight: 400;
      margin-bottom: 6px;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (min-width: 768px) {
        #cu-header .cu-brand h2 small {
          text-indent: 0.1em; } }
      @media (min-width: 992px) {
        #cu-header .cu-brand h2 small {
          font-size: 45%; } }
    #cu-header .cu-brand h2 .title-segment {
      display: block; }

#super-header {
  background: #222 50% 30% no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  padding-bottom: 12px;
  position: relative; }
  #super-header #cu-header .container-fluid {
    width: 100%; }
  #super-header #cu-header .custom-button-container {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  #super-header .cu-brand {
    position: static; }
  #super-header .cu-logo, #super-header .cu-unit, #super-header .custom-banner-container {
    position: relative;
    z-index: 3; }
  #super-header .custom-button-container {
    position: relative;
    z-index: 4; }
  @media (min-width: 992px) {
    #super-header #site-header {
      position: relative;
      z-index: 5; } }
  #super-header .photo-caption {
    z-index: 3; }
  #super-header:before {
    content: '';
    background: rgba(1, 11, 15, 0.7);
    background: -moz-linear-gradient(-25deg, rgba(7, 57, 73, 0.6) 0%, rgba(1, 11, 15, 0.9) 100%);
    background: -webkit-linear-gradient(-25deg, rgba(7, 57, 73, 0.6) 0%, rgba(1, 11, 15, 0.9) 100%);
    background: linear-gradient(155deg, rgba(7, 57, 73, 0.6) 0%, rgba(1, 11, 15, 0.9) 100%);
    z-index: 2; }
  #super-header .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
    z-index: 1; }
  @media (min-width: 992px) {
    #super-header {
      padding: 0; }
      #super-header #main-navigation {
        background: #006699;
        background: rgba(0, 102, 153, 0.7);
        margin: 30px 0 3%;
        position: relative; }
        #super-header #main-navigation .children {
          top: 100%;
          min-width: 100% !important;
          background: rgba(0, 81, 117, 0.95);
          background: linear-gradient(to bottom, rgba(0, 31, 51, 0.98) 0%, rgba(0, 81, 117, 0.95) 200px); }
          #super-header #main-navigation .children .children {
            top: 0;
            border: 0;
            box-shadow: none; }
            #super-header #main-navigation .children .children li {
              margin-top: 0 !important;
              margin-bottom: 0 !important; }
          #super-header #main-navigation .children li {
            font-size: 15px; }
            #super-header #main-navigation .children li:before {
              content: '';
              display: block;
              height: 1px;
              margin: 0 1em;
              background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
              background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
              background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%); }
            #super-header #main-navigation .children li:first-child {
              margin-top: 5px; }
              #super-header #main-navigation .children li:first-child:before {
                content: none; }
            #super-header #main-navigation .children li:last-child {
              margin-bottom: 5px; }
          #super-header #main-navigation .children a span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          #super-header #main-navigation .children > li:first-child {
            border: 0; }
        #super-header #main-navigation .nav-justified {
          padding: 0;
          justify-content: space-evenly; }
          #super-header #main-navigation .nav-justified > li {
            display: flex; } }
        @media (min-width: 992px) and (min-width: 992px) {
          #super-header #main-navigation .nav-justified > li {
            font-size: 18px; } }
        @media (min-width: 992px) and (min-width: 1200px) {
          #super-header #main-navigation .nav-justified > li {
            font-size: 20px; } }
  @media (min-width: 992px) {
            #super-header #main-navigation .nav-justified > li > a {
              justify-content: center;
              width: 100%;
              border-radius: 0;
              padding: 1.2em 2em; } }
          @media (min-width: 992px) and (min-width: 1200px) {
            #super-header #main-navigation .nav-justified > li > a {
              padding: 1.4em 2em; } }
  @media (min-width: 992px) {
              #super-header #main-navigation .nav-justified > li > a .fa {
                display: none; }
          #super-header #main-navigation .nav-justified a {
            display: flex;
            justify-content: space-between;
            padding: 12px 1.25em; }
          #super-header #main-navigation .nav-justified .fa {
            color: #60c7fa;
            margin-left: 0.8em;
            margin-right: -0.2em;
            opacity: 0.75;
            overflow: visible !important; }
            #super-header #main-navigation .nav-justified .fa:before {
              font-size: 143%;
              line-height: 0;
              content: '\f105';
              position: relative;
              top: 0.1em; }
      #super-header #utility-navigation a {
        background: rgba(0, 0, 0, 0.4); }
        #super-header #utility-navigation a:hover {
          background: rgba(0, 0, 0, 0.5); }
        #super-header #utility-navigation a:active {
          background: rgba(0, 0, 0, 0.8); } }

/* Main Content
   ------------------------------------------------------------------------ */
#main-content {
  background: transparent 100% -12px no-repeat;
  background-size: 256px;
  background-position: calc(20vw + 5px) -3vw;
  position: relative;
  z-index: 4; }
  @media (min-width: 375px) {
    #main-content {
      background-size: 80%; } }
  @media (min-width: 768px) {
    #main-content {
      background-size: 70%;
      background-position: calc(30vw + 10px) -3vw; } }
  @media (min-width: 1400px) {
    #main-content {
      background-size: 980px;
      background-position: calc(50vw - 700px + 430px) -42px; } }

.section-discover #main-content {
  background-image: url("../images/einaudi/section_words/discover.svg"); }

.section-engage #main-content {
  background-image: url("../images/einaudi/section_words/engage.svg"); }

.section-learn #main-content {
  background-image: url("../images/einaudi/section_words/learn.svg"); }

.section-research #main-content {
  background-image: url("../images/einaudi/section_words/research.svg"); }

.section-programs #main-content, .section-our-programs #main-content {
  background-image: url("../images/einaudi/section_words/programs.svg"); }

.section-programs.secondary-page.path-node #main-content, .section-our-programs.secondary-page.path-node #main-content {
  background-image: none; }

#main {
  background: none; }

.band.decoration {
  position: relative;
  z-index: 3; }
  .band.decoration:after {
    content: '';
    position: absolute;
    top: -120px;
    top: -10.5vw;
    left: -12.5%;
    background: url("../images/einaudi/chevrons_right.svg") 0 0 no-repeat;
    background-size: 100%;
    width: 70%;
    min-height: 200px;
    min-height: 14vw;
    pointer-events: none; }
  .band.decoration.deco-right:after {
    top: -20px;
    top: -1.8vw;
    left: auto;
    right: 0;
    background-position: 25.5vw 0;
    opacity: 0.7; }

.band.accent-dark {
  background: #073949; }

.band.accent-gray, .band.band-viewfield:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 4; }

.band.band-viewfield .dark header .section-heading {
  color: #073949 !important; }

.band.band-viewfield .dark header a {
  color: #1176ac !important;
  -moz-text-decoration-color: #1176ac;
  -webkit-text-decoration-color: #1176ac;
  text-decoration-color: #1176ac; }
  .band.band-viewfield .dark header a * {
    color: #1176ac !important; }
  .band.band-viewfield .dark header a:hover, .band.band-viewfield .dark header a:hover * {
    color: #000 !important;
    -moz-text-decoration-color: black;
    -webkit-text-decoration-color: black;
    text-decoration-color: black; }
  .band.band-viewfield .dark header a:active, .band.band-viewfield .dark header a:active * {
    color: #666 !important;
    -moz-text-decoration-color: #787878;
    -webkit-text-decoration-color: #787878;
    text-decoration-color: #787878; }

.band.band-viewfield .band {
  padding: 0 !important; }

#sidebar-top:after {
  content: none; }

@media (max-width: 767px) {
  #sidebar-top {
    margin-bottom: 1.5em; }
    #sidebar-top .mobile-expander-heading {
      margin-top: -10px; } }

/* Section Navigation
   ------------------------------------------------------------------------ */
.secondary-navigation ul ul ul ul {
  border-color: #ddd; }

/* Footer
   ------------------------------------------------------------------------ */
body > footer, #body-footer {
  background: #2b2b2b; }
  body > footer .sub-footer, #body-footer .sub-footer {
    background: #006699;
    color: #d9e8f0; }
  body > footer a.link-block, #body-footer a.link-block {
    background: #006699;
    padding: 0.9em 1.5em 0.8em; }
    body > footer a.link-block:hover, #body-footer a.link-block:hover {
      background: #0379b4; }
    body > footer a.link-block:active, #body-footer a.link-block:active {
      background: #004d74; }
  body > footer .h6, #body-footer .h6 {
    margin-top: 0; }

.main-footer h2 {
  color: #eee;
  line-height: 1; }
  .main-footer h2 small {
    display: block;
    font-size: 50%;
    font-weight: 400;
    margin-bottom: 6px;
    text-indent: 1px; }
  .main-footer h2 .title-segment {
    display: block; }

/* Homepage
   ------------------------------------------------------------------------ */
.home #super-header {
  background-position: 50% 15%; }
  @media (min-width: 768px) {
    .home #super-header {
      background-position: 50% 60%; } }
  .home #super-header:before {
    background: -moz-linear-gradient(-45deg, rgba(1, 11, 15, 0.7) 0%, rgba(7, 57, 73, 0.8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(1, 11, 15, 0.7) 0%, rgba(7, 57, 73, 0.8) 100%);
    background: linear-gradient(135deg, rgba(1, 11, 15, 0.7) 0%, rgba(7, 57, 73, 0.8) 100%); }
    @media (min-width: 768px) {
      .home #super-header:before {
        background: -moz-linear-gradient(45deg, rgba(1, 11, 15, 0.7) 0%, rgba(7, 57, 73, 0.2) 100%);
        background: -webkit-linear-gradient(45deg, rgba(1, 11, 15, 0.7) 0%, rgba(7, 57, 73, 0.2) 100%);
        background: linear-gradient(45deg, rgba(1, 11, 15, 0.7) 0%, rgba(7, 57, 73, 0.2) 100%); } }
  .home #super-header .banner-image {
    -o-object-position: 50% 15%;
    object-position: 50% 15%; }
    @media (min-width: 768px) {
      .home #super-header .banner-image {
        -o-object-position: 50% 60%;
        object-position: 50% 60%; } }

@media (min-width: 768px) {
  .home.cu-seal #cu-header .cu-brand {
    webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.home.cu-seal #cu-header .cu-brand .cu-logo {
  width: 100% !important; }
  @media (min-width: 768px) {
    .home.cu-seal #cu-header .cu-brand .cu-logo {
      margin-left: -2px !important; } }

.home.cu-seal #cu-header .cu-brand .cu-unit {
  width: 100%; }
  @media (min-width: 768px) {
    .home.cu-seal #cu-header .cu-brand .cu-unit {
      margin: 10% 0 2em 0 !important;
      margin-top: 14vw !important; } }
  @media (min-width: 992px) {
    .home.cu-seal #cu-header .cu-brand .cu-unit {
      margin-bottom: 1em !important;
      margin-top: 10vw !important; } }
  @media (min-width: 1200px) {
    .home.cu-seal #cu-header .cu-brand .cu-unit h2 {
      font-size: 56px; } }
  .home.cu-seal #cu-header .cu-brand .cu-unit h3 {
    font-style: italic;
    font-weight: 400;
    margin-top: 0.4em;
    color: #aae3ff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 1200px) {
      .home.cu-seal #cu-header .cu-brand .cu-unit h3 {
        font-size: 26px; } }

@media (min-width: 768px) {
  .home.cu-seal.secondary-page #cu-header .cu-brand .cu-unit {
    margin-top: 5vw !important; } }

@media (min-width: 992px) {
  .home.cu-seal.secondary-page #cu-header .cu-brand .cu-unit {
    margin-top: 3vw !important;
    margin-bottom: 0 !important; } }

@media (min-width: 1080px) {
  .home .band.programs, .home .band.events, .home .band.funding, .home .band.publications {
    padding-top: 4em;
    padding-bottom: 4em;
    z-index: 4; } }

@media (min-width: 768px) {
  .home .top-news {
    padding-top: 4%; } }

.einaudi-home #main-content {
  background-image: url("../images/einaudi/word_bg.svg");
  background-position: 0 -3vw; }
  @media (min-width: 375px) {
    .einaudi-home #main-content {
      background-size: 80%; } }
  @media (min-width: 768px) {
    .einaudi-home #main-content {
      background-size: 70%; } }
  @media (min-width: 1400px) {
    .einaudi-home #main-content {
      background-size: 980px; } }
  .einaudi-home #main-content .row > .primary:after {
    content: none; }
  .einaudi-home #main-content .flex-grid, .einaudi-home #main-content .flex-grid > * {
    margin-bottom: 0; }

.einaudi-home, .program-home {
  /* Homepage Events custom treatment */ }
  .einaudi-home .cwd-events .card, .program-home .cwd-events .card {
    font-size: 15px; }
    @media (min-width: 1200px) {
      .einaudi-home .cwd-events .card, .program-home .cwd-events .card {
        font-size: 14px; } }
    .einaudi-home .cwd-events .card h3, .program-home .cwd-events .card h3 {
      margin-bottom: 0.75em; }
      @media (min-width: 1200px) {
        .einaudi-home .cwd-events .card h3, .program-home .cwd-events .card h3 {
          font-size: 16px; } }
    .einaudi-home .cwd-events .card .field, .program-home .cwd-events .card .field {
      margin-bottom: 0.5em; }
    .einaudi-home .cwd-events .card .program, .program-home .cwd-events .card .program {
      line-height: 1.3;
      padding-bottom: 0.7em;
      border-bottom: 1px solid #1f718b; }
      .einaudi-home .cwd-events .card .program p:before, .program-home .cwd-events .card .program p:before {
        content: '\f152';
        color: #6aa5b6;
        opacity: .8;
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        margin-right: .8;
        padding-left: 1px;
        position: relative;
        top: 2px;
        left: -1px; }
    .einaudi-home .cwd-events .card .location, .program-home .cwd-events .card .location {
      color: #b6ced6;
      line-height: 1.4; }
      .einaudi-home .cwd-events .card .location p:before, .program-home .cwd-events .card .location p:before {
        content: '\f1ab';
        color: #6aa5b6;
        opacity: .8;
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        margin-right: .3em;
        padding-left: 1px;
        position: relative;
        top: 2px;
        left: -1px; }
    .einaudi-home .cwd-events .card .time p:before, .program-home .cwd-events .card .time p:before {
      content: '\f337';
      color: #6aa5b6;
      opacity: .8;
      font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
      margin-right: .3em;
      padding-left: 1px;
      position: relative;
      top: 2px;
      left: -1px; }
  .einaudi-home .cwd-events .group-noimage, .program-home .cwd-events .group-noimage {
    background: #073949;
    color: #b6ced6;
    width: 100%;
    padding: 18px 18px 0 100px;
    position: relative; }
    .einaudi-home .cwd-events .group-noimage time, .program-home .cwd-events .group-noimage time {
      width: 62px;
      position: absolute;
      left: 15px;
      top: 15px;
      background: none !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-box-orient: vertical;
      -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .einaudi-home .cwd-events .group-noimage time .month, .program-home .cwd-events .group-noimage time .month {
        background: none !important;
        padding: 0;
        width: 100%;
        font-family: "freight-text-pro", serif;
        font-size: 18px;
        font-weight: 400; }
      .einaudi-home .cwd-events .group-noimage time .day, .program-home .cwd-events .group-noimage time .day {
        font-size: 62px;
        padding: 0;
        width: 100%; }
  .einaudi-home .cwd-events .group-fields, .program-home .cwd-events .group-fields {
    background: #073949;
    color: #c0d5dd;
    width: 100%;
    padding: 0 18px 8px 100px; }

.photo-caption {
  font-weight: 400;
  line-height: 1.45;
  color: #ddd;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  display: none;
  position: absolute;
  bottom: 40px;
  right: 30px;
  width: 30%;
  max-width: 240px;
  font-size: 15px; }
  @media (min-width: 768px) {
    .photo-caption {
      display: block; } }
  @media (min-width: 992px) {
    .photo-caption {
      right: 60px;
      bottom: 30px; } }
  @media (min-width: 1200px) {
    .photo-caption {
      bottom: 40px; } }

@media (min-width: 768px) {
  .top-news .container-fluid {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 768px) {
  .top-news .card-slider .group-fields, .top-news .card-slider .group-image + .group-fields {
    width: 39%; }
  .top-news .card-slider .group-image a img {
    width: 56%;
    margin-right: 5%; } }

.top-news footer {
  border-top: 3px double #3c5b65;
  text-align: center;
  margin-top: -1.5em;
  padding-top: 1.8em;
  z-index: 99999; }
  @media (min-width: 768px) {
    .top-news footer {
      border: 0;
      padding: 0;
      margin: 0;
      position: absolute;
      bottom: 1.1em;
      right: 0; } }
  @media (min-width: 1200px) {
    .top-news footer {
      bottom: 0.95em; } }

.top-news .card h3 {
  font-weight: 500; }
  @media (min-width: 768px) {
    .top-news .card h3 {
      font-size: 22px; } }
  @media (min-width: 834px) {
    .top-news .card h3 {
      font-size: 24px;
      margin-bottom: 1em; } }
  @media (min-width: 1080px) {
    .top-news .card h3 {
      font-weight: 400;
      font-size: 30px;
      margin-bottom: 1.25em; } }
  @media (min-width: 1200px) {
    .top-news .card h3 {
      font-size: 36px; } }

.top-news .card h4 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 300;
  color: #b6c2c6; }
  @media (min-width: 834px) {
    .top-news .card h4 {
      font-size: 21px; } }
  @media (min-width: 1080px) {
    .top-news .card h4 {
      font-size: 23px; } }
  @media (min-width: 1200px) {
    .top-news .card h4 {
      font-size: 29px;
      margin-bottom: 1em; } }

@media (min-width: 768px) {
  .top-news .card .summary, .top-news .card .text {
    margin-top: 0.5em;
    font-size: 17px; } }

@media (min-width: 834px) {
  .top-news .card .summary, .top-news .card .text {
    font-size: 18px; } }

@media (min-width: 1080px) {
  .top-news .card .summary, .top-news .card .text {
    font-size: 20px; } }

@media (min-width: 1200px) {
  .top-news .card .summary, .top-news .card .text {
    font-size: 23px; } }

.programs {
  position: relative; }
  .programs.accent-dark {
    background: -moz-linear-gradient(top, #21556a 0%, #020b0f 100%);
    background: -webkit-linear-gradient(top, #21556a 0%, #020b0f 100%);
    background: linear-gradient(to bottom, #21556a 0%, #020b0f 100%); }
  .programs:before, .program > p.programs:before {
    content: '';
    background: url("../images/einaudi/word_bg3_light.svg") no-repeat;
    background-position: 0 -1vw; }
    @media (min-width: 375px) {
      .programs:before, .program > p.programs:before {
        background-size: 80%; } }
    @media (min-width: 768px) {
      .programs:before, .program > p.programs:before {
        background-size: 70%; } }
    @media (min-width: 1400px) {
      .programs:before, .program > p.programs:before {
        background-size: 980px; } }
  .programs .tiles h3 {
    font-size: 18px !important; }
  .programs .tiles .group-image a .overlay {
    background: #006699;
    background: rgba(0, 102, 153, 0.75);
    padding: 20px;
    min-height: 82px; }
    .programs .tiles .group-image a .overlay h3 {
      width: 100%; }
  .programs .footer-links-mimic a {
    font-weight: 600; }

@media (min-width: 834px) {
  .public-voices .flex-7 {
    padding-left: 30px;
    padding-left: 4%; } }

@media (min-width: 1080px) {
  .public-voices .header-with-button {
    margin-bottom: 20px; } }

.public-voices .header-with-button h3 {
  font-size: 26px; }
  @media (min-width: 1080px) {
    .public-voices .header-with-button h3 {
      font-size: 30px; } }

.public-voices .header-with-button .buttons {
  margin-top: 0.4em; }

.public-voices + hr {
  margin: 2.5em 0 3.5em; }
  @media (min-width: 834px) {
    .public-voices + hr {
      margin: 2.5em 0 4em; } }
  @media (min-width: 1200px) {
    .public-voices + hr {
      margin: 0.5em 0 4.5em; } }

.news-teaser .card {
  padding-top: 12px; }
  @media (min-width: 1080px) {
    .news-teaser .card {
      padding-top: 20px; }
      .news-teaser .card h3 {
        font-size: 22px; } }
  @media (min-width: 1200px) {
    .news-teaser .card h3 {
      font-size: 24px; } }
  .news-teaser .card:after {
    padding-top: 7px; }
    @media (min-width: 1080px) {
      .news-teaser .card:after {
        padding-top: 15px; } }

.news-teaser.single .card {
  padding-top: 5px; }

.news-teaser.single img {
  width: 100% !important;
  margin: 0 0 15px !important; }

.news-teaser.single h3 {
  font-size: 24px;
  margin-bottom: 50px; }
  @media (min-width: 1200px) {
    .news-teaser.single h3 {
      font-size: 26px; } }

.events-teaser .card h3 {
  font-size: 24px; }
  @media (min-width: 1080px) {
    .events-teaser .card h3 {
      font-size: 26px; } }

@media (min-width: 768px) {
  .events-teaser .card:after {
    padding-top: 40px; }
  .events-teaser .card .group-image a img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .events-teaser .card .group-image + .group-fields {
    width: 100%; } }

@media (min-width: 1024px) {
  .events-teaser .card:after {
    padding-top: 40px; }
  .events-teaser .card .group-image a img {
    width: 50%;
    width: calc(50% - 15px);
    margin-right: 3%;
    margin-right: calc(30px); }
  .events-teaser .card .group-image + .group-fields {
    width: 47%;
    width: calc(50% - 15px); } }

@media (min-width: 1200px) {
  .events-teaser .card .group-image a img {
    width: calc(50% - 15px);
    margin-right: calc(40px); }
  .events-teaser .card .group-image + .group-fields {
    width: calc(50% - 25px); } }

.events-teaser .program {
  color: #666;
  margin-bottom: 1.25em; }
  .events-teaser .program > p:before {
    top: 1px;
    margin-right: 0.25em; }
    @media (min-width: 1080px) {
      .events-teaser .program > p:before {
        font-size: 20px; } }

.events-teaser .date-plain {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0; }

.events-teaser .location {
  font-weight: 500;
  margin-bottom: 1em; }

.events-teaser .summary {
  font-size: 16px; }

/* Program Homepage
   ------------------------------------------------------------------------ */
.program-home #main-content {
  background: #143039; }
  .program-home #main-content.dark a {
    color: #169be2; }
    .program-home #main-content.dark a:focus, .program-home #main-content.dark a:hover {
      color: #FFF; }
  @media (min-width: 1080px) {
    .program-home #main-content .align-left {
      margin-right: 40px; }
    .program-home #main-content .align-right {
      margin-left: 40px; } }
  @media (min-width: 1200px) {
    .program-home #main-content {
      font-size: 20px; }
      .program-home #main-content .intro {
        font-size: 25px; }
      .program-home #main-content .align-left {
        margin-right: 60px; }
      .program-home #main-content .align-right {
        margin-left: 60px; } }
  .program-home #main-content #main {
    position: relative; }
  .program-home #main-content:before {
    content: '';
    background-size: 480px; }
  .program-home #main-content.program-african:before {
    background-image: url("../images/einaudi/patterns/african.svg"); }
  .program-home #main-content.program-east-asia:before {
    background-image: url("../images/einaudi/patterns/east_asia.svg"); }
  .program-home #main-content.program-european:before {
    background-image: url("../images/einaudi/patterns/european.svg"); }
  .program-home #main-content.program-latin-american:before {
    background-image: url("../images/einaudi/patterns/latin_american.svg"); }
  .program-home #main-content.program-muslim-studies:before {
    background-image: url("../images/einaudi/patterns/muslim_studies.svg"); }
  .program-home #main-content.program-peace-and-conflict:before {
    background-image: url("../images/einaudi/patterns/peace_and_conflict.svg"); }
  .program-home #main-content.program-south-asia:before {
    background-image: url("../images/einaudi/patterns/south_asia.svg"); }
  .program-home #main-content.program-southeast-asia:before {
    background-image: url("../images/einaudi/patterns/southeast_asia.svg"); }

.program-page #super-header #cu-header .cu-brand h2 {
  text-transform: none; }

.program-page #super-header #cu-header .cu-brand .cu-logo {
  margin-top: 80px !important; }
  @media (min-width: 768px) {
    .program-page #super-header #cu-header .cu-brand .cu-logo {
      margin-top: 90px !important; } }
  @media (min-width: 992px) {
    .program-page #super-header #cu-header .cu-brand .cu-logo {
      margin-top: 100px !important; } }
  @media (min-width: 1200px) {
    .program-page #super-header #cu-header .cu-brand .cu-logo a {
      width: 115px;
      height: 115px;
      min-width: 115px; } }

@media (min-width: 768px) {
  .program-page #super-header #cu-header .cu-brand .cu-unit {
    margin-top: 5vw !important; } }

@media (min-width: 992px) {
  .program-page #super-header #cu-header .cu-brand .cu-unit {
    margin-top: 3vw !important;
    margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .program-page #super-header #cu-header .cu-brand .cu-unit h2 {
    font-size: 50px;
    line-height: 1; } }

@media (min-width: 992px) {
  .program-page #super-header #main-navigation {
    margin-bottom: 0;
    background: #004351;
    background: rgba(0, 67, 81, 0.7); }
    .program-page #super-header #main-navigation .children {
      background: rgba(0, 60, 73, 0.95);
      background: linear-gradient(to bottom, rgba(0, 45, 58, 0.98) 0%, rgba(0, 60, 73, 0.95) 200px); } }

@media (min-width: 992px) {
  .program-page #super-header #utility-navigation {
    position: relative;
    top: 100px;
    left: 48px; }
    .program-page #super-header #utility-navigation li {
      margin-right: 5px; }
    .program-page #super-header #utility-navigation a {
      background: #004351;
      background: rgba(0, 67, 81, 0.8); }
      .program-page #super-header #utility-navigation a:hover {
        background: rgba(0, 47, 61, 0.8); }
      .program-page #super-header #utility-navigation a:active {
        background: rgba(0, 27, 41, 0.8); } }

@media (min-width: 1080px) {
  .program-page #super-header #utility-navigation {
    left: 50px; } }

.program-footer {
  background: -moz-linear-gradient(top, #03191f 0%, #124254 100%);
  background: -webkit-linear-gradient(top, #03191f 0%, #124254 100%);
  background: linear-gradient(to bottom, #03191f 0%, #124254 100%); }
  .program-footer .list-menu.vertical li, .program-footer .main-footer .container-fluid:after {
    border-color: #3c5b65; }
  .program-footer:before, .program > p.program-footer:before {
    content: '';
    background-size: 400px; }
  .program-footer.program-african:before {
    background-image: url("../images/einaudi/patterns/african.svg"); }
  .program-footer.program-east-asia:before {
    background-image: url("../images/einaudi/patterns/east_asia.svg"); }
  .program-footer.program-european:before {
    background-image: url("../images/einaudi/patterns/european.svg"); }
  .program-footer.program-latin-american:before {
    background-image: url("../images/einaudi/patterns/latin_american.svg"); }
  .program-footer.program-muslim-studies:before {
    background-image: url("../images/einaudi/patterns/muslim_studies.svg"); }
  .program-footer.program-peace-and-conflict:before {
    background-image: url("../images/einaudi/patterns/peace_and_conflict.svg"); }
  .program-footer.program-south-asia:before {
    background-image: url("../images/einaudi/patterns/south_asia.svg"); }
  .program-footer.program-southeast-asia:before {
    background-image: url("../images/einaudi/patterns/southeast_asia.svg"); }

@media (min-width: 768px) {
  .academic-offerings .cwd-component h3 {
    font-size: 18px;
    line-height: 1.3; } }

@media (min-width: 1080px) {
  .academic-offerings .cwd-component h3 {
    font-size: 21px; } }

.feature-card {
  color: #d4e0e4;
  background: #125a77; }

.social-media .flex-6 + .flex-6 {
  position: relative; }
  .social-media .flex-6 + .flex-6:before, .social-media .program > .flex-6 + p.flex-6:before {
    background: #125a77;
    position: absolute;
    top: 0;
    left: 25px;
    right: 10px;
    bottom: 20px;
    z-index: -1; }
    @media (min-width: 1080px) {
      .social-media .flex-6 + .flex-6:before, .social-media .program > .flex-6 + p.flex-6:before {
        left: 40px; } }
    @media (min-width: 1200px) {
      .social-media .flex-6 + .flex-6:before, .social-media .program > .flex-6 + p.flex-6:before {
        content: ''; } }

.social-media .feature-card {
  padding: 15px 18px 18px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  min-height: 240px; }
  @media (min-width: 834px) {
    .social-media .feature-card {
      margin-left: 15px; } }
  @media (min-width: 992px) {
    .social-media .feature-card {
      padding: 25px 30px 30px; }
      .social-media .feature-card p {
        font-size: 20px; } }
  @media (min-width: 1080px) {
    .social-media .feature-card {
      margin-left: 30px;
      padding: 35px 40px 40px; } }
  .social-media .feature-card h2 {
    color: #fff; }
  .social-media .feature-card h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.4em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .social-media .feature-card p {
    line-height: 1.4; }
  .social-media .feature-card > * {
    width: 100%; }

#einaudi-menu {
  position: absolute;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 4;
  background: #000;
  background: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    #einaudi-menu {
      height: 70px; } }
  @media (min-width: 992px) {
    #einaudi-menu {
      height: 90px; } }
  #einaudi-menu .container-fluid {
    width: 100%; }
  #einaudi-menu ul {
    display: none;
    position: absolute;
    width: 240px;
    padding: 8px 5px;
    background: #fff;
    border-radius: 3px;
    top: 47px;
    z-index: 10;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    pointer-events: none; }
    @media (min-width: 768px) {
      #einaudi-menu ul {
        top: 57px; } }
    @media (min-width: 992px) {
      #einaudi-menu ul {
        top: 67px; } }
    @media (min-width: 1200px) {
      #einaudi-menu ul {
        top: 70px; } }
    #einaudi-menu ul.open {
      display: block; }
    #einaudi-menu ul:before {
      position: absolute;
      content: '\f2f8';
      color: #fff;
      font-size: 42px;
      left: 111px;
      top: -24px; }
  #einaudi-menu li {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    pointer-events: auto; }
    #einaudi-menu li a {
      background: none;
      text-decoration: none;
      padding: 0.48em 0.7em; }
      #einaudi-menu li a:before {
        content: '\f2ee';
        color: #000;
        opacity: 0.35;
        margin-right: 0.6em; }
      #einaudi-menu li a:hover:before {
        opacity: 0.7; }
      #einaudi-menu li a:active {
        background: rgba(0, 0, 0, 0.08); }

#einaudi-menu-home {
  font-size: 13px;
  line-height: 1.2;
  color: #eee;
  padding: 1px 10px 4px 0;
  border-right: 1px solid #777;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  margin-right: 4px;
  text-transform: uppercase;
  text-decoration: none;
  -moz-text-decoration-color: rgba(255, 255, 255, 0.5);
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
  text-decoration-color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 768px) {
    #einaudi-menu-home {
      font-size: 17px;
      padding-right: 14px;
      margin-right: 6px; } }
  @media (min-width: 992px) {
    #einaudi-menu-home {
      font-size: 20px;
      line-height: 1.25; } }
  @media (min-width: 1200px) {
    #einaudi-menu-home {
      font-size: 27px;
      line-height: 1.2;
      padding-right: 20px;
      margin-right: 10px; } }
  #einaudi-menu-home:hover {
    color: #fff;
    text-decoration: underline; }
  #einaudi-menu-home small {
    display: none;
    text-transform: none;
    text-indent: 0.075em; }
    @media (min-width: 768px) {
      #einaudi-menu-home small {
        display: block; } }
    @media (min-width: 992px) {
      #einaudi-menu-home small {
        font-size: 80%; } }
    @media (min-width: 1200px) {
      #einaudi-menu-home small {
        font-size: 66.6667%; } }
  #einaudi-menu-home .title-segment {
    display: block; }
    @media (min-width: 768px) {
      #einaudi-menu-home .title-segment {
        display: inline; } }

#einaudi-menu-toggle {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: #fff;
  padding: 0;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
  width: 24px;
  height: 24px;
  opacity: 0.7;
  cursor: pointer;
  text-align: center; }
  @media (min-width: 768px) {
    #einaudi-menu-toggle {
      font-size: 18px;
      width: 32px;
      height: 32px; } }
  @media (min-width: 1200px) {
    #einaudi-menu-toggle {
      font-size: 22px;
      width: 40px;
      height: 40px; } }
  #einaudi-menu-toggle:hover {
    opacity: 1; }
  #einaudi-menu-toggle:active, #einaudi-menu-toggle.open {
    background: rgba(255, 255, 255, 0.2); }

#main form input[type='submit'],
#main form input[type='reset'],
#main form input[type='button'],
#main form input#edit-reset[type='submit'] {
  font-family: "freight-sans-pro", sans-serif; }

#einaudi-menu ul li {
  text-align: left !important; }

#main .secondary form select {
  max-width: 300px; }

a.link-button {
  font-size: 18px;
  margin-right: 5px;
  margin-bottom: 5px; }

.cwd-academics .list-menu.links a {
  background: #222;
  color: #fff !important; }
  .cwd-academics .list-menu.links a:hover {
    background: #555; }
  .cwd-academics .list-menu.links a:active {
    background: #000; }

svg.ext, svg.mailto {
  width: 0.9em;
  height: 0.9em;
  padding-right: 0;
  margin-left: 0.2em;
  opacity: 0.75; }

#block-breadcrumbs {
  margin: 0; }

.block-views-blockprogram-tag-sidebar-funding-taxonomies-block,
.block-views-blockprogram-tag-sidebar-academic-taxonomies-block,
.block-views-blockprogram-tag-sidebar-publication-taxonomies-block,
.block-views-blockprogram-tag-sidebar-people-taxonomies-block {
  margin: 0 0 25px;
  padding: 14px 17px 17px;
  background: rgba(142, 183, 196, 0.12);
  background: -moz-linear-gradient(-45deg, rgba(142, 183, 196, 0.15) 0%, rgba(142, 183, 196, 0.05) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(142, 183, 196, 0.15) 0%, rgba(142, 183, 196, 0.05) 100%);
  background: linear-gradient(135deg, rgba(142, 183, 196, 0.15) 0%, rgba(142, 183, 196, 0.05) 100%);
  border: 1px solid #dce9ed;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .block-views-blockprogram-tag-sidebar-funding-taxonomies-block,
    .block-views-blockprogram-tag-sidebar-academic-taxonomies-block,
    .block-views-blockprogram-tag-sidebar-publication-taxonomies-block,
    .block-views-blockprogram-tag-sidebar-people-taxonomies-block {
      margin-top: -1.1em;
      max-width: 395px; } }
  .block-views-blockprogram-tag-sidebar-funding-taxonomies-block:before, .program > p.block-views-blockprogram-tag-sidebar-funding-taxonomies-block:before,
  .block-views-blockprogram-tag-sidebar-academic-taxonomies-block:before,
  .program > p.block-views-blockprogram-tag-sidebar-academic-taxonomies-block:before,
  .block-views-blockprogram-tag-sidebar-publication-taxonomies-block:before,
  .program > p.block-views-blockprogram-tag-sidebar-publication-taxonomies-block:before,
  .block-views-blockprogram-tag-sidebar-people-taxonomies-block:before,
  .program > p.block-views-blockprogram-tag-sidebar-people-taxonomies-block:before {
    font-family: "TotallyCornered";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: right;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: '\e801';
    color: #e0ebef;
    position: absolute;
    bottom: -1px;
    right: -1px;
    font-size: 18px; }
  .block-views-blockprogram-tag-sidebar-funding-taxonomies-block.mobile-only,
  .block-views-blockprogram-tag-sidebar-academic-taxonomies-block.mobile-only,
  .block-views-blockprogram-tag-sidebar-publication-taxonomies-block.mobile-only,
  .block-views-blockprogram-tag-sidebar-people-taxonomies-block.mobile-only {
    margin: 10px 0;
    padding: 12px 15px 15px; }
  .block-views-blockprogram-tag-sidebar-funding-taxonomies-block header,
  .block-views-blockprogram-tag-sidebar-academic-taxonomies-block header,
  .block-views-blockprogram-tag-sidebar-publication-taxonomies-block header,
  .block-views-blockprogram-tag-sidebar-people-taxonomies-block header {
    display: none; }
  .block-views-blockprogram-tag-sidebar-funding-taxonomies-block .card,
  .block-views-blockprogram-tag-sidebar-academic-taxonomies-block .card,
  .block-views-blockprogram-tag-sidebar-publication-taxonomies-block .card,
  .block-views-blockprogram-tag-sidebar-people-taxonomies-block .card {
    max-width: 100%;
    padding-top: 0 !important; }
    .block-views-blockprogram-tag-sidebar-funding-taxonomies-block .card:after,
    .block-views-blockprogram-tag-sidebar-academic-taxonomies-block .card:after,
    .block-views-blockprogram-tag-sidebar-publication-taxonomies-block .card:after,
    .block-views-blockprogram-tag-sidebar-people-taxonomies-block .card:after {
      content: none; }
  .block-views-blockprogram-tag-sidebar-funding-taxonomies-block h3,
  .block-views-blockprogram-tag-sidebar-academic-taxonomies-block h3,
  .block-views-blockprogram-tag-sidebar-publication-taxonomies-block h3,
  .block-views-blockprogram-tag-sidebar-people-taxonomies-block h3 {
    font-size: 18px;
    font-weight: 600; }
  .block-views-blockprogram-tag-sidebar-funding-taxonomies-block .program p, .block-views-blockprogram-tag-sidebar-funding-taxonomies-block .field:last-child,
  .block-views-blockprogram-tag-sidebar-academic-taxonomies-block .program p,
  .block-views-blockprogram-tag-sidebar-academic-taxonomies-block .field:last-child,
  .block-views-blockprogram-tag-sidebar-publication-taxonomies-block .program p,
  .block-views-blockprogram-tag-sidebar-publication-taxonomies-block .field:last-child,
  .block-views-blockprogram-tag-sidebar-people-taxonomies-block .program p,
  .block-views-blockprogram-tag-sidebar-people-taxonomies-block .field:last-child {
    margin: 0; }
  .block-views-blockprogram-tag-sidebar-funding-taxonomies-block .cwd-funding,
  .block-views-blockprogram-tag-sidebar-academic-taxonomies-block .cwd-funding,
  .block-views-blockprogram-tag-sidebar-publication-taxonomies-block .cwd-funding,
  .block-views-blockprogram-tag-sidebar-people-taxonomies-block .cwd-funding {
    width: 100%; }

#main form select {
  color: #000; }

#main .funding-opportunities {
  background: rgba(0, 0, 0, 0.03); }

#main .view-funding-opportunities-page .messages {
  max-width: 600px;
  margin-bottom: 1.5em; }

#main .view-funding-opportunities-page .group-fields {
  font-weight: 500; }
  #main .view-funding-opportunities-page .group-fields .summary {
    font-weight: 400;
    margin-top: 0.6em; }

#main .view-funding-opportunities-page fieldset {
  border: 0; }
  #main .view-funding-opportunities-page fieldset:last-of-type {
    margin-bottom: 0; }
  #main .view-funding-opportunities-page fieldset legend {
    font-weight: 600;
    color: #333;
    font-size: 16px; }
    @media (min-width: 1080px) {
      #main .view-funding-opportunities-page fieldset legend {
        font-size: 18px; } }

.media-video-responsive > div {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .media-video-responsive > div iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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