@font-face {
    font-family: 'archiveregular';
    src: url('./css/fonts/archive-regular-webfont.woff2') format('woff2'),
         url('./css/fonts/archive-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Dripping-Drops';
    src:url('./fonts/dripping-drops/Dripping-Drops.woff') format('woff'),
          url('./fonts/dripping-drops/Dripping-Drops.woff2') format('woff2'),
          url('./fonts/dripping-drops/Dripping-Drops.eot'),
          url('./fonts/dripping-drops/Dripping-Drops.eot?#iefix') format('embedded-opentype'),
          url('./fonts/dripping-drops/Dripping-Drops.otf') format('truetype');
  
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AttackGraffiti';
    src:url('./fonts/attack-graffiti/AttackGraffiti.woff') format('woff'),
          url('./fonts/attack-graffiti/AttackGraffiti.woff2') format('woff2'),
          url('./fonts/attack-graffiti/AttackGraffiti.eot'),
          url('./fonts/attack-graffiti/AttackGraffiti.eot?#iefix') format('embedded-opentype'),
          url('./fonts/attack-graffiti/AttackGraffiti.otf') format('truetype');
  
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'capture_itregular';
    src: url('./fonts/capture_it/capture_it-webfont.woff2') format('woff2'),
         url('./fonts/capture_it/capture_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'capture_it_2regular';
    src: url('./fonts/capture_it/capture_it_2-webfont.woff2') format('woff2'),
         url('./fonts/capture_it/capture_it_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    overflow-x: hidden;
    font-family: 'forma-djr-display', sans-serif;
    font-weight: 500;
    font-style: normal;
}
blockquote {
    font-size: 22px;
}
.font-dripping-drops {
    font-family: 'capture_it_2regular';
}
.font-attackgraffiti {
    font-family: 'AttackGraffiti';
}
.font-itregular {
    font-family: 'capture_itregular';
}
.font-itregular2 {
    font-family: 'capture_it_2regular';
}
.font-montserrat {
    font-family: 'montserrat';
    font-weight: 400;
}
.font-montserrat.bold {
    font-weight: 700;
}
.font-montserrat.black {
    font-weight: 900;
}
.font-forma {
    font-family: 'forma-djr-display', sans-serif;
    font-weight: 500;
}
p {
    letter-spacing: 1px;
}
.dark-transparent-bg {
    background: rgba(0,0,0,.4);
}
.text-yellow {
    color: #fbd13e;
}
.white-text-shadow {
    text-shadow: 3px -3px 0px #FFF;
}
.yellow-gradient-bg {
    background: radial-gradient(#f8d862 50%, #fbd13e);
}
.yellow-transparent-bg {
    background: radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.05) 50%), rgba(240,210,40, .85);
}
.lead {
    font-weight: 500;
}
.text-dark {
    color: #000 !important;
}
.text-shadow {
    text-shadow: 1px 1px 4px rgba(0,0,0,.8);
}
.forma-font {
    font-family: 'forma-djr-display', sans-serif;
    font-weight: 500;
    font-style: normal;
}
a {
    font-family: 'aptly', sans-serif;
    font-weight: 400;
}
.btn-lg {
    font-size: 1.5rem !important;
}
.btn-link {
    text-align: left;
    white-space: normal;
}
h1 {
    font-size: 2rem;
}
@media(min-width: 576px) {
    h1 {
        font-size: 2.5rem;
    }
}
@media(min-width: 768px) {
    .btn-lg {
        font-size: 2rem !important;
    }
}
.bg-grey {
    background-color: #5e5e5e;
}
.btn-primary.btn-red {
    background-color: #ce272e !important;
    color: #FFF !important;
}
.btn-primary.btn-red:hover {
    background-color: #ce272fb5 !important;
    color: #FFF !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.33);
}
#schedule > .row {
    background-color: #464646;
    padding-top: 25px;
    padding-bottom: 25px;
}
/* #schedule table.table-striped tbody tr:nth-of-type(odd) td,
#schedule table.table-striped tbody tr:nth-of-type(even) td .list-group {
    font-weight: normal;
}
#schedule table.table-striped tbody tr:nth-of-type(even) td {
    font-weight: bold;
} */
#sdw-2025-intro {
    background: linear-gradient(to bottom, rgba(255, 197, 0, .75) 30%, rgba(255,255,255,.6));
}
/* Accordions */
.accordion .card-header {
    cursor: pointer;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.accordion .card-body > p:last-child {
    margin-bottom: 0;
}
.card .card-header {
    padding: .5rem;
}
/* Navigation */
    .navbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
        box-shadow: 2px 2px 12px rgba(0,0,0,.1);
    }
    .navbar-light .navbar-nav .nav-item:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    .navbar-light .navbar-nav .nav-item .nav-link {
        position: relative;
    }
    .navbar-light .navbar-nav .nav-item .nav-link:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 2px;
        background: #000;
        opacity: 0;
        transition: all .3s;
    }
    .navbar-light .navbar-nav .nav-item .nav-link.active:after,
    .navbar-light .navbar-nav .nav-item .nav-link:hover:after {
        opacity: 1;
        width: 100px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }
    .navbar-nav .nav-link {
        font-family: 'aptly', sans-serif;
        font-weight: 400;
    }
    @media(min-width: 992px) {
        .navbar-light .navbar-nav .nav-item {
            padding-right: 15px;
            margin-right: 15px;
        }
        .navbar-light .navbar-nav .nav-item .nav-link:after {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        .navbar-light .navbar-nav .nav-item .nav-link.active:after,
        .navbar-light .navbar-nav .nav-item .nav-link:hover:after {
            opacity: 1;
            width: 75%;
        }
    }

/* Typography */
@font-face {
    font-family: 'lg';
    src: url('./fonts/lg.ttf') format("ttf"),
            url('./fonts/lg.woff') format("woff"),
            url('./fonts/lg.woff2') format("woff2");
}
    .font-aptly {
        font-family: 'aptly', sans-serif;
        font-style: normal;
        font-weight: 400;
    }
    .font-aptly.bold {
        font-weight: 900;
    }
    h1, h2 {
        font-family: 'aptly',sans-serif;
    }
    .text-yellow {
        color: #ffd21c !important;
    }
    .display-1 {
        font-size: 3.5rem;
    }
    .display-2 {
        font-size: 2.5rem;
    }
    .display-3 {
        font-size: 1.5rem;
    }
    .display-4 {
        font-size: 1.25rem;
    }
    @media(min-width: 576px) {
        /* .display-1 {
            font-size: 4.5rem;
        } */
        .display-2 {
            font-size: 3.5rem;
        }
        .display-3 {
            font-size: 2.5rem;
        }
        .display-4 {
            font-size: 1.5rem;
        }
    }
    @media(min-width: 768px) {
        /* .display-1 {
            font-size: 5.5rem;
        } */
        .display-2 {
            font-size: 4.5rem;
        }
        .display-3 {
            font-size: 3.5rem;
        }
        .display-4 {
            font-size: 2.5rem;
        }
    }
    @media(min-width: 992px) {
        .display-1 {
            font-size: 6.5rem;
        }
        .display-2 {
            font-size: 5.5rem;
        }
        .display-3 {
            font-size: 4.5rem;
        }
        .display-4 {
            font-size: 3.5rem;
        }
    }
    @media(min-width:1201px) {
        .display-4 {
            font-size: 4.5rem;
        }
    }
/* Buttons and Utility Classes */
    #sticky-tickets-btn {
        font-size: 24px;
        position: fixed;
        bottom: 25px;
        z-index: 999;
        right: 50%;
        transform:translateX(50%);
        background-color: #ffd21c;
        color: #000;
    }
    @media(min-width: 768px) {
        #sticky-tickets-btn {
            right: 50px;
            transform: none;
        }
    }
    .bg-yellow {
        background-color: #ffd21c !important;
    }
    .btn {
        border-radius: 0;
        font-size: 18px;
        border: none;
        font-family: 'aptly', sans-serif;
    }
    .btn-primary,
    .btn-primary:disabled {
        color: #000;
        background-color: #ffd21c;
        opacity: 1;
        border: none;
        transition: opacity .3s;
    }
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #000;
        background-color: #ffd21c !important;
        opacity: .8;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }
    .btn-primary:disabled {
        opacity: .4;
    }
    .btn-secondary {
        background-color: #58574d;
        color: #FFF;
    }
