:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #009fe3;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #064b69;
}

li {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.navbar {
  background-color: #161a2ecc;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  color: #000;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.navbarcontainer {
  justify-content: space-between;
  align-items: center;
  max-width: 1340px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.navlink {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
  transition: color .2s;
}

.navlink:hover {
  color: #009fe3;
}

.navlink.w--current {
  color: var(--white);
}

.navlink.navlinklast {
  padding-right: 0;
}

.navlogobox {
  flex: 1;
  padding-left: 30px;
}

.nav-menu {
  flex: none;
  padding-right: 10px;
}

.hero {
  position: relative;
}

.herocontainer {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 0;
}

.background-video {
  z-index: -10;
  min-height: 510px;
  position: absolute;
  inset: 0% 0% auto;
}

.videonav {
  display: none;
}

.herotext {
  color: #fff;
  width: 50%;
  padding-right: 30px;
}

.heroh1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro-condensed, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2em;
}

.heroh2 {
  color: #fff;
  margin-top: 0;
  font-size: 22px;
  line-height: 32px;
}

.herop {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.eventcontainer1 {
  background-color: #161c35;
  background-image: url('../images/livebg_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
  overflow: hidden;
  box-shadow: 0 3px 105px #00000026;
}

.herotm {
  font-size: 63px;
  line-height: 80px;
}

.heroinnercontainer {
  align-items: flex-start;
  width: 100%;
  max-width: 1340px;
  min-height: 410px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.eventbanner {
  color: #fff;
  text-align: center;
  background-color: #cd1719;
  padding: 0 80px 5px;
  font-size: 22px;
  line-height: 32px;
  display: inline-block;
  transform: translate(-57px, 66px)rotate(-45deg);
}

.eventtext {
  background-color: #161a2ecc;
  width: 100%;
  margin-top: 160px;
  padding: 30px;
}

.heroh3 {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
}

.eventbtn {
  color: #009fe3;
  background-color: #fff;
  border: 1px solid #009fe3;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.eventp {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.eventh2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.eventh3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.contentsection {
  padding-top: 90px;
  padding-bottom: 120px;
  padding-right: 0;
}

.contentsection.facultysection {
  background-color: #161a2e;
  background-image: linear-gradient(160deg, #005785, #161a2e 50%);
}

.contentsection.pasection {
  background-color: #f4f9fd;
}

.contentsection.infographicsection {
  background-color: #161c35;
  background-image: linear-gradient(160deg, #161a2e99, #00578580), url('../images/particlebg.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.contentsection.podcastsection {
  position: relative;
  overflow: hidden;
}

.footersection {
  background-color: #0083c8;
  background-image: linear-gradient(120deg, #0083c8 50%, #004264);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contentcontainer {
  z-index: 100;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.contentcontainer.footercontainer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contentcontainer.inforgraphiccontainer {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contentcontainer.facultycontainer {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.footerlinks {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.footerbrand {
  flex: 1;
}

.footersocial {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 20px;
  padding-bottom: 5px;
  display: flex;
}

.copyright {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.socialbtn {
  margin-bottom: 15px;
}

.footerlink {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.footerlink:hover {
  color: #009fe3;
}

.h1whitecenter {
  color: #fff;
  text-align: center;
}

.infographicp {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
}

.infographicvideo {
  display: none;
}

.infographicvideocontainer {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.infographicbtn {
  background-color: #009fe3;
  border-radius: 30px;
  flex: none;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.infographicbtn:hover {
  color: #fff;
  background-color: #064b69;
}

.audio-player-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.podcastthumbnail {
  border: 1px solid #009fe3;
  border-radius: 10px;
  overflow: hidden;
}

.audioplayercontainer {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.date {
  color: #6e6e6e;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.itemlink {
  color: #009fe3;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.presenter {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.podacastsubscribe {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.podcastbtncontainer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.paul {
  margin-bottom: 20px;
}

.podcastbg {
  z-index: 0;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.pauk {
  margin-bottom: 30px;
}

.papoc {
  color: #fff;
  background-color: #009fe3;
  border-radius: 5px;
  padding: 1px 6px 3px;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}

.activityinnercontainer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
}

.featuredactivity {
  flex: 1;
  transition-property: color;
}

.activityslider {
  background-color: #0000;
  flex: 1;
  max-width: 50%;
  height: auto;
}

.sliderarrow {
  display: none;
}

.featuredactivitythumbnailcontainer {
  aspect-ratio: 16 / 9;
  border: 1px solid #cecece;
  border-radius: 20px;
  flex-flow: column;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.featuredactivitythumbnail {
  transition: all .2s;
  transform: scale(1);
}

.featuredactivitythumbnail.mainfeaturedactivitythumbnail {
  width: 100%;
}

.playicon {
  z-index: 100;
  margin-top: -39px;
  margin-left: -35px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.activitylink {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.tctag {
  background-color: #f4f9fd;
  border: 1px solid #c6dced;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 1px 6px 3px;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
}

.slidernav {
  font-size: 12px;
  position: relative;
}

.activityinnerslide {
  flex-flow: column;
}

.activityinnnerslideitem {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.activityinnerslidethumbnailcontainer-copy {
  border: 1px solid #cecece;
  border-radius: 10px;
  flex-flow: column;
  flex: none;
  width: 150px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.playiconinner {
  z-index: 100;
  width: 26px;
  margin-top: -13px;
  margin-left: -13px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.activitysliderinnerlink {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.credit {
  color: #6e6e6e;
  background-image: url('../images/credit.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
}

.div-block-2 {
  flex: 1;
  max-width: 50%;
}

.splide {
  flex: none;
}

.splide.educationsplide {
  width: 50%;
}

.splide__list.facultylist {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.slide-1 {
  color: #00b831;
  background-color: #111;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  font-size: 20px;
  display: flex;
}

.text-style-padding {
  outline-offset: 0px;
  color: #00b831;
  outline: 1px solid #00b831;
  padding: 40px;
  font-size: 18px;
}

.slide-2 {
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.slide-3 {
  background-color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.is-margin-medium {
  margin-bottom: 40px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.slidesinnerslide {
  margin-right: 30px;
}

.slidesthumbnailcontainer {
  border: 1px solid #cecece;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.downicon {
  z-index: 100;
  position: absolute;
  inset: auto 15px 15px auto;
}

.slidesthumbnail {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100%;
  padding: 10px;
  transition: all .2s;
}

.slidesslierinnerlink {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.facultyinnerslide {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
}

.facultyinnertop {
  background-color: #1b476d;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  height: 90px;
}

.facultyh2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.facultyphotocontainer {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 60px;
  width: 120px;
  height: 120px;
  margin: -60px auto 30px;
  overflow: hidden;
}

.facultycreds {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}

.body-2 {
  font-family: sofia-pro, sans-serif;
}

.stick {
  white-space: nowrap;
}

.podcastbgimg {
  margin-top: -100px;
  margin-right: -100px;
  overflow: visible;
}

.videothumb {
  object-fit: contain;
  transition: all .2s;
  display: none;
  transform: scale(1);
}

.body-3 {
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.tags {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 20px;
}

.pah1 {
  margin-bottom: 30px;
}

.audio-player-playlist {
  background-color: #fff6;
  border: 1px solid #cecece;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.playlist {
  margin-bottom: 0;
  padding-left: 0;
}

.playlist-item {
  padding: 15px 30px;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
}

.playlist-item.placeholder {
  display: none;
}

.playlistheader {
  color: #fff;
  background-color: #1b476d;
  margin-bottom: 0;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.hide {
  display: none;
}

.infographicimg {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.videocontainer {
  z-index: 100;
  background-color: #161c35;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
  box-shadow: 0 3px 10px #00000026;
}

.eventcontainerbox {
  z-index: 100;
  background-color: #161a2e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
  position: relative;
  transform: perspective(1000px);
}

.eventcontainerbox.activitylink {
  background-image: url('../images/livebg_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.eventcontainer2 {
  opacity: 1;
  background-color: #161c35;
  background-image: url('../images/livebg_2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  overflow: hidden;
  box-shadow: 0 3px 10px #00000026;
}

.eventcontainer3 {
  opacity: 0;
  background-color: #161c35;
  background-image: url('../images/livebg_3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
  overflow: hidden;
  box-shadow: 0 3px 10px #00000026;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  li, .navlink {
    font-size: 18px;
    line-height: 24px;
  }

  .herocontainer {
    padding-bottom: 0;
    display: flex;
  }

  .background-video {
    max-height: 500px;
  }

  .herotext {
    padding-right: 60px;
  }

  .heroh1 {
    font-size: 60px;
    line-height: 1.2em;
  }

  .heroh2 {
    font-size: 24px;
    line-height: 34px;
  }

  .herop {
    font-size: 16px;
    line-height: 22px;
  }

  .herotm {
    font-size: 78px;
    line-height: 99px;
  }

  .eventbanner {
    font-size: 24px;
    line-height: 34px;
  }

  .eventtext {
    margin-top: 195px;
  }

  .eventp {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .eventh2 {
    font-size: 24px;
    line-height: 32px;
  }

  .eventh3 {
    font-size: 18px;
    line-height: 24px;
  }

  .footersection {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .footerlinks {
    font-size: 18px;
    line-height: 24px;
  }

  .copyright {
    font-size: 16px;
    line-height: 22px;
  }

  .infographicp {
    font-size: 18px;
    line-height: 24px;
  }

  .date, .presenter, .podacastsubscribe {
    font-size: 16px;
    line-height: 22px;
  }

  .papoc {
    font-size: 14px;
    line-height: 18px;
  }

  .activityinnercontainer {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .activitylink {
    font-size: 24px;
    line-height: 32px;
  }

  .tctag {
    font-size: 14px;
    line-height: 18px;
  }

  .activityinnnerslideitem {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .activityinnerslidethumbnailcontainer-copy {
    width: 200px;
  }

  .activitysliderinnerlink {
    font-size: 18px;
    line-height: 24px;
  }

  .credit {
    font-size: 16px;
    line-height: 22px;
  }

  .slidesslierinnerlink {
    font-size: 18px;
    line-height: 24px;
  }

  .facultycreds {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .tags, .playlist-item, .playlistheader {
    font-size: 16px;
    line-height: 22px;
  }

  .eventcontainerbox {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .navbarcontainer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navlogo {
    width: 150px;
  }

  .nav-menu {
    background-color: #161a2e;
  }

  .herocontainer {
    padding-top: 65px;
    padding-bottom: 0;
  }

  .background-video {
    min-height: 500px;
  }

  .herotext {
    width: 80%;
  }

  .heroinnercontainer {
    min-height: 435px;
  }

  .contentcontainer.footercontainer {
    flex-flow: row;
    align-items: flex-start;
  }

  .footerlinks {
    flex-flow: column;
  }

  .footerlinkseperator {
    display: none;
  }

  .infographicp {
    padding-left: 0;
    padding-right: 0;
  }

  .podcastthumbnail {
    width: 200px;
  }

  .activityinnercontainer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .splide.educationsplide {
    width: 100%;
  }

  .navmenubtn {
    color: #fff;
    font-size: 30px;
  }

  .navmenubtn.w--open {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .herocontainer {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .background-video {
    min-height: 550px;
  }

  .herotext {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .eventcontainer1 {
    width: 100%;
  }

  .heroinnercontainer {
    flex-flow: column;
    min-height: 450px;
  }

  .eventbanner {
    font-size: 18px;
    line-height: 24px;
    transform: translate(-80px, 43px)rotate(-45deg);
  }

  .eventbtn {
    font-size: 16px;
    line-height: 22px;
  }

  .contentsection {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .footersection {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contentcontainer.footercontainer {
    flex-flow: column;
  }

  .copyright {
    margin-bottom: 60px;
  }

  .infographicbtn {
    font-size: 16px;
    line-height: 22px;
  }

  .podcastthumbnail {
    display: none;
  }

  .podcastbg {
    inset: 0%;
  }

  .activityinnercontainer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footerlogo {
    width: 220px;
  }

  .podcastbgimg {
    width: 320px;
    margin-top: -20px;
    margin-right: -20px;
    transform: rotate(15deg);
  }

  .videocontainer, .eventcontainerbox, .eventcontainer2, .eventcontainer3 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navlogobox {
    padding-left: 20px;
  }

  .herocontainer {
    padding-bottom: 0;
  }

  .background-video {
    min-height: 730px;
  }

  .heroinnercontainer {
    min-height: 630px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contentcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featuredactivitythumbnailcontainer {
    margin-bottom: 15px;
  }

  .activityinnnerslideitem {
    flex-flow: column;
  }

  .activityinnerslidethumbnailcontainer-copy {
    width: 100%;
    margin-bottom: 0;
  }

  .is-margin-medium {
    font-size: 22px;
    line-height: 26px;
  }
}


