@charset "UTF-8";
/************************************************************************/
/*******************************INTEGRATION START************************/
/************************************************************************/
/* Fixes/CSS for 3rd Party Plugins*/
.lity-close {
  margin-right: 30px;
  margin-top: 30px;
}

.glider {
  scrollbar-width: none;
}

.glider::-webkit-scrollbar {
  display: none;
}

body {
  overflow: visible !important;
}

/* Additional styling for SME Hub Grid */
.article-single-takeaways,
.event-single-takeaways {
  background-color: #071E33;
  color: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 24px;
}

.sme-hub-landing-browsetopics {
  background: linear-gradient(180deg, #071E33 0.58%, #103870 99.43%);
  color: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 24px;
}

.article-single-post {
  background-color: #FFFFFF;
  color: #212121;
  padding-top: 24px;
  padding-bottom: 24px;
}

.article-listing-items .sme-hub-container:last-child {
  padding-bottom: 50px;
}

.sme-hub-container {
  padding: 30px 15px 0px;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .article-single-takeaways,
.event-single-takeaways {
    background-color: #071E33;
    color: #FFFFFF;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .article-single-post {
    background-color: #FFFFFF;
    color: #212121;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sme-hub-landing-browsetopics {
    color: #FFFFFF;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sme-hub-container {
    padding: 40px 45px 0px;
    margin-left: 0;
    margin-right: 0;
  }

  .article-listing-items .sme-hub-container:last-child {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .sme-hub-container {
    padding: 50px 60px 0px;
    margin-left: 0;
    margin-right: 0;
  }

  .article-listing-items .sme-hub-container:last-child {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .sme-hub-container {
    padding: 50px 150px 0px;
    margin-left: 0;
    margin-right: 0;
  }
}
/* Customised Masthead for Event */
.event-single-masthead {
  min-height: 400px;
  height: auto;
  border-radius: 0;
}
.event-single-masthead.custom {
  min-height: 210px;
}
.event-single-masthead .overlay {
  padding: 25px 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.8) 1.46%, rgba(61, 61, 61, 0.435144) 100%) !important;
}
.event-single-masthead .overlay .content {
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.event-single-masthead .post-item .post-info {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-top: 1.5vh;
}
.event-single-masthead .post-item .post-info li {
  display: inline-flex;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.event-single-masthead .post-item .post-info li:first-child {
  display: none;
}
.event-single-masthead .post-item .post-info li::after {
  content: "•";
  color: #FFFFFF;
  padding: 0 5px;
}
.event-single-masthead .post-item .post-info li:last-child::after {
  content: none;
}
.event-single-masthead .post-item .call-to-action {
  margin-top: 5vh;
  margin-bottom: 15px;
}
.event-single-masthead .post-item .call-to-action a {
  font-family: "Roboto-Medium";
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}
.event-single-masthead .post-item .call-to-action a:hover {
  color: #FFFFFF;
}
.event-single-masthead .post-item .call-to-action a img {
  padding-right: 10px;
}
.event-single-masthead .post-item h4 {
  font-family: "Roboto-Medium";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .event-single-masthead {
    border-radius: 0;
    min-height: 600px;
    height: auto;
  }
  .event-single-masthead.custom {
    min-height: 600px;
  }
  .event-single-masthead .overlay {
    padding: 45px 0;
  }
  .event-single-masthead .overlay .content {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .event-single-masthead .post-item h1 {
    font-size: 54px;
    line-height: 70px;
    color: #FFFFFF;
    width: 60vw;
  }
  .event-single-masthead .post-item .post-info {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-top: 2.5vh;
  }
  .event-single-masthead .post-item .post-info li {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  }
  .event-single-masthead .post-item .post-info li:first-child {
    display: inline-flex;
  }
  .event-single-masthead .post-item .post-info li::after {
    content: "•";
    color: #FFFFFF;
    padding: 0 15px;
  }
  .event-single-masthead .post-item .post-info li:last-child::after {
    content: none;
  }
  .event-single-masthead .post-item .call-to-action {
    margin-top: 5vh;
    margin-bottom: 25px;
  }
  .event-single-masthead .post-item .call-to-action a {
    font-family: "Roboto-Regular";
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
  }
  .event-single-masthead .post-item .call-to-action a:hover {
    color: #FFFFFF;
  }
  .event-single-masthead .post-item .call-to-action a img {
    padding-right: 10px;
  }
  .event-single-masthead .post-item h4 {
    font-family: "Roboto-Medium";
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
/* Breadcrumb Component for Customized SME-Hub Masthead */
.article-breadcrumbs a {
  color: #2DBFE7;
}
.article-breadcrumbs a::after {
  color: #FFFFFF;
}
.article-breadcrumbs a:last-child {
  color: #FFFFFF;
}
.article-breadcrumbs a:last-child::after {
  content: none;
}

@media (min-width: 768px) {
  .article-breadcrumbs a {
    color: #2DBFE7;
  }
  .article-breadcrumbs a:last-child {
    color: #FFFFFF;
    cursor: default;
  }
  .article-breadcrumbs a:last-child::after {
    content: none;
  }
}
/* Takeaways Component for SME-Hub */
.custom-info-desktop {
  display: none;
}

.custom-info-mobile h3 {
  display: block;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 3vh;
}
.custom-info-mobile .post-item {
  margin-bottom: 40px;
}
.custom-info-mobile .post-info {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
.custom-info-mobile .post-info li {
  display: inline-flex;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 12px !important;
  line-height: 18px !important;
  margin-bottom: 2vh !important;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
.custom-info-mobile .post-info li:first-child {
  display: inline-flex;
}
.custom-info-mobile .post-info li::after {
  content: "•";
  color: #FFFFFF;
  padding: 0 10px;
}
.custom-info-mobile .post-info li:last-child::after {
  content: "";
}

.event-single-takeaways-description {
  margin-top: 20px;
}
.event-single-takeaways-description h2 {
  font-family: "Roboto-Light";
  font-size: 28px;
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.event-single-takeaways-description ul {
  padding-left: 15px;
}
.event-single-takeaways-description ul > li,
.event-single-takeaways-description p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .custom-info-mobile {
    display: none;
  }

  .event-single-takeaways-description {
    margin-top: 0;
  }
  .event-single-takeaways-description .custom-info-desktop {
    display: block;
  }
  .event-single-takeaways-description .custom-info-desktop .post-item {
    margin-bottom: 50px;
  }
  .event-single-takeaways-description .custom-info-desktop h2 {
    font-family: "Roboto-Light";
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
  }
  .event-single-takeaways-description .custom-info-desktop .post-info {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .event-single-takeaways-description .custom-info-desktop .post-info li {
    display: inline-flex;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .event-single-takeaways-description .custom-info-desktop .post-info li::after {
    content: "•";
    color: #FFFFFF;
    padding: 0 15px;
  }
  .event-single-takeaways-description .custom-info-desktop .post-info li:first-child {
    display: inline;
  }
  .event-single-takeaways-description .custom-info-desktop .post-info li:last-child::after {
    content: "";
  }
  .event-single-takeaways-description h2 {
    font-family: "Roboto-Light";
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 40px;
  }
  .event-single-takeaways-description ul {
    padding-left: 16px;
  }
  .event-single-takeaways-description ul > li,
.event-single-takeaways-description p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
/* Author Information Component for SME-Hub */
.event-meta-info .event-info {
  margin-bottom: 40px;
  margin-top: 0;
}
.event-meta-info .event-info .event-info-body {
  margin-bottom: 0px;
}
.event-meta-info .event-info .event-info-body .event-meta-m-icon {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
.event-meta-info .event-info .event-info-body:last-child p {
  margin-bottom: 0;
}
.event-meta-info .event-info .event-info-body .uob-accordion-event .accordion .card {
  border: 0;
  padding-top: 30px;
  padding-bottom: 0;
}
.event-meta-info .event-info .event-info-body .uob-accordion-event .accordion .card .card-header {
  border: none;
  padding: 0;
  padding-bottom: 10px;
  background: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.event-meta-info .event-info .event-info-body .uob-accordion-event .accordion .card .card-header h5 {
  font-family: "Roboto-Medium";
  color: #2DBFE7;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.event-meta-info .event-info .event-info-body .uob-accordion-event .accordion .card .card-header .icon-toggle {
  width: 12px;
  height: 12px;
  margin-left: 12px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.event-meta-info .event-info .event-info-body .uob-accordion-event .accordion .card .accordion-multiple-dates-row p {
  margin-bottom: 10px;
  background: #051321;
  border-radius: 10px;
  padding: 15px;
  width: 233px;
}
.event-meta-info .event-info .event-info-body .uob-accordion-event .accordion .card .collapsed .icon-toggle {
  margin-left: 12px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.event-meta-info .event-info .event-info-body .uob-accordion-event .accordion .card {
  padding-top: 40px;
}
.event-meta-info .event-info .event-info-body .uob-accordion-event .accordion .card .card-header .icon-toggle {
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  .event-meta-info .event-info .event-info-body .uob-accordion-event .accordion .card .card-header h5 {
    font-family: "Roboto-Medium";
    color: #2DBFE7;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.event-meta-info .event-info h4 {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.event-meta-info .event-info p {
  font-size: 16px;
  line-height: 26px;
  display: flex;
  margin-bottom: 20px;
}
.event-meta-info .event-info .cta-register a {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .event-meta-info .event-info {
    margin: 30px auto;
  }
  .event-meta-info .event-info:first-child {
    margin-top: 0;
  }
  .event-meta-info .event-info:last-child {
    margin-bottom: 40px;
  }
  .event-meta-info .event-info .event-info-body {
    margin-bottom: 30px;
    padding-left: 0;
  }
  .event-meta-info .event-info .event-info-body:last-child {
    margin-bottom: 0;
  }
  .event-meta-info .event-info .event-info-body .event-meta-m-icon {
    display: none;
  }
  .event-meta-info .event-info h4 {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .event-meta-info .event-info p {
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-bottom: 1rem;
  }
  .event-meta-info .event-info .cta-register a {
    width: 230px;
    display: inline-block;
    text-align: center;
  }
}
/* Share Buttons Component for SME-Hub */
.share-this-component.sticky-top {
  z-index: 1018;
}
.share-this-component.dark {
  color: #FFFFFF;
}
.share-this-component.light {
  display: block;
  color: #212121;
}
.share-this-component.light h4 {
  color: #6E6E6E;
}
.share-this-component .media h4 {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 2vh;
}
.share-this-component .media ul {
  list-style-type: none;
  padding-left: 0;
}
.share-this-component .media ul li {
  display: inline-block;
  margin: auto 8px;
}
.share-this-component .media ul li:first-child {
  display: inline-flex;
  margin-left: 0;
}
.share-this-component .media img {
  width: 25px;
  height: 25px;
  border-radius: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .share-this-component.sticky-top {
    top: 150px;
    z-index: 1019;
  }
  .share-this-component.dark {
    color: #FFFFFF;
  }
  .share-this-component.light {
    display: none;
    color: #212121;
  }
  .share-this-component.light h4 {
    color: #6E6E6E;
  }
  .share-this-component .media h4 {
    font-family: "Roboto-Regular";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2vh;
  }
  .share-this-component .media ul {
    list-style-type: none;
    padding-left: 0;
  }
  .share-this-component .media ul li {
    display: inline-block;
    margin: auto 15px;
  }
  .share-this-component .media ul li:first-child {
    display: none;
  }
  .share-this-component .media ul li:nth-child(2) {
    margin-left: 0;
  }
  .share-this-component .media img {
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin-right: 0;
  }
}
/* Related Items Component for SME-Hub */
.related-items {
  background-color: #FFFFFF;
  color: #212121;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0;
  padding-left: 0;
}
.related-items .container:nth-child(2) {
  padding-right: 0;
  padding-left: 0;
}
.related-items .container:last-child {
  padding-right: 0;
  padding-left: 0;
}
.related-items .row {
  margin-bottom: 2.5vh;
}
.related-items h2 {
  font-family: "Roboto-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
  color: #00377B;
  text-align: center;
}
.related-items article {
  margin-right: 20px;
  width: 270px;
}
.related-items article:first-child {
  margin-left: 20px;
}
.related-items article a.img-link {
  width: 270px;
  height: 180px;
  display: block;
  position: relative;
}
.related-items article a.img-link .card-tag {
  font-family: "Roboto-Medium";
  font-weight: 900;
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  padding: 5px 10px;
  background: #133359;
  border-radius: 5px;
  text-transform: uppercase;
}
.related-items article a.img-link img {
  width: auto;
  height: 180px;
  border-radius: 15px;
  border: 1px solid #F5F5F5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.related-items article .wrapper {
  margin-top: 2.5vh;
  min-height: 150px;
  padding: 0;
}
.related-items article .wrapper p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6E6E6E;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.related-items article .wrapper p img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-top: -2px;
}
.related-items article .wrapper p a {
  color: #6E6E6E;
}
.related-items article .wrapper h3 {
  font-family: "Roboto-Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.related-items article .wrapper h3 a {
  color: #212121;
}
.related-items article .wrapper a.more {
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .related-items {
    background-color: #FFFFFF;
    color: #212121;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .related-items .row {
    margin-bottom: 5vh;
  }
  .related-items h2 {
    font-family: "Roboto-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    color: #00377B;
    text-align: center;
  }
  .related-items article {
    width: auto;
    margin-right: auto;
  }
  .related-items article:first-child {
    margin-left: 0;
  }
  .related-items article a.img-link {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .related-items article a.img-link .card-tag {
    font-family: "Roboto-Bold";
    font-size: 13px;
    line-height: 20px;
    top: 20px;
    left: 20px;
  }
  .related-items article a.img-link img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 1px solid #F5F5F5;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .related-items article .wrapper {
    margin-top: 30px;
    min-height: 150px;
    padding: 0;
  }
  .related-items article .wrapper p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #6E6E6E;
    margin-bottom: 10px;
  }
  .related-items article .wrapper p a {
    color: #6E6E6E;
  }
  .related-items article .wrapper h3 {
    font-family: "Roboto-Medium";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
  .related-items article .wrapper h3 a {
    color: #212121;
  }
  .related-items article .wrapper a.more {
    font-size: 15px;
    line-height: 24px;
  }
}
/* Print Styles for SME-Hub */
@media print {
  body {
    visibility: hidden;
  }

  .print-area {
    visibility: visible;
  }

  .container,
.container-fluid {
    width: 100%;
    height: auto;
  }
}
/************************************************************************/
/*******************************INTEGRATION END**************************/
/************************************************************************//*# sourceMappingURL=event-single.css.map */