/* Main Content Containers */
    img.fixed-logo {
        position: fixed;
        z-index: 19;
        width: 77%;
        max-width: 900px;
        height: auto;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%);
        opacity: .6;
    }
    #stint-container > .row {
        position: relative;
        z-index: 11;
        min-height: 100vh;
    }
    #stint-container > .row.fixed-logo-row {
        position: relative;
        z-index: 10;
    }
    .fixed-video-row {
        padding-top: 0 !important;
        background-image: url('https://stint.toddbecker.org/images/stint-video-poster2.jpg');
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 0;
    }
    .video-container {
        position: relative;
        padding-bottom: 55.25%;
    }
    
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .stint-fluid-inner-container-lg {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
    }
    .stint-fluid-inner-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .bg-white-semitransparent {
        background-color: rgba(255,255,255,.7);
    }
    .row.fixed-logo-row {
        background: url('https://stint.toddbecker.org/images/logo-white.png');
        background-attachment: fixed;
        background-size: 300px auto;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute !important;
        mix-blend-mode: difference;
        z-index: 9 !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .row.fixed-logo-black {
        background: linear-gradient(rgba(255,255,255,.97),rgba(255,255,255,.97)), url('https://stint.toddbecker.org/images/logo.png'), linear-gradient(white,white);
        background-attachment: fixed;
        background-size: 300px auto;
        background-repeat: repeat, no-repeat;
        background-position: center;
    }
    .row.fixed-logo-white.bg-yellow {
        background: linear-gradient(rgba(255,210,28,.8),rgba(255,210,28,.8)), url('https://stint.toddbecker.org/images/logo-white.png'), linear-gradient(#ffd21c,#ffd21c);
        background-attachment: fixed;
        background-size: 300px auto;
        background-repeat: repeat, no-repeat;
        background-position: center;
    }
    .stint-takeovers-page .takeovers-banner-section,
    .pp-section {
        padding-top: 76px;
    }
    .stint-takeovers-page .pp-section {
        padding-top: 0;
    }
    @media(min-width: 576px) {
        .row.fixed-logo-row,
        .row.fixed-logo-black,
        .row.fixed-logo-white.bg-yellow {
            background-size: 500px auto;
        }
    }
    @media(min-width: 768px) {
        .row.fixed-logo-row,
        .row.fixed-logo-black,
        .row.fixed-logo-white.bg-yellow {
            background-size: 700px auto;
        }
    }
    @media(min-width: 992px) {
        .row.fixed-logo-row,
        .row.fixed-logo-black,
        .row.fixed-logo-white.bg-yellow {
            background-size: 900px auto;
        }
    }
    /* @media(max-height: 799px) and (min-width: 768px) {
        img.fixed-logo {
            width: auto;
            height: 70%;
            max-height: 500px;
        }
    } */
    .stint-points-container {
        height: 100vh;
        min-height: 900px;
        position: relative;
        z-index: 9;
    }
    .stint-points-bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,.4);
        z-index: -1;
        opacity: 0;
        transition: all .3s;
    }
    .stint-points-bg.active {
        opacity: 1;
    }
    .stint-points-bg > div {
        background-size: cover !important;
        background-position: center !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .stint-points {
        overflow-x: hidden;
    }
    .stint-points h2 {
        font-family: 'macula-solid',sans-serif;
        font-weight: 500;
        font-style: normal;
        position: relative;
        margin: 0;
        pointer-events: none;
    }
    .stint-point {
        position: relative;
        font-size: 16px;
    }
    .stint-point * {
        pointer-events: none;
    }
    .stint-point:before {
        content: '';
        position: absolute;
        left: -1000px;
        right: 100%;
        top: 0;
        bottom: 0;
        background-color: rgba(254,208,27,.75);
        transition: all .3s;
        height: 100%;
        z-index: -1;
        clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);    
    }
    .stint-point .display-4 {
        font-size: 1.5rem;
    }
    .stint-points .stint-point:hover,
    .stint-points .stint-point.active {
        opacity: 1 !important;
    }
    .stint-points .stint-point:hover:before,
    .stint-points .stint-point.active:before {
        right: -1200px;
        opacity: 1;
    }
    .stint-point-content {
        opacity: 0;
        height: 0;
        margin-bottom: 0;
        transition: all .3s ease;
    }
    .stint-points .stint-point.active .stint-point-content {
        opacity: 1;
        transition-delay: .3s;
        height: auto;
    }
    .stint-point-content .lead {
        font-weight: 700;
        margin-bottom: 0;
        padding-right: 25px;
        font-size: 0.875rem;
    }
    button.toggle-stint-point-content {
        background: none;
        border: none;
        font-size: 20px;
        color: #000;
        opacity: 1;
        transform: rotate(0deg);
        transition: all .4s;
    }
    .stint-points .stint-point.active button.toggle-stint-point-content {
        transform: rotate(45deg);
    }
    #well-rounded-christian {
        background-color: #FFF;
    }
    #well-rounded-christian .point {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center !important;
    }
    #well-rounded-christian .bike-tire-content {
        position: relative;
    }
    /* #well-rounded-christian .point {
        opacity: 0;
        pointer-events: none;
        transition: opacity 1s ease;
    }
    #well-rounded-christian .point.active {
        opacity: 1;
        transition-duration: .3s;
    } */
    /* #well-rounded-christian .bike-tire-content {
        position: fixed;
        top: 55%;
        left: 10%;
        width: 45%;
        transform: translateY(-50%);
    } */
    #well-rounded-christian .bike-tire-content:before {
        content: '';
        background-color: rgba(255,210,28,.75);
        position: absolute;
        left: -1000px;
        right: -15px;
        top: -15px;
        bottom: -15px;
        z-index: -1;
    }
    @media(min-width: 768px) {
        .stint-point .display-4 {
            font-size: 2.5rem;
        }
    }
    @media(min-width:992px) {
        #well-rounded-christian .point {
            height: 100%;
        }
        button.toggle-stint-point-content {
            opacity: 0;
            font-size: 40px;
        }
        .stint-point .display-4 {
            font-size: 3rem;
        }
        .stint-points .stint-point:hover button.toggle-stint-point-content,
        .stint-points .stint-point.active button.toggle-stint-point-content {
            opacity: 1;
        }
        .stint-point-content .lead {
            font-size: 1.25rem;
        }
    }
    @media(min-width: 1200px) {
        .stint-point .display-4 {
            font-size: 3.5rem;
        }
        #well-rounded-christian .bike-tire-content {
            left: 16.666667%;
        }
    }
    /* @media(max-height:799px) and (min-width: 768px) {
        .stint-point .display-4 {
            font-size: 6vh;
        }
        .stint-point > .row > div {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
        .stint-point .stint-point-content p.lead {
            font-size: 16px !important;
        }
    }
    @media (max-height: 500px) {
        .stint-point {
            margin-bottom: 0 !important;
        }
    } */

