/* LANDING PAGE CSS */
/* BEGIN - Nav bar */
/* nav bar color */
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\], body > nav.top-menu.lg\:p-\[30px\].py-3 {
background-color: #c41230 !important;
}
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\] > div > div.flex.shrink-0.items-center.gap-5 > button, body > nav.top-menu.lg\:p-\[30px\].py-3 > div > div.flex.shrink-0.items-center.gap-5 > button {
color: #ffffff !important;
}
/* font color */
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\] > div > div.align-children-middle > h1 a, body > nav.top-menu.lg\:p-\[30px\].py-3 > div > div.align-children-middle > h1 a {
color: #ffffff !important;
}
.flex.shrink-0.items-center.gap-5 a {
  color: #ffffff !important;
}
body > footer > p.text-base.font-bold.text-brand-primary, #content-block-27163 > div.content-max-width.py-8.pt-0 > div > p:nth-child(3), #content-block-27163 > div.content-max-width.py-8.pt-0 > div > p:nth-child(1) {
  color: #c41230 !important;
}
/* END - Nav bar */
/* BEGIN - Hide hero banner text */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - Hide hero banner text */
/* BEGIN - Text padding */
/* Event info */
#content-block-27162 > div > div > p:nth-child(2),#content-block-27162 > div > div > p:nth-child(4) {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}

/* event schedule */
#content-block-98658 > div > div > p:nth-child(3),#content-block-98658 > div > div > p:nth-child(5),#content-block-98658 > div > div > p:nth-child(7),#content-block-98658 > div > div > p:nth-child(8),#content-block-98658 > div > div > p:nth-child(9),#content-block-98658 > div > div > p:nth-child(10),#content-block-98658 > div > div > p:nth-child(12),#content-block-98658 > div > div > p:nth-child(16),#content-block-98658 > div > div > p:nth-child(17) {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
#content-block-98658 > div > div > p:nth-child(2) {
margin-bottom: 0px !important;
padding-bottom: 50px !important;
}
#content-block-98658 > div > div > p:nth-child(4),#content-block-98658 > div > div > p:nth-child(14),#content-block-98658 > div > div > p:nth-child(23){
margin-bottom: 0px !important;
padding-bottom: 30px !important;
}
#content-block-98658 > div > div > p:nth-child(15) {
margin-bottom: 0px !important;
padding-bottom: 15px !important;
}
/* END - Text padding */
/* BEGIN - Image padding */
#content-block-98658 > div > div > p:nth-child(26) > strong > img:nth-child(1),#content-block-98658 > div > div > p:nth-child(26) > strong > img:nth-child(2),#content-block-98658 > div > div > p:nth-child(26) > strong > img:nth-child(3) {
padding: 0 !important;
margin: 0 !important;
}
/* END - Image padding */
/* BEGIN - Sponsor image size */
#content-block-27163 > div.content-max-width.py-8.pt-0 > div > div:nth-child(2) > article {
width: 350px !important;
}
#content-block-27163 > div.content-max-width.py-8.pt-0 > div > div:nth-child(2) > article > div > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 0;
}
/* END - Sponsor image size */
/* TICKET PAGE CSS */

/* GENERAL CSS */
a:-webkit-any-link {
/* all pages: changes all link colors to the same color */
/* color: #[HEX CODE-LINK COLOR-ALL PAGE LINKS] !important; */
/* all pages: removes underline from links on all pages */
/* text-decoration: none !important; */
}
/* BEGIN – RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES) */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
/* END - RESPONSIVE BEHAVIOR (AUTO ADJUST FOR DIFFERENT SCREEN SIZES)*/