@charset "UTF-8";
/* Cornell University Center for Teaching Innovation
   ************************************ */
/* 2021 Update */
.secondary .block {
  float: none;
}

.secondary h2 + .cwd-card-grid {
  margin-top: 2em;
}

.secondary-navigation > ul > li > a, .secondary-navigation > .mobile > ul > li.menu-item--active-trail > a {
  color: #b31b1b !important;
}
.secondary-navigation > ul > li > a:active, .secondary-navigation > .mobile > ul > li.menu-item--active-trail > a:active {
  color: #000 !important;
}

.mobile > .breadcrumb {
  margin-top: -0.4em;
  margin-bottom: 0.6em;
}

@media (max-width: 991px) {
  #block-cwd-cti-breadcrumbs {
    display: none;
  }
}

@media (min-width: 768px) {
  .sidebar .row > .primary, .sidebar-left .row > .primary, .sidebar-right .sidebar-left .row > .primary {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .sidebar-tint.sidebar-right main .row > .secondary {
    padding-right: 15px;
  }
}
figure figure + figcaption {
  margin-top: -1em;
}

.stunt-double-lite, .cwd-basic.tiles .group-image:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}

.flex, #views-exposed-form-teaching-videos-page-listing, .cwd-basic .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-between, .video-showcase-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-nowrap, .flex-grow {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-grow > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex-duo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.flex-duo > * {
  min-width: 35%;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .flex-duo > * {
    min-width: 25%;
  }
}

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