/* STINT Takes */
    #stint-takes-video-grid img {
        width: 100%;
        height: auto;
    }
    #stint-takes-video-grid a {
        cursor: pointer;
        opacity: 1;
        transition: opacity .3s;
    }
    #stint-takes-video-grid a:hover {
        opacity: .7;
    }

/* Bike Tire */
ul.bike-tire {
    height: 3.5em;
    width: 3.5em;
    font-size: 80px;
    display: block;
    position: fixed;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0.2em solid #000;
    border-radius: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 0 0.25em #1e1e1e;
    -webkit-box-shadow: 0 0 0 0.25em #1e1e1e;
    box-shadow: 0 0 0 0.25em #1e1e1e;
    -webkit-backface-visibility: hidden;
    padding: 0;
    margin: 0 auto;
    transition: all .5s;
  }
  ul.bike-tire li {
    list-style: none;
  }
  ul.bike-tire li.spoke {
    display: block;
    width: 3em;
    height: 0.5em;
    border-width: 0.05em;
    border-style: solid;
    border-color: #000 transparent #000;
    position: absolute;
    left: 0.05em;
    top: 1.34em;
  }
  ul.bike-tire li.spoke-progress {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-flow: row;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
  }
  
  /* ul.bike-tire li.spoke-progress:before {
    content: "";
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 125vmax;
    height: 125vmax;
    border-radius: 100%;
    background-image: linear-gradient(to top, rgba(255,210,28,1) 0%, rgba(255,210,28,1) 100%);
    box-shadow: 0 0 20px rgba(255,210,28,1);
    transition: all 500ms cubic-bezier(.49,.23,0,.99) ;
    opacity: 0;
  
  } */
  
  ul.bike-tire li.spoke-progress.completed:before{
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  
  ul.bike-tire li.spoke-progress svg {
    overflow: visible;
    transform: rotate(-90deg);
  }
  
  ul.bike-tire li.spoke-progress svg circle {
    stroke: rgba(255,210,28,.1);
    stroke-width: 10px;
    stroke-linecap: round;
    fill: transparent;
  }
  
  ul.bike-tire li.spoke-progress svg .progress-bar {
    stroke: url(#grad);
    transition: stroke-dashoffset 0 ease-in-out; 
  }
  ul.bike-tire li.spoke:nth-child(2) {
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    border-color: #000 transparent #000;
  }
  ul.bike-tire li.spoke:nth-child(3) {
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    border-color: #000 transparent #000;
  }
  ul.bike-tire li.spoke:nth-child(4) {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-color: #000 transparent #000;
  }
  ul.bike-tire li.spoke:nth-child(5) {
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    border-color: #000 transparent #000;
  }
  ul.bike-tire li.spoke:nth-child(6) {
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    border-color: #000 transparent #000;
  }
  ul.bike-tire li.spoke:nth-child(7) {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: #000 transparent #000;
  }
  ul.bike-tire li.spoke:nth-child(8) {
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    border-color: #000 transparent #000;
  }
li.spoke-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999;
}
li.spoke-content path {
    outline: none !important;
}
li.spoke-content path#evangelismWedge {
    fill: rgba(255,210,28,.2);
    transition: fill 1s ease;
}
li.spoke-content path#evangelismWedge.active {
    fill: rgba(255,210,28,1);
}
li.spoke-content path#apologeticsWorldviewWedge {
    fill: rgba(255,210,28,.2);
    transition: fill 1s ease;
}
li.spoke-content path#apologeticsWorldviewWedge.active {
    fill: rgba(255,210,28,1);
}
li.spoke-content path#livingItOutWedge {
    fill: rgba(255,210,28,.2);
    transition: fill 1s ease;
}
li.spoke-content path#livingItOutWedge.active {
    fill: rgba(255,210,28,1);
}
li.spoke-content path#biblicalTacticsWedge {
    fill: rgba(255,210,28,.2);
    transition: fill 1s ease;
}
li.spoke-content path#biblicalTacticsWedge.active {
    fill: rgba(255,210,28,1);
}
li.spoke-content path#personalLifeWedge {
    fill: rgba(255,210,28,.2);
    transition: fill 1s ease;
}
li.spoke-content path#personalLifeWedge.active {
    fill: rgba(255,210,28,1);
}
.row.fixed-logo-white.bg-yellow.evangelismHover {
    background: linear-gradient(rgba(255,210,28,.4),rgba(255,210,28,.4)), url('https://stint.toddbecker.org/images/logo-white.png'), linear-gradient(#ffd21c,#ffd21c);
    background-attachment: fixed;
    background-size: 300px auto;
    background-repeat: repeat, no-repeat;
    background-position: center;
}
#bike-tire-bgs {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#bike-tire-bgs > div {
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .5s;
}
#bike-tire-bgs > div.active {
    opacity: 1;
}
/* #well-rounded-christian {
    scroll-padding-top: 76px;
    scroll-snap-type: y mandatory;
} */
#well-rounded-christian {
    overflow-x: hidden;
}
#bike-tire-sticky-container {
    pointer-events: none;
    touch-action: none;
}
/* #bike-tire-scroll-row > div > .row {
    scroll-snap-align: center;
    scroll-snap-stop: always;
} */
@media(max-width: 576px) {
    #bike-tire-scroll-row .lead {
        font-size: 1rem;
    }
}
@media(min-width: 992px) {
    ul.bike-tire {
        width: 4.5em;
        height: 4.5em;
    }
     
    ul.bike-tire li.spoke {
        width: 4em;
        top: 1.8em;
    }
}
@media(max-width: 991px) {
    ul.bike-tire {
        /* top: initial;
        bottom: 50px; */
        right: 75px;
        /* transform: none; */
    }
    
    #well-rounded-christian .bike-tire-content {
        left: 15px;
    }
}
@media(max-width: 991px) {

    #bike-tire-sticky-container ul.bike-tire {
        transform: scale(1) translateX(50%);
        top: 50%;
        right: 50%;
        transform-origin: top;
        z-index: 99;
    }
    #bike-tire-sticky-container.shrinkTire ul.bike-tire {
        top: 100px;
        right: -80px;
        transform: scale(.3) translateX(0%);
        transform-origin: top;
        z-index: 99;
    }
    #well-rounded-christian .bike-tire-content {
        width: 90%;
    }
}

