/*
 Responsive
*/
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
body.path-frontpage #block-breadcrumbs {
  display: none;
}
body.path-frontpage .region-content {
  padding: 0;
  margin: 0;
}
body.path-frontpage .hero-banner {
  position: relative;
}
@media only screen and (max-width: 1279px) {
  body.path-frontpage .hero-banner {
    display: none;
  }
}
body.path-frontpage .hero-banner--hidden {
  display: none;
}
body.path-frontpage .hero-banner--slider {
  width: 100%;
}
body.path-frontpage .hero-banner--slide {
  height: 520px;
  overflow: hidden;
}
body.path-frontpage .hero-banner--slide.slick-current .hero-banner--slide-img {
  transform: scale(1);
}
body.path-frontpage .hero-banner--video {
  height: 520px;
  width: 100%;
  background: black;
  overflow: hidden;
}
body.path-frontpage .hero-banner--video video {
  opacity: 0.5;
  width: 100%;
}
body.path-frontpage .hero-banner--slide-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center center;
  background-size: cover;
  transition: all 4s;
  transform: scale(1.5);
}
body.path-frontpage .hero-banner--content-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
body.path-frontpage .hero-banner--content {
  width: 1180px;
  height: 520px;
  margin: 0 auto;
  position: relative;
}
body.path-frontpage .hero-banner--nums {
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 1;
  width: 680px;
}
body.path-frontpage .hero-banner--num {
  display: inline-block;
  height: 82px;
  padding: 0 30px;
}
body.path-frontpage .hero-banner--num:first-child {
  padding-left: 0;
}
body.path-frontpage .hero-banner--num:not(:last-child) {
  border-right: 2px solid white;
}
body.path-frontpage .hero-banner--num.yellow {
  color: #c99600;
}
body.path-frontpage .hero-banner--num.green {
  color: #00ac75;
}
body.path-frontpage .hero-banner--num.blue {
  color: #12a4d1;
}
body.path-frontpage .hero-banner--num div {
  font-family: 'avant';
  font-size: 55px;
  line-height: 56px;
}
body.path-frontpage .hero-banner--num p {
  font-size: 20px;
  line-height: 24px;
  color: white;
}
body.path-frontpage .hero-banner--text {
  position: absolute;
  bottom: 90px;
  right: 0;
  z-index: 1;
  width: 466px;
  color: white;
}
body.path-frontpage .hero-banner--slogan {
  padding-bottom: 30px;
  font-size: 72px;
  font-weight: 300;
  line-height: 72px;
  position: relative;
}
body.path-frontpage .hero-banner--slogan span {
  display: block;
}
body.path-frontpage .hero-banner--slogan strong {
  font-weight: 900;
}
body.path-frontpage .hero-banner--slogan u {
  text-decoration: underline;
}
body.path-frontpage .hero-banner--more {
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 35px 0 15px;
  height: 32px;
  display: inline-block;
  border: 2px solid white;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
body.path-frontpage .hero-banner--more:hover {
  background: white;
  color: black;
}
body.path-frontpage .hero-banner--more:after {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 17px;
  line-height: 30px;
  content: '+';
}
body.path-frontpage .hero-banner--desc {
  font-size: 16px;
  line-height: 24px;
}
body.path-frontpage .hero-banner-mobile {
  position: relative;
  padding: 0 20px;
  color: white;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  body.path-frontpage .hero-banner-mobile {
    display: none;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  body.path-frontpage .hero-banner-mobile {
    height: calc(100vh - 118px);
  }
}
@media only screen and (max-width: 719px) {
  body.path-frontpage .hero-banner-mobile {
    height: calc(100vh - 108px);
  }
}
body.path-frontpage .hero-banner-mobile--content {
  padding-bottom: 8vh;
}
body.path-frontpage .hero-banner-mobile--slogan {
  font-size: 72px;
  line-height: 72px;
  font-weight: 300;
}
@media only screen and (max-width: 1279px) {
  body.path-frontpage .hero-banner-mobile--slogan u {
    text-decoration: none;
  }
}
@media only screen and (max-width: 719px) {
  body.path-frontpage .hero-banner-mobile--slogan {
    font-size: 48px;
    line-height: 52px;
  }
}
body.path-frontpage .hero-banner-mobile--slogan strong {
  font-weight: 900;
}
body.path-frontpage .hero-banner-mobile--slogan:after {
  content: '';
  display: block;
  width: 150px;
  height: 5px;
  background: white;
  margin: 20px auto;
}
@media only screen and (max-width: 719px) {
  body.path-frontpage .hero-banner-mobile--slogan:after {
    font-size: 48px;
    line-height: 52px;
    width: 100px;
    height: 2px;
  }
}
body.path-frontpage .hero-banner-mobile--desc {
  width: 80%;
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
  margin: 0 auto;
  letter-spacing: 1pt;
}
@media only screen and (max-width: 719px) {
  body.path-frontpage .hero-banner-mobile--desc {
    font-size: 16px;
    line-height: 24px;
  }
}
body.path-frontpage .hero-banner-mobile--scroll {
  background: url(../img/icon/scroll.png) no-repeat center top;
  padding-top: 70px;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  z-index: 1;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-row {
  width: calc(50% - 20px);
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-event-featured-image {
  position: relative;
  border: 1px solid #e2e2e2;
  padding: 10px;
}
@media only screen and (max-width: 719px) {
  body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-event-featured-image {
    padding: 5px;
  }
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-event-featured-image:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  top: -14px;
  left: 0;
  z-index: x;
}
body.path-frontpage .block-views-blockhighlights-block-1 .views-row {
  width: calc(33.3% - 20px);
}
body.path-frontpage .block-views-blockalumni-events-block-1,
body.path-frontpage .block-views-blockhighlights-block-1 {
  color: black;
  text-align: center;
  width: 1220px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  body.path-frontpage .block-views-blockalumni-events-block-1,
  body.path-frontpage .block-views-blockhighlights-block-1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #ccc;
  }
}
body.path-frontpage .block-views-blockalumni-events-block-1 .more-link,
body.path-frontpage .block-views-blockhighlights-block-1 .more-link {
  position: absolute;
  right: 30px;
  top: -80px;
  z-index: 1;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  border: 2px solid black;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .more-link a,
body.path-frontpage .block-views-blockhighlights-block-1 .more-link a {
  display: block;
  padding: 0 40px 0 15px;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .more-link a:after,
body.path-frontpage .block-views-blockhighlights-block-1 .more-link a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 26px;
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  body.path-frontpage .block-views-blockalumni-events-block-1 .more-link,
  body.path-frontpage .block-views-blockhighlights-block-1 .more-link {
    font-size: 20px;
    line-height: 44px;
    border-width: 5px;
  }
}
@media only screen and (max-width: 1279px) {
  body.path-frontpage .block-views-blockalumni-events-block-1 .more-link,
  body.path-frontpage .block-views-blockhighlights-block-1 .more-link {
    position: static;
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    border: 3px solid black;
  }
  body.path-frontpage .block-views-blockalumni-events-block-1 .more-link a,
  body.path-frontpage .block-views-blockhighlights-block-1 .more-link a {
    padding: 0;
  }
  body.path-frontpage .block-views-blockalumni-events-block-1 .more-link a:after,
  body.path-frontpage .block-views-blockhighlights-block-1 .more-link a:after {
    position: static;
    margin-left: 10px;
  }
}
body.path-frontpage .block-views-blockalumni-events-block-1 h3,
body.path-frontpage .block-views-blockhighlights-block-1 h3 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 5px;
  padding: 40px 0;
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  body.path-frontpage .block-views-blockalumni-events-block-1 h3,
  body.path-frontpage .block-views-blockhighlights-block-1 h3 {
    font-size: 32px;
    line-height: 38px;
    padding: 35px 0;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 719px) {
  body.path-frontpage .block-views-blockalumni-events-block-1 h3,
  body.path-frontpage .block-views-blockhighlights-block-1 h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 30px 0;
    letter-spacing: 3px;
  }
}
body.path-frontpage .block-views-blockalumni-events-block-1 .view-content,
body.path-frontpage .block-views-blockhighlights-block-1 .view-content {
  zoom: 1;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .view-content:before,
body.path-frontpage .block-views-blockhighlights-block-1 .view-content:before {
  content: '';
  display: block;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .view-content:after,
body.path-frontpage .block-views-blockhighlights-block-1 .view-content:after {
  content: '';
  display: table;
  clear: both;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-row,
body.path-frontpage .block-views-blockhighlights-block-1 .views-row {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 35px;
  vertical-align: top;
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  body.path-frontpage .block-views-blockalumni-events-block-1 .views-row,
  body.path-frontpage .block-views-blockhighlights-block-1 .views-row {
    width: 45%;
  }
}
@media only screen and (max-width: 719px) {
  body.path-frontpage .block-views-blockalumni-events-block-1 .views-row,
  body.path-frontpage .block-views-blockhighlights-block-1 .views-row {
    width: 98%;
  }
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-news-thumbnail,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-news-thumbnail,
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-event-featured-image,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-event-featured-image {
  margin-bottom: 15px;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-news-thumbnail img,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-news-thumbnail img,
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-event-featured-image img,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-event-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-title,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-title {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 720px) and (max-width: 1279px) {
  body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-title,
  body.path-frontpage .block-views-blockhighlights-block-1 .views-field-title {
    font-size: 20px;
    line-height: 24px;
  }
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-created,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-created,
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-event-date,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-event-date {
  font-size: 14px;
  line-height: 20px;
  color: #c99600;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-created,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-created,
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-event-date,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-event-date,
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-created *,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-created *,
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-event-date *,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-event-date * {
  display: inline;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-location,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-location {
  font-size: 14px;
  line-height: 20px;
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-location:before,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-location:before {
  content: "@";
}
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-location,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-location,
body.path-frontpage .block-views-blockalumni-events-block-1 .views-field-field-location *,
body.path-frontpage .block-views-blockhighlights-block-1 .views-field-field-location * {
  display: inline;
}
