

:root {
  --primary: var(--site-color-scheme-primary-main);
  --secondary: var(--site-color-scheme-secondary-main);
  --accent: var(--site-color-scheme-accent-main);
}



/* ---------------- Global Brand-Specific Tweaks ---------------- */

/* Header */
[class^="EventVenue__Wrapper"] {
  color: var(--secondary);
}

/* Footer */
.footer-upper, .footer-lower {
  background: rgb(69, 73, 85) !important;
}
.footer-upper-hashtag__link {
  font-size: 40px;
}
.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,
[class^="indexstyle__VideoTitle"] {
  font-weight: 700;
  line-height: 1.2 !important;
  margin-bottom: .5em;
}
[class^="HeroModuleTitle__Title"] {
  font-size: 44px;
  font-weight: 900;
}
[class^="HeroModuleSubTitle"] {
  font-size: 32px;
}
.formatted-text h2, [class^="Paragraph__"] h2,
.formatted-text h3, [class^="Paragraph__"] h3,
.formatted-text h4, [class^="Paragraph__"] h4,
.formatted-text h5, [class^="Paragraph__"] h5,
.formatted-text h6, [class^="Paragraph__"] h6 {
  margin-bottom: .5em;
  margin-top: 1.5em;
}
[class^="Heading__StyledHeadingWrapper"] {
  margin-bottom: 0;
}
.formatted-text h2,
[class^="Paragraph__"] h2,
h2[class^="Title__Wrapper"],
h2[class^="Heading__HeadingWrapper"] {
  font-size: 40px;
  font-weight: 500;
}
.formatted-text h3,
[class^="Paragraph__"] h3,
h3[class^="Title__Wrapper"],
h3[class^="Heading__HeadingWrapper"] {
  font-size: 28px;
  font-weight: 700;
}
.formatted-text h4,
[class^="Paragraph__"] h4,
h4[class^="Title__Wrapper"],
h4[class^="Heading__HeadingWrapper"] {
  font-size: 24px;
  font-weight: 700;
}
.formatted-text h5,
[class^="Paragraph__"] h5,
h5[class^="Title__Wrapper"],
h5[class^="Heading__HeadingWrapper"],
[class^="indexstyle__VideoTitle"] {
  color: var(--primary) !important;
  font-size: 22px;
  font-weight: 700;
}
.formatted-text h6,
[class^="Paragraph__"] h6,
h6[class^="Title__Wrapper"],
h6[class^="Heading__HeadingWrapper"] {
  color: var(--primary) !important;
  font-size: 20px;
  font-weight: 700;
}

/* Paragraphs */
section:not(.image-section) [class^="Paragraph__StyledParagraphWrapper"] {
  margin-top: 30px;
}
.testimonial-section [class^="ItemQuote"] {
  font-weight: 400;
}
.formatted-text > :first-child,
[class^="Paragraph__ParagraphWrapper"] > :first-child {
  margin-top: 0;
}
[class^="Paragraph__"] p {
  line-height: 1.5;
}
[class^="Paragraph"] ol,
[class^="Paragraph"] ul {
  list-style-position: outside !important;
}
::marker {
  color: var(--accent);
}