.icon-zmdi:before, .video-showcase-intro .contact-us:before, .video-showcase-intro .new:before, .video-showcase .affiliation:before, .icon-zmdi:after, .video-showcase-intro .contact-us:after, .video-showcase-intro .new:after, .video-showcase.card-slider .group-image:after {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  speak: never;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flex-dom-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-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-section {
  width: 100%;
  max-width: 500px;
  padding: 0 10px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .cwd-basic .card-section {
    max-width: none;
    margin: 40px 0 0;
  }
}
@media (min-width: 992px) {
  .cwd-basic .card-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .cwd-basic .card-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cwd-basic .card-section:first-of-type {
  margin-top: 0;
}
.cwd-basic .card-section h2, .cwd-basic .card-section h3, .cwd-basic .card-section h4 {
  border-bottom: 1px solid #e5e5e5;
  border-left: 4px solid #b31b1b;
  padding: 0 0 2px 10px;
}
.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, .cwd-basic .card .h3 {
  margin-bottom: 0.6em;
}
.cwd-basic .card h3 .deco, .cwd-basic .card .h3 .deco {
  padding-bottom: 0.2em;
}
.cwd-basic .card h3 + h4, .cwd-basic .card .h3 + h4 {
  margin-top: -0.3em;
}
.cwd-basic .card a h3:not(.designer), .cwd-basic .card a .h3:not(.designer) {
  text-decoration: underline;
  color: #b31b1b !important;
}
.cwd-basic .card a:hover h3:not(.designer), .cwd-basic .card a:hover .h3:not(.designer) {
  color: #e10000 !important;
}
.cwd-basic .card a:active h3:not(.designer), .cwd-basic .card a:active .h3:not(.designer) {
  color: #000 !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: #b31b1b;
}
.cwd-basic .component-footer .link-button:hover {
  color: #e10000;
  border-color: #bbb;
  background: rgba(0, 0, 0, 0.05);
}
.cwd-basic .component-footer .link-button:active {
  color: #000;
  border-color: #aaa;
  background: rgba(0, 0, 0, 0.08);
}
.cwd-basic .group-image {
  position: relative;
}
.cwd-basic .badge {
  position: absolute;
  color: #fff;
  font-size: 14px;
  padding: 0.2em 0.7em;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .cwd-basic .badge {
    font-size: 12px;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .cwd-basic .badge {
    font-size: 14px;
    padding: 0.3em 0.9em;
  }
}
.cwd-basic .relative > .badge {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .cwd-basic.tiles .card-section {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@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, .cwd-basic.tiles .group-image .h3 {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.cwd-basic.tiles .group-image a {
  display: block;
  -webkit-transition: background 0.15s, -webkit-box-shadow 0.15s;
  transition: background 0.15s, -webkit-box-shadow 0.15s;
  transition: background 0.15s, box-shadow 0.15s;
  transition: background 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.cwd-basic.tiles .group-image a:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.06);
          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, .cwd-basic.tiles .group-image a:hover .h3 {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.9);
}
.cwd-basic.tiles .group-image a:active {
  background: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
          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, .cwd-basic.tiles .group-image a:active .h3 {
  color: #ccc;
  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: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
  pointer-events: none;
}
.cwd-basic.tiles .group-image .badge {
  max-width: 100%;
  top: 0;
  left: 0;
}
.cwd-basic.tiles .group-image .relative > .badge {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .cwd-basic.tiles.max-1 .card {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cwd-basic.tiles.max-2 .card {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cwd-basic.tiles.max-4 .cards {
    margin-left: -13px;
    margin-right: -13px;
  }
  .cwd-basic.tiles.max-4 .card {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1080px) {
  .cwd-basic.tiles.max-4 .card {
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .cwd-basic.tiles.max-4 .cards {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cwd-basic.tiles.max-4 .card {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@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%;
  }
}
@media (min-width: 768px) {
  .cwd-basic.tiles.one-plus-max-3 .card {
    width: 33.33333%;
  }
  .cwd-basic.tiles.one-plus-max-3 .card h3, .cwd-basic.tiles.one-plus-max-3 .card .h3 {
    font-size: 16px;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type {
    width: 100%;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type h3, .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image {
    display: initial;
    position: static;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image a {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image img {
    width: 50% !important;
    float: left;
    margin-right: 3%;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image .relative {
    width: 50% !important;
    float: left;
    margin-right: 3%;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image .relative img {
    width: 100% !important;
    margin: 0;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-fields {
    width: 47% !important;
  }
}
@media (min-width: 1200px) {
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .summary {
    margin-top: 1em;
    font-size: 18px;
  }
}
.cwd-basic.tiles.no-overlay .group-image .deco, .cwd-basic.tiles.no-overlay .group-image h3, .cwd-basic.tiles.no-overlay .group-image .h3 {
  color: #b31b1b;
  text-decoration: underline;
  text-decoration-color: rgba(179, 27, 27, 0.5);
}
.cwd-basic.tiles.no-overlay .group-image h3.designer, .cwd-basic.tiles.no-overlay .group-image h3.designer .deco, .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, .cwd-basic.tiles.no-overlay .group-image a:hover .h3 {
  color: #e10000;
  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, .cwd-basic.tiles.no-overlay .group-image a:active .h3 {
  color: #000;
  text-decoration-color: rgba(0, 0, 0, 0.4);
}
.cwd-basic.tiles.no-overlay .group-image:before {
  content: none;
}
.cwd-basic.tiles:not(.no-overlay) .card a h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a .h3:not(.designer) {
  color: #fff !important;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.cwd-basic.tiles:not(.no-overlay) .card a:hover h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a:hover .h3:not(.designer) {
  text-decoration-color: rgb(255, 255, 255);
}
.cwd-basic.tiles:not(.no-overlay) .card a:active h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a:active .h3:not(.designer) {
  color: #ccc !important;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.cwd-basic.tiles:not(.no-overlay) .card a h4, .cwd-basic.tiles:not(.no-overlay) .card a p, .cwd-basic.tiles:not(.no-overlay) .card a div {
  color: #ccc !important;
}
.cwd-basic.tiles:not(.no-overlay) .card a h4.badge, .cwd-basic.tiles:not(.no-overlay) .card a p.badge, .cwd-basic.tiles:not(.no-overlay) .card a div.badge {
  color: #fff !important;
}
.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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cwd-basic.card-slider .card:after {
    content: none;
  }
}
.cwd-basic.card-slider.tiles .group-image a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.cwd-basic.animate.tiles .group-image {
  overflow: hidden;
}
.cwd-basic.animate.tiles a img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.cwd-basic.animate.tiles a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-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;
  margin-bottom: 0;
}

.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), .dark .cwd-basic a .h3:not(.designer), .cwd-basic.dark a, .cwd-basic.dark a h3:not(.designer), .cwd-basic.dark a .h3:not(.designer) {
  color: #fff !important;
  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 *, .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 *, .cwd-basic.dark a .h3:not(.designer):hover, .cwd-basic.dark a .h3:not(.designer):hover * {
  text-decoration-color: rgb(255, 255, 255);
  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 *, .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 *, .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;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.dark .cwd-basic a *, .dark .cwd-basic a h3:not(.designer) *, .dark .cwd-basic a .h3:not(.designer) *, .cwd-basic.dark a *, .cwd-basic.dark a h3:not(.designer) *, .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);
  -webkit-box-shadow: 0 0 0 15px 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);
  -webkit-box-shadow: 0 0 0 15px 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, .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, .cwd-basic.dark.tiles.no-overlay .group-image .h3 {
  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, .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, .cwd-basic.dark.tiles.no-overlay .group-image a:hover .h3 {
  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, .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, .cwd-basic.dark.tiles.no-overlay .group-image a:active .h3 {
  text-decoration-color: rgba(255, 255, 255, 0.6);
}

.video-showcase .affiliation:before {
  content: "\f112" !important;
  margin-right: 0.3em;
}
.video-showcase .faculty {
  display: block;
  color: #444;
  font-size: 13px;
  line-height: 1.4;
  border: 0;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0.4em;
}
.video-showcase .badge {
  font-size: 12px;
}
.dark .video-showcase .metadata-set {
  color: #e7eff3;
}
.dark .video-showcase .metadata-set .faculty {
  color: white;
}

.video-showcase.tiles.card-slider .cards {
  margin-bottom: 0 !important;
}
.video-showcase.tiles.card-slider .card {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.video-showcase.tiles.card-slider a {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.video-showcase.tiles .group-image {
  border: 0 !important;
}
.video-showcase.card-slider .group-image:after {
  position: absolute;
  content: "\f3a9";
  font-size: 38px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  left: 48%;
  left: calc(50% - 26px);
  top: 0;
  margin-top: 36%;
  margin-top: calc(37.5% - 26px);
  border-radius: 5%;
  pointer-events: none;
}

.video-showcase.card-slider.thumb-16x9 .group-image:after {
  margin-top: 22%;
  margin-top: calc(29% - 26px);
}

.video-showcase.tiles .group-image:hover:after, .video-showcase.tiles .group-image:focus:after {
  background: rgba(0, 0, 0, 0.75);
}
.video-showcase.tiles h3, .video-showcase.tiles .h3 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .video-showcase.tiles h3, .video-showcase.tiles .h3 {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .video-showcase.card-slider {
    margin-left: 30px;
    margin-right: 30px;
  }
  .video-showcase.card-slider button.prev {
    left: -48px;
  }
  .video-showcase.card-slider button.next {
    right: -48px;
  }
}
@media (max-width: 767px) {
  .video-showcase.card-slider button.prev {
    left: -38px;
  }
  .video-showcase.card-slider button.next {
    right: -38px;
  }
}
.video-showcase.card-slider .badge {
  background: #b31b1b;
}
h2 + .video-showcase.card-slider {
  margin-top: -0.5em;
}
.video-showcase.card-slider + h2 {
  margin-top: 1.5em;
}
h3 + .video-showcase.card-slider {
  margin-top: -1.5em;
}
.video-showcase.card-slider + h3 {
  margin-top: 0.5em;
}
.video-showcase.full h2.h3 {
  margin: 1em 0 0.3em;
  line-height: 1.4;
}
.video-showcase.full .metadata-set {
  font-size: 13px;
}
.video-showcase.full .metadata-set .deco:before {
  top: 2px;
}

.card-slider-heading {
  margin-top: 1.5em;
  padding-bottom: 0.25em;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
.dark .card-slider-heading {
  border-bottom-color: #5f91af;
}
@media (min-width: 992px) {
  .card-slider-heading {
    text-align: left;
  }
}

.cwd-basic.tiles.no-overlay .group-image a:hover h3,
.cwd-basic.tiles.no-overlay .group-image a:hover .h3,
.cwd-basic.tiles.no-overlay .group-image a:hover .deco {
  color: #000 !important;
}

.dark .cwd-basic.tiles.no-overlay .group-image a:hover h3,
.dark .cwd-basic.tiles.no-overlay .group-image a:hover .h3,
.dark .cwd-basic.tiles.no-overlay .group-image a:hover .deco {
  color: #fff !important;
}

#views-exposed-form-teaching-videos-page-listing {
  margin-bottom: 3em !important;
  background: radial-gradient(ellipse at center bottom, rgb(239, 239, 239) 0%, rgba(239, 239, 239, 0) 70%);
}
@media (min-width: 768px) {
  #views-exposed-form-teaching-videos-page-listing {
    background: radial-gradient(ellipse at center bottom, rgb(239, 239, 239) 0%, rgba(239, 239, 239, 0) 60%);
  }
}
#views-exposed-form-teaching-videos-page-listing .form-item {
  width: 100%;
}
@media (min-width: 768px) {
  #views-exposed-form-teaching-videos-page-listing .form-item.form-item-showcase-cat {
    width: 47%;
    margin-right: 6%;
  }
  #views-exposed-form-teaching-videos-page-listing .form-item.form-item-affiliation {
    width: 47%;
  }
  #views-exposed-form-teaching-videos-page-listing .form-item.form-item-text-search {
    width: 57%;
    margin-right: 3%;
  }
}
@media (min-width: 1024px) {
  #views-exposed-form-teaching-videos-page-listing .form-item.form-item-showcase-cat {
    width: 27%;
    margin-right: 2%;
  }
  #views-exposed-form-teaching-videos-page-listing .form-item.form-item-affiliation {
    width: 27%;
    margin-right: 2%;
  }
  #views-exposed-form-teaching-videos-page-listing .form-item.form-item-text-search {
    width: 25%;
    margin-right: 2%;
    width: calc(40% - 140px);
  }
}
#views-exposed-form-teaching-videos-page-listing .form-actions {
  width: 100%;
}
@media (min-width: 768px) {
  #views-exposed-form-teaching-videos-page-listing .form-actions {
    width: 40%;
    padding-top: 23px;
  }
}
@media (min-width: 1024px) {
  #views-exposed-form-teaching-videos-page-listing .form-actions {
    width: auto;
  }
  #views-exposed-form-teaching-videos-page-listing .form-actions input {
    width: 100%;
  }
}
#views-exposed-form-teaching-videos-page-listing .form-actions #edit-reset {
  background-image: url("../images/cti/icon_reset.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 1em 49% !important;
  padding-left: calc(1em + 19px) !important;
}
@media (min-width: 768px) {
  #views-exposed-form-teaching-videos-page-listing .form-actions #edit-reset {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #views-exposed-form-teaching-videos-page-listing .form-actions #edit-reset {
    display: block;
    margin-top: 0.35em;
  }
}

.band-showcase {
  padding-top: 0 !important;
  margin-top: -5em;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #f7f7f7)) !important;
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 50%) !important;
  position: relative;
}
@media (min-width: 834px) {
  .band-showcase {
    margin-top: -6em;
  }
}

.video-showcase-intro .intro {
  font-size: 20px;
  color: #555;
}
.video-showcase-intro .new:before {
  content: "\f1f3";
  margin-right: 0.25em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #d7a700;
  font-size: 106%;
}
@media (min-width: 834px) {
  .video-showcase-intro .welcome {
    width: 52%;
  }
}
.video-showcase-intro .callout {
  padding-top: 1.5em;
}
@media (min-width: 834px) {
  .video-showcase-intro .callout {
    padding-top: 0.5em;
    padding-left: 5%;
    margin-left: 8%;
    width: 40%;
    border-left: 2px solid #ededed;
  }
  .video-showcase-intro .callout.no-border {
    padding-top: 0;
    border: 0;
    margin-top: -2%;
  }
}
.video-showcase-intro .contact-us {
  margin-left: 0 !important;
  margin-bottom: 16px;
}
.video-showcase-intro .contact-us:before {
  width: 1.5em;
}
@media (min-width: 768px) {
  .video-showcase-intro .contact-us:before {
    width: 1.3em;
  }
}
.video-showcase-intro .contact-us.browse:before {
  content: "\f2da";
}
.video-showcase-intro .contact-us.search:before {
  content: "\f1c3";
  position: relative;
  text-indent: 4px;
}

#main .link-button:hover,
#main .link-button:focus,
#main .link-button:active {
  color: #fff;
}

/* Typography */
main .primary,
main .secondary,
body footer,
body > .band[role=complementary] {
  font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.sans {
  font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-weight: 400;
}

main .secondary,
body > footer,
.smallprint,
.table {
  font-size: 14px;
}

h1,
.h1,
#cu-header .cu-brand h2 {
  font-weight: 400;
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Lato, Assistant, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-weight: 300;
}

h2,
.h2 {
  font-size: 29px;
}

h3,
.h3 {
  font-size: 21px;
  font-weight: 400;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

main h1,
#main h1,
main .h1,
#main .h1 {
  color: #333;
}

main h2,
#main h2,
main .h2,
#main .h2,
.tutorial {
  color: #16486a;
}

main h3,
#main h3,
main .h3,
#main .h3,
strong.tutorial {
  color: #497792;
}

main p {
  line-height: 1.7;
}

main .intro {
  font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: -5px;
}

code {
  color: #444;
}

a {
  color: #b31b1b;
}

a:hover,
a:focus {
  color: #e10000;
}

a:active {
  color: #000;
}

main p + h2,
main ul + h2,
main ol + h2 {
  margin-top: 1.25em;
}

#main-article hr {
  clear: both;
  float: left;
  width: 100% !important;
  margin: 1.5em 0 2.25em;
}

/* Icon Fonts */
.contact-us:before {
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.secondary-navigation ul ul a:after,
.metadata-set .deco:before {
  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;
}

/* Page Header */
.cu-seal #cu-header {
  background: linear-gradient(170deg, #ffffff 0%, #ededed 100%);
}

#site-header {
  border-bottom: 2px solid #ddd;
}

.home #site-header {
  border-bottom: 0;
}

.cu-unit a {
  border-bottom: 2px solid transparent;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}

.cu-unit a:hover,
.cu-unit a:focus {
  color: #b31b2b;
  border-color: #e0bebe;
  text-decoration: none;
}

.cu-unit a:active {
  color: #000;
  border-color: #aaa;
  text-decoration: none;
}

/* Main Navigation */
/* Section Navigation */
.secondary-navigation {
  margin: -10px 0 -40px;
}

.secondary-navigation + div {
  margin-top: 40px;
}

.secondary-navigation ul li {
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.secondary-navigation ul li > a,
.secondary-navigation > .mobile > ul > li.menu-item--active-trail > a {
  color: #b31b1b;
}

.secondary-navigation ul ul li,
.secondary-navigation ul ul li > a {
  font-family: Lato, Assistant, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  padding: 13px 0;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  border: 0;
}

.secondary-navigation ul ul ul {
  border-left-color: #337ea4;
}

.secondary-navigation ul ul ul ul {
  border-left-color: #ddd;
}

.secondary-navigation .current-menu-item > a,
.secondary-navigation .active > a,
.secondary-navigation li > a.is-active {
  color: #337ea4;
}

.secondary-navigation a:hover,
.secondary-navigation a:focus,
.secondary-navigation ul ul li a:hover,
.secondary-navigation ul ul li a:focus {
  color: #b31b1b;
}

.secondary-navigation a:active,
.secondary-navigation ul ul li a:active {
  color: #000;
}

/* Sidebar Spotlight */
.secondary figure {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 5px;
  border-bottom: 3px solid #b31b1b;
}

.secondary .spotlight figcaption {
  font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
}

/* Sidebar Contact */
.contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background: #497792;
  color: #fff;
  padding: 8px 16px 8px 16px;
  font-size: 24px;
  font-weight: 300;
  -webkit-transition: background 0.2s, color 0.1s, border-color 0.2s;
  transition: background 0.2s, color 0.1s, border-color 0.2s;
  max-width: 320px;
  margin: 0 0 40px;
}

.contact-us:before {
  content: "\f086";
  font-size: 48px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding-left: 2px;
}

.contact-us:hover:before,
.contact-us:focus:before {
  opacity: 1;
}

.contact-us:hover,
.contact-us:focus {
  background: #5390b4;
  color: #fff;
}

.contact-us:active {
  background: #375d73;
  color: #fff;
}

.contact-us.light {
  background: none;
  border: 3px solid #c7d5dd;
  color: #497792;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}

.contact-us.light:before {
  color: rgba(179, 27, 27, 0.6) !important;
}

.contact-us.light:hover,
.contact-us.light:focus {
  border-color: #8db2c8;
  color: #1b4055;
}

.contact-us.light:hover:before,
.contact-us.light:before {
  color: #497792;
}

.contact-us.light:active {
  background: rgba(0, 0, 0, 0.1);
}

.contact-us.light:before {
  border-color: rgba(179, 27, 27, 0.4);
}

/* Supplementary Band */
body > .band.accent1 {
  background: #497792;
  color: #fff;
  padding: 40px 0;
  overflow: hidden;
}

body > .band.accent1 .cwd-component .date,
body > .band.accent1 .cwd-component .date .icon {
  color: #fff;
}

body > .band.accent1 a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

body > .band.accent1 a:hover,
body > .band.accent1 a:focus {
  text-decoration-color: #fff;
}

body > .band.accent2 {
  background: #f9f9f9;
  padding: 40px 0;
}

body > .band.accent2 .h1 {
  color: #16486a;
}

body > .band.accent2 .card .group-image {
  border-bottom: 5px solid #b31b1b;
}

body > .band.accent2 a {
  text-decoration-color: rgba(179, 27, 27, 0.6);
  font-size: 16px;
}

.footer-toolkit {
  margin: 0;
  text-align: center;
}

.secondary .footer-toolkit {
  margin: 1.5em 0;
  float: left;
  width: 100%;
}

.footer-toolkit .h1 {
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-toolkit .flex, .footer-toolkit .cwd-basic .cards, .cwd-basic .footer-toolkit .cards, .footer-toolkit #views-exposed-form-teaching-videos-page-listing {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-toolkit .flex > *, .footer-toolkit .cwd-basic .cards > *, .cwd-basic .footer-toolkit .cards > *, .footer-toolkit #views-exposed-form-teaching-videos-page-listing > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 0;
  margin: 10px 0;
}

.footer-toolkit .flex a, .footer-toolkit .cwd-basic .cards a, .cwd-basic .footer-toolkit .cards a, .footer-toolkit #views-exposed-form-teaching-videos-page-listing a {
  background: #eaeef0;
  color: #004466 !important;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 15px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.footer-toolkit .flex a:hover, .footer-toolkit .cwd-basic .cards a:hover, .cwd-basic .footer-toolkit .cards a:hover, .footer-toolkit #views-exposed-form-teaching-videos-page-listing a:hover,
.footer-toolkit .flex a:focus,
.footer-toolkit .cwd-basic .cards a:focus,
.cwd-basic .footer-toolkit .cards a:focus,
.footer-toolkit #views-exposed-form-teaching-videos-page-listing a:focus {
  background: #fff;
  color: #000 !important;
}

.secondary .footer-toolkit .flex a:hover, .secondary .footer-toolkit .cwd-basic .cards a:hover, .cwd-basic .secondary .footer-toolkit .cards a:hover, .secondary .footer-toolkit #views-exposed-form-teaching-videos-page-listing a:hover,
.secondary .footer-toolkit .flex a:focus,
.secondary .footer-toolkit .cwd-basic .cards a:focus,
.cwd-basic .secondary .footer-toolkit .cards a:focus,
.secondary .footer-toolkit #views-exposed-form-teaching-videos-page-listing a:focus {
  background: rgba(0, 0, 0, 0.04);
}

.footer-toolkit .flex a:active, .footer-toolkit .cwd-basic .cards a:active, .cwd-basic .footer-toolkit .cards a:active, .footer-toolkit #views-exposed-form-teaching-videos-page-listing a:active {
  background: #bbb;
  -webkit-transition: none;
  transition: none;
}

.footer-toolkit .flex .view-all a, .footer-toolkit .cwd-basic .cards .view-all a, .cwd-basic .footer-toolkit .cards .view-all a, .footer-toolkit #views-exposed-form-teaching-videos-page-listing .view-all a {
  background: none;
  border: 3px solid #fff;
}