#video-section {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 99;
}
.socials {
    list-style: none;
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
}
.socials a {
    color: #000;
    opacity: 1;
    transition: opacity .3s;
}
.socials a:hover {
    color: #000;
    opacity: .6;
}
.staff > div img {
    width: 100%;
    max-width: 215px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}
.staff > div {
    margin-bottom: 15px;
}
.staff > div:last-child {
    margin-bottom: 0;
}
@media(min-width: 768px) {
    .staff {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .staff > div {
        margin-bottom: 0px;
    }
}
/* @media(max-height: 699px) {
    .staff {
        gap: 50px;
    }
    .staff > div img {
        max-width: 120px;
    }
} */

/* STINT Conference */
.stint-discipleship-weekend img {
    max-width: 100%;
    height: auto;
}
.stint-discipleship-weekend {
    background-image: url(../images/conference-2026/bg-tile.jpg);
    background-size: 100% auto;
    background-repeat: repeat;
    background-attachment: fixed;
}
.ios {
    position: sticky;
    background-image: url(../images/conference-2026/bg-tile.jpg);
    background-size: 100% auto;
    background-repeat: repeat;
    background-attachment: fixed;
    top: 0;
    margin: 0;
    height: 100vh;
    margin-top: -100vh;
    z-index: -1;
}
.stint-booth-partners {
    background: url(../images/sdw-booth-partners/booth-partner-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.stint-booth-partners .ios {
    position: sticky;
    background: url(../images/sdw-booth-partners/booth-partner-bg.jpg);
    background-size: cover;
    top: 0;
    margin: 0;
    height: 100vh;
    margin-top: -100vh;
    z-index: -1;
}
.fixed-stint-bg-logo {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('https://stint.toddbecker.org/images/conference/STINTlogo-black.png');
    background-size: 85%;
    background-position: center 120px;
    background-repeat: no-repeat;
    opacity: .04;
    z-index: -1;
}
#stint-takeovers-container .fixed-stint-bg-logo {
    z-index: 0;
}
@media(min-width:1201px) {
    .fixed-stint-bg-logo {
        background-size: 1000px;
    }
}
.stint-discipleship-weekend section {
    margin-top: 100px;
}
.speaker-row {
    position: relative;
}
@media(min-width: 1200px) {
    .speaker-row:after {
        content: '';
        width: 120%;
        height: 204px;
        background-image: url(/images/conference-2026/speaker-titles-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: 10px;
        z-index: 0;
    }
}
@media(max-width: 1199px) {
    .speaker-row > div {
        position: relative;
    }
    .speaker-row > div:after {
        content: '';
        width: 1152px;
        height: 204px;
        background-image: url(/images/conference-2026/speaker-titles-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
    }
}
.stint-discipleship-weekend .speaker-image-container {
    position: relative;
    z-index: 0;
    aspect-ratio: 1 / 1;

}
.stint-discipleship-weekend .speaker-image-container img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: auto;
    height: 300px;
    max-width: none !important;
    transform: translateX(-50%);
}
.stint-discipleship-weekend .speaker-image-container:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to left, #d6d6d6, #c8c8c8);
    z-index: -1;
}
.stint-discipleship-weekend .speaker-text-container {
    position: relative;
    z-index: 1;
    text-shadow: -2px 2px 0 rgba(255,255,255,.2), 2px 2px 7px black;
    top: -20px;
}
.stint-discipleship-weekend .speaker {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}
.stint-discipleship-weekend .section-header {
    color: #474747;
    background-color: #ffd21c;
    padding: 10px 20px;
    font-size: 75px;
    font-weight: normal;
    margin: 50px auto;
    font-family: 'capture_it_2regular';
    display: inline-block;
    color: #000;
    text-shadow: 3px 3px 0px #FFF;
    box-shadow: 8px 6px #000, 5px 5px 10px 12px rgba(255,255,255,.4);
}
.stint-discipleship-weekend .section-header.white {
    color: #FFF;
    text-shadow: -9px 0px 0px #000, 7px 0px 0px #474747;
    box-shadow: -8px -6px #000, -5px -5px 10px 12px rgba(255,255,255,.4);
}
#conference-subtitle {
    font-family: 'archiveregular', sans-serif;
    color: #000;
    margin-bottom: 50px;
    margin-top: 10px;
    letter-spacing: normal;
    font-size: 26px;
    line-height: 60px;
    text-shadow: 2px 2px 0px #FFF;
}
h1#conference-subtitle span {
    font-family: 'capture_itregular';
    color: #FFF;
    font-weight: normal;
    position: relative;
    text-shadow: -2px -2px 0px #000;
    white-space: nowrap;
}
h1#conference-subtitle span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 98%;
    width: 100%;
    height: 50px;
    background-image: url('/images/conference-2024/faith-equipping-underline.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#this-years-theme {
    font-family: 'forma-djr-display', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 12px;
    font-size: 17px;
    margin-bottom: 0;
}
.why-light-bg {
    background-image: url('/images/conference-2024/light-bg.jpg');
    margin-top: -75px;
    position: relative;
    z-index: 0;
    padding-top: 100px;
}
#why-logo img {
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 10;
}
#why-logo img#date-graphic {
    position: relative;
    z-index: 9;
}
#why-logo h2 {
    font-size: 60px;
    text-align: center;
    color: #FFF;
}
#date-banner h2 {
    font-family: 'archiveregular', sans-serif;
    font-size: 2rem;
}
#questionMark {
    max-height: 50px;
}
#questionsUnderline {
    border-bottom: 5px solid #f6c339;
    display: flex;
    align-items: end;
    font-family: 'aptly', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
