.msp-event-hero__picture {
  margin: 0 0 70px 0px;
}

.vs-videos__image {
  display: block;
  width: 100%;
  border: 0;
  max-width: 100%;
  vertical-align:middle;
}

.vs-videos__cont {
  padding-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
}

.vs-videos__cont {
  padding-top: 32px;
  padding-right: 48px;
  padding-left: 48px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.vs-videos__item {
  margin-right: -40px;
  margin-left: -40px;
  padding-top: 50px;
  padding-right: 60px;
  padding-left: 60px;
  display: flex;
  margin-top: 0;
  -webkit-box-align: start;
  align-items: flex-start;
  border-radius: 6px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.vs-videos__item:hover {
  background-color: #f4f9fc;
}

.vs-videos__figure {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 300px;
  min-width: 300px;
  border-radius: 6px;
  color: #35364e;
}

.vs-videos__figure:hover {
  color: #32bdb5 !important;
}

.vs-videos__play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  margin-left: -36px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, .75);
}

.vs-videos__text {
  margin-left: 40px;
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #f1f2f7
}

.vs-videos__text {
  margin-left: 40px;
  padding-bottom: 50px;
  border-bottom-style: none;
  margin-top: -8px;
}

.tc--xlight {
  color: #8c8ea6;
}
.tc--event-description{
  color: var(--black);
  font-size: clamp(16px, 5vw, 18px);
    line-height: 120%;
    letter-spacing: 0%;
    font-family: Metric;
}
.vs-videos__speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vs-videos__speakers {
  margin-right: -40px;
}

.vs-videos__photo {
  height: 48px;
  max-width: 48px;
  min-width: 48px;
  margin-right: 16px;
  border-radius: 50%;
}

.vs-videos__speaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vs-videos__speaker {
  margin-top: 20px;
  margin-right: 40px;
}

.w-embed {
  content: '';
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="28" viewBox="0 0 448 512" style="display: block"><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>') 50% 50%/100% 100% no-repeat;
  position: absolute;
  vertical-align: top;
  width: 1em;
  height: 1.375em;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.summit_list{
    list-style: none;
    margin-top: 20px;
    margin-left: 220px;
    font-size: 20px;
    text-align: left;
    li::before {
      content: "•";
      padding-right: 5px;
      color: rgb(50, 189, 181);
  }
  li{
    margin-top: 10px;
    line-height: normal;
  }
}
.vs-videos__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #f2f4f7;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #fff;
}
.vs-videos__tab {
    max-width: 300px;
    color: #35364e !important;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-top: 12px;
}
.vs-videos__tab.active {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(162,226,221,0)),to(rgba(162,226,221,.2)));
    background-image: linear-gradient(
180deg,rgba(162,226,221,0),rgba(162,226,221,.2));
    box-shadow: 0 2px 0 0 #32bdb5;
    font-weight: 600;



}
.summit_form{
  .mktoFormRow:nth-child(4), .mktoFormRow:nth-child(2){
    width: 100% !important;

  }
  .mktoFormRow input[type="text"], .mktoFormRow input[type="email"], .mktoFormRow input[type="tel"]{
    padding: 16px 30px !important;
    border: none !important;
    border-radius: 6px 8px 8px 6px;
    line-height: 22px;
  }
  .mktoButton{
    position: absolute;
    top: -82px;
    right: -367px;
    padding: 0 24px;
    outline: none;
    border-radius: 0 6px 6px 0;
    background: #32BDB5;
    font-size: 18px;
    line-height: 54px;
    font-weight: 600;
    color: #fff !important;
    transition: background-color .2s ease;
  }
  .mktoButton:hover {
    background: #1fb7ab;
  }
}
@media screen and (max-width:991px) {

  .vs-videos__cont {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px
  }

  .vs-videos__item {
    margin-right: -24px;
    margin-left: -24px;
    padding-top: 30px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 0
  }

  .vs-videos__figure {
    max-width: 230px;
    min-width: 230px
  }

  .vs-videos__text {
    margin-left: 24px;
    padding-bottom: 30px
  }

  .vs-videos__photo {
    height: 40px;
    max-width: 40px;
    min-width: 40px;
    margin-right: 12px
  }


  .summit_list{
    margin-left: 80px;
  }

  .summit_form{
    .mktoButton{
      top: -88px;
   }

  }

}

