/*
@link-color: @gray-dark;
@link-hover-color: @gray;
*/
section.marquee .jumbotron {
  background-position: 50% 0;
}
section.marquee .jumbotron,
section.marquee .jumbotron .media-overlay {
  padding-top: 0;
}
section.marquee .jumbotron .section-heading {
  margin-bottom: 0;
  margin-top: 60px;
  padding: 0 15px;
  text-shadow: none;
}
section.marquee .media-overlay.overlay-light {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 992px) {
  section.marquee .media-overlay.overlay-light {
    background-color: transparent;
  }
}
section.marquee .media-overlay.overlay-light .section-heading {
  color: #1b3d6d;
}
section.marquee .media-overlay.overlay-light .widget-bucket-primary {
  color: #333333;
}
section.marquee .media-overlay.overlay-dark {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 992px) {
  section.marquee .media-overlay.overlay-dark {
    background-color: transparent;
  }
}
section.marquee .media-overlay.overlay-dark .section-heading,
section.marquee .media-overlay.overlay-dark .widget-heading {
  color: #fff;
}
section.marquee .media-overlay.overlay-dark .widget-bucket-primary {
  color: #fff;
}
section.marquee .widget-bucket-primary {
  background-color: transparent;
  padding: 30px / 2;
}
section.marquee .widget-bucket-primary .widget-heading {
  font-size: 42px;
}
section.marquee .widget-bucket-secondary {
  background-image: linear-gradient(#ffd200, #ffd200);
  background-color: rgba(0, 100, 164, 0.85);
  background-position: 20px 0;
  background-repeat: no-repeat;
  background-size: 35px 3px;
  color: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  padding: 22px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
section.marquee .widget-bucket-secondary:hover {
  transform: translateY(-8px);
}
section.marquee .widget-bucket-secondary .widget-heading {
  color: #fff;
}
@media screen and (min-width: 992px) {
  section.marquee.marquee-horizontal .media-overlay.overlay-light .row:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.8);
  }
  section.marquee.marquee-horizontal .media-overlay.overlay-light .row:nth-child(2) {
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.61) 40px, rgba(255, 255, 255, 0.8) 100%);
  }
  section.marquee.marquee-horizontal .media-overlay.overlay-dark .row:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.6);
  }
  section.marquee.marquee-horizontal .media-overlay.overlay-dark .row:nth-child(2) {
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.61) 40px, rgba(0, 0, 0, 0.6) 100%);
  }
}
@media screen and (min-width: 992px) {
  section.marquee.marquee-vertical .widget {
    clear: right;
    float: right;
  }
  section.marquee.marquee-vertical .widget:nth-child(1) {
    float: left;
  }
  section.marquee.marquee-vertical .widget:nth-child(n+3) {
    margin-top: 30px;
  }
}
section.video .section-heading {
  margin-bottom: 0;
  margin-top: 60px;
  padding: 0 15px;
  text-align: center;
  text-shadow: none;
}
section.video .media-overlay {
  padding-top: 0;
  padding-bottom: 0;
}
section.video .media-overlay.overlay-light {
  background-color: rgba(255, 255, 255, 0.8);
}
section.video .media-overlay.overlay-light .widget-bucket {
  color: #333333;
}
section.video .media-overlay.overlay-dark {
  background-color: rgba(0, 0, 0, 0.6);
}
section.video .media-overlay.overlay-dark .widget-bucket {
  color: #fff;
}
section.video .widget {
  margin-bottom: 0;
}
section.video .widget-bucket {
  background-color: transparent;
  text-align: center;
}
section.video .video-intro {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.video .video-caption {
  margin-top: 11px;
}
.homepage .section-heading {
  font-size: 42px !important;
}
.homepage .fa-chevron-right {
  color: #ffd200;
  margin-left: 5px;
}
.homepage #nav-page + section {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .homepage #nav-page + section {
    margin-top: 0;
  }
}
.homepage header .jumbotron .media-overlay .media-overlay-content {
  position: static;
  transform: none;
}
.homepage header .jumbotron .media-overlay p {
  margin: 0;
}
.homepage header .jumbotron .media-overlay .ribbon-blue .h1 {
  font-weight: bold;
  text-shadow: 1px 2px 3px #222;
}
.homepage header .jumbotron .media-overlay .ribbon-blue .h3 {
  color: #ffd200;
  text-shadow: 1px 1px 2px #222;
}
.homepage main {
  margin-top: 0;
}
.homepage footer {
  margin-top: 0;
}
.homepage #nav-page {
  background-color: #1b3d6d;
  color: #fff;
  font-size: 14px;
  width: 100%;
  z-index: 3;
}
.homepage #nav-page ul {
  margin-bottom: 0;
}
.homepage #nav-page li {
  padding: 0;
}
.homepage #nav-page li:first-child a:hover,
.homepage #nav-page li:first-child a.active {
  background-color: transparent;
}
.homepage #nav-page a {
  display: inline-block;
  line-height: 36px;
  padding: 2px 5px;
  text-decoration: none;
}
.homepage #nav-page a:hover,
.homepage #nav-page a.active {
  background-color: #0064a4;
}
@media screen and (min-width: 992px) {
  .homepage #nav-page a {
    padding: 2px 15px;
  }
}
.homepage #nav-page.fixed {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .homepage .widget {
    margin-bottom: 0;
  }
}
.homepage .widget-photocard {
  text-align: center;
}
.homepage #arts-athletics .widget-heading,
.homepage #alumni-giving .widget-heading {
  font-size: 42px;
}
.homepage #initiatives .section-heading {
  text-align: center;
}
.homepage #initiatives .widget-heading {
  font-size: 28px;
}
.homepage #hero {
  margin-top: 0 !important;
}
.homepage #hero img {
  width: 100%;
}
.homepage #hero p {
  color: #fff;
}
@media screen and (min-width: 1200px) {
}
.homepage #hero .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  background-color: #1b3d6d;
}
.homepage #hero .row .overlay {
  padding: 1em;
  background-color: rgba(27, 61, 109, 0.6);
  position: absolute;
  /*
				top: 1%;
				left: 1%;
				width: 50%;
*/
}
@media screen and (max-width: 1200px) {
  .homepage #hero .row .overlay {
    position: static;
    text-align: center;
    width: 100% !important;
  }
}
.homepage #hero h1,
.homepage #hero h2,
.homepage #hero h3,
.homepage #hero h4,
.homepage #hero h5,
.homepage #hero h6,
.homepage #hero .h1,
.homepage #hero .h2,
.homepage #hero .h3,
.homepage #hero .h4,
.homepage #hero .h5,
.homepage #hero .h6 {
  color: #fff;
}
.homepage #hero .h1 {
  font-size: 36px;
}
@media screen and (min-width: 1200px) {
  .homepage #hero .h1 {
    font-size: 48px;
  }
}
.homepage #hero .h2 {
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .homepage #hero .h2 {
    font-size: 32px;
  }
}
.homepage #hero.hero-multi .overlay {
  background-color: transparent;
  padding: 0;
  top: 30px;
}
.homepage #hero.hero-multi .hero-item {
  margin-bottom: 1em;
  padding: 1em;
  background-color: rgba(27, 61, 109, 0.6);
}
@media screen and (min-width: 992px) {
  .homepage #current .media-overlay .row:nth-child(2) {
    padding-bottom: 30px;
  }
  .homepage #current .media-overlay.overlay-light .row:nth-child(1),
  .homepage #current .media-overlay.overlay-light .row:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
  }
  .homepage #current .media-overlay.overlay-dark .row:nth-child(1),
  .homepage #current .media-overlay.overlay-dark .row:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: none;
  }
}
.homepage #current .section-heading {
  font-size: 28px !important;
}
@media screen and (min-width: 992px) {
  .homepage #current .section-heading {
    text-align: center;
  }
}
.homepage #current .widget-bucket-primary {
  font-size: 20px;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .homepage #current .widget-bucket-primary {
    text-align: center;
  }
}
.homepage #current .widget-bucket-secondary.campaign {
  background-image: url(bf-surge-bg.png);
  background-position: center;
  background-size: cover;
  color: #000;
  padding: 22px 0;
}
.homepage #current .widget-bucket-secondary.campaign > * {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  margin-bottom: 0;
  padding: 0 22px 11px 22px;
}
.homepage #current .widget-bucket-secondary.campaign > p:last-child {
  padding-bottom: 0;
}
.homepage #news {
  padding: 0 45px;
}
.homepage #news .section-heading {
  margin-top: 0;
}
.homepage #news .widget:nth-child(3) {
  margin-bottom: 0;
}
.homepage #news #news-resources > div {
  display: inline-block;
  margin: 0 15px;
  line-height: 1.87em;
}
@media screen and (min-width: 992px) {
  .homepage #campus .media-overlay {
    background: radial-gradient(at 20% 40%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0) 60%);
    background-repeat: no-repeat;
    background-size: 80% 50%;
  }
}
.homepage #events {
  padding: 0 45px;
}
.homepage #events .section-heading {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .homepage #events .events-intro {
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .homepage #events .event-list {
    border-left: 1px solid #eee;
    padding-left: 30px;
  }
  .homepage #events .event-list .row {
    margin-bottom: 30px;
  }
}
.homepage #events .event-list .fa {
  color: #777;
  display: block;
  float: left;
  font-size: 22px;
  width: 32px;
}
.homepage #events .event-item {
  float: left;
  width: calc(100% - 34px);
}
.homepage #health .media-overlay.overlay-dark {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .homepage #health .video-intro,
  .homepage #health .video-caption {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.homepage #resources {
  margin-bottom: 0;
}
.homepage #resources .widget {
  margin-bottom: 0;
}
.homepage #resources .widget:nth-child(1) .widget-bucket {
  background-color: #102341;
}
@media screen and (min-width: 992px) {
  .homepage #resources .widget:nth-child(1) {
    padding-right: 0;
  }
}
.homepage #resources .widget:nth-child(2) .widget-bucket {
  background-color: #1b2e4c;
}
@media screen and (min-width: 992px) {
  .homepage #resources .widget:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
.homepage #resources .widget:nth-child(3) .widget-bucket {
  background-color: #283955;
}
@media screen and (min-width: 992px) {
  .homepage #resources .widget:nth-child(3) {
    padding-left: 0;
  }
}
.homepage #resources .widget-bucket {
  color: #fff;
  text-align: center;
  padding: 60px 45px;
}
@media screen and (min-width: 992px) {
  .homepage #resources .widget-bucket {
    height: 240px;
    overflow: hidden;
  }
}
.homepage #resources .widget-heading {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .about #discover .media-overlay {
    background: radial-gradient(at 20% 40%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0) 60%);
    background-repeat: no-repeat;
    background-size: 80% 50%;
  }
}
#infographic-content {
  color: #0064a4;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .sr-only-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.borderless {
  margin: 0;
  padding: 0;
}
#timetable .timeline {
  color: #fff;
  list-style: none;
  padding: 20px 0;
  position: relative;
}
#timetable .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}
#timetable .timeline a:link,
#timetable .timeline a:visited {
  color: #fff !important;
  text-decoration: underline;
}
#timetable .timeline a:hover {
  color: #fdda2d !important;
}
#timetable .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
#timetable .timeline > li:before,
#timetable .timeline > li:after {
  content: " ";
  display: table;
}
#timetable .timeline > li:after {
  clear: both;
}
#timetable .timeline > li > .timeline-panel {
  width: 44%;
  float: left;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  background-color: #005e99;
}
#timetable .timeline > li > .timeline-panel:before,
#timetable .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #005e99;
  border-right: 0 solid #005e99;
  border-bottom: 15px solid transparent;
  content: " ";
}
#timetable .timeline-panel > p {
  overflow: hidden;
}
#timetable .timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -25px;
  background-color: #555;
  z-index: 100;
  border-radius: 50%;
}
#timetable .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
#timetable .timeline > li.timeline-inverted > .timeline-panel:before,
#timetable .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#timetable .timeline-title {
  margin: 0 0 15px 0 !important;
  padding-bottom: 12px;
  color: inherit;
  border-bottom: 1px solid #fdda2d;
}
#timetable .timeline-img {
  float: left;
  width: 125px;
  padding: 0 12px 8px 0;
}
@media screen and (max-width: 767px) {
  #timetable .timeline {
    padding-bottom: 0px !important;
    margin-top: 35px !important;
  }
  #timetable .timeline > li > .timeline-panel:before,
  #timetable .timeline > li > .timeline-panel:after {
    display: none !important;
  }
  #timetable .timeline > li:last-child {
    margin-bottom: 0px !important;
  }
  #timetable .timeline-panel {
    float: none !important;
    width: 100% !important;
    margin-bottom: 40px !important;
  }
  #timetable .timeline-badge {
    margin-top: -45px !important;
  }
}
.powerofi hr {
  border-top: 1px solid #ccc;
}
.powerofi main {
  margin-top: 0;
}
.powerofi .link-highlight {
  font-weight: bold;
  text-decoration: none;
}
.powerofi .link-highlight:after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 80%;
  content: '\e258';
  color: #ffd200;
  margin-left: 0.2em;
}
.powerofi .link-highlight:hover {
  text-decoration: underline;
}
.powerofi p.link-highlight:after {
  content: none;
}
.powerofi p.link-highlight:hover {
  text-decoration: inherit;
}
.powerofi p.link-highlight a {
  font-weight: bold;
  text-decoration: none;
}
.powerofi p.link-highlight a:after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 80%;
  content: '\e258';
  color: #ffd200;
  margin-left: 0.2em;
}
.powerofi p.link-highlight a:hover {
  text-decoration: underline;
}
.powerofi .caption {
  background-color: #f6f6f6;
  font-size: smaller;
  padding: 30px / 2;
}
.powerofi .callout .widget-bucket {
  background-color: #555555;
  padding: 30px / 2;
}
.powerofi .callout .widget-bucket p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.powerofi .callout .widget-bucket p strong {
  color: #ffd200;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .powerofi .callout .widget-bucket p {
    font-size: 18px;
  }
  .powerofi .callout .widget-bucket p strong {
    font-size: 38px;
  }
}
@media screen and (min-width: 992px) {
  .powerofi .callout .widget-bucket p {
    text-align: left;
    font-size: 18px;
  }
  .powerofi .callout .widget-bucket p strong {
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .powerofi .callout .widget-bucket p {
    font-size: 22px;
  }
  .powerofi .callout .widget-bucket p strong {
    font-size: 52px;
  }
}
.powerofi.index .callout .widget {
  margin-bottom: 0;
}
.powerofi.index .shaded {
  background-color: #f6f6f6;
}
@media screen and (min-width: 768px) {
  .powerofi.index .shaded {
    padding-right: 30px / 2;
  }
  .powerofi.index .shaded .bucket-image {
    margin-bottom: 0;
  }
}
.powerofi.campaign .callout .widget {
  margin-bottom: 0;
}
.powerofi.campaign .callout small {
  text-transform: uppercase;
}
.powerofi.campaign .callout p {
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
}
.powerofi.campaign .callout p strong {
  font-size: 22px;
  text-transform: uppercase;
}
.powerofi.campaign .callout p small {
  display: block;
  padding-top: 30px / 6;
  text-align: right;
  font-size: 60%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .powerofi.campaign .callout p {
    font-size: 18px;
  }
  .powerofi.campaign .callout p strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .powerofi.campaign .callout p {
    font-size: 18px;
  }
  .powerofi.campaign .callout p strong {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .powerofi.campaign .callout p {
    font-size: 22px;
  }
  .powerofi.campaign .callout p strong {
    font-size: 48px;
  }
}
.powerofi.campaign .callout + .row .widget-bucket > p:first-of-type {
  margin-top: 22px;
}
.powerofi.campaign #main-visual {
  margin-bottom: 0;
}
.powerofi.campaign #main-visual img {
  width: 100%;
}
.powerofi.campaign #main-visual .widget-video,
.powerofi.campaign #main-visual .widget-bucket {
  box-shadow: 0px 10px 15px #727272;
}
.powerofi.campaign #main-visual .caption {
  margin-top: -15px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .powerofi.campaign .inline-image {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .powerofi.campaign .inline-image {
    width: 33%;
  }
}
.powerofi.campaign .inline-image-left {
  float: left;
}
@media screen and (min-width: 768px) {
  .powerofi.campaign .inline-image-left {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .powerofi.campaign .inline-image-left {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .powerofi.campaign .inline-image-left {
    margin-right: 30px / 2;
  }
}
.powerofi.campaign .inline-image-right {
  float: right;
}
@media screen and (min-width: 768px) {
  .powerofi.campaign .inline-image-right {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .powerofi.campaign .inline-image-right {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .powerofi.campaign .inline-image-right {
    margin-left: 30px / 2;
  }
}
.powerofi.campaign #share .widget-heading {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
}
.powerofi.campaign #share a:hover .fa,
.powerofi.campaign #share a:focus .fa {
  opacity: 0.6;
}
.powerofi.campaign #share .fa {
  color: #fff;
  font-size: 24px;
  padding: 5px 0;
  margin-bottom: 30px / 6;
  text-align: center;
  width: 80px;
}
.powerofi.campaign #share .fa-facebook {
  background-color: #3a5795;
}
.powerofi.campaign #share .fa-twitter {
  background-color: #55acee;
}
.powerofi.campaign #share .fa-reddit-alien {
  background-color: #fc471e;
}
.powerofi.campaign #share .fa-google-plus {
  background-color: #dd4b39;
}
.powerofi.campaign #share .fa-linkedin {
  background-color: #0077b5;
}
.powerofi.campaign #share .fa-tumblr {
  background-color: #35465c;
}
.powerofi.campaign #share .fa-envelope-o {
  background-color: #222222;
}
@media screen and (min-width: 768px) {
  .powerofi.campaign #share .widget-heading {
    display: inline-block;
  }
  .powerofi.campaign #share ul {
    display: inline-block;
    margin-left: 30px;
  }
}
.powerofi.campaign #linkback a {
  background-color: #555555;
  border-radius: 0;
  color: #ffd200;
  font-weight: bold;
  text-transform: uppercase;
}
.powerofi.campaign #linkback a:hover,
.powerofi.campaign #linkback a:focus {
  background-color: #727272;
}