#questionsUnderline .typed-cursor {
    font-weight: normal;
}
#spraypaint-bg {
    background: url('/images/conference-2024/brush-bg.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#spraypaint-bg h2 {
    letter-spacing: 4px;
    font-size: 75px;
    margin-right: 15px;
    margin-bottom: 50px;
}
#spraypaint-bg p {
    font-size: 20px;
    font-family: 'aptly',sans-serif;
}
#spraypaint-bg .spraypaint-content {
    color: #FFF;
    padding: 100px 0px 200px 0px;
}
#answers-that-matter-img {
    display: inline-block;
    vertical-align: text-top;
}

.why-underline {
    position: relative;
}
.why-underline:after {
    content: '';
    position: absolute;
    left: 0;
    top: 98%;
    width: 100%;
    height: 50px;
    background-image: url('/images/conference-2024/why-underline-new.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#spraypaint-bg p {
    font-size: 16px;
}
@media(max-width: 575px) {
    #whyQuestion {
        max-width: 100px;
    }
}
@media(max-width: 767px) {
    #why-logo h2 {
        font-size: 30px;
    }
    .stint-discipleship-weekend .section-header {
        font-size: 50px;
    }
    #alternating-questions-container {
        max-width: none;
    }
}
@media(min-width: 576px) {
    #questionsUnderline {
        font-size: 26px;
        border-bottom: 10px solid #f6c339;
    }
    #questionMark {
        max-height: 74px;
    }
    #spraypaint-bg h2 {
        position: relative;
        top: -40px;
        margin-left: -30px;
        margin-bottom: 0;
    }
}
@media(min-width: 768px) {
    #questionsUnderline {
        font-size: 30px;
    }
    #questionMark {
        max-height: 196px;
    }
    #spraypaint-bg h3 {
        font-size: 36px;
    }
    #spraypaint-bg p {
        font-size: 24px;
    }
    #spraypaint-bg .spraypaint-content {
        padding: 200px 0px 200px 0px;
    }
    #why-logo img#date-graphic {
        margin-top: -60px;
    }
}
@media(min-width: 992px) {
    #spraypaint-bg .spraypaint-content {
        padding: 200px 0px 200px 150px;
    }
    #questionsUnderline {
        font-size: 50px;
    }
}
@media(min-width: 768px) {
    .stint-discipleship-weekend .speaker img {
        max-width: 100%;
    }
    #conference-subtitle {
        font-size: 32px;
    }
    #this-years-theme {
        font-size: 20px;
        letter-spacing: 13px;
    }
    #date-banner h2 {
        font-size: 3.5rem;
    }
}
#pricing {
    margin-top: 0;
}
#pricing .section-header {
    margin-top: 0;
}
#pricing .november-text {
    text-shadow: -3px 3px 1px #000;
    position: relative;
    z-index: 9;
    white-space: nowrap;
}
#pricing .november-text.yellow-underline:after {
    content: '';
    position: absolute;
    left: 0;
    top: 98%;
    width: 100%;
    height: 83px;
    background-image: url('/images/conference-2024/november-line-new.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#conference-image-container img {
    max-width: 100%;
    height: auto;
}
.cost-box {
    background: #ffd21c;
    color: #000;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    transition: all .3s;
}
.cost-box:hover {
    background: #FFF;
}
.cost-box.inactive,
.cost-box.inactive:hover {
    background: linear-gradient(to top, #ffd21c 50%, white);
    pointer-events: none;
}
.cost-box.inactive:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #ffd21c 100%, white);
    z-index: -1;
    border-radius: 12px;
    transition: opacity .3s linear;
    opacity: 0;
}
.cost-box.inactive:hover:before {
    opacity: 1;
}
.cost-box.sold-out {
    background: grey;
    pointer-events: none;
    padding-top: 20px;
}
.cost-box.sold-out:before {
    display: none;
}
.cost-box.sold-out:after {
    content: 'SOLD OUT';
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
    width: 100%;
    display: block;
    background: #be3e34;
    transform: translateX(-50%);
    font-size: 40px;
    font-weight: 900;
    color: #FFF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.cost-box .cost {
    font-size: 120px;
    font-family: 'capture_it_2regular';
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cost-box .currency-sign {
    font-size: .7em;
}
.cost-box .price-window {
    font-size:24px;
    font-family: 'aptly',sans-serif;
}
.cost-box a {
    color: #474747;
    text-decoration: none;
}
.cost-box .click-to-register {
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    color: #000;
}
.speaker .speaker-name {
    color:#ffd21c;
    margin-top: 10px;
    white-space: nowrap;
}
.speaker a {
    color: #FFF;
    font-size: 22px;
}
.location-name,
.location-address {
    font-family: 'aptly',sans-serif;
}
#schedule table td,
#schedule table th {
    letter-spacing: 1px;
}
#schedule table td {
    font-weight: normal;
}
#schedule .session-speaker {
    display: block;
    font-weight: normal;
    font-size: .75rem;
}
#coming-spring-2023 {
    margin-top: 25px;
}
.church.bg-image {
    padding: 25px 0 215px 25px;
    background-position: bottom left;
    background-size: cover;
}
#share {
    padding-bottom: 150px;
}
#share img {
    width: auto;
    height: 68px;
}
#conference-tbf-logo-footer img {
    width: 100%;
    max-width: 190px;
    height: auto;
}
#share .row > div {
    gap: 50px;
}
#share a.btn.btn-primary {
    font-size: 2rem;
    width: 60px;
}
@media(min-width: 768px) {
    div#share-vertical-separator {
        width: 2px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #000;
    }
}

