body,
html,
* {
    padding: 0;
    margin: 0;
}


body {
    background-color: #000;
    font-size: 18px;
    font-family: open sans, sans-serif;
    font-weight: 300;
}

header {
    background-image: url("https://fb-v1.cdn-bio.com/assets/matt-wade-coach-fbd6fcce4dce72411879b72c7166f183.png");
    min-height: 800px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #000;
    background-size: cover;
}

@media screen and (min-width: 2000px) {
    header {
        background-image: url("https://fb-v1.cdn-bio.com/assets/matt-wade-coach-fbd6fcce4dce72411879b72c7166f183.png");
        min-height: 1000px;
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #000;
        background-size: cover;
    }
    .bg-unb {
        background-position: top center !important;
    }
}

header .container {
    min-height: 700px;
}

.bg-leaf {
    background-image: url("https://fb-v1.cdn-bio.com/assets/leaf-bg-img-283dbe2e300a0fe2c8baf0f3509c4b14.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #000;
    background-size: cover;
}

.bg-unb {
    background-image: url("https://fb-v1.cdn-bio.com/assets/webinar-starts-in-0661710fd095dd8ba716ddba7227a385.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #000;
    background-size: cover;
    min-height: 800px;
}

.smaller-h1 {
    font-family: lato, sans-serif;
    font-size: 75px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 100px;
}

.push-left {
    margin-left: -20px !important;
}

h1 {
    font-family: lato, sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: 100px;
    text-shadow: 0 2px 54px rgba(0, 0, 0, 0.5);
}
.text-dk-green{
    color:#244018 !important;
}
.main-head {
    font-size: 100px;
    font-weight: 700 !important;
    line-height: 130%;
    margin-top: 40%;
}

.main-sub {
    font-size: 70px;
}

.main-sub {
    text-shadow: 0 2px 54px rgba(0, 0, 0, 0.5);
}

.btn .h2 {
    font-size: 50px !important;
}

.bg-leaf h2,
.bg-unb h2,
.bg-green h2,
.bg-grey h2,
.bg-white h2 {
    text-align: center;
    font-family: Lato;
    font-size: 50px;
    font-style: normal;
    line-height: normal;
}

.font-weight-extra-bold {
    font-weight: 900;
}

.font-weight-extra-boldish {
    font-weight: 700;
}

.font-weight-bold,
strong {
    font-weight: 600;
}

.bg-black80 {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
}

.bg-green {
    background-color: #244018;
}

.bg-white ul {
    margin-left: 30px;
}

.bg-white {
    background-color: #fff;
}

.bg-white h2,
.bg-white h1,
.bg-white p,
.bg-white li {
    color: #4d4d4d;
}

.bg-grey {
    background-color: white;
   /*  background: linear-gradient(to top, white 40%, #ebebeb 40%); */
    color: #4d4d4d;
}

.bg-black50 {
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
}

.larger {
    font-size: 1.3em;
}

.logo {
    max-width: 250px;
}

.orange-text {
    color: #BFFD77;
    font-weight: 700;
}

.btn-warning {
    background-color: #fe9400;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    transition: ease 0.5s;
}

.btn-warning:hover {
    background-color: #fe9400;
    color: #fff;
    transform: scale(1.05);
}

.blist li {
    margin: 0.8em auto;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30px;
}

.time-section-wrap {
    min-width: 80px;
    text-align: center;
    width: 25%;
}

.img-70 {
    max-width: 70%;
}

.time-wrapper {
    font-size: 6em;
    font-weight: 600;
    margin: 0 10px 0.2em;
    padding: 0.3em 0;
    position: relative;
    z-index: 0;
    font-family: lato, sans-serif;
}

.time-wrapper:before {
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.time-name {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}

.card-img-top {
    max-width: 220px;
    margin: 0 auto;
    display: table;
}

.font-oswald {
    font-family: oswald, sans-serif;
}
.font-size-38{
    font-size: 38px;
}
.font-weight-300{
    font-weight: 300;
}

.sublist {
    padding-left: 100px;
}

.sublist li {
    margin: 0.8em auto;
    padding-left: 5px;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30px;
}

@media screen and (max-width: 1200px) {
    header {
        background-size: cover;
    }
}

@media screen and (max-width: 991px) {
    .card-deck {
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .sublist {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .time-wrapper {
        font-size: 3em !important;
    }
}

@media screen and (max-width: 1024px) {
    .larger {
        font-size: 20px;
    }
    header .container {
        min-height: unset;
    }
    .bg-leaf h2,
    .main-sub,
    .bg-unb h2,
    .bg-green h2,
    .bg-grey h2,
    .smaller-h1,
    .btn .h2 {
        font-size: 35px !important;
    }
    .my-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .blist {
        margin-left: 20px;
    }
    .font-weight-extra-boldish,
    .font-weight-extra-bold,
    .smaller-h1 {
        font-weight: 400;
    }
}
.font-size-18{font-size: 18px; color:#000000; }
.text-left{text-align: left !important;}
.hr-green{width: 100px; background-color:#4D4D4D;}
@media screen and (max-width:1200px) {
    .main-head
     {
        font-size: 50px;
        line-height: 60px;
    }
}
@media screen and (max-width: 767px) {
    .blist li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 20px;
        height: 20px;
        background: url("https://fb-v1.cdn-bio.com/assets/tick-bullet-7ccb90e9728b0dc52bbaeca99857701c.svg") no-repeat center center;
        background-size: contain;
      }
    .bg-white ul {
        margin-left: 5px;
    }
    .push-left {
        margin-left: auto !important;
    }
    .main-head,
    .bg-white h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .larger {
        font-size: 16px;
    }
    header {
        background-image: url("https://fb-v1.cdn-bio.com/assets/matt-wade-sm-59ec703230a215931d87bc799f9b6662.png");
        min-height: 350px;
    }
    header .container {
        min-height: unset;
    }
    .d-sm-block {
        display: block !important;
    }
    /* .bg-unb {
        background-image: none;
        min-height: unset;
    } */
    .time-name{font-size: 18px !important;}
    .sticky-top {
        bottom: 0;
        top: unset;
        position: fixed;
        width: 100%;
    }
    .bg-leaf h2,
    .main-sub,
    .bg-unb h2,
    .bg-green h2,
    .bg-grey h2,
    .smaller-h1,
    .btn .h2 {
        font-size: 24px !important;
    }
    header h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .my-sm-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .blist {
        margin-left: 20px;
    }
    .font-weight-extra-boldish,
    .font-weight-extra-bold,
    .smaller-h1 {
        font-weight: 400;
    }
    .time-wrapper {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 575px) {
    body {
        font-size: 14px;
    }
    .time-wrapper {
        font-size: 2.5em;
    }
    h1 {
        font-size: 50px;
    }
    h3,
    h2,
    .h2,
    .h3 {
        font-size: 24px;
    }
    .blist li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    small,
    p.small,
    .badge {
        font-size: 14px;
    }
}

.text-left {
    text-align: left;
}

.w-1500 {
    max-width: 1500px;
}

@media screen and (min-width: 1600px) {
    .w-1500 {
        max-width: 1500px;
    }
}

@media screen and (max-width: 335px) {
    .time-section-wrap {
        min-width: 20% !important;
    }
}

/* ===== Countdown fixes & compaction (override) ===== */

/* Make the hero shorter */
.bg-unb{
    min-height: 520px;                 /* was 800px */
    padding-top: 48px;
    padding-bottom: 48px;
    background-position: center;
  }
  @media (max-width: 991px){
    .bg-unb{
      min-height: 360px;
      padding-top: 32px;
      padding-bottom: 36px;
    }
  }
  
  /* Title size & spacing so the section feels lighter */
  .bg-unb h2{
   /*  font-size: clamp(22px, 2.2vw + 10px, 34px) !important; */
    margin-bottom: 14px !important;
    text-align: center;
    /* font-weight: 600; */
  }
  
  /* Desktop layout: one row, perfect baseline alignment for colons */
  .countdown-container{
    display: inline-flex !important;
    align-items: baseline;             /* keep colons on the same baseline as digits */
    justify-content: center;
    gap: clamp(10px, 2.2vw, 24px);
    width: 100%;
    text-align: center;
  }
  
  .time-section-wrap{
    min-width: clamp(72px, 9vw, 120px);
  }
  
  .time-wrapper{
    /* Large but not too tall; tabular numbers for stable width */
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    line-height: 1.05;
    margin: 0 .35em .15em;
    padding: 0;
    /* Smooth responsive size */
    font-size: 70px;
    text-shadow: 0 2px 32px rgba(0,0,0,.35);
  }
  .time-wrapper > span{ display: inline-block; }
  
  /* The labels */
  .time-name{
    text-transform: none;
    margin-top:20px;
    font-weight: 400;;
   /*  font-size: clamp(10px, 1.1vw, 14px); */
   font-size:30px;
    opacity: .9;
  }
  
  /* The colons — baseline-aligned with digits */
  .colon{
    align-self: baseline;              /* key for baseline alignment */
    font-variant-numeric: tabular-nums;
    line-height: 1;                    /* prevents vertical drift */
    font-weight: 700;
    font-size: clamp(24px, 4.5vw, 48px);
    transform: translateY(2px);        /* tiny optical adjust */
    opacity: .9;
    min-width: 0;
  }
  
  /* ===== Mobile layout: Days on its own row, H:M:S compact row ===== */
  @media (max-width: 560px){
/*     .countdown-container{
      display: grid !important;
      grid-template-columns: repeat(3, minmax(64px, 1fr));
      justify-content: center;
      align-items: start;
      gap: 10px 12px;
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
    } */
  
    /* Days takes full width on its own line */
    .time-section-wrap[data-part="days"]{
      grid-column: 1 / -1;
    }
  
    /* Bigger single “0” for Days (like the mock) */
   /*  .time-section-wrap[data-part="days"] .time-wrapper{
      font-size: clamp(40px, 12vw, 72px) !important;
    } */
  
    /* Hide the colon between Days and Hours on mobile */
    .colon--dh{ display: none; }
  
    /* Keep H:M:S in one row with the two colons in between */
    .time-wrapper{
      font-size: clamp(26px, 9vw, 40px) !important;
      line-height: 1.05;
    }
   
    /* Slimmer section padding on mobile */
    .bg-unb h2{ margin-bottom: 8px !important; }
  }
  
  /* Extra-small tweaks */
  @media (max-width: 360px){
    .time-section-wrap{ min-width: 0; }
  }
  

  .blist li {
    list-style: none;
    padding-left: 50px;
    position: relative;
    margin: 0.8em 0;
  }
  
  .blist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url("https://fb-v1.cdn-bio.com/assets/tick-bullet-7ccb90e9728b0dc52bbaeca99857701c.svg") no-repeat center center;
    background-size: contain;
  }
  


  