.accent1 .footer-toolkit .flex .view-all a, .accent1 .footer-toolkit .cwd-basic .cards .view-all a, .cwd-basic .accent1 .footer-toolkit .cards .view-all a, .accent1 .footer-toolkit #views-exposed-form-teaching-videos-page-listing .view-all a {
  color: #fff !important;
}

.footer-toolkit .flex .view-all a:hover, .footer-toolkit .cwd-basic .cards .view-all a:hover, .cwd-basic .footer-toolkit .cards .view-all a:hover, .footer-toolkit #views-exposed-form-teaching-videos-page-listing .view-all a:hover,
.footer-toolkit .view-all a:focus {
  background: rgba(0, 0, 0, 0.15);
  color: #fff !important;
}

.footer-toolkit .flex .view-all a:active, .footer-toolkit .cwd-basic .cards .view-all a:active, .cwd-basic .footer-toolkit .cards .view-all a:active, .footer-toolkit #views-exposed-form-teaching-videos-page-listing .view-all a:active {
  background: rgba(0, 0, 0, 0.25);
}

.footer-toolkit .fa,
.footer-toolkit .zmdi {
  font-size: 72px;
  margin-bottom: 3px;
}

/* Footer */
body > footer {
  background: #315163;
  color: #c3cdd2;
}