@media screen and (max-width:767px) {

  .vs-intro {
    position: relative;
    text-align: center
  }

  .vs-intro__grid {
    grid-row-gap: 24px
  }

  .vs-intro__title {
    padding-right: 0;
    font-size: 34px
  }



  .vs-trends__grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px
  }

  .vs-trends__item {
    padding: 15px 21px
  }

  .vs-trends__image {
    margin-right: 18px
  }

  .vs-speakers {
    margin-top: -80px;
    padding-top: 240px;
    padding-bottom: 80px;
    background-position: 25% 0
  }

  .vs-speakers__track {
    padding-bottom: 45px
  }

  .vs-speaker {
    max-width: 199px;
    min-width: 199px;
    padding-right: 12px;
    padding-left: 12px
  }

  .vs-speaker__image {
    height: auto
  }

  .vs-speaker__position {
    margin-top: 3px
  }

  .vs-speaker__name {
    font-size: 22px
  }

  .vs-speakers__info {
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
    border-radius: 0
  }

  .vs-bio__head {
    display: block
  }

  .vs-bio__position {
    font-size: 20px
  }

  .vs-speakers__close {
    top: 20px;
    right: 20px
  }

  .vs-speakers__arrows {
    right: 20px;
    bottom: 20px
  }



  .vs-videos__head {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .vs-videos__tab {
    width: 33.333%;
    font-size: 18px
  }

  .vs-videos__cont {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 18px;
    padding-right: 20px;
    padding-left: 20px
  }

  .vs-videos__item {
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .vs-videos__figure {
    max-width: 300px;
    min-width: 240px
  }


  .vs-videos__speakers {
    margin-right: -24px
  }

  .vs-videos__speaker {
    margin-top: 12px;
    margin-right: 24px
  }

  .vs-videos__headline {
    margin-top: 6px;
    margin-bottom: 6px
  }

  .vs-videos__share {
    margin-right: 0;
    margin-bottom: 9px
  }
  .summit_list{
    margin-left: 15px;
  }
  .summit_form{
    .mktoButtonRow{
      width: 100%;
    }
    .mktoButton{
      position: static;
      width: 100%;
      margin-top: 10px;
      border-radius: 6px;
      font-size: 18px;
      line-height: 50px;
    }
  }
    .vs-videos__head {
      margin-right: -20px;
      margin-left: -20px;
      padding-right: 20px;
      padding-left: 20px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
  }
}

@media screen and (max-width:479px) {
  .vs-intro__title {
    font-size: 28px
  }

  .vs-intro__add {
    margin-top: 18px;
    margin-left: 0
  }

}

.js-view-dom-id-ajax-egnyte-page{
  .load-more::before{
    border-top: none;
  }
  .solution-callout{
    border-radius: 6px;
  }
  .leadership__image__speaker {
    display: block;
    border-radius: 6px;
    transition-duration: 0.25s;
      transition-property: filter;
      object-fit: cover;
  }
  .unactive {
    .leadership__image__speaker {
      filter: grayscale(100%);
    }
  }


}


/*Gated functionality**/



.video-post__head {
  position: relative;
  .embedly-embed{
    width: 100%;
  }
}

.video-post__video {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.video-post__gate {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: rgba(0, 0, 0, 0.75);
}
#mktoForm_2832 {
  flex-grow: 1;
  max-width: 600px;
  padding: 12px 24px 24px;
  border-radius: 6px;
  #LblconsentGiven{
    color: black;
  }
}
@media only screen and (max-width: 991px) {
  .video-post__head {

    .embedly-embed{
      margin-top: -90px;
      margin-bottom: -90px;
    }
  }
}
@media screen and (max-width: 767.98px) {
  .video-post__head {

    .embedly-embed{
      margin-top: -150px;
      margin-bottom: -150px;
    }
  }
}
@media only screen and (max-width: 480px) {
  #mktoForm_2832 {
    padding: 8px 20px 20px;
  }

  #mktoForm_2832 input[type=text],
  #mktoForm_2832 input[type=email] {
    padding: 7px 11px !important;
    font-size: 14px !important;
  }

}
.agenda-at-a-glance {
  position: relative;
  background: #F5FAFD;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
}
.agenda-at-a-glance__cont {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 64px 100px;
  text-align: center;
}
.agenda-at-a-glance__title {
  margin-bottom: 80px;
}
.agenda-at-a-glance__table {
  max-width: 940px;
  margin: 0 auto;
}
.agenda-at-a-glance__row {
  margin-top: 8px;
}
.agenda-at-a-glance__row:first-child {
  margin-top: 0;
}
.agenda-at-a-glance__time {
  width: 114px;
  margin-right: -8px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #004163;
}
.agenda-at-a-glance__time +
.agenda-at-a-glance__time {
  margin-top: 28px;
}
.agenda-at-a-glance__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 5px 13px;
  border: 3px solid #F5FAFD;
  background-color: #E2E5EB;
  font-size: 16px;
  font-weight: 700;
  color: #4A5361;
}
.agenda-at-a-glance__caption--sky {
  background-color: #E3F0F8;
}
.agenda-at-a-glance__caption--navy {
  min-height: 146px;
  background-color: #1F5AA0;
  color: #FFF;
}
.agenda-at-a-glance__caption--blue {
  min-height: 146px;
  background-color: #037BBD;
  color: #FFF;
}
.agenda-at-a-glance__button {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -36px;
  padding: 0 24px;
  border-radius: 4px;
  background: #32BDB5;
  font-size: 26px;
  line-height: 72px;
  text-decoration: none;
  white-space: nowrap;
  color: #FFF !important;
  transform: translateX(-50%);
}
.agenda-at-a-glance__button:hover {
  background-color: #2CA19B;
}
@media screen and (max-width: 1023.98px) {
  .agenda-at-a-glance__cont {
    padding-right: 24px;
    padding-left: 24px;
  }
  .agenda-at-a-glance__title {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .agenda-at-a-glance__cont {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 48px;
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
    border-radius: 0;
  }
  .agenda-at-a-glance__caption {
    min-height: 32px;
    border-width: 2px;
  }
  .agenda-at-a-glance__caption br {
    display: none;
  }
  .agenda-at-a-glance__button {
    margin-top: -27px;
    font-size: 20px;
    line-height: 54px;
  }
}
@media screen and (max-width: 599.98px) {
  .agenda-at-a-glance__time {
    width: 96px;
    font-size: 14px;
  }
  .agenda-at-a-glance__caption {
    font-size: 15px;
    font-weight: 600;
  }
}
.global--summit-specker{
  padding: 52px 0;
  .leadership__item{
    max-width: 368.93px;
    cursor: default;
    .leadership__name{
      text-transform: uppercase;
      color: #34BDB5;

    }
  }

}


      /* exchange hero */
      /**/
      .exchange-hero {
        position: relative;
        overflow: hidden;
        padding: 220px 0 180px;
        background: linear-gradient(#037BBD, #87D9DF);
      }
      .exchange-hero--no-image{
        padding: 50px 0 180px;
      }
      .exchange-hero::before {
        content: '';
        position: absolute;
        top: -1000px;
        right: 50%;
        bottom: -1000px;
        left: -1000px;
        margin-right: -160px;
        background-color: #144692;
        transform: rotate(13deg);
        transform-origin: 100% 50%;
      }
      .exchange-hero__title {
        position: relative;
        display: block;
      }
      .exchange-hero__image {
        position: relative;
      }
      .exchange-hero__image img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
      }
      .exchange-hero__button {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 0 40px;
        background: #32BDB5;
        font-size: 26px;
        line-height: 54px;
        text-decoration: none;
        white-space: nowrap;
        color: #FFF !important;
        transition-duration: 0.125s;
        transition-property: background-color;
        border-radius: 6px;
        border: 2px solid transparent;
      }
      .exchange-hero__button:hover {
        background-color: #2CA19B;
      }
      .exchange-hero__date {
        position: relative;
        font-size: 36px;
        font-weight: 600;
        color: #87D9DF;
      }
      @media screen and (max-width: 1283.98px) {
        .exchange-hero__title {
          max-width: 100%;
          height: auto;
        }
        .exchange-hero__image img {
          width: 125%;
          height: auto;
        }
        .exchange-about__image img {
          max-width: 100%;
          height: auto;
        }
      }
      @media screen and (max-width: 991.98px) {
        .exchange-hero {
          padding: 120px 0;
        }
        .exchange-hero__date {
          font-size: 30px;
        }
      }
      @media screen and (max-width: 575.98px) {
        .exchange-hero {
          padding: 80px 0;
          background: #144692;
          text-align: center;
        }
        .exchange-hero::before {
          display: none;
        }
      }
/**/
      /* exchange about */
      /**/
      .exchange-about {
        position: relative;
        overflow: hidden;
        padding: 72px 0;
        background-color: #067BBD;
        color: #FFF;
      }
      .exchange-about__row {
        position: relative;
      }
      .exchange-about__row::before {
        content: '';
        position: absolute;
        top: -1000px;
        right: -1000px;
        bottom: -1000px;
        left: 66.667%;
        margin-left: 16px;
        background-color: #144692;
        transform-origin: 0 50%;
        transform: rotate(13deg);
      }
      .exchange-about__col {
        position: relative;
      }
      .exchange-about__title {
        font-size: 44px;
        color: inherit;
      }
      .exchange-about__button {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 0 40px;
        background: #32BDB5;
        font-size: 26px;
        line-height: 54px;
        text-decoration: none;
        white-space: nowrap;
        color: #FFF !important;
        transition-duration: 0.125s;
        transition-property: background-color;
        border-radius: 6px;
        border: 2px solid transparent;
      }
      .exchange-about__button:hover {
        background-color: #2CA19B;
      }
      .exchange-about__image {
        position: relative;
      }
      .exchange-about__image img {
        position: relative;
        z-index: 1;
      }
      .exchange-about__image::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 80px;
        width: 610px;
        height: 610px;
        margin-top: -305px;
        background: url(../images/exchange-about/bg@2x.png) 50% 50%/100% 100%;
      }
      @media screen and (max-width: 991.98px) {
        .exchange-about__row::before {
          left: 50%;
        }

      }
      @media screen and (max-width: 767.98px) {
        .exchange-about {
          padding: 64px 0 0;
        }
        .exchange-about__row::before {
          display: none;
        }
        .exchange-about__title {
          font-size: 34px;
        }
        .exchange-about__image {
          margin-top: 48px;
          padding-bottom: 64px;
        }

        .exchange-about__image::after {
          top: 32px;
          left: 50%;
          margin: 0 0 0 -305px;
        }
        .exchange-about__image::before {
          content: '';
          position: absolute;
          top: 0;
          right: -1000px;
          bottom: -1000px;
          left: -1000px;
          background-color: #144692;
          transform-origin: 50% 0;
          transform: rotate(-13deg);
        }
      }
