.fa-spin-fast {
  -webkit-animation: fa-spin-fast 0.2s infinite linear;
  animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.material-card {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 16px);
  margin-bottom: 6.6em;
}
.material-card h2 {
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  padding: 10px 16px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2 span {
  display: block;
}
.material-card h2 strong {
  font-weight: 400;
  display: block;
  font-size: .8em;
}
.material-card h2:before,
.material-card h2:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2:after {
  top: auto;
  bottom: 0;
}
.material-card.mc-active {
  padding-bottom: 16px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active {
    padding-bottom: 0;
    height: auto;
  }
}
.material-card.mc-active h2 {
  top: 0;
  padding: 10px 16px 10px 32px;
  position: relative;
}
.material-card.mc-active h2:before {
  top: 0;
}
.material-card.mc-active h2:after {
  bottom: -16px;
}
.material-card.mc-active .image-caption {
  position: initial;
  margin-left: 15px;
  display: inline-block;
  font-size: 12px;
  padding: 8px;
  width: 65%;
}
.material-card .mc-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 16px;
  left: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-btn-action {
  position: absolute;
  right: 16px;
  top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid;
  width: 54px;
  height: 54px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.material-card.mc-active .mc-btn-action {
  top: auto;
  bottom: -9px;
}
.material-card .mc-title {
  color: #fff;
  cursor: pointer;
}
.material-card .mc-description {
  position: absolute;
  top: 100%;
  right: 20px;
  left: 20px;
  bottom: 54px;
  overflow: hidden;
  margin-right: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.material-card .mc-footer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-footer h4 {
  position: absolute;
  top: 200px;
  left: 30px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
}
.material-card .mc-footer a {
  display: block;
  float: left;
  position: relative;
  width: 52px;
  height: 52px;
  margin-left: 5px;
  margin-bottom: 15px;
  font-size: 28px;
  color: #fff;
  line-height: 52px;
  text-decoration: none;
  top: 200px;
}
.material-card .mc-footer a:nth-child(1) {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.material-card .mc-footer a:nth-child(2) {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.material-card .mc-footer a:nth-child(3) {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.material-card .mc-footer a:nth-child(4) {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.material-card .mc-footer a:nth-child(5) {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.material-card .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #f1f1f1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .img-container {
  height: 60px;
  z-index: 20;
  position: relative;
  margin: 10px 15px;
  background-color: initial;
}
.material-card.mc-active .img-container .img-responsive {
  display: inline-block;
  width: 60px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.material-card.mc-active .mc-content {
  position: relative;
  overflow: hidden;
  margin-right: 16px;
  /*padding-top: 8.6em;*/
}
.material-card.mc-active .mc-description {
  padding-top: 0.6em;
  position: relative;
  bottom: 0;
  padding-bottom: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.material-card.mc-active .mc-footer {
  overflow: visible;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  right: 0;
  height: 45px;
  padding-top: 15px;
  padding-left: 25px;
}
.material-card.mc-active .mc-footer a {
  top: 0;
}
.material-card.mc-active .mc-footer h4 {
  top: 15px;
}
.announcements {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.announcements.expanded {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background: #fff;
  z-index: 9999;
  bottom: 0;
  margin: 0;
  -webkit-box-shadow: 0px 0px 14px 0px #323232;
  -moz-box-shadow: 0px 0px 14px 0px #323232;
  box-shadow: 0px 0px 14px 0px #323232;
}
@media screen and (min-width: 375px) {
  .announcements.expanded {
    width: 375px;
  }
}
@media screen and (max-width: 374px) {
  .announcements.expanded {
    width: 100%;
  }
}
.announcements.expanded .headlines {
  display: none;
}
.announcements.expanded .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.announcements.expanded .announcements-header {
  margin-bottom: 15px;
}
.announcements.expanded .announcements-header h2 .back-to-headlines {
  float: right;
  cursor: pointer;
  display: block;
}
.announcements.expanded .announcements-body {
  padding: 0 15px;
}
.announcements .announcements-header {
  position: relative;
}
.announcements .announcements-header h2 .back-to-headlines {
  display: none;
}
.announcements .headline {
  font-size: 18px;
  font-family: "Microsoft Sans Serif", arial, tahoma;
}
.announcements .card-wrapper {
  display: none;
}
.announcements .image-caption {
  position: absolute;
  bottom: 20px;
  padding: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) and (min-width: 530px) {
  .announcements .card-wrapper > div {
    flex-basis: 500px;
  }
}
@media screen and (max-width: 529px) {
  .announcements .card-wrapper > div {
    flex-basis: 100%;
  }
}
.material-card.anouncements-color .mc-footer a {
  background-color: #0d47a1;
}
.material-card.anouncements-color.mc-active .mc-btn-action {
  border-color: #e3f2fd;
}