body,
body > footer .sub-footer {
  background: #2e3337;
}

body > footer .main-footer .container-fluid:after {
  border-right: 2px solid #56707f;
}

body > footer h2 {
  color: #fff;
}

body > footer .list-menu.vertical li {
  border-color: #56707f;
}

.footer-links .zmdi,
.footer-links .fa {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -1px;
  margin-right: 6px;
}

body > footer .footer-links a {
  color: #9bd6ff;
}

body > footer .footer-links a:hover,
body > footer .footer-links a:focus {
  color: #fff;
}

body > footer .footer-links a:active {
  color: #333;
}

body > footer .main-footer .primary h2 {
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body > footer .block {
  margin: 0;
}

/* Landing Page */
.landing-page .banner-photo {
  background: #281e16 url("../images/cti/sample_landing_page_banner.jpg") 50% -30px no-repeat;
  background-size: cover;
  min-height: 120px;
  max-height: 240px;
  height: 20vw;
  color: #fff;
  position: relative;
}

.landing-page .banner-photo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(50, 70, 77, 0)), to(rgba(32, 32, 32, 0.8)));
  background: linear-gradient(to bottom, rgba(50, 70, 77, 0) 50%, rgba(32, 32, 32, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(50, 70, 77, 0) 50%, rgba(32, 32, 32, 0.8) 100%), linear-gradient(135deg, rgba(36, 72, 84, 0.3) 0%, rgba(50, 70, 77, 0) 50%, rgba(32, 32, 32, 0.5) 100%);
}

.landing-page .banner-photo .row {
  position: absolute;
  bottom: 22%;
  width: 100%;
}

.landing-page .banner-photo h1 {
  font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

.landing-page #main-article > section > h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Homepage */
.banner-flex {
  background: #dbecf1;
  background: linear-gradient(135deg, #f4f6f8 50%, #dbecf1 100%);
  position: relative;
}

#home-header .contextual-region {
  position: static;
}

#home-header {
  background: none !important;
  font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

#home-header .secondary {
  text-align: center;
}

.quote {
  margin: 1em 0 2.5em;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.quote q {
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  font-size: 22px;
  font-style: italic;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.quote cite {
  font-style: normal;
}

.quote cite:before {
  content: "– ";
}

.quote h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #b31b1b;
  margin-bottom: 1.5em;
}

#home-header .secondary .contact-button {
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#home-header .secondary .contact-us {
  margin: 0 auto 1em;
}

#home-header .secondary .contact {
  margin: 0 -20px;
}

#home-header .secondary .contact ul {
  margin: 0 auto 1.5em;
  width: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home-header .secondary .contact li:last-child {
  margin-right: 0;
  padding-right: 0;
}

#home-header .secondary .contact li {
  border-color: rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#home-header .secondary .faculty-button {
  background: #d8e7ec;
  color: #2f3031;
  font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  position: relative;
  padding: 11px 14px 11px 40px;
  margin: 0 auto 1.5em;
}

#home-header .secondary .faculty-button:hover,
#home-header .secondary .faculty-button:focus {
  color: #000;
}

#home-header .secondary .faculty-button:active {
  background: #cedee5;
}

#home-header .secondary .faculty-button .icon {
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 24px;
  color: #b31b1b;
}