section#location {
    margin-bottom: 100px;
}
section#location address {
    text-shadow: 1px 1px 5px rgba(0,0,0,.5);
}
span.location-address {
    font-size: 1.5rem;
}
#discipleship-weekend-logo {
    width: 300px;
    display: block;
    margin: 0 auto 25px auto;
}
  #neon-text h1 {
    font-family: 'ohm-medium',sans-serif;
    font-weight: 500;
    font-style: normal;
    color:rgba(255,210,28,1);
    font-size: 45px;
    animation: text-flicker 10s linear infinite;
  }
  
  .offset {
    animation: letter-flicker 2s linear infinite;
  }
  .offset2 {
    animation: letter-flicker 5s linear infinite;
  }
  .offset3 {
    animation: letter-flicker 8s linear infinite;
  }
  
  @keyframes text-flicker {
    0% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    
    2% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    8% {
      opacity: 1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    9% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    12% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    20% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1)
    }
    21% {
      opacity:0.1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1)
    }
    23% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1)
    }
    
    70% {
      opacity: 1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1)
    }
    
    72% {
      opacity:1;
      text-shadow:0px 0px 6px rgba(255,210,28,1)
    }
    
    77% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1)
    }
    100% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1)
    }
  }
  
  
  @keyframes letter-flicker {
    0% {
      opacity:0.1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    2% {
      opacity:0.1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    4% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    
    19% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    21% {
    opacity:0.1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    23% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    
    80% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    83% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
    87% {
      opacity:1;
      text-shadow: 0px 0px 6px rgba(255,210,28,1);
    }
  }

@media(min-width: 768px) {
    #coming-spring-2023 {
        margin-top: 50px;
    }
    #neon-text h1 {
        font-size: 75px;
    }
    #conference-logo {
        position: relative;
        left: 70px;
    }
}

