.event-bg-blue {
  background: #5f91bc;
}

.event-bg-blue h1,
.event-bg-blue h2,
.event-bg-blue h3,
.event-bg-blue h4,
.event-bg-blue p,
.event-bg-blue a {
  color: white;
}

.article h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.event-flexgrid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event-col-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

.event-col-three {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

.event-col-four {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.event-col-six {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15.65%;
  flex: 0 0 15.65%;
}

.event-p8 {
  padding: 8px;
}

.event-vertical-center {
  display: flex;
  height: 100%;
  align-items: center;
}

.event-message-box {
  font-size: 14px;
  padding: 24px;
  margin: 24px auto 8px auto;
  background: rgba(253, 231, 18, 0.1);
  border: solid 1px #fde712;
}

.event-section {
  margin: 24px auto;
}

.event-hero-banner {
  height: 400px;
  margin-top: -44px;
  overflow: hidden;
}

.event-hero-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.event-hero-banner-text {
  width: 1024px;
  font-size: medium;
  text-align: center;
  line-height: normal;
  padding: 8px;
}

.event-hero-banner-text h1,
.event-hero-banner-text h2 {
  font-size: 32px;
}

.event-hero-banner-text h2 {
  font-weight: lighter;
}

.event-hero-banner-text p {
  margin: 16px;
}

.event-hero-banner-text .btn {
  display: inline-block;
  min-width: 100px;
  margin: 0.5rem;
  padding: 1.2rem 1.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.event-hero-banner-text .signin {
  color: white;
  box-shadow: inset 0px 0px 0px 2px white;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.event-hero-banner-text .signin:hover {
  color: black;
  background: white;
  transition: 0.3s;
}

.event-hero-banner-text .register {
  color: #333;
  background: #ffe710;
  transition: 0.3s;
}

.event-hero-banner-text .register:hover {
  background: #e2cf48;
}

#event-video {
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0.33;
  top: 50%;
  transform: translateY(-50%);
}

.event-why-attend h1 {
  font-size: 1.6rem;
  font-weight: bold;
}

.event-why-attend img {
  height: 100px;
  width: auto;
  margin: 24px auto;
}

.event-why-attend .article-text {
  text-align: center;
}

.event-sponsors {
  margin-bottom: 48px;
}

.event-sponsor {
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  align-items: center;
  padding: 8px;
  background: white;
}

.event-sponsor p {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .event-col-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
}

@media screen and (max-width: 982px) {
  .event-col-six {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.9%;
    flex: 0 0 18.9%;
  }
}

@media screen and (max-width: 900px) {
  .event-col-auto,
  .event-col-four,
  .event-col-six {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.8%;
    flex: 0 0 23.8%;
  }
}

@media screen and (max-width: 866px) {
  .event-sponsor {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

@media screen and (max-width: 842px) {
  .event-col-auto,
  .event-col-four,
  .event-col-six {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media screen and (max-width: 759px) {
  .event-col-auto,
  .event-col-three,
  .event-col-four,
  .event-col-six,
  .event-sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}

@media screen and (max-width: 720px) {
  #event-video {
    width: auto;
    height: 100%;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 510px) {
  .event-col-auto,
  .event-col-six,
  .event-sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .event-col-three,
  .event-col-four,
  .event-full-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
  }
}

@media screen and (max-width: 375px) {
  .event-event-hero {
    height: 500px;
  }

  .event-col-auto,
  .event-col-six,
  .event-sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .event-full-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
  }
}

@media screen and (max-width: 320px) {
  .event-hero-banner {
    height: 532px;
  }

  .event-col-auto,
  .event-col-six,
  .event-sponsor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }

  .event-full-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
  }
}

/* Vimeo Integration */
.vimeo-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.vimeo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo-info {
  padding: 8px;
  overflow-wrap: break-word;
}

/* Testimonials Slider */
.event-testimonials {
  margin: auto;
  padding: 48px 16px;
  overflow: hidden;
}

.event-testimonials h1 {
  font-size: 1.8rem;
  margin: 0 auto 8px auto;
}

.event-testimonials p {
  width: 80%;
  font-size: 1.8rem;
  text-align: center;
  margin: 16px auto;
}

.csslider {
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}

.csslider > input {
  display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}

.csslider > ul {
  position: relative;
  width: 100%;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
}

.csslider > ul > li.scrollable {
  overflow-y: scroll;
}

.csslider > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.csslider > .navigation > div {
  margin-left: -100%;
}

.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: white;
}

.csslider > .navigation label:hover:after {
  opacity: 1;
}

.csslider > .navigation label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #fde712;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}

.csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}

.csslider.inside .navigation label {
  border: 1px solid white;
}

.csslider
  > input:nth-of-type(1):checked
  ~ .navigation
  label:nth-of-type(1):after,
.csslider
  > input:nth-of-type(2):checked
  ~ .navigation
  label:nth-of-type(2):after,
.csslider
  > input:nth-of-type(3):checked
  ~ .navigation
  label:nth-of-type(3):after,
.csslider
  > input:nth-of-type(4):checked
  ~ .navigation
  label:nth-of-type(4):after,
.csslider
  > input:nth-of-type(5):checked
  ~ .navigation
  label:nth-of-type(5):after,
.csslider
  > input:nth-of-type(6):checked
  ~ .navigation
  label:nth-of-type(6):after,
.csslider
  > input:nth-of-type(7):checked
  ~ .navigation
  label:nth-of-type(7):after,
.csslider
  > input:nth-of-type(8):checked
  ~ .navigation
  label:nth-of-type(8):after,
.csslider
  > input:nth-of-type(9):checked
  ~ .navigation
  label:nth-of-type(9):after,
.csslider
  > input:nth-of-type(10):checked
  ~ .navigation
  label:nth-of-type(10):after,
.csslider
  > input:nth-of-type(11):checked
  ~ .navigation
  label:nth-of-type(11):after {
  opacity: 1;
}

.csslider > .arrows {
  position: absolute;
  /*left: -31px;*/
  top: 50%;
  width: 100%;
  height: 26px;
  /*padding: 0 31px;*/
  z-index: 1;
  box-sizing: content-box;
}

.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px white;
  cursor: pointer;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}

.csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #fde712;
  margin: 0 0px;
}

.csslider > .arrows label:before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 0;
  right: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 0;
  left: auto;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