#home-header .secondary .faculty-button .deco {
  text-decoration: underline;
  line-height: 14px;
  text-decoration-color: rgba(0, 0, 0, 0.4);
}

#home-header .secondary .faculty-button:hover .deco,
#home-header .secondary .faculty-button:focus .deco {
  text-decoration-color: rgba(0, 0, 0, 0.8);
}

#home-header .secondary .faculty-button:hover .icon,
#home-header .secondary .faculty-button:focus .icon {
  color: #2f3031;
}

/* Innovation Showcase */
.home main .row > .secondary:after {
  content: none;
}

.home .showcase {
  padding: 0 0 15px;
}

.showcase h2,
#home-events h2 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 28px;
  margin: 0 auto;
}

#home-events h2 {
  margin-bottom: 1.5em;
}

.showcase h2 em {
  color: #b31b1b;
}

.showcase .card {
  margin-bottom: 50px !important;
}

.showcase .card img {
  border-bottom: 6px solid #b31b1b;
}

.showcase .category {
  text-transform: uppercase;
  color: #666;
  font-size: 16px;
  margin-bottom: 0.25em;
  text-decoration: none;
}

.showcase a {
  text-decoration: none;
  display: block;
  -webkit-transition: background 0.15s, -webkit-box-shadow 0.15s;
  transition: background 0.15s, -webkit-box-shadow 0.15s;
  transition: background 0.15s, box-shadow 0.15s;
  transition: background 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.showcase a:hover,
.showcase a:focus {
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
}

.showcase a:active {
  background: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.09);
}

.showcase a h3 {
  text-decoration: underline;
  color: #b31b1b !important;
}

.showcase a:hover h3,
.showcase a:focus h3 {
  color: #000 !important;
}

.showcase a:active h3 {
  color: #000 !important;
}

/* Events */
#home-events {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f8), to(#FFFFFF));
  background: linear-gradient(to bottom, #f4f6f8, #FFFFFF);
  padding: 40px;
}

#home-events .header-with-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#home-events .link-more .fa {
  margin: 0 -0.05em 0 0.5em;
  position: static;
}

#home-events .cwd-component,
#elements {
  margin: 0 auto 2.5em;
  max-width: 480px;
  float: none;
}

.cwd-component .events .field {
  clear: both;
}

.cwd-component .events time {
  width: auto;
  min-height: 0;
  margin: 0 0 1em;
}

.cwd-component .events month,
.cwd-component .events day {
  float: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 9px 12px;
  background: #b83739;
}

.cwd-component .events day {
  background: #a63133;
}

.cwd-component .events h3 {
  width: 100%;
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 0.25em;
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
}

.cwd-component .events .meta {
  color: #717171 !important;
  font-size: 13px;
  font-weight: 400;
}

.cwd-component .events a {
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: background 0.15s, -webkit-box-shadow 0.15s;
  transition: background 0.15s, -webkit-box-shadow 0.15s;
  transition: background 0.15s, box-shadow 0.15s;
  transition: background 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.cwd-component .events a:hover h3,
.cwd-component .events a:focus h3 {
  text-decoration: underline;
  color: #1177ae !important;
}

.cwd-component .events a:active h3 {
  color: #000;
}

.cwd-component .events a:hover,
.cwd-component .events a:focus {
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
}

.cwd-component .events a:active {
  background: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.09);
}

/* start psw */
a.view-all-events {
  display: inline-block;
  text-decoration: none;
  text-align: right;
  width: 100%;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: bold;
}

a.view-all-events:hover,
a.view-all-events:focus {
  text-decoration: underline;
  color: #e10000;
}

a.view-all-events:active {
  text-decoration: underline;
}

.padded-left {
  padding-left: 10px;
}

/* end psw */
/* Elements */
#elements {
  margin-top: -4px;
  margin-bottom: 20px;
}

#elements .element {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
}

#elements .element a {
  position: relative;
  display: block;
  background: #a9c6cf;
  padding: 30px 25px 35px;
  margin: 0 0 -10px;
  border-radius: 20px 0 0 0;
  color: #000;
  text-decoration: none;
  border: 4px solid #f4f6f8;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  min-height: 200px;
}

#elements .element a:hover,
#elements .element a:focus {
  background: #82b4c3;
}

#elements .element a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

#elements .element:nth-child(2) a {
  background: #86a8ba;
}

#elements .element:nth-child(3) a {
  background: #c5cab6;
}

#elements .element:nth-child(4) a {
  background: #b3b9b3;
}

#elements .element:nth-child(5) a {
  background: #b4b0aa;
}

#elements .element:nth-child(2) a:hover,
#elements .element:nth-child(2) a:focus {
  background: #659ab5;
}

#elements .element:nth-child(3) a:hover,
#elements .element:nth-child(3) a:focus {
  background: #b0b998;
}

#elements .element:nth-child(4) a:hover,
#elements .element:nth-child(4) a:focus {
  background: #92a192;
}

#elements .element:nth-child(5) a:hover,
#elements .element:nth-child(5) a:focus {
  background: #9c9182;
}

#elements .element a h3 {
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 28px;
  text-decoration: none;
}

#elements .element a p {
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-weight: 300;
  font-size: 17px;
}

#elements .element.transition {
  top: 200px;
  opacity: 0;
}

#elements .element:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

#elements .element:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#elements .element:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

#elements .element:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#elements .element h3 .fa,
#elements .element h3 .zmdi,
#elements .element h3 .icon {
  opacity: 0.6;
  padding: 0 1px;
  margin: 0 8px 0 -1px;
}

/* Social */
#home-social h2 .fa {
  font-size: 42px;
  margin-bottom: -3px;
}

#home-social h2 small {
  font-size: 50%;
  white-space: nowrap;
}

#home-social h2 .main-heading-text {
  margin-right: 10px;
}

#home-social .primary h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 15px;
  font-size: 28px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

#home-social .secondary h2 {
  margin: -5px 0 30px;
  text-align: center;
}

#home-social .twitter {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

#home-social .tweet {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#home-social .cwd-component .summary,
#home-social .cwd-component .text {
  font-size: 14px;
}

#home-social .cwd-component .date {
  font-size: 13px;
}

#home-social .cwd-component h3 {
  font-size: 18px;
  line-height: 1.3;
}

/* People */
.cwd-component .metadata-filter {
  text-transform: uppercase;
  margin-bottom: 0.15em;
  margin-left: 1px;
  font-size: 12px;
  color: #707070;
}

#block-views-ppl-grp-menu {
  clear: both;
}

#block-views-ppl-grp-menu a {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Avenir Next, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0 2px 8px;
  padding: 4px 0 4px 16px;
  border-left: 3px solid #e0e4e7;
  text-decoration: none;
  display: block;
  width: 100%;
  background: #f9f9f9;
}

#block-views-ppl-grp-menu a:hover,
#block-views-ppl-grp-menu a:focus {
  border-color: #b1c7d7;
  background: #f3f3f3;
  color: #000;
}

#block-views-ppl-grp-menu a.is-active {
  color: #fff;
  background: #327caf;
  border-color: #327caf;
  text-decoration: none;
}

