/* pulse.less > pulse.css
 * Uindy Pulse - uindy.edu
 * Based off of Skeletor Template 0.8.1.1 by @k_bav co./ @rarebirdinc.
 * ------------------------------------------------------------------------------------------
 * ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
 * --------------------------------------------------------------------------------------- */
@-webkit-keyframes pulse {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@-moz-keyframes pulse {
  50% {
    -moz-transform: scale(1.05);
  }
}
@keyframes pulse {
  50% {
    transform: scale(1.05);
  }
}
@-webkit-keyframes pulse-larger {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@-moz-keyframes pulse-larger {
  50% {
    -moz-transform: scale(1.1);
  }
}
@keyframes pulse-larger {
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes levitate {
  100% {
    -webkit-transform: translateY(-20%);
  }
}
@-moz-keyframes levitate {
  100% {
    -moz-transform: translateY(-20%);
  }
}
@keyframes levitate {
  100% {
    transform: translateY(-20%);
  }
}
.container {
  max-width: 1080px;
}
.global-stage-container {
  max-width: 100%;
}
@media (min-width: 520px) {
  .global-stage-container {
    max-width: 75%;
  }
}
@media (min-width: 980px) {
  .global-stage-container {
    max-width: 980px;
  }
}
@media (min-width: 1016px) {
  .global-stage-container {
    max-width: 1016px;
  }
}
@media (min-width: 1052px) {
  .global-stage-container {
    max-width: 1052px;
  }
}
@media (min-width: 1080px) {
  .global-stage-container {
    max-width: 1080px;
  }
}
#pulse-app {
  position: relative;
  z-index: 2;
  height: 100%;
  margin: auto;
  *zoom: 1;
  font-size: 14px;
  line-height: 1.45;
}
#pulse-app:before,
#pulse-app:after {
  content: " ";
  display: table;
}
#pulse-app:after {
  clear: both;
}
.pulse-width_control {
  position: relative;
  height: 100%;
  margin: auto;
  *zoom: 1;
}
.pulse-width_control:before,
.pulse-width_control:after {
  content: " ";
  display: table;
}
.pulse-width_control:after {
  clear: both;
}
.tile-row {
  -webkit-animation: fadeIn 0.3s ease 0.175s 1 normal both;
  -moz-animation: fadeIn 0.3s ease 0.175s 1 normal both;
  animation: fadeIn 0.3s ease 0.175s 1 normal both;
}
.tile-row:nth-child(2) {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.tile-row:nth-child(3) {
  -webkit-animation-delay: 0.525s;
  -moz-animation-delay: 0.525s;
  animation-delay: 0.525s;
}
#pulse-app h1,
#pulse-app h2,
#pulse-app h3,
#pulse-app h4,
#pulse-app h5,
#pulse-app h6 {
  font-family: "droid_serif", "Georgia", Times New Roman, Times, serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.45;
  line-height: 1.25;
  color: #fff;
}
#pulse-app h1 {
  font-size: 38.5px;
}
#pulse-app h2 {
  font-size: 31.5px;
}
#pulse-app h3 {
  font-size: 24px;
}
#pulse-app h4 {
  font-size: 17.5px;
}
#pulse-app h5 {
  font-size: 14px;
}
#pulse-app h6 {
  font-size: 11.9px;
}
#pulse-app .link_look {
  text-decoration: none;
  border-bottom: 1px solid rgba(247, 168, 0, 0);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-font-smoothing: antialiased;
}
#pulse-app .link_look:focus,
#pulse-app .link_look:hover {
  color: #ffbb2b;
  border-color: #F7A800;
}
#pulse-app .link_look {
  font-weight: bold;
}
#pulse-app .link_look,
#pulse-app .tile-red .link_look,
#pulse-app .tile-blue .link_look,
#pulse-app .tile-gray,
#pulse-app .tile-darker-blue .link_look,
#pulse-app .tile-darker-red .link_look {
  color: #F7A800;
}
#pulse-app .tile-green a,
#pulse-app .tile-yellow a,
#pulse-app .tile-orange a,
#pulse-app .tile-white a,
#pulse-app .tile-tan a,
#pulse-app .tile-green .link_look,
#pulse-app .tile-yellow .link_look,
#pulse-app .tile-orange .link_look,
#pulse-app .tile-white .link_look,
#pulse-app .tile-tan .link_look {
  color: #A41F35;
  text-shadow: 0 0.04em 0.04em rgba(255, 255, 255, 0.45);
}
#pulse-app .tile-green a:focus,
#pulse-app .tile-yellow a:focus,
#pulse-app .tile-orange a:focus,
#pulse-app .tile-white a:focus,
#pulse-app .tile-tan a:focus,
#pulse-app .tile-green .link_look:focus,
#pulse-app .tile-yellow .link_look:focus,
#pulse-app .tile-orange .link_look:focus,
#pulse-app .tile-white .link_look:focus,
#pulse-app .tile-tan .link_look:focus,
#pulse-app .tile-green a:hover,
#pulse-app .tile-yellow a:hover,
#pulse-app .tile-orange a:hover,
#pulse-app .tile-white a:hover,
#pulse-app .tile-tan a:hover,
#pulse-app .tile-green .link_look:hover,
#pulse-app .tile-yellow .link_look:hover,
#pulse-app .tile-orange .link_look:hover,
#pulse-app .tile-white .link_look:hover,
#pulse-app .tile-tan .link_look:hover {
  border-bottom-color: #A41F35;
}
#pulse-app ul,
#pulse-app ol,
#pulse-app dd {
  margin-left: 25px;
}
#pulse-app li > ul,
#pulse-app li > ol {
  margin-bottom: 0;
}
#pulse-app .list-bare {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#pulse-app .ui {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#pulse-app .ui > li {
  float: left;
}
#pulse-app .tile-row {
  position: relative;
  width: 100%;
  *zoom: 1;
}
#pulse-app .tile-row:before,
#pulse-app .tile-row:after {
  content: " ";
  display: table;
}
#pulse-app .tile-row:after {
  clear: both;
}
@media (min-width: 980px) {
  #pulse-app .tile-row {
    height: 0;
    padding-top: 33.33333333%;
  }
}
#pulse-app .tile {
  position: relative;
  float: left;
  border: 0 !important;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-align: left;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
