main {
  text-align: center;
}

main > #sns_main, .breadcrumbs {
  text-align: left;
}

body {
  color: #41362f;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 14px;
}

body h2 {
  font-weight: 800;
  color: #353535;
  font-size: 26px;
  line-height: 100%;
  margin: 16px 0;
}

img, .image {
  font-size: 12px;
  color: #555;
  line-height: 1;
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0 none;
}

a {
  background-color: transparent;
}

.webinar-main a, .webinar-main .link, .webinar-main .alink {
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  color: #0088ce;
  text-decoration: underline !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.webinar-main a:hover, .webinar-main .link:hover, .webinar-main .alink:hover {
  color: #f58220;
}

#sns_main {
  padding-left: 0;
  padding-right: 0;
  min-height: calc(100vh - 199px);
  position: relative;
  transition: z-index 1s step-end;
  margin-left: auto;
  margin-right: auto;
  max-width: 92%;
  display: inline-block;
  width: 1500px;
  margin-bottom: 48px;
}

.breadcrumbs .items {
  margin-left: auto !important;
  margin-right: auto !important;
}

.navigation, .breadcrumbs .items, .page-header .header.panel, .header.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .vcp-banner-container.content-container, .jpp-slider-wrapper .content-wrapper, #sns_main {
  margin-left: 15px;
  margin-right: 15px;
  max-width: calc(100% - 32px);
  width: 1500px;
}

.columns-wrapper {
  padding: 0 !important;
  border-top: 0 solid transparent !important;
  width: 900px !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto !important;
  box-shadow: 0 0 0 transparent !important;
  background: transparent !important;
}

.page-title-card h1 {
  color: #004f9d;
  text-transform: none;
  margin-bottom: 14px;
  margin-top: 38px;
  font-weight: 800;
  line-height: 100%;
}

#sns_main {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 100px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  body h2 {
    font-size: 32px;
    margin: 24px 0;
  }
  #sns_main {
    margin-left: -10px;
    margin-right: -10px;
    box-sizing: border-box;
  }
  .page-title-card h1 {
    font-size: 40px;
    margin: 24px 0;
  }
}
@media (min-width: 768px) {
  #sns_main {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: 1500px;
  }
}
.webinar-main section {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.06);
  background: #fff;
  margin-bottom: 32px;
  padding: 44px !important;
}

.webinar-main .top-area::after {
  background: linear-gradient(to bottom, #1a1a1a 0%, #163048 22%, #004f9d 100%) !important;
  filter: brightness(0.5) !important;
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: -5;
  transform: translateX(-50%);
  width: 100vw;
}

section.subscribe .hs-form .hs-main-font-element p span {
  font-size: 24px !important;
  font-weight: 700 !important;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  display: block;
  line-height: 1.4;
}

section.subscribe .hs-form {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}

form.hs-form .legal-consent-container p {
  margin: 24px 0;
  padding-right: 24px;
  font-size: 10px;
  line-height: 16px;
  font-style: italic;
  color: #555;
}

form.hs-form .hs-submit .actions input[type=submit] {
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  border-radius: 0 !important;
  box-sizing: border-box;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px !important;
  line-height: 100%;
  padding: 13px 25px !important;
  text-transform: uppercase;
  background-color: #0088ce !important;
  border: 1px solid #0088ce !important;
}

section.subscribe .hs-form .legal-consent-container p a:hover {
  color: #f58220;
}

section.subscribe .hs-form .legal-consent-container p a {
  font-size: 10px;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  color: #0088ce;
  text-decoration: underline !important;
  font-weight: 500;
  line-height: 20px;
}

section.subscribe .hs-form input.hs-button {
  width: 100%;
}

form.hs-form .hs-submit .actions input[type=submit]:hover, form.hs-form .hs-submit .actions input[type=submit]:focus {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  background-color: #1e95d4 !important;
}

@media (max-width: 991px) {
  #sns_main {
    margin-bottom: 48px;
  }
  .page-title-card h1 {
    margin-top: 24px;
  }
  section.subscribe {
    padding-top: 24px !important;
  }
  .webinar-main section {
    padding: 24px !important;
  }
}
@media (max-width: 500px) {
  section.subscribe .hs-form .legal-consent-container p {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.webinar-main section.webinar-post {
  padding-top: 0 !important;
  padding-bottom: 44px !important;
}

.video-wrapper {
  min-width: calc(100% + 88px);
  background: #222;
  transform: translateX(-44px);
  position: relative;
  padding-bottom: 0 !important;
  width: 100%;
  margin: 0;
}

.video-wrapper .inner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.video-wrapper .inner video, .post-view.webinar .video-wrapper .inner iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.featured-products {
  overflow: hidden;
  min-width: calc(100% + 44px);
  transform: translateX(-22px);
}

.webinar-description, .post-view.webinar .webinar-downloads, .post-view.webinar .featured-products {
  padding-bottom: 44px;
}

.featured-products .products-header {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
}

.webinar-categories {
  margin-bottom: 28px;
}

.webinar-categories span {
  background: #f9f9f9;
  padding: 0 16px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 8px;
  user-select: none;
  text-transform: capitalize;
  box-shadow: inset 0 0 16px rgba(2, 2, 2, 0.08);
}

@media (max-width: 991px) {
  .webinar-categories span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .featured-products {
    padding-bottom: 24px !important;
  }
  .featured-products .products-header {
    margin-top: 24px;
  }
  #sns_main .webinar .webinar-post {
    padding: 24px !important;
    padding-top: 0 !important;
  }
  .webinar-post .top-area .video-wrapper {
    min-width: calc(100% + 48px);
    transform: translateX(-24px);
  }
}
@media (max-width: 500px) {
  .featured-products {
    padding-bottom: 0 !important;
  }
  .featured-products .products-header {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #sns_main .webinar .webinar-post {
    padding-bottom: 16px !important;
  }
}
.featured-products .slider-wrapper {
  padding: 24px;
  background: #f9f9f9;
  position: relative;
  z-index: 1;
  max-height: 254px;
}

.featured-products .slider-wrapper::before, .post-view.webinar .featured-products .slider-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
}