@media (min-width: 480px) {
  .landing-page .banner-photo h1 {
    font-size: 26px;
    font-weight: 400;
  }
  /* Supplementary Band */
  .footer-toolkit {
    margin: 0 -10px;
  }
  .footer-toolkit .h1,
  body > footer .main-footer .primary h2.sr-and-mobile-only {
    font-size: 26px;
  }
  .footer-toolkit .flex > *, .footer-toolkit .cwd-basic .cards > *, .cwd-basic .footer-toolkit .cards > *, .footer-toolkit #views-exposed-form-teaching-videos-page-listing > * {
    width: 50%;
    padding: 0 10px;
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  /* Page Header */
  #cu-header .cu-brand h2 {
    font-size: 33px;
  }
  .landing-page .banner-photo .row {
    bottom: 22%;
  }
  .landing-page .banner-photo h1 {
    font-size: 28px;
    text-align: left;
  }
  /* Layout */
  .sidebar-tint main:before {
    width: calc(35% - 30px);
    background: none;
    border-left: 2px solid #ebebeb;
    top: 4em;
    bottom: 4em;
  }
  .footer-links > * {
    margin: 0.4em 0;
  }
  .secondary-navigation {
    margin: 5px 0 0;
  }
  main .intro {
    font-size: 24px;
  }
  /* Supplementary Band */
  body > .band.accent1,
  body > .band.accent2 {
    padding: 60px 0;
  }
  .footer-toolkit .flex > *, .footer-toolkit .cwd-basic .cards > *, .cwd-basic .footer-toolkit .cards > *, .footer-toolkit #views-exposed-form-teaching-videos-page-listing > * {
    width: 33.33333333%;
  }
  .secondary .footer-toolkit .flex > *, .secondary .footer-toolkit .cwd-basic .cards > *, .cwd-basic .secondary .footer-toolkit .cards > *, .secondary .footer-toolkit #views-exposed-form-teaching-videos-page-listing > * {
    width: 100%;
  }
  .footer-toolkit .h1 {
    font-size: 30px;
  }
  .secondary .footer-toolkit .h1 {
    font-family: Lato, Assistant, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    color: #497792 !important;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
  }
  .secondary .footer-toolkit li {
    padding: 0;
    margin: 3px 0;
  }
  .secondary .footer-toolkit .fa,
  .secondary .footer-toolkit .zmdi {
    font-size: 48px;
  }
  /* Homepage */
  #home-header {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    min-height: 400px;
  }
  #home-header:before {
    content: "";
    background: #bfd4db;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 38%;
    right: calc(35% + 15px);
  }
  #home-header .slide-buffer {
    height: 100%;
    width: 62%;
    width: calc(65% - 15px);
  }
  #home-header .slider-caption .caption-inner {
    position: absolute;
    top: auto;
    bottom: 80px;
    left: 30px;
    width: 35%;
    background: none;
    padding: 0;
  }
  #home-header .campaign-nav {
    left: 30px;
    width: 50%;
  }
  #home-header .slider-caption h2 {
    font-size: 18px;
    line-height: 1.5;
    font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  }
  #home-header .slider-caption .caption-inner a:hover,
  #home-header .slider-caption .caption-inner a:focus {
    text-decoration: underline;
  }
  #home-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 38%;
    right: calc(35% + 15px);
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(40, 30, 22, 0)), to(rgba(40, 30, 22, 0.8)));
    background: linear-gradient(to bottom, rgba(40, 30, 22, 0) 40%, rgba(40, 30, 22, 0.8) 100%);
  }
  #home-header .secondary {
    text-align: left;
    padding-left: 2%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-supplement .secondary {
    padding-left: 2%;
  }
  .quote {
    margin: 0 0 2.5em;
    padding: 0;
    border: 0;
  }
  .quote q {
    font-size: 20px;
    line-height: 1.5;
  }
  .quote p {
    text-indent: -0.5em;
  }
  #home-header .contact {
    font-size: 12px;
  }
  .contact-us {
    font-size: 22px;
  }
  .contact-us:before {
    font-size: 38px;
  }
  .contact-us.light {
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .contact-us.light:before {
    font-size: 32px;
    margin-right: 12px;
    padding-right: 12px;
  }
  #home-header .secondary .contact-us {
    margin: 0 0 0.75em;
  }
  #home-header .secondary .contact ul {
    margin: 0 0 1.5em;
  }
  #home-header .secondary .faculty-button {
    margin: 0;
  }
  .showcase h2,
  #home-events h2,
  #home-social .primary h2 {
    font-size: 32px;
    max-width: none;
  }
  #home-events .cwd-component,
  #home-social .cwd-component,
  #home-social .twitter,
  #elements {
    max-width: none;
  }
  #home-social .primary,
  #home-events .primary {
    padding-right: 5%;
  }
  #home-social .twitter-feed {
    margin-left: -25px;
    margin-right: -25px;
  }
  #home-social .twitter {
    padding: 0 25px;
    border: 0;
  }
  .home #main {
    padding: 0;
    margin-bottom: 3em;
  }
  .landing-page .banner-photo .row {
    width: auto;
  }
}
@media (min-width: 992px) {
  /* Page Header */
  .cu-seal .cu-logo a {
    width: 110px;
    height: 110px;
    min-width: 110px;
    margin: 0 50px 0 0 !important;
  }
  #cu-header .cu-brand h2 {
    font-size: 36px;
  }
  .secondary-navigation {
    margin: 10px 0 20px;
  }
  .landing-page .banner-photo h1 {
    font-size: 36px;
  }
  /* Main Navigation */
  #site-header {
    border-bottom: 0;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  #main-navigation {
    text-transform: uppercase;
    background: #497792;
  }
  #main-navigation ul ul {
    text-transform: none;
  }
  #main-navigation li {
    border: 0;
  }
  #main-navigation a,
  #utility-navigation a {
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
  }
  #main-navigation li a:hover,
  #main-navigation li a:focus,
  #main-navigation li:hover > a {
    background: #1b3745;
  }
  #utility-navigation a:hover,
  #utility-navigation a:focus {
    color: #16486a;
    text-decoration: underline;
  }
  #main-navigation .active > a:hover,
  #main-navigation .active > a:focus,
  #main-navigation li.active:hover > a,
  #main-navigation li > a.is-active:hover,
  #main-navigation li > a.is-active:focus,
  #main-navigation li:hover > a.is-active {
    color: #fff;
    background: #1b3745 !important;
  }
  #main-navigation .container-fluid > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(100% + 2.5em);
    margin-left: -1.25em;
  }
  #main-navigation .container-fluid > ul > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #main-navigation .children,
  #main-navigation .sub-menu {
    top: 100%;
    left: 0;
    background: #1b3745;
    border: 0;
  }
  #main-navigation .children > li:first-child,
  #main-navigation .sub-menu > li:first-child {
    margin-top: 6px;
  }
  #main-navigation .children > li:last-child,
  #main-navigation .sub-menu > li:last-child {
    margin-bottom: 2px;
  }
  #main-navigation.vflip .children,
  #main-navigation.vflip .sub-menu {
    top: auto;
    bottom: 100%;
  }
  #main-navigation.vflip .children > li:first-child,
  #main-navigation.vflip .sub-menu > li:first-child {
    margin-top: 2px;
  }
  #main-navigation.vflip .children > li:last-child,
  #main-navigation.vflip .sub-menu > li:last-child {
    margin-bottom: 6px;
  }
  #main-navigation .children a,
  #main-navigation .sub-menu a {
    position: relative;
    padding: 5px 20px;
    color: #9bd6ff;
  }
  #main-navigation .children a:hover,
  #main-navigation .sub-menu a:hover {
    background: none;
    color: #fff;
  }
  #main-navigation .children a:after,
  #main-navigation .sub-menu a:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    border-bottom: 1px solid #4d5f6a;
  }
  #main-navigation .children > li:first-child a:after,
  #main-navigation .sub-menu > li:first-child a:after {
    content: none;
  }
  #main-navigation .container-fluid > ul > li a {
    padding: 16px 19px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main-navigation .container-fluid > ul > li.active > a,
  #main-navigation .container-fluid > ul > li.current-menu-item > a,
  #main-navigation .container-fluid > ul > li.current-menu-ancestor > a,
  #main-navigation .container-fluid > ul > li.menu-item--active-trail > a,
  #main-navigation .container-fluid > ul > li > a.is-active {
    background: #195675;
  }
  #main-navigation li.parent > a .fa {
    display: none;
  }
  /* Utility Navigation */
  #utility-navigation {
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  #utility-navigation a {
    background: none;
    color: #707070;
    height: 22px;
    line-height: 22px;
    margin-top: 8px;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
  }
  #utility-navigation li:first-child a {
    border: 0;
  }
  /* Secondary Navigation */
  .secondary-navigation ul ul .menu-item--collapsed > a:after {
    content: "\f2fb";
    padding-left: 10px;
    font-size: 19px;
    position: relative;
    top: 2px;
    opacity: 0.5;
    white-space: nowrap;
  }
  .secondary-navigation ul ul ul .menu-item--collapsed > a:after {
    content: none;
    padding: 0;
  }
  /* Search */
  .cu-seal .mobile-button {
    width: 44px;
    height: 43px;
  }
  /* Layout */
  main .primary,
  body > .band[role=complementary] .primary {
    padding-right: 3%;
  }
  body.home > .band[role=complementary] .primary {
    padding-right: 0;
  }
  .sidebar-tint main:before {
    width: calc(35% - 60px);
  }
  blockquote.offset {
    width: 42%;
  }
  #home-header .secondary {
    padding-left: 3.5%;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .home-supplement .secondary {
    padding-left: 3.5%;
  }
  .quote {
    margin: 0 0 2.5em;
    padding: 0;
    border: 0;
  }
  .quote q {
    font-size: 22px;
  }
  .quote p {
    text-indent: -0.75em;
  }
  .contact-us {
    font-size: 24px;
  }
  .contact-us:before {
    font-size: 48px;
  }
  .contact-us.light {
    font-size: 24px;
  }
  .contact-us.light:before {
    font-size: 48px;
    margin-right: 20px;
    padding-right: 20px;
  }
  .showcase h2,
  #home-events h2 {
    text-align: left;
    font-size: 36px;
  }
  .showcase .card {
    margin-bottom: 30px !important;
  }
  .home .showcase {
    padding: 0 0 30px;
  }
  .field-name-field-complex-html h2 {
    margin-top: 1.25em;
  }
  #home-social .tweet {
    font-size: 19px;
  }
  #home-social .cwd-component h3 {
    font-size: 22px;
  }
}
@media (min-width: 1080px) {
  /* Supplementary Band */
  body > .band.accent1,
  body > .band.accent2 {
    padding: 80px 0;
  }
  .footer-toolkit .flex > *, .footer-toolkit .cwd-basic .cards > *, .cwd-basic .footer-toolkit .cards > *, .footer-toolkit #views-exposed-form-teaching-videos-page-listing > * {
    width: 16.66666667%;
  }
  .footer-toolkit .h1 {
    font-size: 33px;
  }
  .secondary .footer-toolkit .flex a, .secondary .footer-toolkit .cwd-basic .cards a, .cwd-basic .secondary .footer-toolkit .cards a, .secondary .footer-toolkit #views-exposed-form-teaching-videos-page-listing a {
    text-align: left;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .secondary .footer-toolkit .flex br, .secondary .footer-toolkit .cwd-basic .cards br, .cwd-basic .secondary .footer-toolkit .cards br, .secondary .footer-toolkit #views-exposed-form-teaching-videos-page-listing br {
    display: none;
  }
  .secondary .footer-toolkit .fa,
  .secondary .footer-toolkit .zmdi {
    margin-right: 18px;
    min-width: 46px;
    text-align: center;
  }
  .quote {
    margin: 0 0 3.5em;
  }
  .quote q {
    font-size: 25px;
    line-height: 1.4;
  }
  #home-header .contact {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  /* Page Header */
  .cu-seal #cu-header .cu-brand .cu-unit {
    margin: 0 auto;
    position: relative;
    left: -78px;
  }
  .cu-seal #cu-header .cu-brand {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  #cu-header .cu-brand h2 {
    font-size: 42px;
  }
  /* Layout */
  main .primary,
  body > .band[role=complementary] .primary {
    padding-right: 5%;
  }
  body.home > .band[role=complementary] .primary {
    padding-right: 0;
  }
  .sidebar-tint main:before {
    width: calc(35% - 40.000000002px);
  }
  /* Supplementary Band */
  .footer-toolkit {
    margin: 0 -20px;
  }
  .footer-toolkit .flex > *, .footer-toolkit .cwd-basic .cards > *, .cwd-basic .footer-toolkit .cards > *, .footer-toolkit #views-exposed-form-teaching-videos-page-listing > * {
    margin: 15px 0;
    padding: 0 20px;
  }
  .footer-toolkit .flex a, .footer-toolkit .cwd-basic .cards a, .cwd-basic .footer-toolkit .cards a, .footer-toolkit #views-exposed-form-teaching-videos-page-listing a {
    font-size: 15px;
  }
  /* Homepage */
  .banner-flex:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #cce0e6;
  }
  .quote {
    margin: 0 0 4em;
  }
  .quote q {
    font-size: 28px;
  }
  #home-header .contact {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* Slider Nav Mobile */
  #home-header {
    padding-top: 300px;
    padding-top: 75vw;
  }
  #home-header .slide-buffer,
  #home-header .slider-caption {
    height: 300px;
    height: 75vw;
  }
  #home-header .primary {
    margin-bottom: 1.5em;
  }
  #home-header .secondary,
  .home-supplement .secondary {
    padding-left: 20px;
    padding-right: 20px;
  }
  #home-header .slider-caption .caption-inner {
    top: auto !important;
    left: 15px !important;
    right: 15px !important;
    bottom: 20px !important;
    text-align: center;
  }
  #home-header .slider-caption h2 {
    font-size: 15px;
    line-height: 1.4;
  }
  #home-header .campaign-nav {
    left: 0 !important;
    bottom: 47% !important;
    bottom: calc(50% - 34px) !important;
    width: 100%;
  }
  #home-header .campaign-nav .next-prev a {
    border: 0;
    width: 34px;
    height: 68px;
    line-height: 68px;
    font-size: 28px;
    margin: 0;
  }
  #home-header .campaign-nav .next-prev a .fa {
    line-height: 68px;
    font-size: 28px;
  }
  #home-header .campaign-nav .next-prev {
    width: 100%;
  }
  #home-header .campaign-nav .next {
    float: right;
  }
  #home-header .slider-caption {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 30, 22, 0)), to(rgba(40, 30, 22, 0.7)));
    background: linear-gradient(to bottom, rgba(40, 30, 22, 0) 0%, rgba(40, 30, 22, 0.7) 100%);
  }
}
.twitter-feed .twitter {
  width: 33%;
  display: block;
  position: relative;
  float: left;
}
.twitter-feed .twitter .tweet {
  word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .twitter-feed .twitter {
    margin: 0 auto;
    width: 90%;
    float: none;
  }
  .twitter-feed .twitter div {
    margin: 25px;
  }
  .twitter-feed .twitter:nth-child(n+2) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .twitter-feed .twitter {
    width: 50%;
    position: relative;
    display: block;
  }
  .twitter-feed .twitter:last-child {
    display: none;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1200px) {
  .twitter-feed .twitter p {
    margin: 0 15px;
  }
}
.twitter-feed .twitter h2.h4 {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #block-views-block-twitter-twitter {
    margin-bottom: 0px;
  }
}
/** metadata **/
.metadata-set {
  font-size: 13px;
  color: #767676;
  padding-top: 8px;
  border-top: 1px dashed #c7d5dd;
}
.metadata-set .deco {
  padding-left: 21px;
  position: relative;
}
.metadata-set .deco:before {
  content: "\f150";
  font-size: 16px;
  color: #3787b0;
  position: absolute;
  left: 1px;
  top: 1px;
}