#pulse-app .tile:focus,
#pulse-app .tile:hover {
  color: #fff;
}
#pulse-app .tile p {
  margin: 5px 0;
  line-height: 1.2em;
}
@media (min-width: 980px) {
  #pulse-app .tile {
    float: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    min-height: 0;
  }
}
#pulse-app .tile-1x2 {
  width: 100%;
}
#pulse-app .tile-2x1 {
  width: 100%;
}
#pulse-app .tile-2x2 {
  width: 100%;
}
#pulse-app .tile-4x2 {
  width: 100%;
  padding-bottom: 61%;
  padding-bottom: -webkit-calc(50% + 66px - 2px);
  padding-bottom: -moz-calc(50% + 66px - 2px);
  padding-bottom: calc(50% + 66px - 3px);
  background-size: 100%;
}
@media (min-width: 980px) {
  #pulse-app .tile-1x1 {
    width: 16.66666667%;
    height: 50%;
  }
  #pulse-app .tile-1x2 {
    width: 16.66666667%;
    height: 100%;
  }
  #pulse-app .tile-2x1 {
    width: 33.33333333%;
    height: 50%;
  }
  #pulse-app .tile-2x2 {
    width: 33.33333333%;
  }
  #pulse-app .tile-4x2 {
    width: 66.666%;
    height: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 980px) {
  #pulse-app .grid-2 {
    left: 16.66666667%;
  }
  #pulse-app .grid-3 {
    left: 33.33333333%;
  }
  #pulse-app .grid-4 {
    left: 50%;
  }
  #pulse-app .grid-5 {
    left: 66.666%;
  }
  #pulse-app .grid-6 {
    left: 83.333%;
  }
  #pulse-app .grid-bottom {
    top: auto;
    bottom: 0;
  }
}
#pulse-app .anchor-block .tile-1x1 {
  width: 50%;
}
#pulse-app .anchor-block .tile-1x2 {
  width: 100%;
}
#pulse-app .anchor-block .tile-2x1 {
  width: 100%;
}
#pulse-app .anchor-block .tile-2x2 {
  width: 100%;
}
@media (min-width: 980px) {
  #pulse-app .anchor-block {
    position: absolute;
    top: 0;
    width: 33.33333333%;
    height: 100%;
  }
  #pulse-app .anchor-block .tile-1x2 {
    width: 50%;
  }
}
@media (min-width: 980px) {
  #pulse-app .anchored-right-top {
    left: auto;
    right: 0;
  }
  #pulse-app .anchored-left-bottom {
    top: auto;
    bottom: 0;
  }
  #pulse-app .anchored-right-bottom {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
  }
}
#pulse-app .tile-default {
  background-color: #A41F35;
}
#pulse-app .tile-red {
  background-color: #A41F35;
}
#pulse-app .tile-tan {
  background-color: #B69157;
}
#pulse-app .tile-gray {
  background-color: #77777A;
}
#pulse-app .tile-cream {
  background-color: #f2e7d5;
}
#pulse-app .tile-dark {
  background-color: #2e2925;
}
#pulse-app .tile-white {
  background-color: #FFFFFF;
}
#pulse-app .tile-darker-red {
  background-color: #7A232E;
}
#pulse-app .tile-yellow {
  background-color: #F7A800;
}
#pulse-app .tile-blue {
  background-color: #00698F;
}
#pulse-app .tile-green {
  background-color: #799900;
}
#pulse-app .tile-taupe {
  background-color: #e6dfd2;
}
#pulse-app .tile-purple {
  background-color: #6b5ea9;
}
#pulse-app .tile-orange {
  background-color: #EF7622;
}
#pulse-app .tile-olive {
  background-color: #898532;
}
#pulse-app .tile-brown {
  background-color: #c49a6c;
}
#pulse-app .tile-darker-brown {
  background-color: #3d2923;
}
#pulse-app .tile-darker-blue {
  background-color: #0d213d;
}
#pulse-app .tile-darker-gray {
  background-color: #77787b;
}
#pulse-app .tile-white,
#pulse-app .tile-cream {
  color: #000;
  text-shadow: none;
}
#pulse-app .tile-white h2,
#pulse-app .tile-cream h2,
#pulse-app .tile-white h3,
#pulse-app .tile-cream h3,
#pulse-app .tile-white .text-block,
#pulse-app .tile-cream .text-block {
  color: #000;
}
#pulse-app .icon-bg {
  background-image: url("/images/pulse/bg_icon-apply.png");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 65%;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  -webkit-font-smoothing: antialiased;
}
#pulse-app .icon-bg:focus,
#pulse-app .icon-bg:hover {
  background-position: -9% -7%;
}
#pulse-app .icon-apply {
  background-image: url("/images/pulse/pulse-bg--apply.png");
}
#pulse-app .icon-schedule {
  background-image: url("/images/pulse/pulse-bg--schedule-a-visit.png");
}
#pulse-app .icon-news {
  background-image: url("/images/pulse/bg_icon-rss.png");
}
#pulse-app .icon-athletics {
  background-image: url("/images/pulse/bg_icon-sports.png");
}
#pulse-app .icon-links {
  background-image: url("/images/pulse/bg_icon-link.png");
}
#pulse-app .icon-arts {
  background-image: url("/images/pulse/bg_icon-video_camera.png");
}
#pulse-app .icon-money {
  background-image: url("/images/pulse/pulse-bg--scholarships-grants.png");
}
#pulse-app .icon-alumni-central {
  background-image: url("/images/pulse/pulse-bg--alumni-central.png");
}
#pulse-app .tile-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: inherit;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  -webkit-font-smoothing: antialiased;
}
#pulse-app .tile-caption > .title {
  display: block;
  padding: 20px;
  font-size: 18px;
  letter-spacing: -0.025em;
  font-family: "droid_serif", "Georgia", Times New Roman, Times, serif;
  -webkit-transition: all 120ms ease-out 0s;
  -moz-transition: all 120ms ease-out 0s;
  transition: all 120ms ease-out 0s;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 980px) {
  #pulse-app .tile-caption {
    padding: 0;
    height: 46px;
  }
  #pulse-app .tile-caption > .title {
    padding: 10px 0 0 0;
    text-align: center;
  }
}
#pulse-app .tile-mini-caption {
  display: none;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1.15;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 10px;
  border: 0;
  font-family: "open_sans", Freesans, Helmet, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 980px) {
  #pulse-app .tile-mini-caption {
    display: block;
  }
}
#pulse-app .tile-mini-caption.top {
  bottom: auto;
  top: 0;
}
#pulse-app .tile-mini-caption.extended {
  height: auto;
}
#pulse-app .tile-mini-caption.header {
  padding-left: 0;
}
#pulse-app .tile-mini-caption-link {
  display: inline-block;
  color: #fff;
}
#pulse-app .pre-reveal-headline {
  margin: 20px;
}
#pulse-app .pre-reveal-headline > h3 {
  font-size: 18px;
}
@media (min-width: 980px) {
  #pulse-app .pre-reveal-headline {
    margin: 20px 10px 20px 20px;
  }
  #pulse-app .pre-reveal-headline > h3 {
    font-size: 22px;
  }
}
@media (min-width: 980px) {
  #pulse-app .tile-1x1 .pre-reveal-headline,
  #pulse-app .tile-1x2 .pre-reveal-headline {
    width: 143.33333333px;
    width: -webkit-calc(100vw / 6 - 30px);
    width: -moz-calc(100vw / 6 - 30px);
    width: calc(100vw / 6 - 30px);
  }
}
@media (min-width: 1080px) {
  #pulse-app .tile-1x1 .pre-reveal-headline,
  #pulse-app .tile-1x2 .pre-reveal-headline {
    width: 160px;
  }
}
#pulse-app .text-block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 0.275s ease-in 0s;
  -moz-transition: opacity 0.275s ease-in 0s;
  transition: opacity 0.275s ease-in 0s;
  -webkit-font-smoothing: antialiased;
}
#pulse-app .grower-full {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 980px) {
  #pulse-app .grower:focus .title,
  #pulse-app .grower:hover .title,
  #pulse-app .hover_reveal:focus .title,
  #pulse-app .hover_reveal:hover .title,
  #pulse-app .click_reveal.revealed .title {
    display: none;
  }
  #pulse-app .grower:focus .text-block,
  #pulse-app .grower:hover .text-block,
  #pulse-app .hover_reveal:focus .text-block,
  #pulse-app .hover_reveal:hover .text-block,
  #pulse-app .click_reveal.revealed .text-block {
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.275s ease-in 0s !important;
    -moz-transition: opacity 0.275s ease-in 0s !important;
    transition: opacity 0.275s ease-in 0s !important;
    -webkit-font-smoothing: antialiased !important;
  }
  #pulse-app .grower:focus .grower-full,
  #pulse-app .grower:hover .grower-full,
  #pulse-app .hover_reveal:focus .grower-full,
  #pulse-app .hover_reveal:hover .grower-full,
  #pulse-app .click_reveal.revealed .grower-full {
    display: table;
    height: 100%;
  }
}
#pulse-app .grower {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -webkit-font-smoothing: antialiased;
}
#pulse-app .grower > .grower-full {
  width: 100%;
  height: 100%;
  background-color: inherit;
  text-align: left;
}
#pulse-app .hover_reveal {
  background-size: 50%;
  background-position: 100% center;
}
#pulse-app .hover_reveal > .tile-caption {
  left: auto;
  width: 50%;
  padding: 7% 0;
}
#pulse-app .hover_reveal.tile-4x2 {
  background-size: 100%;
  background-position: 0 0;
}
#pulse-app .hover_reveal.tile-4x2 > .tile-caption {
  left: 0;
  width: 100%;
  padding: 0;
}
@media (min-width: 685px) {
  #pulse-app .hover_reveal {
    background-size: 40%;
  }
}
@media (min-width: 980px) {
  #pulse-app .hover_reveal {
    background-size: 100%;
    background-position: 0 0;
  }
  #pulse-app .hover_reveal > .tile-caption {
    left: 0;
    width: 100%;
    padding: 0;
  }
}
#pulse-app .grower.is-touch-expanded,
#pulse-app .hover_reveal.is-touch-expanded {
  height: auto;
}
#pulse-app .grower.is-touch-expanded .title,
#pulse-app .hover_reveal.is-touch-expanded .title {
  display: none;
}
#pulse-app .grower.is-touch-expanded .pre-reveal-headline,
#pulse-app .hover_reveal.is-touch-expanded .pre-reveal-headline {
  display: none;
}
#pulse-app .grower.is-touch-expanded .text-block,
#pulse-app .hover_reveal.is-touch-expanded .text-block {
  position: relative;
  z-index: 1;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: opacity 0.275s ease-in 0s !important;
  -moz-transition: opacity 0.275s ease-in 0s !important;
  transition: opacity 0.275s ease-in 0s !important;
  -webkit-font-smoothing: antialiased !important;
}
#pulse-app .grower.is-touch-expanded .grower-full,
#pulse-app .hover_reveal.is-touch-expanded .grower-full {
  position: relative;
  display: block;
  height: 100%;
  -webkit-animation: fadeIn 0.35s ease 0.05s 1 normal both;
  -moz-animation: fadeIn 0.35s ease 0.05s 1 normal both;
  animation: fadeIn 0.35s ease 0.05s 1 normal both;
}
@media (min-width: 980px) {
  #pulse-app .grower:focus,
  #pulse-app .grower:hover {
    z-index: 10;
    height: 100%;
  }
  #pulse-app .grower:focus > .grower-full,
  #pulse-app .grower:hover > .grower-full {
    display: table;
    height: 100%;
  }
  #pulse-app .grower.tile-1x2 .grower-full {
    min-width: 326.66666667px;
    min-width: 33.33333333vw;
  }
  #pulse-app .grower.tile-1x2:focus,
  #pulse-app .grower.tile-1x2:hover {
    width: 33.33333333%;
  }
  #pulse-app .anchor-block > .grower.tile-1x2:focus,
  #pulse-app .anchor-block > .grower.tile-1x2:hover {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  #pulse-app .grower.tile-1x2 .grower-full {
    min-width: 360px;
  }
}
#pulse-app .hover_reveal .tile-caption {
  display: block;
  position: relative;
}
#pulse-app .hover_reveal.tile-4x2 .tile-caption {
  position: absolute;
}
#pulse-app .hover_reveal.is-touch-expanded {
  padding-bottom: 0;
  background-image: none !important;
}
#pulse-app .hover_reveal.is-touch-expanded .tile-caption {
  position: relative;
  background-color: transparent;
  width: 100%;
}
@media (min-width: 980px) {
  #pulse-app .hover_reveal .tile-caption {
    position: absolute;
  }
  #pulse-app .hover_reveal:focus .tile-caption,
  #pulse-app .hover_reveal:hover .tile-caption,
  #pulse-app .hover_reveal.hovering .tile-caption {
    height: 100%;
    -webkit-transition: all 700ms cubic-bezier(0.52, 0, 0, 0.75) 0s;
    -webkit-transition: all 700ms cubic-bezier(0.52, -0.5, 0, 0.75) 0s;
    -moz-transition: all 700ms cubic-bezier(0.52, -0.5, 0, 0.75) 0s;
    transition: all 700ms cubic-bezier(0.52, -0.5, 0, 0.75) 0s;
  }
  #pulse-app .hover_reveal.tile-1x2.hovering .tile-caption,
  #pulse-app .hover_reveal.tile-2x2.hovering .tile-caption,
  #pulse-app .hover_reveal.tile-3x2.hovering .tile-caption,
  #pulse-app .hover_reveal.tile-4x2.hovering .tile-caption {
    height: 340px;
    height: 100%;
  }
  #pulse-app .hover_reveal:focus .tile-caption,
  #pulse-app .hover_reveal:hover .tile-caption {
    -webkit-transition: all 280ms ease-out 0s;
    -moz-transition: all 280ms ease-out 0s;
    transition: all 280ms ease-out 0s;
    -webkit-font-smoothing: antialiased;
  }
}
#pulse-app .title_extender > .tile-caption {
  top: 100%;
  margin-top: -46px;
}
#pulse-app .title_extender:focus,
#pulse-app .title_extender:hover,
#pulse-app .title_extender.hovering {
  overflow: visible;
  z-index: 999;
}
#pulse-app .title_extender:focus .tile-caption,
#pulse-app .title_extender:hover .tile-caption,
#pulse-app .title_extender.hovering .tile-caption {
  height: auto;
  min-height: 180px;
  margin-top: 0;
  overflow: hidden;
}
#pulse-app .title_extender:focus .title,
#pulse-app .title_extender:hover .title,
#pulse-app .title_extender.hovering .title {
  opacity: 1 !important;
  display: block;
  position: static;
}
#pulse-app .title_extender:focus .grower-full,
#pulse-app .title_extender:hover .grower-full,
#pulse-app .title_extender.hovering .grower-full {
  position: static;
  display: block;
  opacity: 1;
  height: auto;
}
#pulse-app .title_extender:focus .text-block,
#pulse-app .title_extender:hover .text-block,
#pulse-app .title_extender.hovering .text-block {
  position: static;
  display: block;
  opacity: 1;
}
#pulse-app .title_extender.selfheight:focus .tile-caption,
#pulse-app .title_extender.selfheight:hover .tile-caption,
#pulse-app .title_extender.selfheight.hovering .tile-caption {
  min-height: 100%;
}
#pulse-app .click_reveal.revealed .tile-caption {
  height: 100%;
  padding-top: 0 !important;
  line-height: inherit;
}
#pulse-app .click_reveal:focus .tile-caption,
#pulse-app .click_reveal:hover .tile-caption {
  padding-top: 20px;
  -webkit-transition: all 700ms cubic-bezier(0.52, 0, 0, 0.75) 0s;
  -webkit-transition: all 700ms cubic-bezier(0.52, -0.5, 0, 0.75) 0s;
  -moz-transition: all 700ms cubic-bezier(0.52, -0.5, 0, 0.75) 0s;
  transition: all 700ms cubic-bezier(0.52, -0.5, 0, 0.75) 0s;
}
#pulse-app .type-campus_map {
  background-image: url("/images/pulse/bg-campus_map.png");
  background-repeat: no-repeat;
  background-position: 50% -48px;
}
#pulse-app .type-campus_map:focus,
#pulse-app .type-campus_map:hover {
  background-position: 50% -53px;
}
#pulse-app .list-block {
  position: absolute;
  top: 39px;
  bottom: 46px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 10px;
  overflow: auto;
  text-align: left;
}
#pulse-app .calendar-events-block {
  top: 10px;
  right: 10px;
  left: 10px;
}
@media (min-width: 980px) {
  #pulse-app .calendar-events-block {
    bottom: 77px;
    bottom: 23%;
  }
}
#pulse-app .event-list {
  margin-top: 1em;
}
#pulse-app .event-list--event {
  padding-bottom: .3em;
  border-bottom: 1px solid #77777A;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  margin-bottom: .3em;
  font-size: 13px;
  line-height: 1.3;
}
#pulse-app .event-list--event-title {
  display: block;
  color: #A41F35;
}
#pulse-app .no-events-message {
  font-family: "droid_serif", "Georgia", Times New Roman, Times, serif;
  font-size: 1.2em;
  color: #231F20;
}
#pulse-app .tile-gray .scrolling-shadows {
  background: -webkit-linear-gradient(#77777A 30%, rgba(119, 119, 122, 0)), -webkit-linear-gradient(rgba(119, 119, 122, 0), #77777A 70%) 0 100%, /* Shadows */ -webkit-linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background: -moz-linear-gradient(#77777A 30%, rgba(119, 119, 122, 0)), -moz-linear-gradient(rgba(119, 119, 122, 0), #77777A 70%) 0 100%, -moz-linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background: -o-linear-gradient(#77777A 30%, rgba(119, 119, 122, 0)), -o-linear-gradient(rgba(119, 119, 122, 0), #77777A 70%) 0 100%, -o-linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background: linear-gradient(#77777A 30%, rgba(119, 119, 122, 0)), linear-gradient(rgba(119, 119, 122, 0), #77777A 70%) 0 100%, linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background-repeat: no-repeat;
  background-color: #77777A;
  background-size: 100% 40px, 100% 40px, 100% 12px, 100% 12px;
  background-attachment: local, local, scroll, scroll;
}
#pulse-app .tile-brown .scrolling-shadows {
  background: -webkit-linear-gradient(#c49a6c 30%, rgba(196, 154, 108, 0)), -webkit-linear-gradient(rgba(196, 154, 108, 0), #c49a6c 70%) 0 100%, /* Shadows */ -webkit-linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background: -moz-linear-gradient(#c49a6c 30%, rgba(196, 154, 108, 0)), -moz-linear-gradient(rgba(196, 154, 108, 0), #c49a6c 70%) 0 100%, -moz-linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background: -o-linear-gradient(#c49a6c 30%, rgba(196, 154, 108, 0)), -o-linear-gradient(rgba(196, 154, 108, 0), #c49a6c 70%) 0 100%, -o-linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background: linear-gradient(#c49a6c 30%, rgba(196, 154, 108, 0)), linear-gradient(rgba(196, 154, 108, 0), #c49a6c 70%) 0 100%, linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background-repeat: no-repeat;
  background-color: #c49a6c;
  background-size: 100% 40px, 100% 40px, 100% 12px, 100% 12px;
  background-attachment: local, local, scroll, scroll;
}
#pulse-app .miniature-calendar {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-bottom: 1em;
}
#pulse-app .type-myuindy {
  background-size: 90%;
  background-position: 0% 40%;
}
#pulse-app .type-myuindy:focus,
#pulse-app .type-myuindy:hover {
  background-position: -50% 45%;
}
#pulse-app .type-today_at_uindy {
  background-color: #B69157;
}
#pulse-app .type-today_at_uindy .scrolling-shadows {
  background: -webkit-linear-gradient(#f2e7d5 30%, rgba(242, 231, 213, 0)), -webkit-linear-gradient(rgba(242, 231, 213, 0), #f2e7d5 70%) 0 100%, /* Shadows */ -webkit-linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background: -moz-linear-gradient(#f2e7d5 30%, rgba(242, 231, 213, 0)), -moz-linear-gradient(rgba(242, 231, 213, 0), #f2e7d5 70%) 0 100%, -moz-linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background: -o-linear-gradient(#f2e7d5 30%, rgba(242, 231, 213, 0)), -o-linear-gradient(rgba(242, 231, 213, 0), #f2e7d5 70%) 0 100%, -o-linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background: linear-gradient(#f2e7d5 30%, rgba(242, 231, 213, 0)), linear-gradient(rgba(242, 231, 213, 0), #f2e7d5 70%) 0 100%, linear-gradient(rgba(0,0,0,.3), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.3)) 0 100%;
  background-repeat: no-repeat;
  background-color: #f2e7d5;
  background-size: 100% 40px, 100% 40px, 100% 12px, 100% 12px;
  background-attachment: local, local, scroll, scroll;
}
#pulse-app .type-vision2030 {
  background-size: 50%;
  background-position: 20px 20px;
}
#pulse-app .type-vision2030:hover {
  background-size: 54%;
  color: #231F20;
}
#pulse-app .type-twitter {
  color: #000;
}
#pulse-app .type-twitter:hover {
  color: #000;
}
#pulse-app .icon-apply {
  background-size: 70%;
  background-position: 0 0;
}
#pulse-app .icon-apply:hover {
  background-size: 75%;
  background-position: -5% -5%;
}
#pulse-app .icon-alumni-central {
  background-size: 60%;
  background-position: 0 0;
}
#pulse-app .icon-alumni-central:hover {
  background-size: 65%;
  background-position: -5% -5%;
}
#pulse-app .pulse-read-more-wrapper {
  display: block;
  text-align: right;
}
#pulse-app .pulse-read-more {
  display: inline-block;
  padding: .5em 0 0;
  font-size: 1.1em;
}
#pulse-app .pulse-read-more .icon-arrow-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 0 .25em;
  background-color: rgba(247, 168, 0, 0);
  font-size: 1.75em;
  -webkit-box-shadow: 0 0 0 0 currentColor;
  -moz-box-shadow: 0 0 0 0 currentColor;
  box-shadow: 0 0 0 0 currentColor;
  -webkit-transition: box-shadow 0.4s ease, all 0.12s ease, background-color 0.05s ease;
  -moz-transition: box-shadow 0.4s ease, all 0.12s ease, background-color 0.05s ease;
  transition: box-shadow 0.4s ease, all 0.12s ease, background-color 0.05s ease;
  -webkit-font-smoothing: antialiased;
}
#pulse-app .pulse-read-more .icon-arrow-right:before {
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  transition: all 0.05s ease;
  -webkit-font-smoothing: antialiased;
}
#pulse-app .pulse-read-more:hover .icon-arrow-right {
  background-color: currentColor;
  -webkit-box-shadow: 0 0 0 4px currentColor;
  -moz-box-shadow: 0 0 0 4px currentColor;
  box-shadow: 0 0 0 4px currentColor;
  -webkit-animation: pulse 0.3s ease 0s 1 normal both;
  -moz-animation: pulse 0.3s ease 0s 1 normal both;
  animation: pulse 0.3s ease 0s 1 normal both;
}
#pulse-app .pulse-read-more:hover .icon-arrow-right:before {
  color: #FFF;
}
#pulse-app .pulse-read-more:active .icon-arrow-right {
  -webkit-box-shadow: 0 0 0 2px currentColor;
  -moz-box-shadow: 0 0 0 2px currentColor;
  box-shadow: 0 0 0 2px currentColor;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@media (min-width: 980px) {
  #pulse-app .pulse-read-more {
    font-size: 1em;
  }
  #pulse-app .pulse-read-more .icon-arrow-right {
    position: relative;
    right: -0.1em;
    margin-top: -0.05em;
    margin-left: 0.15em;
  }
}
#pulse-app .embedded-tweet {
  position: relative;
  padding: 10px 10px 5px 20px;
}
#pulse-app .embedded-tweet--avatar {
  display: block;
  float: left;
  width: 50px;
}
#pulse-app .embedded-tweet--avatar .embedded-tweet--avatar--image {
  display: block;
  margin-left: auto;
}
#pulse-app .embedded-tweet--meta-and-content-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
#pulse-app .embedded-tweet--top-meta {
  margin-bottom: 10px;
  font-size: 0.825em;
}
#pulse-app .embedded-tweet--top-meta .twitter-name {
  font-weight: bold;
  white-space: pre;
}
#pulse-app .embedded-tweet--text {
  margin-bottom: 10px;
  font-size: .9em;
}
#pulse-app .tweet-date {
  display: block;
  margin-bottom: 10px;
  font-size: 0.825em;
}
#pulse-app .tile-slider {
  padding-bottom: 0;
}
#pulse-app .pulse-gallery {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-font-smoothing: antialiased;
}
#pulse-app .pulse-gallery.flickity-enabled {
  opacity: 1;
}
#pulse-app .pulse-gallery {
  margin-left: auto;
  margin-right: auto;
  background-color: inherit;
}
#pulse-app .pulse-gallery .flickity-viewport {
  position: relative;
  background-color: inherit;
}
#pulse-app .pulse-gallery .flickity-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: inherit;
}
#pulse-app .pulse-gallery .gallery-cell {
  z-index: 1;
  opacity: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  background-color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.35s ease-in;
  -moz-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
  -webkit-font-smoothing: antialiased;
}
#pulse-app .pulse-gallery .gallery-cell .pulse-slider-mobile-image {
  display: block;
  margin: auto;
}
#pulse-app .pulse-gallery .gallery-cell .tile-caption {
  position: relative;
  text-align: center;
}
#pulse-app .pulse-gallery .gallery-cell .tile-caption .title {
  padding: 10px 10px 35px;
  color: #fff;
}
#pulse-app .pulse-gallery .gallery-cell > .container {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5px;
  padding-right: 5px;
  background: rgba(255, 255, 255, 0.75);
  text-shadow: 0 1px 1px #FFF, 0 0 0.25em rgba(255, 255, 255, 0.75);
}
#pulse-app .pulse-gallery .gallery-cell.is-selected {
  opacity: 1;
  z-index: 2;
}
#pulse-app .pulse-gallery .gallery-cell.is-selected .hero-headline {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#pulse-app .pulse-gallery .gallery-cell.is-selected .hero-copy {
  opacity: 1;
}
#pulse-app .pulse-gallery .flickity-page-dots {
  height: 30px;
  line-height: 26px;
  margin: 0;
  bottom: 0;
  z-index: 1;
}
#pulse-app .pulse-gallery .dot {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #FFF;
  border-radius: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  border: 1px solid #fff;
  vertical-align: middle;
  -webkit-transition: all 0.12s ease;
  -moz-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-font-smoothing: antialiased;
}
#pulse-app .pulse-gallery .dot:hover {
  -webkit-transform: scale(1.1818);
  -moz-transform: scale(1.1818);
  -ms-transform: scale(1.1818);
  transform: scale(1.1818);
}
#pulse-app .pulse-gallery .dot.is-selected {
  background-color: #F7A800;
  -webkit-transform: scale(1.1818);
  -moz-transform: scale(1.1818);
  -ms-transform: scale(1.1818);
  transform: scale(1.1818);
  cursor: default;
}
#pulse-app .pulse-gallery .flickity-prev-next-button {
  display: none;
  top: 30%;
  cursor: pointer;
  cursor: w-resize;
}
#pulse-app .pulse-gallery .flickity-prev-next-button.next {
  cursor: e-resize;
}
@media (min-width: 980px) {
  #pulse-app .pulse-gallery .flickity-viewport {
    padding-top: 50%;
    height: 0 !important;
  }
  #pulse-app .pulse-gallery .flickity-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background-color: inherit;
  }
  #pulse-app .pulse-gallery .gallery-cell {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1;
  }
  #pulse-app .pulse-gallery .gallery-cell .tile-caption {
    position: absolute;
    height: 65px;
  }
  #pulse-app .pulse-gallery .gallery-cell .tile-caption .title {
    padding: 10px;
  }
  #pulse-app .pulse-gallery .gallery-cell .pulse-slider-mobile-image {
    display: none;
  }
}
@media (max-width: 979px) {
  #pulse-app .pulse-gallery .gallery-cell {
    background: none !important;
  }
}
@media (min-width: 980px) {
  .mod-opacity #pulse-app .grower-full {
    display: table;
    opacity: 0;
  }
  .mod-opacity #pulse-app .grower:focus > .grower-full,
  .mod-opacity #pulse-app .grower:hover > .grower-full {
    opacity: 1;
  }
  .mod-opacity #pulse-app .grower:focus .title,
  .mod-opacity #pulse-app .grower:hover .title,
  .mod-opacity #pulse-app .hover_reveal:focus .title,
  .mod-opacity #pulse-app .hover_reveal:hover .title,
  .mod-opacity #pulse-app .click_reveal.revealed .title {
    display: block;
    opacity: 0;
  }
  .mod-opacity #pulse-app .grower:focus .grower-full,
  .mod-opacity #pulse-app .grower:hover .grower-full,
  .mod-opacity #pulse-app .hover_reveal:focus .grower-full,
  .mod-opacity #pulse-app .hover_reveal:hover .grower-full,
  .mod-opacity #pulse-app .click_reveal.revealed .grower-full {
    opacity: 1;
  }
}