/* Inline Links */
.l-site__content a {
  color: var(--secondary);
  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,
a.accordion-link {
  color: #000;
  text-decoration: none !important;
}
.l-site-course .c-cta:hover, .l-site-event .c-cta:hover,
[class^="Link__Wrapper"] a:hover,
a.accordion-link:hover {
  color: #000;
}

/* CTA Links */
[class^="Link__Wrapper"] a,
a.accordion-link {
  background: var(--accent);
  border: none !important;
  border-radius: 48px;
  box-shadow: 0 1px 3px 0 #0003;
  color: #000 !important;
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 1;
  margin-bottom: 15px;
  padding: 11px 30px 9px 30px !important;
  text-decoration: none !important;
  transition: all .2s linear;
}
[class^="Link__Wrapper"] a:after,
a.accordion-link: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,
a.accordion-link:hover:after {
    transform: translateX(10px);
}
[class^="Link__Wrapper"] a:active,
[class^="Link__Wrapper"] a:hover,
a.accordion-link:active,
a.accordion-link:hover {
  box-shadow: none;
  color: var(--secondary) !important;
  filter: brightness(85%);
}
.c-cta--hollow,
.c-cta--hollow:active, .c-cta--hollow:hover {
  background: #9423FC;
  color: #fff !important;
}

/* Speakers */
.promoted-speakers-section [class^="indexstyle__Body"] h3,
.promoted-speakers-section [class^="indexstyle__Body"] h4 {
  margin-top: 5px;
}



/* ---------------- Global Generic (Reusable) Tweaks ---------------- */

/* CUSTOM Headers */
h2[class^="Title__Wrapper"],
h3[class^="Title__Wrapper"],
h4[class^="Title__Wrapper"],
[class^="Heading__HeadingWrapper"],
[class^="Heading__StyledHeadingWrapper"],
[id*="-light"] [class^="Heading__HeadingWrapper"],
[class^="ImageModule__Wrapper"] [class^="Heading__HeadingWrapper"],
[class^="indexstyle__TextWrapper"] [class^="Heading__HeadingWrapper"],
[class^="Paragraph__ParagraphWrapper"] h2,
[class^="Paragraph__ParagraphWrapper"] h3,
[class^="Paragraph__ParagraphWrapper"] h4 {
  color: var(--secondary);
}
[id*="-primary"] [class^="Title__Wrapper"], [id*="-secondary"] [class^="Title__Wrapper"],
[id*="-primary"] [class^="Heading__HeadingWrapper"], [id*="-secondary"] [class^="Heading__HeadingWrapper"],
[id*="-primary"] [class^="Heading__StyledHeadingWrapper"], [id*="-secondary"] [class^="Heading__StyledHeadingWrapper"],
[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;
}
[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;
}

/* NO Divider Lines */
[class^="Underline-sc"] {
  margin: 20px 0;
  opacity: 0;
}
.image-section [class^="Underline-sc"] {
  margin: 5px 0;
}
.video-gallery-section [class^="indexstyle__Line"] {
  opacity: 0;
}
[class^="styles__Line"] {
  display: none;
}


/* Accordian Module */
.accordion-page-section [class^="Styles__StyledAccessibleAccordionItemHeading"] h2,
.accordion-page-section [class^="Styles__StyledAccessibleAccordionItemHeading"] h3,
.accordion-page-section [class^="Styles__StyledAccessibleAccordionItemHeading"] h4,
.accordion-page-section [class^="Styles__StyledAccessibleAccordionItemHeading"] h5,
.accordion-page-section [class^="Styles__StyledAccessibleAccordionItemHeading"] h6 {
  margin-bottom: 0;
}

/* Column Text Module */
.custom-page-section [class^="Image__Wrapper"] {
  margin-bottom: 20px !important;
}

/* File Download Module */
.file-download-section > div {
  background: #fff;
}
.file-download-section [class^="styles__Title"] {
  min-height: unset;
  padding-left: 0;
}
.file-download-section [class^="IconBadge__IconBadgeWrapper"] {
  display: none;
}
.file-download-section hr {
  margin: 9px 0;
  opacity: 0;
}

/* Hero Module */
[class^="HeroModuleText"] {
  font-size: 18px;
}

/* Home Hero Banner */
.l-site--home main > section:first-of-type .row > div {
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.l-site--home main > section:first-of-type [class^="styles__CallToActionsWrapper"] {
  justify-content: center;
}

/* Speakers Module */
.promoted-speakers-section .col-sm-9 {
  flex-basis: 100%;
  max-width: 100%;
}

/* Video Gallery Module */
.video-gallery-section [class^="indexstyle__VideoTitle"] {
  padding-bottom: 0;
}





/* ---------------- Brand-Specific Custom Classes ---------------- */

[id*="-compact"].accordion-page-section [class^="Paragraph__StyledParagraphWrapper"],
[id*="-compact"].accordion-page-section [class^="Styles__StyledAccordionWrapper"] {
  margin-top: 0;
}

[id*="-img69"].custom-page-section .embed-responsive-16by10:before {
  padding-top: 69px;
}
[id*="-img105"].custom-page-section .embed-responsive-16by10:before {
  padding-top: 105px;
}
[id*="-img259"].custom-page-section .embed-responsive-16by10:before {
  padding-top: 259px;
}

[id*="-nogap"] [class^="Paragraph__StyledParagraphWrapper"] {
  margin-top: 0 !important;
}

[id*="-sponsored"] [class^="Paragraph__StyledParagraphWrapper"] {
  margin-bottom: .5rem;
}

[id*="-tighten"].custom-page-section [class^="Image__Wrapper"] {
  margin-bottom: 10px;
}
[id*="-tighten"].custom-page-section [class^="Title__Wrapper"] {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  [id*="-sponsored"] .col-sm-offset-2,
  [id*="-sponsored"] .col-sm-offset-3 {
    margin-left: calc(25% + 20px);
  }
  [id*="-sponsored"] .col-sm-offset-2 img {
    margin: 0;
  }
  [id*="-sponsored"] [class^="Paragraph__StyledParagraphWrapper"] {
    text-align: left;
  }
}
