.wf,
.wf-b {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wf-b {
  font-weight: 900;
}
.wf-alt,
.wf-alt-b,
.wf-alt-t,
.featured-items .post .post-inner .event-date {
  font-family: 'Roboto Slab', serif;
}
.wf-alt-b,
.featured-items .post .post-inner .event-date {
  font-weight: 700;
}
.wf-alt-t {
  font-weight: 100;
}
/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.featured-items.is-events .post .post-inner h3 a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.wrap,
.wrap-alt {
  max-width: 1080px;
  padding: 0 30px;
  width: 100%;
}
@media only screen and (min-width: 1110px) {
  .wrap,
  .wrap-alt {
    padding: 0 15px;
  }
}
.wrap-alt {
  margin: 0 auto;
  max-width: 900px;
}
@media only screen and (min-width: 1110px) {
  .wrap-alt {
    padding-right: 60px;
  }
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/wp-content/themes/uiu/fonts/fa-solid-900.eot');
  src: url('/wp-content/themes/uiu/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/uiu/fonts/fa-solid-900.woff2') format('woff2'), url('/wp-content/themes/uiu/fonts/fa-solid-900.woff') format('woff'), url('/wp-content/themes/uiu/fonts/fa-solid-900.ttf') format('truetype'), url('/wp-content/themes/uiu/fonts/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('/wp-content/themes/uiu/fonts/fa-brands-400.eot');
  src: url('/wp-content/themes/uiu/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/uiu/fonts/fa-brands-400.woff2') format('woff2'), url('/wp-content/themes/uiu/fonts/fa-brands-400.woff') format('woff'), url('/wp-content/themes/uiu/fonts/fa-brands-400.ttf') format('truetype'), url('/wp-content/themes/uiu/fonts/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/wp-content/themes/uiu/fonts/fa-regular-400.eot');
  src: url('/wp-content/themes/uiu/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/uiu/fonts/fa-regular-400.woff2') format('woff2'), url('/wp-content/themes/uiu/fonts/fa-regular-400.woff') format('woff'), url('/wp-content/themes/uiu/fonts/fa-regular-400.ttf') format('truetype'), url('/wp-content/themes/uiu/fonts/fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('/wp-content/themes/uiu/fonts/fa-light-300.eot');
  src: url('/wp-content/themes/uiu/fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/uiu/fonts/fa-light-300.woff2') format('woff2'), url('/wp-content/themes/uiu/fonts/fa-light-300.woff') format('woff'), url('/wp-content/themes/uiu/fonts/fa-light-300.ttf') format('truetype'), url('/wp-content/themes/uiu/fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fa,
.fas,
.featured-items.is-events .post .post-inner h3 a:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/* shake animation */
@keyframes shake {
  0%,
  100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(7deg);
  }
  75% {
    transform: rotate(-7deg);
  }
}
.featured-items h2 {
  color: #be5409;
  margin-bottom: 0;
}
.featured-items .top {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .featured-items .top {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
}
.featured-items .view-all {
  background-color: transparent;
  border-radius: 0;
  color: #666666;
  padding: 0;
  text-transform: none;
}
.featured-items .view-all:before {
  content: none;
}
.featured-items .view-all:after {
  background-color: #ffc72a;
  bottom: -1px;
  content: '';
  display: block;
  height: 2px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-items .view-all:hover:after {
  background-color: transparent;
}
.featured-items .content-wrap {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .featured-items .content-wrap {
    margin: 0 -1%;
  }
}
@media only screen and (min-width: 980px) {
  .featured-items .content-wrap:not(.count-3) {
    margin: 0 -3%;
  }
}
.featured-items .content-wrap.slider-init {
  opacity: 1;
}
.featured-items .content {
  display: flex;
  flex-wrap: wrap;
}
.featured-items .content.slick-slider {
  flex-wrap: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.featured-items .content.slick-slider .slick-arrow {
  font-size: 1.2em;
}
.featured-items .content.slick-slider .slick-track {
  display: flex !important;
}
.featured-items .content.slick-slider .slick-slide {
  height: inherit !important;
  margin: 0 10px;
}
.featured-items .content.slick-slider .slick-slide > div {
  height: 100%;
}
.featured-items .content.slick-slider .post {
  height: 100%;
}
.featured-items .post {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .featured-items .post {
    margin: 0 1%;
    width: 48%;
  }
}
@media only screen and (min-width: 980px) {
  .featured-items .post {
    width: 31.333%;
  }
}
.featured-items .post .post-inner {
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 980px) {
  .featured-items .post .post-inner {
    display: flex;
    flex-direction: column;
  }
}
.featured-items .post .post-inner h3 {
  margin: 0 0 0.5em;
}
@media only screen and (min-width: 768px) {
  .featured-items .post .post-inner h3 {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1110px) {
  .featured-items .post .post-inner h3 {
    font-size: 1.7em;
  }
}
.featured-items .post .post-inner h3 a {
  text-decoration: none;
}
.featured-items .post .post-inner .date {
  color: #666666;
  font-weight: bold;
}
.featured-items .post .post-inner p {
  color: #666666;
  flex-grow: 1;
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
  padding-top: 1em;
  position: relative;
}
.featured-items .post .post-inner p:first-of-type:before {
  background-color: #ffc72a;
  top: 0;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 20%;
}
.featured-items .post .post-inner .post-link {
  margin-top: 1.5em;
}
.featured-items .post .post-inner .event-date {
  color: #8fc7ea;
  font-size: 2.25em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .featured-items .post .post-inner .event-date {
    font-size: 3em;
  }
}
@media only screen and (min-width: 1110px) {
  .featured-items .post .post-inner .event-date {
    font-size: 3.5em;
  }
}
.featured-items .post .post-inner .event-date span {
  color: #001f60;
}
.featured-items .post .post-inner .event-date span.period {
  color: #ffc72a;
}
.featured-items .post .post-inner .time {
  color: #666666;
  font-weight: bold;
}
.featured-items.is-default .post,
.featured-items.is-news .post {
  border: 1px solid #8fc7ea;
}
.featured-items.is-default .post .post-inner,
.featured-items.is-news .post .post-inner {
  padding: 1em;
}
.featured-items.is-default .post .post-inner:before,
.featured-items.is-news .post .post-inner:before {
  background-color: #ffc72a;
  content: '';
  display: block;
  height: 4px;
  left: 1em;
  position: absolute;
  top: -2px;
  width: calc(100% - 2em);
}
@media only screen and (min-width: 1110px) {
  .featured-items.is-default .post .post-inner,
  .featured-items.is-news .post .post-inner {
    padding: 1.5em;
  }
}
.featured-items.is-default .post .post-inner h3 a,
.featured-items.is-news .post .post-inner h3 a {
  color: #001f60;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-items.is-default .post .post-inner h3 a:hover,
.featured-items.is-news .post .post-inner h3 a:hover {
  color: #8fc7ea;
}
.featured-items.is-events .content {
  padding-top: 1em;
}
.featured-items.is-events .post {
  border-left: 1px solid #8c8c8c;
  margin-top: 1em;
}
.featured-items.is-events .post .post-inner {
  padding: 0 2em 1em;
}
@media only screen and (min-width: 980px) {
  .featured-items.is-events .post .post-inner {
    padding: 0 3em 1em;
  }
}
.featured-items.is-events .post .post-inner h3 a {
  color: #be5409;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-items.is-events .post .post-inner h3 a:hover {
  color: #7f3806;
}
.featured-items.is-events .post .post-inner h3 a:after {
  content: '\f054';
  font-size: 0.8em;
}
@media only screen and (min-width: 980px) {
  .featured-items.is-events .post .post-inner h3 a:after {
    font-size: 0.6em;
  }
}
.featured-items.has-bg-img {
  background-position: center;
  background-size: cover;
  padding: 4em 0 !important;
  position: relative;
}
@media only screen and (min-width: 980px) {
  .featured-items.has-bg-img {
    padding: 5em 0 !important;
  }
}
@media only screen and (min-width: 1110px) {
  .featured-items.has-bg-img {
    padding: 6em 0 !important;
  }
}
.featured-items.has-bg-img:before {
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: '';
  display: block;
  height: 3em;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .featured-items.has-bg-img:before {
    height: 5em;
  }
}
.featured-items.no-bg-img + .has-bg-img {
  margin-top: -2em !important;
}
@media only screen and (min-width: 980px) {
  .featured-items.no-bg-img + .has-bg-img {
    margin-top: -3em !important;
  }
}
@media only screen and (min-width: 1110px) {
  .featured-items.no-bg-img + .has-bg-img {
    margin-top: -4em !important;
  }
}