/***Global Summit Content***/
.global_summit__cont{
  position: relative;
  z-index: 1;
  padding: 36px 48px 0;
  border-radius: 6px;
  margin-top: -100px;
  background: linear-gradient(rgba(0, 123, 189, 0.07), rgba(255, 255, 255, 0)), #FFFFFF;
}
.global-summit__hero .major-event__cont p{
  color: var(--white);
 
}
@media screen and (max-width: 991px) {
  .global_summit__cont{
    margin-top: -100px;
  }
}
@media screen and (max-width: 767.98px) {
  .global_summit__cont{
    margin: 0 -20px;
    padding: 48px 20px;
    border-radius: 0;
  }
}


/*Gated functionality**/



.video-post__head {
  position: relative;
  .embedly-embed{
    width: 100%;
  }
}

.video-post__video {
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.video-post__gate {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: rgba(0, 0, 0, 0.75);
}
.video-post__gate {
#mktoForm_3953 {
  flex-grow: 1;
  max-width: 600px;
  padding: 12px 24px 24px;
  border-radius: 6px;
  background-color: #fff;
  .mktoLogicalField {
    width: 20px !important;
    position: relative;
  }
  .mktoCheckboxList {
    #LblconsentGiven {
      position: absolute;
    }
  }
  .mktoButtonRow {
     width: 100%;
  .mktoButton{
    padding: 0 24px;
    outline: none;
    border-radius: 6px;
    background: #32BDB5;
    font-size: 18px;
    line-height: 54px;
    font-weight: 600;
    color: #fff !important;
    transition: background-color .2s ease;
    width: 100%;
    box-shadow: none;
  }
    .mktoButton:hover {
      background: #1fb7ab;
    }
  }
  input[type="text"] {
    margin-bottom: 0 !important;
  }
  input[type="email"] {
    margin-bottom: 0 !important;
  }
  input[type="tel"] {
    margin-bottom: 0 !important;
  }
  select {
    margin-bottom: 0 !important;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    color: #757575 !important;
  }
  #LblconsentGiven{
    color: black;
    a {
      &:hover {
            color: #23B6AA !important;
      }
    }
  }
  #Email {
    & + .mktoError {
      top: 32px !important;
    }
  }
}
}


/*For Fusion*/
.event-card__title {
  color: var(--black) !important;
  /* font-size: 24px;
  line-height: 1.25; */
}

@media only screen and (max-width: 991px) {
  .video-post__head {

    .embedly-embed{
      margin-top: -90px;
      margin-bottom: -90px;
    }
  }
}
@media only screen and (max-width: 480px) {
  .video-post__gate {
    #mktoForm_3953 {
      padding: 8px 20px 20px;
    }
    #mktoForm_3953 input[type=text],
    #mktoForm_3953 input[type=email] {
      padding: 7px 11px !important;
      font-size: 16px !important;
    }
  }
}
@media screen and (max-width: 560px) {
  .vs-videos__item {
    .grid-col {
      flex: 0 0 100%;
    }
  }
   .vs-videos__text {
    min-width: 100%;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto
  }
}


