

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');



:root {
  --primary: var(--site-color-scheme-primary-main);
  --secondary: var(--site-color-scheme-secondary-main);
  --accent: var(--site-color-scheme-accent-main);
  
  --dkgrey: #111314;
}



/* ---------------- Global Brand-Specific Tweaks ---------------- */

body,
.c-not-found-section,
[class^="ArticleDetails_articleAuthorDetails"],
[class^="ArticleDetails_articleContent"],
[class^="Paragraph__ParagraphWrapper"] p,
[class^="Paragraph__ParagraphWrapper"] ul,
[class^="EntryCard_author"],
[class^="EntryCard_entryDescription"],
[class^="EntryCard_entryDetailsWrapper"] [class^="EntryCard_entryDetailsBtn"],
[class^="EntryProfileView_imageCaption"],
[class^="EntryProfileView_profileDescription"],
[class^="EntryProfileView_profileCreator"],
[class^="EntryProfileView_profileSchool"],
[class^="EntryProfileView_wrapper"],
[class^="Styles__StyledAccordionWrapper"] {
  font-family: Titillium Web, Open Sans, sans-serif;
  color: #bababa;
}

@media only screen and (min-width: 768px) {
  a em,
  em a {
    white-space: nowrap;
  }
  .custom-page-section [class^="Card__Wrapper"] a em,
  .custom-page-section [class^="Card__Wrapper"] em a {
    white-space: normal;
  }
}
em {
  padding-right: .111em;
}


/* Page */
.l-site {
  background: var(--dkgrey);
}
section,
section > div,
main#content {
  background: #222526 !important;
}
[class^="ArticlesView_wrapper"],
[class^="ArticleDetailsView_wrapper"] {
  background: none;
}

/* Header */
[class^="SiteHeader__Wrapper"] {
  background: var(--dkgrey);
}
[class^="SiteHeader__HeaderBuilderWrapper"] {
  padding: 20px 0;
}
[class^="SiteHeader__HeaderBuilderWrapper"] .row > div:nth-of-type(3) {
  align-items: center;
  display: grid;
}
[class^="EventVenue__Wrapper"],
[class^="EventVenue__Date"] {
  color: #bababa;
  font-weight: 400;
}

/* Navbar */
.c-multi-level-nav,
.c-multi-level-nav-btn__one-line {
  font-weight: 400;
  text-transform: uppercase;
}
.c-multi-level-nav-btn--active .c-multi-level-nav-btn__link {
  color: var(--accent) !important;
}

/* Footer */
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;
}
.l-site-event .footer-upper-hashtag__link {
  font-family: Titillium Web, Open Sans, sans-serif;
  font-weight: 500;
}
.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;
}

