

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500..900;1,500..900&family=Roboto+Slab:wght@100..900&display=swap');


:root {
  --primary: var(--site-color-scheme-primary-main);
  --secondary: var(--site-color-scheme-secondary-main);
  --accent: var(--site-color-scheme-accent-main);
  
  --pink: #b22672;
}



/* ---------------- Global Brand-Specific Tweaks ---------------- */

body,
[class^="Paragraph__ParagraphWrapper"] p,
[class^="Paragraph__ParagraphWrapper"] ul {
  font-family: "Roboto Slab", Open Sans, sans-serif;
}

/* Header */
[class^="EventVenue__Wrapper"] {
  color: var(--secondary);
}

/* Navbar */
.c-multi-level-nav {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

/* Footer */
.footer-upper, .footer-lower {
  background: rgb(69, 73, 85) !important;
}
.footer-upper-contacts__social-list {
  display: grid;
  grid-gap: 0 10px;
  grid-template-columns: repeat(8, min-content);
}
.footer-upper-contacts__social-link,
.footer-upper-contacts__social-icon {
  border-radius: 50%;
  color: rgb(69, 73, 85) !important;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  width: 60px;
}
.footer-upper-contacts__social-icon:before {
  font-size: 40px !important;
  right: 0 !important;
  bottom: 0 !important;
}
footer .c-site-lower-footer-menu li:nth-of-type(1),
footer .c-site-lower-footer-menu li:nth-of-type(2),
footer .c-site-lower-footer-menu li:nth-of-type(4) {
  display: none;
}

/* Headings & Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif !important;
  font-weight: 700;
  line-height: 1.2 !important;
}
[data-testid="informa-paragraph"] h2,
[data-testid="informa-paragraph"] h3,
[data-testid="informa-paragraph"] h4,
[data-testid="informa-paragraph"] h5,
[data-testid="informa-paragraph"] h6 {
  margin-bottom: .5em;
  margin-top: 1.5em;
}
[data-testid="informa-paragraph"] h2:first-child,
[data-testid="informa-paragraph"] h3:first-child,
[data-testid="informa-paragraph"] h4:first-child,
[data-testid="informa-paragraph"] h5:first-child,
[data-testid="informa-paragraph"] h6:first-child {
  margin-top: 0;
}

[class^="Title__Wrapper"],
[class^="Paragraph__ParagraphWrapper"] h3 {
  font-size: 25px;
}
[class^="Heading__HeadingWrapper"] {
  font-size: 36px;
  font-weight: 500;
}
/* This visual accent is tricky -- hidden for now
[class^="Heading__HeadingWrapper"]::after {
    background: var(--pink);
    content: "";
    display: block;
    margin: 15px auto 0 auto;
    height: 2px;
    width: 66px;
} */

/* Paragraphs */
section:not(.image-section) [class^="Paragraph__StyledParagraphWrapper"] {
  margin-top: 30px;
}

/* Inline Links */
.l-site__content a {
  color: var(--secondary);
  font-weight: 700;
  text-decoration: none;
}
.l-site__content a:not(.c-multi-level-nav-btn__link):active,
.l-site__content a:not(.c-multi-level-nav-btn__link):hover {
  color: var(--secondary);
  text-decoration: underline;
}
[id*="-primary"] [class^="Paragraph__"] a,
[id*="-secondary"] [class^="Paragraph__"] a {
  color: var(--accent) !important;
}

/* CTA Buttons */
.c-multi-level-nav-menu__book-now {
  padding: 9px 30px !important;
}

.l-site-course .c-cta, .l-site-event .c-cta,
[class^="Link__Wrapper"] a {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none !important;
}
.l-site-course .c-cta:hover, .l-site-event .c-cta:hover,
[class^="Link__Wrapper"] a:hover {
  color: #000;
}

/* CTA Links */
[class^="Link__Wrapper"] a {
  background: var(--accent);
  border-radius: 48px;
  box-shadow: 0 1px 3px 0 #0003;
  color: #000 !important;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 11px 30px 9px 30px;
  text-decoration: none !important;
  transition: all .2s linear;
}
[class^="Link__Wrapper"] a:after {
  content: "east";
  display: inline-block;
  font-family: Material Icons;
  font-size: 24px;
  margin-left: 15px;
  position: relative;
  top: -1px;
  transition: transform .4s;
  vertical-align: middle;
}
[class^="Link__Wrapper"] a:hover:after {
    transform: translateX(10px);
}
[class^="Link__Wrapper"] a:active,
[class^="Link__Wrapper"] a:hover {
  box-shadow: none;
  filter: brightness(85%);
}
.c-cta--hollow,
.c-cta--hollow:active, .c-cta--hollow:hover {
  background: #E45424;
  color: #fff !important;
}

::marker {
  color: var(--accent);
}

/* Speakers */
.promoted-speakers-section [class^="indexstyle__Body"] h3,
.promoted-speakers-section [class^="indexstyle__Body"] h4 {
  margin-top: 5px;
}



/* ---------------- Global Generic (Reusable) Tweaks ---------------- */

/* BIGGER Hero Headlines */
h1[class^="HeroModuleTitle__Title"] {
  font-size: 48px;
  font-weight: 900;
}

/* CUSTOM Headers */
[class^="Title__Wrapper"],
[class^="Heading__HeadingWrapper"],
[class^="Paragraph__ParagraphWrapper"] h2,
[class^="Paragraph__ParagraphWrapper"] h3,
[class^="Paragraph__ParagraphWrapper"] h4,
[class^="Paragraph__ParagraphWrapper"] h5,
[class^="Paragraph__ParagraphWrapper"] h6 {
  color: var(--secondary) !important;
}
[id*="-primary"] [class^="Title__Wrapper"], [id*="-secondary"] [class^="Title__Wrapper"],
[id*="-primary"] [class^="Heading__HeadingWrapper"], [id*="-secondary"] [class^="Heading__HeadingWrapper"],
[id*="-primary"] [class^="Paragraph__ParagraphWrapper"] h2, [id*="-secondary"] [class^="Paragraph__ParagraphWrapper"] h2,
[id*="-primary"] [class^="Paragraph__ParagraphWrapper"] h3, [id*="-secondary"] [class^="Paragraph__ParagraphWrapper"] h3,
[id*="-primary"] [class^="Paragraph__ParagraphWrapper"] h4, [id*="-secondary"] [class^="Paragraph__ParagraphWrapper"] h4,
[id*="-primary"] [class^="Paragraph__ParagraphWrapper"] h5, [id*="-secondary"] [class^="Paragraph__ParagraphWrapper"] h5,
[id*="-primary"] [class^="Paragraph__ParagraphWrapper"] h6, [id*="-secondary"] [class^="Paragraph__ParagraphWrapper"] h6 {
  color: #fff !important;
}
[class^="Title__Wrapper"],
[class^="Paragraph__ParagraphWrapper"] h2,
[class^="Paragraph__ParagraphWrapper"] h3,
[class^="Paragraph__ParagraphWrapper"] h4,
[class^="Paragraph__ParagraphWrapper"] h5,
[class^="Paragraph__ParagraphWrapper"] h6 {
  font-weight: 700;
}

/* FULL WIDTH Speaker Wrapper */
.promoted-speakers-section .col-sm-9 {
  flex-basis: 100%;
  max-width: 100%;
}

/* NO Divider Lines */
[class^="Underline-sc"] {
  margin: 20px 0;
  opacity: 0;
}
.image-section [class^="Underline-sc"] {
  margin: 5px 0;
}
[class^="styles__Line"] {
  display: none;
}

/* TWEAK Venue Headers */
.venue-section h1 {
  display: none;
}
.venue-section h3 {
  font-size: 28px;
}





/* ---------------- Brand-Specific Custom Classes ---------------- */

[id*="-img69"].custom-page-section .embed-responsive-16by10:before {
  padding-top: 69px;
}
[id*="-img259"].custom-page-section .embed-responsive-16by10:before {
  padding-top: 259px;
}

[id*="-tighten"].custom-page-section [class^="Image__Wrapper"] {
  margin-bottom: 10px;
}
[id*="-tighten"].custom-page-section [class^="Title__Wrapper"] {
  margin-bottom: 0;
}