/* STINT Takeovers */
#stint-takeovers-container {
    font-size: 1rem;
}
#stint-takeovers-container p {
    letter-spacing: 2px;
}
h2#night-to-reach-70-heading {
    background-color: #ffd21c;
    padding: 10px;
    font-size: 1.25rem;
}
#book-stint-grey-section h2 {
    font-size: 1.25rem;
}
.you-read-that-right-section,
.host-takeover-night-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.book-section {
    padding-bottom: 100px;
}
.you-read-that-right-section .container-fluid {
    max-width: 1440px;
    margin: 0 auto;
}
.stint-takeover-logo-container img {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 0 auto;
}
div#takeovers-banner-section {
    background: linear-gradient(rgba(255,210,28,.5), rgba(0,0,0,0) 50%), url('https://stint.toddbecker.org/images/takeover-bg--overlaid.jpg') top center/contain no-repeat, linear-gradient(#000, #000) center/cover;
    position: relative;
    z-index: 99;
}
div#host-stint-takeover-column {
    background: linear-gradient(to right, #676767, #FFF 90%);
}
#host-takeover-heading {
    position: relative;
}
#host-takeover-heading .encourage-students {
    position: absolute;
    bottom: -95px;
    right: 0px;
    z-index: 10;
    font-size: 1.5rem;
}
#host-takeover-heading .encourage-students img {
    width: 115px;
    height: auto;
    display: inline;
}
div#host-stint-grey-section {

}
div#host-stint-grey-section:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    background: url('https://stint.toddbecker.org/images/logo-white.png') center/contain no-repeat;
    z-index: 0;
    opacity: 0.02;
}
#book-stint-takeover-row {
    margin-top: 5px;
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}
div#book-stint-takeover-box {
    background-color: #ffd21c;
    background-clip: content-box;
    margin-top: 5px;
    margin-bottom: 50px;
}
div#book-stint-takeover-box img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin: 0 auto 15px auto;
    display: block;
}
#host-stint-takeover-heading {
    font-size: 1rem;
}
#host-stint-takeover-heading img,
#book-stint-takeover-heading img {
    width: auto;
    height: 75px;
}
#seventy-percent-graphic {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
#host-stint-takeover-row {
    height: auto;
}

#lodging .hotel-bg-image > div {
    background-size: cover;
    background-position: center;
    height: 350px;
}
#lodging .hotel-bg-image h2 {
    text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}
#lodging .microtel.hotel-bg-image > div {
    background-image: url(../images/conference/microtel-gradient.jpg);
}
#lodging .daysinn.hotel-bg-image > div {
    background-image: url(../images/conference/daysinn-gradient.jpg);
}
#lodging .comfortinn.hotel-bg-image > div {
    background-image: url(../images/conference/ComfortInn-gradient.jpg);
}
#lodging .hotel-info {
    padding: 15px;
}
.stint-discipleship-weekend img.modal-hotel-logo {
    width: 300px;
    height: 130px;
}
.stint-discipleship-weekend .modal a {
    color: #474747;
    text-decoration: underline;
}
.stint-discipleship-weekend .modal a {
    color: #474747;
}