/* Headings & Titles */
h1, h2, h3, h4, h5, h6,
[class^="ArticleDetails_articleTitle"],
[class^="EntryCard_entryTitle"],
[class^="EntryProfileView_profileTitle"],
[class^="EntryProfileView_studentLabel"],
[class^="indexstyle__VideoTitle"],
[class^="IGFEntryView_entriesTitle"] {
  font-family: Oswald, Open Sans, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: .05em;
  line-height: 1.2 !important;
  margin-bottom: .5em;
}
h1, h2, h3,
[class^="ArticleDetails_articleTitle"],
[class^="EntryProfileView_profileTitle"],
[class^="EntryProfileView_studentLabel"],
[class^="HeroModuleTitle__Title"],
[class^="indexstyle__VideoTitle"],
[class^="IGFEntryView_entriesTitle"] {
  color: #beac9f !important;
  text-transform: uppercase;
}
h4 {
  color: #fff !important;
  text-transform: uppercase;
}
h5 {
  color: #fff !important;
}
[class^="ArticleDetails_articleTitle"],
[class^="EntryProfileView_profileTitle"],
[class^="HeroModuleTitle__Title"],
[class^="IGFEntryView_entriesTitle"] {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
.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: .75em;
  margin-top: 1.5em;
}
[class^="Heading__StyledHeadingWrapper"] {
  margin-bottom: 0;
}
[class^="Title__Wrapper"],
[class^="Heading__HeadingWrapper"] {
  margin-bottom: .75em;
}
[class^="HeroModuleSubTitle"] {
  font-size: 22px;
  font-weight: 400;
}
.formatted-text h1,
[class^="Paragraph__"] h1,
h1[class^="HeroModuleTitle__Title"],
h1[class^="Heading_wrapper"],
h1[class^="Title__Wrapper"],
h1[class^="Heading__HeadingWrapper"],
[class^="Styles__StyledAccessibleAccordionItemHeading"] h1 {
  border: 0;
  font-size: 40px;
}
.formatted-text h2,
[class^="Paragraph__"] h2,
h2[class^="HeroModuleTitle__Title"],
h2[class^="Title__Wrapper"],
h2[class^="Heading__HeadingWrapper"],
[class^="Styles__StyledAccessibleAccordionItemHeading"] h2 {
  font-size: 30px;
}
.formatted-text h3,
[class^="Paragraph__"] h3,
h3[class^="HeroModuleTitle__Title"],
h3[class^="Title__Wrapper"],
h3[class^="Heading__HeadingWrapper"],
[class^="Styles__StyledAccessibleAccordionItemHeading"] h3 {
  font-size: 25px;
}
.formatted-text h4,
[class^="Paragraph__"] h4,
h4[class^="HeroModuleTitle__Title"],
h4[class^="Title__Wrapper"],
h4[class^="Heading__HeadingWrapper"],
[class^="Styles__StyledAccessibleAccordionItemHeading"] h4 {
  font-size: 22px;
}
.formatted-text h5,
[class^="Paragraph__"] h5,
h5[class^="HeroModuleTitle__Title"],
h5[class^="Title__Wrapper"],
h5[class^="Heading__HeadingWrapper"],
[class^="Styles__StyledAccessibleAccordionItemHeading"] h5,
[class^="indexstyle__VideoTitle"] {
  font-size: 20px;
}
.formatted-text h6,
[class^="Paragraph__"] h6,
h6[class^="HeroModuleTitle__Title"],
h6[class^="Title__Wrapper"],
h6[class^="Heading__HeadingWrapper"],
[class^="Styles__StyledAccessibleAccordionItemHeading"] h6 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  [class^="HeroModuleSubTitle"] {
    font-size: 32px;
  }
  .formatted-text h1,
  [class^="Paragraph__"] h1,
  h1[class^="HeroModuleTitle__Title"],
  h1[class^="Heading_wrapper"],
  [class^="IGFEntryView_entriesTitle"],
  h1[class^="Title__Wrapper"],
  h1[class^="Heading__HeadingWrapper"],
  [class^="ArticleDetails_articleTitle"],
  [class^="Styles__StyledAccessibleAccordionItemHeading"] h1 {
    font-size: 54px;
  }
  .formatted-text h2,
  [class^="Paragraph__"] h2,
  h2[class^="HeroModuleTitle__Title"],
  h2[class^="Title__Wrapper"],
  h2[class^="Heading__HeadingWrapper"] {
    font-size: 40px;
  }
  .formatted-text h3,
  [class^="Paragraph__"] h3,
  h3[class^="HeroModuleTitle__Title"],
  h3[class^="Title__Wrapper"],
  h3[class^="Heading__HeadingWrapper"] {
    font-size: 28px;
  }
  .formatted-text h4,
  [class^="Paragraph__"] h4,
  h4[class^="HeroModuleTitle__Title"],
  h4[class^="Title__Wrapper"],
  h4[class^="Heading__HeadingWrapper"] {
    font-size: 24px;
  }
  .formatted-text h5,
  [class^="Paragraph__"] h5,
  h5[class^="HeroModuleTitle__Title"],
  h5[class^="Title__Wrapper"],
  h5[class^="Heading__HeadingWrapper"],
  [class^="indexstyle__VideoTitle"] {
    font-size: 22px;
  }
  .formatted-text h6,
  [class^="Paragraph__"] h6,
  h6[class^="HeroModuleTitle__Title"],
  h6[class^="Title__Wrapper"],
  h6[class^="Heading__HeadingWrapper"] {
    font-size: 20px;
  }
}

/* Paragraphs / Text */
[class^="Paragraph__"] ol,
[class^="Paragraph__"] ul {
  padding-left: 40px;
}
[class^="Paragraph__"] ol li,
[class^="Paragraph__"] ul li {
  list-style-position: outside !important;
}
::marker {
  color: var(--accent);
  font-weight: 700;
}
.l-site__content .material-icons {
  color: var(--accent);
}