.featured-products .featured-products-slider {
  opacity: 0;
  transition: opacity 0.32s ease;
}

.featured-products .featured-products-slider.flickity-enabled {
  opacity: 1;
}
.featured-products .featured-products-slider.flickity-enabled .flickity-button {
  border-radius: 100%;
  transition: 0.24s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 8px rgba(2, 2, 2, 0.05);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background: #0088ce;
  z-index: 5;
  -webkit-transition: 0.24s ease;
  transition: 0.24s ease;
  height: 32px;
  width: 32px;
}
.featured-products .featured-products-slider.flickity-enabled .flickity-button::before {
  position: absolute;
  content: "";
  background: url(https://d2we78jv268onp.cloudfront.net/landing-pages/webinars/white-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 12px;
}
.featured-products .featured-products-slider.flickity-enabled .flickity-button svg {
  display: none;
}
.featured-products .featured-products-slider.flickity-enabled .flickity-button:disabled {
  opacity: 0;
}
.featured-products .featured-products-slider.flickity-enabled .flickity-button.previous {
  left: 2px;
  content: "";
  background-image: url("https://d2we78jv268onp.cloudfront.net/icons/arrow-left.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.featured-products .featured-products-slider.flickity-enabled .flickity-button.next {
  right: 2px;
  content: "";
  background-image: url("https://d2we78jv268onp.cloudfront.net/icons/arrow-right.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.webinar-description {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 991px) {
  .webinar-description {
    padding-bottom: 24px;
  }
  .featured-products {
    min-width: calc(100% + 24px);
    transform: translateX(-12px);
  }
  .featured-products .slider-wrapper {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  div[data-appearance=contained], div[data-content-type=row][data-appearance=contained] {
    max-width: 100% !important;
  }
  #sns_main .webinar-description div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 500px) {
  .webinar-description {
    padding-bottom: 0;
  }
  .webinar-hosts .host .host-image {
    width: 60px !important;
  }
}
@media (max-width: 480px) {
  .webinar-description {
    font-size: 14px;
  }
}
.webinar-description [data-element=main] {
  font-weight: 400 !important;
}

.webinar-description [data-element=inner] {
  padding: 0 !important;
  margin: 0 !important;
}

div[data-appearance=contained], div[data-content-type=row][data-appearance=contained] {
  max-width: 92%;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

[data-content-type=row][data-appearance=contained] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}

.webinar-description [data-content-type=html] {
  word-wrap: break-word;
  font-weight: 400;
}

.post-holder > div:nth-last-of-type(2) {
  padding-bottom: 0 !important;
}

.webinar-hosts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.webinar-hosts .host {
  display: flex;
  margin-right: 22px;
}

.webinar-hosts .host:last-of-type {
  margin-right: 0;
}

.webinar-hosts .host .host-image {
  width: 68px;
  margin-right: 14px;
}

.webinar-hosts .host .host-info {
  position: relative;
  display: flex;
  flex-direction: column;
}

.webinar-hosts .host .host-info .host-name {
  color: #0088ce;
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
}

.webinar-hosts .host .host-info h5, .post-view.webinar .webinar-hosts .host .host-info span {
  margin: 0;
  width: 100%;
  line-height: 24px;
}

.webinar-hosts .host .host-info .host-email, .post-view.webinar .webinar-hosts .host .host-info .host-phone {
  font-size: 14px;
}

.featured-products .featured-products-slider .product {
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 8px rgba(2, 2, 2, 0.1);
  text-decoration: none !important;
  width: 190px;
  height: 190px;
  margin-right: 12px;
  display: block;
  z-index: 2;
  left: 0%;
}

.featured-products .featured-products-slider .product .product-image-container {
  width: 100% !important;
  display: inline-block;
  max-width: 100%;
}

.featured-products .featured-products-slider .product .product-image-wrapper {
  width: 70% !important;
  padding-bottom: 70% !important;
  margin: 0 auto;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.featured-products .featured-products-slider .product .product-image-container .product-image-wrapper img {
  margin-top: 4px;
  height: 100% !important;
  max-width: 112px;
  max-height: 95px;
  top: 9px;
}

.featured-products .featured-products-slider .flickity-slider {
  left: 0;
  transform: translateX(0%);
  display: flex;
}

.featured-products .featured-products-slider .product img {
  margin: 0 auto;
  margin-top: 28px;
  display: block;
}

.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.featured-products .featured-products-slider .flickity-viewport {
  height: 190px;
  touch-action: pan-y;
}

.featured-products .featured-products-slider .product label {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.06;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  -webkit-transition: 0.18s ease;
  transition: 0.18s ease;
  letter-spacing: -0.2px;
}

/*# sourceMappingURL=video-pages.css.map */