@media(min-width: 992px) {
    .you-read-that-right-section h1 {
        font-size: 3.25rem;
    }
    #seventy-percent-graphic {
        max-width: none;
    }
    .you-read-that-right-section,
    .host-takeover-night-section {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .book-section {
        padding-bottom: 200px;
    }
}
@media(min-width: 768px) {
    #host-stint-takeover-heading {
        font-size: 3rem;
    }
    #host-stint-takeover-heading img,
    #book-stint-takeover-heading img {
        height: 150px;
    }
    #host-stint-takeover-row {
        height: 100%;
    }
}
@media(min-width: 576px) {
    #host-stint-takeover-heading img,
    #book-stint-takeover-heading img {
        width: auto;
        height: 115px;
    }
    h2#night-to-reach-70-heading,
    #book-stint-grey-section h2 {
        font-size: 2rem;
    }
    #host-stint-takeover-heading {
        font-size: 4.5rem;
    }
    #stint-takeovers-container {
        font-size: 1.125rem;
    }
}
@media(max-width: 575px) {

    #host-stint-takeover-row {
        padding-bottom: 6rem !important;
    }
    div#takeovers-banner-section {
        background: linear-gradient(rgba(255,210,28,.5), rgba(0,0,0,0) 50%), url('https://stint.toddbecker.org/images/takeover-bg--overlaid.jpg') center 75px/contain no-repeat, linear-gradient(#000, #000) center/cover;
    }
}
/* @media(max-height: 699px) and (min-width: 576px) {
    .stint-takeover-logo-container img {
        max-width: none;
        width: auto;
        height: 70vh;
        max-height: 500px;
        margin: 0 auto;
        display: block;
    }
    img#seventy-percent-graphic {
        width: auto !important;
        height: 50vh;
        margin: 0 auto;
        display: block;
    }
} */

/* Flip Box */
    .panel {
        margin: 0 auto;
        position: relative;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
    }
    .panel .go-back {
        font-size: 16px;
        position: sticky;
        top: 0;
    }
    .panel .front,
    .panel .back {
        text-align: left;
    }
    .panel .back p {
        text-align: center;
        opacity: 0;
        font-size: 14px;
        transition: opacity .5s;
    }
    .panel .front {
        height: inherit;
        top: 0;
        z-index: 900;
        text-align: center;
        backface-visibility: visible;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
    }
    .panel .front:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.8);
        border: 10px solid #FFF;
        border-radius: 12px;
        opacity: 0;
        transition: opacity .5s;
    }
    .panel.flip .front:before {
        opacity: 1;
    }
    .panel .back {
        height: inherit;
        position: absolute;
        top: 50%;
        padding: 25px;
        z-index: 1000;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        transform: rotateY(-180deg) translateY(-50%);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
    }
    .panel.flip .front {
        z-index: 900;
        -webkit-transform: rotateY(180deg) scaleX(-1);
        -moz-transform: rotateY(180deg) scaleX(-1);
        transform: rotateY(180deg) scaleX(-1);
    }
    .panel.flip .back {
        z-index: 1000;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg) translateY(-50%);
    }
    .panel.flip .back p {
        opacity: 1;
        font-size: 14px;
        max-height: 350px;
        overflow-y: auto;
    }



    /* 2025 Event Styles */
    #gospel-puzzle-container {
        width: 100%;
        max-width: 400px;
    }
    #ticketsGoOnSale {
        background: rgba(0,0,0,.4);
        margin-bottom: 25px;
    }
    span#breakoutSessionTime {
        display: block;
        font-size: 1.25rem;
    }
    .card {
        border: none;
    }
    .card-body {
        border-left: 1px solid #f8d442;
        border-right: 1px solid #f8d442;
    }
    #breakoutAccordion .card .card-header {
        position: relative;
    }
    #breakoutAccordion .card .btn-link {
        width: 100%;
        padding-right: 25px;
    }
    #breakoutAccordion .card .btn-link:after {
        content: "\f077";
        font-family: 'FontAwesome';
        font-weight: 900;
        font-size: 12px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin: 0;
        padding: 0;
        height:25px;
        transform: translateY(-50%);
    }
    #breakoutAccordion .card .btn-link.collapsed:after {
        transform: translateY(-50%) rotate(180deg);
    }
    .speaker .back .go-back {
        display: none;
    }
    .speaker .hover.flip .back .go-back {
        display: inline-block;
    }
    
/* SDW Booth Page */
    #sdw-booth-intro {
        background-image: url('/images/sdw-booth-partners/P1007899.jpg');
        background-size: cover;
        background-position: center;
    }
    #sdw-booth-intro img {
        width: 100%;
    }
    .stint-booth-partners .text-shadow {
        text-shadow: 4px 4px 9px #000;
    }
    ul.partnerships-list {
        font-size: 24px;
        font-family: 'aptly';
    }
    @media(max-width: 767px) {
        h1 {

        }
        .stint-booth-partners h2 {
            font-size: 1.5rem;
        }
        .stint-booth-partners h3 {
            font-size: 1.125rem;
        }
        h4 {

        }
    }
    @media(max-width: 575px) {
        ul.partnerships-list {
            font-size: 16px;
        }
    }

    .stint-booth-partners b,
    .stint-booth-partners strong {
        font-weight: 700 !important;
    }

    .purple-glow {
        text-shadow: 0 0 5px #a13776, 0 0 10px #a13776,0 0 15px #a13776,0 0 20px #a13776,0 0 25px #a13776,0 0 30px #a13776,0 0 35px #a13776,0 0 40px #a13776,0 0 45px #a13776,0 0 50px #a13776,0 0 55px #a13776;
    }
    .bg-white-transparent {
        background-color: rgba(255,255,255,.6);
    }
    img.price-image {
        display: block;
        margin: 0 auto 15px auto;
    }
    .tickets-go-on-sale {
        background: rgba(0, 0, 0, .6);
        color: #FFF;
        padding: 25px 0px;
    }
    .tickets-go-on-sale h2 {
        margin: 0;
        font-size: 40px;
    }
    .tickets-go-on-sale h2 strong {
        color: #ffc800;
        text-shadow: 2px 2px 5px #000;
        font-weight: normal !important;
    }