/* Tables */
.table-wrapper td,
.table-wrapper th {
  border: 2px solid #222526 !important;
  min-width: unset !important;
  padding: .5em 1em !important;
}
.table-wrapper tr td {
  background: #000;
}
.table-wrapper tr:nth-child(odd) td {
  background: #1b1d1f;
}
[class^="Paragraph__ParagraphWrapper"] .table-wrapper {
  margin-top: 18px;
}
[class^="HeroModuleText"] .table-wrapper {
  margin-bottom: 48px;
}

/* CTA Buttons */
.l-site-event .c-cta,
a[class^="EntryProfileView_webLink"],
[class^="Link__Wrapper"] a {
  background: linear-gradient(#f7a223, #e6800c);
  background: linear-gradient(#fa900b, #e55011);
  border: none;
  border-radius: 48px;
  box-shadow: 0 1px 3px 0 #0003;
  color: rgba(0, 0, 0, 1) !important;
  font-family: Titillium Web, Open Sans, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 24px;
  padding: 12px 30px !important;
  position: relative;
  text-transform: uppercase;
  transition: all .2s linear;
}
a[class^="EntryProfileView_webLink"]:after,
[class^="Link__Wrapper"] a:after {
  content: "east";
  display: inline-block;
  font-family: Material Icons;
  font-size: 24px;
  margin-left: 15px;
  position: relative;
  top: -1px;
  text-transform: lowercase;
  transition: transform .4s;
  vertical-align: middle;
}
a[class^="EntryProfileView_webLink"]:hover:after,
[class^="CardBody__Wrapper"] [class^="Link__Wrapper"] a:hover:after {
  transform: translateX(10px);
}
a[class^="EntryProfileView_webLink"]:hover,
[class^="CardBody__Wrapper"] [class^="Link__Wrapper"] a:hover {
  box-shadow: none;
  filter: brightness(85%);
}
.l-site-event .c-cta:after,
[class^="Link__Wrapper"] a:after {
  text-transform: none !important;
}
.c-multi-level-nav .c-cta--accent {
  padding-left: 60px !important;
}
.c-multi-level-nav .c-cta--accent:before {
  background-image: url('https://knect365.imgix.net/uploads/icon-badge-fc825149a45279d927e2d8c92bfed21e.png');
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  left: 13px;
  position: absolute;
  top: 5px;
  transform: rotate(-15deg);
  width: 40px;
}

/* Inline Links */
.formatted-text a,
[class^="Paragraph"] a,
a[class^="CardAnchor_anchor"] [class^="Description_wrapper"],
[class^="LettersFilter_filter"] button,
[class^="EntryCard_entryDetailsWrapper"] [class^="EntryCard_entryDetailsBtn"] {
  color: var(--accent);
  text-decoration: none;
}
.formatted-text a:active,
.formatted-text a:hover,
[class^="Paragraph"] a:active,
[class^="Paragraph"] a:hover,
a[class^="CardAnchor_anchor"]:active [class^="Description_wrapper"],
a[class^="CardAnchor_anchor"]:hover [class^="Description_wrapper"],
[class^="LettersFilter_filter"] button:active,
[class^="LettersFilter_filter"] button:hover,
[class^="EntryCard_entryDetailsWrapper"] [class^="EntryCard_entryDetailsBtn"]:active,
[class^="EntryCard_entryDetailsWrapper"] [class^="EntryCard_entryDetailsBtn"]:hover {
  color: var(--accent) !important;
  text-decoration: underline;
}
.formatted-text a:visited,
[class^="Paragraph"] a:visited,
a[class^="CardAnchor_anchor"]:visited [class^="Description_wrapper"],
[class^="LettersFilter_filter"] button:visited {
  color: #ebb533;
}
[class^="LettersFilter_filter"] {
  border-color: #383c3d;
}
[class^="LettersFilter_filter"] button[class^="LettersFilter_selected"] {
  background-color: #383c3d;
}



/* ---------------- Entries ---------------- */

[class^="EntryCard_wrapper"] {
  background-color: #16191A;
}
[class^="EntryProfileView_profileCreator"] {
  line-height: 1.2;
  margin: 0;
}
[class^="EntryProfileView_profileImageDesktop"] {
  border: 5px solid #383c3d;
}
[class^="EntryProfileView_studentLabel"] {
  margin: 1em 0 .5em 0;
}
span[class^="EntryProfileView_webLinkText"] {
  margin: 0 !important;
}
span.fa-arrow-right,
[class^="EntryProfileView_imageCaption"],
div[class^="EntryProfileView_videoWrapper"] + div {
  display: none;
}

@media (min-width: 64em) {
  [class^="EntryProfileView_mainInfoWrapper"] {
    padding-right: 10px;
  }
}


/* ---------------- Global Module Tweaks ---------------- */

[class^="Underline"] {
  height: 0;
}

.accordion-page-section [class^="Styles__StyledAccessibleAccordionItemButton"] {
  padding-bottom: 25px;
}
.accordion-page-section [class^="Styles__StyledAccessibleAccordionItem"]:hover {
  border-color: var(--accent);
}

.custom-page-section [class^="Image__Overlay"] {
  display: none;
}

.hero-section [class^="HeroModuleText"] {
  color: #bababa;
  font-size: 18px;
}

.sponsor-category-section [class^="BackgroundImage__WrapperImageBg"],
.sponsor-category-section [class^="ImageTag__StyledImageTagWrapper"] {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}

@media only screen and (min-width: 768px) {
  .hero-section .col-sm-offset-2 {
    margin-left: 5%;
  }
  .hero-section .col-sm-8 {
    flex-basis: 90%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-section .col-lg-8 {
    flex-basis: 80%;
    max-width: 80%;
  }
}



/* ---------------- Brand-Specific Custom Classes ---------------- */

[id*="-black"] > div {
  background: #000 !important;
}

[id*="-contain"].hero-section [class^="Column-sc"].foreground {
  background-size: contain;
}

[id*="-dark"] > div {
  background: var(--dkgrey) !important;
}

[id*="-finalists"].custom-page-section [class^="Card__Wrapper"] {
  background-color: #16191a;
}
[id*="-finalists"].custom-page-section [class^="Image__Wrapper"] {
  border-radius: 0;
}
[id*="-finalists"].custom-page-section [class^="Image__Wrapper"] a {
  border: 1px solid #000;
  display: block;
}
[id*="-finalists"].custom-page-section [class^="Image__Wrapper"] a:active,
[id*="-finalists"].custom-page-section [class^="Image__Wrapper"] a:hover {
  border-color: var(--accent);
}
[id*="-finalists"].custom-page-section .container > div:nth-of-type(3) > div:nth-of-type(1) [class^="CallToAction"] a:before {
  background-image: url('https://knect365.imgix.net/uploads/winner-d4654e5a4ad08226ba1412a9195836c6.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 90px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 180px;
  z-index: 99;
}
[id*="-finalists"].custom-page-section [class^="Text__Wrapper"] {
  min-height: unset !important;
}
[id*="-finalists"].custom-page-section [class^="Text__Wrapper"] p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  [id*="-finalists5"].custom-page-section .container > div:last-of-type > div:last-of-type {
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
  [id*="-finalists6"].custom-page-section .container > div:last-of-type > div:last-of-type {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  [id*="-finalists4"].custom-page-section .container > div:last-of-type > div:last-of-type,
  [id*="-finalists8"].custom-page-section .container > div:last-of-type > div:last-of-type {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

[id*="-img108"].custom-page-section .embed-responsive-16by10:before {
  padding-top: 108px;
}

[id*="-oldfinal"].custom-page-section [class^="Paragraph__"] strong {
  color: #fff;
}
[id*="-oldfinal"].custom-page-section [class^="Paragraph__"] ul li {
  font-size: 20px;
}
[id*="-oldfinal"].custom-page-section [class^="Paragraph__"] ul li:first-of-type {
  font-size: 24px;
}
[id*="-oldfinal"].custom-page-section [class^="Paragraph__"] ul li:first-of-type:before {
  color: #fff;
  content: "WINNER: ";
  display: inline;
  font-weight: 600;
}
[id*="-oldfinal"].custom-page-section [class^="Paragraph__"] ul li:first-of-type::marker {
  content: "★ ";
}

[id*="-properties"] > div,
[id*="-properties"] [class^="Heading__HeadingWrapper"] {
  background: var(--dkgrey) !important;
  color: #4d4e4f !important;
}
[id*="-properties"] [class^="Image__Wrapper"] {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  [id*="-properties"] .col-xs-12 {
    flex-basis: 50%;
    max-width: 50%;
  }
}