.page-node-type-basic-page .metadata-set,
.page-node-type-resource .metadata-set {
  margin: -0.5em 0 3em;
}
.page-node-type-basic-page .metadata-set + figure,
.page-node-type-resource .metadata-set + figure {
  margin-top: 0;
}

/** resource library **/
.resource-library {
  background: rgba(241, 241, 241, 0.35);
  padding: 25px 25px 25px 15px;
  margin-left: -15px;
  clear: both;
}
.resource-library h2 {
  color: #b31b1b !important;
  font-size: 24px;
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  font-weight: 400;
}
.resource-library ul {
  list-style: none;
  padding-left: 0px;
  font-family: Avenir Next, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI Bold", "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-weight: 400;
}
.resource-library ul li {
  font-size: 18px;
  padding: 8px 0px;
}
.resource-library ul li .ext-resource {
  color: black;
}
.resource-library ul li a {
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  text-decoration: none;
}
.resource-library ul li a:hover {
  color: #b31b1b;
}
.resource-library ul li a span.ext {
  background: transparent;
  text-decoration: none;
}
.resource-library ul li a span.ext:after {
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  content: " \f08e";
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .resource-library {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .resource-library {
    margin-left: -10px;
    padding-left: 10px;
  }
}

ol,
ol ol ol ol,
ol ol ol ol ol ol ol {
  list-style-type: decimal;
}

ol ol,
ol ol ol ol ol,
ol ol ol ol ol ol ol ol {
  list-style-type: lower-alpha;
}

ol ol ol,
ol ol ol ol ol ol,
ol ol ol ol ol ol ol ol ol {
  list-style-type: lower-roman;
}

/* Removes png background from external links and adds in fontawesome glyphicon */
span.ext {
  background: transparent;
  text-decoration: none;
}
span.ext:after {
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-size: 0.75rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  content: " \f08e";
  color: inherit;
}

.cwd-component .subheading h4 {
  color: #ab6161 !important;
}

.pager ul li.is-active a {
  background: #327caf !important;
}

article aside {
  background: #ebf5f9;
}

.home #main h2 {
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  font-size: 28px;
  color: #333;
}
@media (min-width: 834px) {
  .home #main .flex-grid > #features {
    width: 64%;
  }
}
@media (min-width: 992px) {
  .home #main .flex-grid > #features {
    width: 65%;
  }
}
@media (min-width: 834px) {
  .home #main .flex-grid > #home-events {
    width: 36%;
  }
}
@media (min-width: 992px) {
  .home #main .flex-grid > #home-events {
    width: 35%;
  }
}
@media (min-width: 834px) {
  .home #main #features {
    margin-bottom: 0;
  }
}
.home #main #block-cwd-cti-homepagefeatureditems {
  padding: 0;
}
@media (min-width: 768px) {
  .home #main #block-cwd-cti-homepagefeatureditems {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 30px 0 0;
  }
}
.home #main h2.feature-card-header {
  margin-bottom: 30px;
  padding-bottom: 0.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.home #main h2.feature-card-header:nth-of-type(2) {
  margin-bottom: 20px;
}
.home #main .feature-card-two {
  margin-bottom: 50px;
}
.home #main .feature-card-two img {
  padding-bottom: 0;
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  .home #main .feature-card-two img {
    width: 240px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 25px;
    margin-bottom: 0;
  }
}
.home #main .feature-card-two h3 {
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  font-size: 24px;
  color: #333;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 15px;
}
@media (min-width: 500px) {
  .home #main .feature-card-two h3 {
    padding-bottom: 15px;
  }
}
.home #main .feature-card-two a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
}
.home #main .feature-card-two a:hover {
  text-decoration: underline;
  text-decoration-color: #333;
}
@media (min-width: 500px) {
  .home #main .feature-card-two a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
.home #main .feature-card-two div.card:first-child {
  margin-bottom: 25px;
  background-color: #B5CCD4;
}
.home #main .feature-card-two div.card:first-child:hover {
  background-color: #D8E3E9;
}
.home #main .feature-card-two div.card:nth-child(2) {
  background-color: #C4CAB8;
}
.home #main .feature-card-two div.card:nth-child(2):hover {
  background-color: #D9DCD0;
}
@media (min-width: 834px) {
  .home #main .feature-card-other {
    margin-bottom: 30px;
  }
}
.home #main .feature-card-other .cwd-basic .cards {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home #main .feature-card-other .cwd-basic.tiles .card {
  margin: 0;
}
.home #main .feature-card-other .cwd-basic .card {
  padding-left: 0;
  padding-right: 0;
}
.home #main .feature-card-other .cwd-basic .card:after {
  content: "";
  display: block;
  padding-top: 0;
  clear: both;
  border-bottom: none;
}
@media (max-width: 767px) {
  .home #main .feature-card-other .cwd-basic .card {
    max-width: 300px;
    padding: 0;
  }
}
.home #main .feature-card-other .feature-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.home #main .feature-card-other .feature-link img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  padding: 0;
  margin-bottom: 0;
}
.home #main .feature-card-other .feature-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home #main .feature-card-other .feature-link:hover .feature-overlay {
  opacity: 1;
}
.home #main .feature-card-other .feature-link:hover .feature-overlay h3 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.home #main .feature-card-other .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding: 15px;
}
.home #main .feature-card-other .feature-overlay h3 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
  color: white;
  margin: 0;
  text-decoration: none;
  font-size: 20px;
}
.home #main #home-events {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 833px) {
  .home #main #home-events {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 834px) {
  .home #main #home-events:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f6f8), to(#FFFFFF));
    background: linear-gradient(to bottom, #f4f6f8, #FFFFFF);
    z-index: -1;
  }
}
.home #main #home-events h2 {
  margin-bottom: 13px;
}
.home #main #home-events h3 {
  color: #333;
}
.home #main #home-events .rlv-modern-compact .events .meta {
  color: #707070;
}
@media (max-width: 833px) {
  .home #main .showcase .card img {
    padding-bottom: 0;
  }
}

.slider-container .campaign-nav.no-numbers li a {
  padding: 10px;
  margin: 2px 0 6px;
}

.slider-container .campaign-nav.no-numbers .dot {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
/*# sourceMappingURL=cti.css.map */