/* _content/MediaBlog/Components/Layout/MainLayout.razor.rz.scp.css */
.mainLayoutContainer[b-h6n90bl9kw] {
    height: 10vh; 
    background-color: black; 
    display: flex; 
    justify-content: space-evenly;
}

.mainBodyContainer[b-h6n90bl9kw] {
    max-width: 1600px; 
    margin: 0 auto;
}

@media screen and (max-width: 450px) {
    .mainLayoutContainer[b-h6n90bl9kw] {
        padding-bottom: 0;
    } 
}

/* _content/MediaBlog/Components/Loading/_Loading.razor.rz.scp.css */
.loadingContainer[b-utdkpgu727] {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  margin: 50px;
}

.loadingAnimationContainer[b-utdkpgu727] {
  color: var(--color-blog-category-tips);
  display: flex;
  flex-direction: row;
  font-family: var(--font-family-primary);
  font-size: clamp(36px, 2vw, 48px);
}

.loadingText[b-utdkpgu727] {
  text-align: center;
}

.periodOne[b-utdkpgu727] {
  animation: dot-b-utdkpgu727 1.5s ease-in-out;
  animation-delay: .5s;
  animation-iteration-count: infinite;
}

.periodTwo[b-utdkpgu727] {
  animation: dot-b-utdkpgu727 1.5s ease-in-out;
  animation-delay: .75s;
  animation-iteration-count: infinite;
}

.periodThree[b-utdkpgu727] {
  animation: dot-b-utdkpgu727 1.5s ease-in-out;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

.thankYou[b-utdkpgu727] {
  font-family: var(--font-family-secondary);
  font-size: clamp(32px, 2vw, 36px);
}

@keyframes dot-b-utdkpgu727 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}
/* _content/MediaBlog/Components/Navbar/_NavMenu.razor.rz.scp.css */
.navMenu[b-9bemse0k4g] {
    background-color: #2b2b2b;
    margin-top: 100px;
}

header[b-9bemse0k4g] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar_container[b-9bemse0k4g] {
    display: flex;
    justify-content: center;
    position: fixed;
    height: 100px;
    width: 100vw;
    background: linear-gradient(181deg, black, rgb(0 0 0 / 56%));    
    z-index: 999;
}

.desktopNav > img[b-9bemse0k4g] {
    width: 75px;
    padding-right: 50px;
    background: transparent;
}

li[b-9bemse0k4g] {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    color: white;
    padding: 14px 25px;
    font-family: var(--font-family-secondary), sans-serif;
    font-weight: 300;
    font-size: clamp(16px, 1.5vw, 18px);
    letter-spacing: 1.2px;
}

li:hover[b-9bemse0k4g] {
    color: #0eccde;
    text-decoration: none;
    transition: 0.5s;
}

.desktopNav[b-9bemse0k4g] {
    display: flex;
    align-items: center;
}

.sidebarMobile[b-9bemse0k4g] {
    display: none;
}


.mobileMenuIconBars[b-9bemse0k4g] {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .desktopNav[b-9bemse0k4g] {
        margin-left: 15px;
        margin-right: 15px;
    }

    .desktopNav > img[b-9bemse0k4g]{
        padding-right: 5px;
    }
}

@media screen and (max-width: 1000px) {
   .desktopNav[b-9bemse0k4g] {
       text-align: center;
   }
}


@media screen and (max-width: 800px) {
    
    .desktopNav > img[b-9bemse0k4g] {
        top: 0;
        padding: 25px 15px;
        
        display: block;
        left: 10px;
        position: absolute;
        width: 110px;
        background: transparent;
    }
    
    .mobileMenuIcon[b-9bemse0k4g] {
        right: 50px;
        top: 33px;
        display: block;
        position: absolute;
        cursor: pointer;
    }

    .desktopNav > li[b-9bemse0k4g] {
        display: none;
    }

    .sidebarMobile[b-9bemse0k4g] {
        width: 100vw;
        height: 100vh;
        background-color: black;
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        z-index: 999;
        transition: 1s;
    }

    .mobileImage[b-9bemse0k4g] {
        top: 0;
        padding: 25px 15px;
        display: block;
        left: 10px;
        position: relative;
        width: 85px;
        background: transparent;
    }

    .mobileMenuIconBars[b-9bemse0k4g] {
        right: 50px;
        top: 40px;
        display: block;
        position: absolute;
        cursor: pointer;
    }

    *[b-9bemse0k4g] {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }
}

@media screen and (max-width: 600px) {
    .desktopNav >img[b-9bemse0k4g] {
        width: 85px;
    }
    
    .mobileMenuIconBars[b-9bemse0k4g] {
        top: 36px;
    }
}
/* _content/MediaBlog/Components/Navbar/_WavesBranding.razor.rz.scp.css */
.wavesBrandingContainer[b-jeukpqf0ul] {
    background-color: black; 
    display: flex; 
    justify-content: center;
    padding-bottom: 25px;
    padding-top: 20px;
}

.wavesBrandingContainer > img[b-jeukpqf0ul] {
    position: relative;
    display: inline-block;
    max-width: 700px;
    width: 70%
}
/* _content/MediaBlog/Components/Pages/BetweenTidesPodcast/BetweenTidesPodcast.razor.rz.scp.css */
.betweenTidesContainer[b-rqn6a7ouft] {
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* SUB CONTAINERS */
.podcastDisplayContainer[b-rqn6a7ouft] {
  align-items: center;
  gap: 25px;
  display: flex;
  margin: 25px;
  width: 95%;
  height: auto;
}

.podcastInfoContainer[b-rqn6a7ouft] {
  margin: 25px;
  width: 95%;
}

.podcastDisplayMoreContainer[b-rqn6a7ouft] {
  background-color: #08445F;
  border-radius: 12px;
  margin: 25px;
  padding: 25px 10px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
}

.podcastDisplayMoreContainerPodcasts[b-rqn6a7ouft] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.socialsContainer[b-rqn6a7ouft] {
  display: grid;;
  width: 95%;
  margin: 50px 0;
  grid-template-columns: 40% 60%;
}

.socials[b-rqn6a7ouft] {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.socialLogo[b-rqn6a7ouft] {
  width: clamp(45px, 1.7em, 62px);
  height: clamp(45px, 1.7em, 62px);
  margin-right: 15px;
  cursor: pointer;
}

.socialsText[b-rqn6a7ouft] {
  font-family: var(--font-family-secondary);
  font-size: clamp(20px, 2vw, 24px);
}

.copyLink[b-rqn6a7ouft] {
  display: flex;
  border: 1px solid gray;
  border-radius: 12px;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family-secondary);
  font-size: clamp(16px, 2vw, 20px);
}

.copyButton[b-rqn6a7ouft] {
  background-color: #08445F;
  border-radius: 6px;
  color: white;
  font-weight: bold;
  height: 40px;
  padding: 10px;
  cursor: pointer;
}

.pageButtonContainer[b-rqn6a7ouft] {
  color: white;
  display: flex;
  gap: 15px;
  margin: 35px auto 25px;
}

.pageButton[b-rqn6a7ouft] {
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font-family-secondary), sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  text-decoration: underline;
}

.pageText[b-rqn6a7ouft] {
  font-family: var(--font-family-secondary), sans-serif;
  font-size: clamp(16px, 2vw, 18px);
}

@media screen and (max-width: 1100px) {
  .podcastDisplayContainer[b-rqn6a7ouft] {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 800px) {
  .podcastDisplayContainer[b-rqn6a7ouft] {
    border: none;
  }

  .socialsContainer[b-rqn6a7ouft] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 50px;
  }
}

@media screen and (max-width: 400px) {
  .podcastDisplayMoreContainer[b-rqn6a7ouft] {
    border-radius: 0;
  }
}
/* _content/MediaBlog/Components/Pages/BetweenTidesPodcast/PodcastDisplayList/_PreviewCards.razor.rz.scp.css */
.podcastCardContainer[b-c5cmrqjzif] {
  align-items: center;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-basis: 28%;
  flex-direction: column;
  height: 375px;
  justify-content: center;
  padding: 25px;
}

.podcastInformation[b-c5cmrqjzif] {
  align-items: center;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px;
  position: absolute;
  height: 80%;
  justify-content: space-between;
}

.btpLogoWords[b-c5cmrqjzif] {
  max-width: 275px;
}

.podcastTitle[b-c5cmrqjzif] {
  color: white;
  font-family: var(--font-family-secondary), sans-serif;
  font-size: clamp(20px, 2vw, 22px);
  text-align: center;
}

.podcastTitle:hover[b-c5cmrqjzif] {
  text-decoration: underline;
}

.playIcon[b-c5cmrqjzif] {
    color: white;
    font-size: clamp(48px, 2vw, 52px);
    cursor: pointer;
}

.playIcon:hover[b-c5cmrqjzif] {
  filter: brightness(0.8);
}

.podcastSubtitle[b-c5cmrqjzif] {
  color: white;
  font-family: var(--font-family-paragraph), sans-serif;
  font-size: clamp(14px, 2vw, 16px);
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .podcastCardContainer[b-c5cmrqjzif] {
    flex-basis: 80%;
  }
}

@media screen and (max-width: 800px) {
  .btpLogoWords[b-c5cmrqjzif] {
    max-width: 200px;
  }
}
/* _content/MediaBlog/Components/Pages/BetweenTidesPodcast/PodcastDisplayList/_RecentPodcastList.razor.rz.scp.css */
.podcastDisplaySmallContainer[b-g66g6zbbgn] {
  display: flex;
  border: 1px solid white;
  border-radius: 12px;
  width: 45%;
  margin: 10px;
  padding: 10px;
}

.betweenTidesThumbnail[b-g66g6zbbgn] {
  border-radius: 6px;
  height: auto;
  max-width: 50px;
  z-index: 1;
}

.soundWaveLeft[b-g66g6zbbgn] {
  height: 20px;
  position: absolute;
  right: 50px;
  transform: scaleX(-1);
}

.soundWaveRight[b-g66g6zbbgn] {
  height: 20px;
  left: 50px;
  position: absolute;
}

.podcastTitlePlay[b-g66g6zbbgn] {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0px 20px;
  width: 100%;
}

.podcastTitle[b-g66g6zbbgn] {
  color: white;
  font-family: var(--font-family-secondary), sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  margin-bottom: 10px;
}

.podcastTitle:hover[b-g66g6zbbgn] {
  text-decoration: underline;
}

.playIcon[b-g66g6zbbgn] {
    color: white;
    font-size: clamp(24px, 5vw, 32px);
  cursor: pointer;
}

.playIcon:hover[b-g66g6zbbgn] {
  filter: brightness(0.8);
}

.podcastSubtitle[b-g66g6zbbgn] {
  color: white;
  font-family: var(--font-family-paragraph), sans-serif;
  font-size: clamp(10px, 2vw, 14px);
}

.podcastLogoDetails[b-g66g6zbbgn] {
  height: 75px;
  border-radius: 5px;
  position: relative;
  min-width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .podcastDisplaySmallContainer[b-g66g6zbbgn] {
    width: 100%;
  }

  .podcastTitlePlay[b-g66g6zbbgn] {
    width: 100%;
  }
}
/* _content/MediaBlog/Components/Pages/BetweenTidesPodcast/PodcastHero/_PodcastHero.razor.rz.scp.css */
.podcastHeroContainer[b-r7i40emzdm] {
    display: flex;
    width: 100%;
    max-height: 700px;
    background-size: cover;
    height: calc(100vh - 24em);
    border-radius: 25px;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
    background-position: center;
    cursor: pointer;
}

.podcastContentHero[b-r7i40emzdm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.btpHeader[b-r7i40emzdm] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(16px, 4vw, 28px);
    color: white;
    width: 100%;
    letter-spacing: 1px;
}

.podcastTitle[b-r7i40emzdm] {
    font-family: var(--font-family-primary), sans-serif;
    font-size: clamp(26px, 4vw, 50px);
    color: white;
    width: 75%;
    margin-top: 10px;
}

.playIconHero[b-r7i40emzdm] {
    color: #ef12dc7a;
    font-size: clamp(150px, 15vw, 250px);
    cursor: pointer;
}

.playIconHero:hover[b-r7i40emzdm] {
    color: var(--color-waves-accent);
}

.podcastTime[b-r7i40emzdm] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(13px, 2vw, 25px);
    color: white;
}

.podcastActions[b-r7i40emzdm] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
    gap: 25px;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .podcastHeroContainer[b-r7i40emzdm] {
        border-radius: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .podcastHeroContainer[b-r7i40emzdm] {
        height: 400px;
        background-position: center;
    }

    .aboutEpisode[b-r7i40emzdm] {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media screen and (max-width: 450px) {
    .podcastTitle[b-r7i40emzdm] {
        width: 100%;
    }
    
    .podcastActions[b-r7i40emzdm] {
        position: absolute;
        left: 0;
        right: 0;
        margin-inline: auto;
        width: fit-content;
    }
    
    .podcastTime[b-r7i40emzdm] {
        display: none;
    }
}
/* _content/MediaBlog/Components/Pages/BetweenTidesPodcast/PodcastInfo/PodcastInfo.razor.rz.scp.css */
.podcastInfoContainer[b-z4ecfxo6hl] {
  display: flex;
  background-color: black;
  border-radius: 12px;
}

.podcastInfoLogoContainer[b-z4ecfxo6hl] {
  align-items: center;
  border-radius: 12px;
  border: 1px solid white;
  color: white;
  display: flex;
  flex-direction: column;
  margin: 50px;
  padding: 25px;
  text-align: center;
}

.podcastGeneralContainer > p[b-z4ecfxo6hl] {
  font-size: clamp(15px, 2vw, 28px);
}

.podcastTitle[b-z4ecfxo6hl] {
  font-family: var(--font-family-primary), sans-serif;
  font-size: clamp(20px, 2vw, 24px);
}

.presentedBy[b-z4ecfxo6hl] {
  font-family: var(--font-family-secondary), sans-serif;
}

.betweenTidesLogo[b-z4ecfxo6hl] {
  max-width: 50%;
  transform: rotate(20deg);
  margin: 55px 50px 50px;
}

.podcastGeneralContainer[b-z4ecfxo6hl] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: white;
  border-radius: 12px;
  color: black;
  font-family: var(--font-family-secondary), sans-serif;
  font-size: clamp(24px, 2vw, 28px);
  margin: 50px 50px 50px 0px;
  padding: 25px;
  width: 70%;
  gap: 15px;
}

.socialLogosContainer[b-z4ecfxo6hl] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 5px;
  margin-top: 10px;
}

.socialLogo[b-z4ecfxo6hl] {
  width: clamp(40px, 1.7em, 50px);
  height: clamp(40px, 1.7em, 50px);
  cursor: pointer;
}


@media screen and (max-width: 800px) {
  .podcastInfoContainer[b-z4ecfxo6hl] {
    flex-direction: column;
    align-items: center;
  }
  
  .socialLogosContainer[b-z4ecfxo6hl] {
    margin-top: 25px;
  }

  .logoSpecificContainer[b-z4ecfxo6hl] {
    flex-basis: 10%;
    text-align: center;
  }

  .podcastInfoLogoContainer[b-z4ecfxo6hl], .podcastGeneralContainer[b-z4ecfxo6hl] {
    width: 80%;
    margin: 25px;
  }
}

@media screen and (max-width: 600px) {
  .socialLogo[b-z4ecfxo6hl] {
    width: 40px;
    height: 40px;
  }
  
  .podcastInfoLogoContainer[b-z4ecfxo6hl] {
    padding: 15px;
    margin: 25px;
  }
}

@media screen and (max-width: 450px) {
  .logoSpecificContainer[b-z4ecfxo6hl] {
    flex-basis: 20%;
  }
}
/* _content/MediaBlog/Components/Pages/BetweenTidesPodcast/PodcastSpecificPage/PodcastSpecificPage.razor.rz.scp.css */
.podcastPageContainer[b-uswagf93k0] {
    display: flex;
    flex-direction: column;
}

.podcastHeroContainer[b-uswagf93k0] {
    display: flex;
    width: 100%;
    height: 700px;
    background-size: cover;
    border-radius: 25px;
    margin-top: 25px;
}

.podcastContentHero[b-uswagf93k0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.playIconHero[b-uswagf93k0] {
    color: white;
    font-size: clamp(45px, 5vw, 90px);
}

.podcastActions[b-uswagf93k0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
    gap: 25px;
    width: 100%;
}

.podcastTitle[b-uswagf93k0] {
    font-family: var(--font-family-primary), sans-serif;
    font-size: clamp(28px, 4vw, 50px);
    color: white;
    width: 75%;
    margin-top: 10px;
}

.aboutPodcastContainer[b-uswagf93k0] {
    display: flex;
    max-width: 900px;
    margin-top: 25px;
    flex-direction: column; 
}

.aboutEpisode[b-uswagf93k0] {
    display: flex;
    flex-direction: column;
   padding-left: 3rem;
    padding-right: 3rem;
}

.aboutEpisodeLabel[b-uswagf93k0] {
    font-family: var(--font-family-primary), sans-serif;
    font-size: clamp(13px, 2vw, 24px);
    margin-bottom: 15px;
}

.podcastIcons[b-uswagf93k0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    font-size: clamp(18px, 4vw, 40px);
    margin-top: 20px;
}

.more[b-uswagf93k0]  {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(13px, 2vw, 21px);
    text-decoration: underline;
    color: #0eccde;
}

divider-podcast[b-uswagf93k0] {
    width: 75%;
    border-bottom: 3px solid var(--color-waves-accent);
    margin-left: 3rem;
}

.aboutEpisodePara[b-uswagf93k0] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(13px, 2vw, 22px);
    line-height: 125%;
    font-weight: 300;
    letter-spacing: 1px;
}

.aboutEpisodePara[b-uswagf93k0]  p {
    margin-bottom: 1em;
    margin-top: 1em;
}

.aboutEpisodePara[b-uswagf93k0]  ul {
    margin-left: 20px;
}

.aboutEpisodePara[b-uswagf93k0]  li {
    margin-bottom: 1rem;
}

.aboutEpisodePara[b-uswagf93k0]  b {
    font-weight: 500;
}

li[b-uswagf93k0] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(13px, 2vw, 22px);
    font-weight: 300;
    margin-top: 10px;
}

.whereToListen[b-uswagf93k0] {
    display: flex;
    margin-top: 50px;
    padding-left: 3rem;
    flex-direction: column;
}

@media screen and (max-width: 1600px) {
    .podcastHeroContainer[b-uswagf93k0] {
        border-radius: 0;
        margin-top: 0;
    } 
}

@media screen and (max-width: 600px) {
    .podcastHeroContainer[b-uswagf93k0] {
        height: 100%;
    }
    
    .aboutEpisode[b-uswagf93k0] {
       padding-right: 1rem;
        padding-left: 1rem;
    }
    
    divider-podcast[b-uswagf93k0] {
        margin-left: 1rem;
    }

    .whereToListen[b-uswagf93k0] {
        padding-left: 1rem;
    }
}

@media screen and (max-width: 450px) {
    .podcastTitle[b-uswagf93k0] {
        width: 100%;
    }
}
/* _content/MediaBlog/Components/Pages/Blog/Blog.razor.rz.scp.css */
.container[b-c72vesmj3c] {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
}

.blogCardsContainer[b-c72vesmj3c] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    width: 100%;
}

.searchMargins[b-c72vesmj3c] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 50px auto;
}

.categoryX[b-c72vesmj3c] {
    background-color: black;
    border-radius: 50%;
    border: none;
    color: white;
    height: 25px;
    text-align: center;
    width: 25px;
    cursor: pointer;
}

.categoryName[b-c72vesmj3c] {
    font-family: var(--font-family-primary), sans-serif;
    font-size: clamp(12px, 2vw, 20px);
}

.categoryContainer[b-c72vesmj3c] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.pageButtonContainer[b-c72vesmj3c] {
    display: flex;
    gap: 15px;
    margin: 50px auto 25px;
}

.pageButton[b-c72vesmj3c] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    text-decoration: underline;
}

.pageText[b-c72vesmj3c] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(16px, 2vw, 18px);
}

@media screen and (max-width: 800px) {
    .searchMargins[b-c72vesmj3c] {
        margin: 50px 0px;
    }

    .blogCardsContainer[b-c72vesmj3c] {
        gap: 25px;
        flex-direction: column;
        width: 100%;
    }
}
/* _content/MediaBlog/Components/Pages/Blog/_BlogArticles/BlogPageHeader/_BlogPageHeader.razor.rz.scp.css */
.blogArticleContainer[b-ez1r6xp0rq] {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
}

.blogArticleHeaderContainer[b-ez1r6xp0rq] {
  background-color: black;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  color: white;
  height: 600px;
  display: flex;
  flex-direction: column;
  margin: 25px 0;
  gap: 10px;
}

.blogArticleHeaderTitleContainer[b-ez1r6xp0rq] {
  flex-basis: 50%;
  width: 70%;
  margin: 0 0 50px 50px;
  max-height: min-content;
}

h1[b-ez1r6xp0rq] {
  font-family: var(--font-family-primary), sans-serif;
  font-size: clamp(18px, 4vw, 56px);
}

h1:focus[b-ez1r6xp0rq] {
  outline: none;
}

h2[b-ez1r6xp0rq] {
  font-family: var(--font-family-secondary), sans-serif;
  font-size: clamp(24px, 3vw, 48px);
  text-transform: capitalize;
}

.blogArticleCategory[b-ez1r6xp0rq] {
  flex-basis: 5%;
  align-items: center;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  opacity: 75%;
  padding: 10px 15px;
  text-align: center;
  text-wrap: wrap;
  width: fit-content;
  margin-top: auto;
  margin-left: 50px;
}

.blogArticleCategoryText[b-ez1r6xp0rq] {
  color: white;
  font-family: var(--font-family-secondary), sans-serif;
  font-size: clamp(12px, 2vw, 18px);
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1600px) {
  .blogArticleHeaderContainer[b-ez1r6xp0rq] {
    border-radius: 0;
    margin: 0;
  }
}

@media screen and (max-width: 1100px) {
  .blogArticleHeaderContainer[b-ez1r6xp0rq] {
    height: 500px;
  }
}

@media screen and (max-width: 800px) {
  .blogArticleHeaderContainer[b-ez1r6xp0rq] {
    height: 300px;
  }

  .blogArticleCategory[b-ez1r6xp0rq] {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 600px) {
  .blogArticleCategory[b-ez1r6xp0rq] {
    margin: auto 0 0 25px;
  }

  .blogArticleHeaderTitleContainer[b-ez1r6xp0rq] {
    margin: 0 0 25px 25px;
  }
}
/* _content/MediaBlog/Components/Pages/Blog/_BlogCard/_BlogCard.razor.rz.scp.css */
a[b-c9rof9v798] {
  text-decoration: none;
  color: initial;
  display: flex;
}

.mainWrapper[b-c9rof9v798] {
  flex-basis: 29%;
}

.blogCardContainer[b-c9rof9v798] {
  border: 1px solid black;
  border-radius: 12px;
  height: 350px;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.blogCardImageContainer[b-c9rof9v798] {
  height: 245px;
  width: inherit;
}

.blogCardLabelContainer[b-c9rof9v798] {
  border-radius: 0 0 11px 11px;
  border-top: 1px solid black;
  display: flex;
  flex-direction: column;
  height: 30%;
  justify-content: space-between;
  padding: 15px;
}

.blogCardSubLabelContainer[b-c9rof9v798] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.blogCardCategoryColor[b-c9rof9v798] {
  min-height: 15px;
  min-width: 15px;
  border-radius: 50%;
}

.blogMetadata[b-c9rof9v798] {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.blogCardTitle[b-c9rof9v798] {
  font-family: var(--font-family-secondary), sans-serif;
  font-size: clamp(14px, 1.5vw, 17px);
  text-transform: capitalize;
}

.blogCardAuthor[b-c9rof9v798] {
  font-family: var(--font-family-quote), sans-serif;
  font-size: clamp(10px, 1vw, 12px);
}

.blogCardCategory[b-c9rof9v798] {
  font-family: var(--font-family-secondary), sans-serif;
  font-size: clamp(11px, 1vw, 12px);
  text-transform: uppercase;
}

.blogCardImage[b-c9rof9v798] {
  height: inherit;
  width: inherit;
  object-fit: cover;
  border-radius: 11px 11px 0 0;
}

@media screen and (max-width: 800px) {
  .blogCardContainer[b-c9rof9v798] {
    max-width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .blogCardContainer[b-c9rof9v798]{
    width: 100%;
    height: 350px;
  }
  
  .blogCardContainer:hover[b-c9rof9v798] {
    cursor: default;
  }
  
  .blogCardContainerMobile[b-c9rof9v798] {
    height: 115px;
    width: 100%;
    border-radius: 11px;
    object-fit: cover;
    display: flex;
    flex-direction: row;
  }

  .blogCardLabelContainerMobile[b-c9rof9v798] {
    display: flex;
    flex-direction: column;
    border-top: none;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    height: 100%;
    width: 100%;
    justify-content: space-around;
  }

  .blogCardImageContainerMobile[b-c9rof9v798] {
    height: 100%;
    width: 50%;
  }
  
  .blogCardImageMobile[b-c9rof9v798] {
    height: 100% !important;
    border-radius: 11px 0 0 11px !important;
    width: 100% !important;
  }
}
/* _content/MediaBlog/Components/Pages/Blog/_Categories/_Categories.razor.rz.scp.css */
.categoriesContainer[b-i2uiz3tha3] {
  align-items: center;
  background-color: black;
  border-radius: 12px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  padding: 30px;
  text-align: center;
  width: 95%;
}

.categoryLabel[b-i2uiz3tha3] {
  font-family: var(--font-family-primary), sans-serif;
  font-size: clamp(21px, 5vw, 62px);
  margin: 25px 25px 0;
}

.blogCategories[b-i2uiz3tha3] {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px;
  margin: 35px auto 50px;
  padding: 25px;
}

.blogSubcategory[b-i2uiz3tha3]::before {
  position: absolute;
  border: 1px solid var(--color-waves-accent);
  border-radius: 12px;
  height: 100%;
  width: 100%;
  top: 5px;
  left: 5px;
  content: '';
}

.blogSubcategory:hover[b-i2uiz3tha3]::before {
  transition: 0.4s;
  border: 1px solid white;
}

.blogSubcategory[b-i2uiz3tha3] {
  align-items: center;
  background-color: white;
  border-radius: 12px;
  border: none;
  color: black;
  cursor: pointer !important;
  display: flex;
  font-family: var(--font-family-secondary), sans-serif;
  font-size: clamp(15px, 2vw, 22px);
  height: 125px;
  justify-content: center;
  max-width: 225px;
  padding: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.blogSubcategory:hover[b-i2uiz3tha3] {
  border: none;
  cursor: pointer;
  background-color: var(--color-waves-accent);
  color: white;
  transition: 0.4s;
}

@media screen and (max-width: 1200px) {
  .blogCategories[b-i2uiz3tha3] {
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  .categoriesContainer[b-i2uiz3tha3] {
    width: 90%;
    padding: 15px;
  }

  .blogCategories[b-i2uiz3tha3] {
    gap: 25px;
  }

  .blogSubcategory[b-i2uiz3tha3] {
    max-width: 400px;
    height: 45px;
    padding: 10px;
  }
}

@media screen and (max-width: 450px) {
  .blogCategories[b-i2uiz3tha3] {
    width: auto;
    margin: 15px auto 25px;
  } 
}
/* _content/MediaBlog/Components/Pages/Blog/_Search/_Search.razor.rz.scp.css */
.searchContainer[b-5wtxr2432k] {
  align-items: center;
  display: flex;
  gap: 10px;
}

.searchArea[b-5wtxr2432k] {
  background-color: white;
  border-radius: 12px;
  border: 1px solid black;
  color: black;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  width: 250px;
}

.searchLabel[b-5wtxr2432k] {
  font-family: var(--font-family-secondary);
  font-weight: bold;
  font-size: clamp(16px, 2vw, 28px);
  letter-spacing: 1.5px;
}

.searchInput[b-5wtxr2432k] {
  border: none;
  font-family: var(--font-family-paragraph);
  margin-left: 10px;
  width: inherit;
}

.searchInput:focus[b-5wtxr2432k] {
  outline: none;
}

.searchIcon[b-5wtxr2432k] {
  margin: 10px 5px;
}

@media screen and (max-width: 800px) {
  .searchArea[b-5wtxr2432k] {
    width: 200px;
  }

  .searchInput[b-5wtxr2432k] {
    width: 100%;
    font-size: 16px;
    appearance: none;
    background-color: white;
  }
}

@media screen and (max-width: 600px) {
  .searchArea[b-5wtxr2432k] {
    width: 175px;
  }
}
/* _content/MediaBlog/Components/Pages/Home/_BlogHome.razor.rz.scp.css */
.blogHomeContainer[b-dcl1bae7oc] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 30px;
    height: 750px;
    margin-top: 30px;
}

.blogMainHeroHome[b-dcl1bae7oc] {
    display: flex;
    flex-basis: 60%;
    border-radius: 25px;
    border: 1px solid black;
    box-shadow: 10px 10px 10px #00000012;
    flex-direction: column;
    cursor: pointer;
}

.mainHeroHomeStyle[b-dcl1bae7oc] {
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid black;
    border-radius: 25px 25px 0 0;
    height: 75%;
    width: 100%;
}

.mainHeroHomeStyleBottom[b-dcl1bae7oc] {
    height: 25%;
    background: white;
    justify-content: space-around;
    border-radius: 0 0 25px 25px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    gap: 10px;
}

.mainBlogHeroDescription[b-dcl1bae7oc] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(15px, 3vw, 30px);
    color: black;
    letter-spacing: 1px;
}

.blogMainContainer[b-dcl1bae7oc] {
    margin-top: 125px; 
    padding: 20px;
}

.secondaryDescriptions[b-dcl1bae7oc] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(14px, 1.5vw, 19px);
    color: black;
    letter-spacing: 1px;
}

.secondaryDescriptionAuthor[b-dcl1bae7oc] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(14px, 1vw, 18px);
    color: black;
}

.blogMainSecondaryHeroHome[b-dcl1bae7oc] {
    display: flex;
    gap: 20px;
    flex-basis: 40%;
    flex-direction: column;
}

.secondaryBlog[b-dcl1bae7oc] {
    height: 100%;
    width: 100%;
    border-radius: 25px;
    border: 1px solid black;
    box-shadow: 10px 10px 10px #00000012;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background-size: cover;
}

.secondaryBlogContent[b-dcl1bae7oc] {
    display: flex;
    height: 75%;
    width: 100%;
    border-bottom: 1px solid black;
    background-size: cover;
    background-position: center;
    border-radius: 25px 25px 0 0;
}

.secondaryBlogContentBottom[b-dcl1bae7oc] {
    height: 25%;
    background-color: white;
    border-radius: 0 0 25px 25px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 15px;
    justify-content: space-around;
}

.secondaryBlogMetadata[b-dcl1bae7oc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.categoryDescription[b-dcl1bae7oc] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(9px, 1vw, 13px);
    align-self: flex-end;
}

#mainCategoryCard[b-dcl1bae7oc] {
    font-size: clamp(11px, 1.5vw, 17px);
}

.blogTitleList[b-dcl1bae7oc] {
    margin-left: 10px;
}

.blogListCategoryIcon[b-dcl1bae7oc] {
    font-size: 17px;
    padding-right: 10px;
}

.blogList[b-dcl1bae7oc] {
    display: flex;
    flex-direction: row;
    height: 400px;
    background-color: black;
    border-radius: 25px;
    margin-top: 50px;
    justify-content: space-around;
    align-items: center;
}

divider[b-dcl1bae7oc] {
    height: 80%;
    border-right: 4px solid white;
    border-radius: 25px;
}

ul[b-dcl1bae7oc] {
    display: flex;
    color: white;
    text-decoration: none;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: 90%;
    align-items: flex-start;
    margin-left: 4em;
    margin-right: 4em;
    font-family: var(--font-family-secondary), sans-serif;
    letter-spacing: 2px;
}

li[b-dcl1bae7oc] {
    list-style: none;
    font-size: clamp(13px, 2vw, 18px);
    cursor: pointer;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.blogTitleList:hover[b-dcl1bae7oc] {
    color: lightgray
}

.blogCategoriesContainer[b-dcl1bae7oc] {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #EBEAEA;
    border-radius: 25px;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.blogCategoryHeader[b-dcl1bae7oc] {
    margin-top: 75px;
    padding: 0;
    font-family: var(--font-family-primary), sans-serif;
    font-size: clamp(14px, 2vw, 26px);
    color: black;
}

.blogCategories[b-dcl1bae7oc] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    justify-content: center;
    margin-bottom: 75px;
    font-family: var(--font-family-secondary), sans-serif;
    font-weight: bold;
    font-size: clamp(16px, 2vw, 33px);
    
}

.categoryButton[b-dcl1bae7oc] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    height: 140px;
    max-width: 38%;
    width: 100%;
    border-radius: 100px;
    margin: 10px 50px 25px 10px;
    box-shadow: 10px 10px 10px #00000012;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: -1px;
}

.categoryButton:hover[b-dcl1bae7oc] {
    color: white;
}

.listDivide[b-dcl1bae7oc] {
    width: 100%;
    border-bottom: 2px solid white;
    border-radius: 15px;
}

.listDivideSecondList[b-dcl1bae7oc] {
    width: 90%;
    border-bottom: 2px solid white;
    border-radius: 15px;
}

.listDivideSecondList:last-child[b-dcl1bae7oc] {
    display: none;
}

.listDivide:last-child[b-dcl1bae7oc] {
    display: none;
}

#nursing:hover[b-dcl1bae7oc] {
    background-color: var(--color-blog-category-nursing);
    transition: 0.2s;
    cursor: pointer;
}

#highschool:hover[b-dcl1bae7oc] {
    background-color: var(--color-blog-category-highschool);
    transition: 0.2s;
}

#studentStories:hover[b-dcl1bae7oc] {
    background-color: var(--color-blog-category-stories);
    transition: 0.2s;
}

#tips:hover[b-dcl1bae7oc] {
    background-color: var(--color-blog-category-tips);
    transition: 0.2s;
}

#offerings:hover[b-dcl1bae7oc] {
    background-color: var(--color-blog-category-offerings);
    transition: 0.2s;
}

#organization:hover[b-dcl1bae7oc] {
    background-color: var(--color-blog-category-organization);
    transition: 0.2s;
}

#online:hover[b-dcl1bae7oc] {
    background-color: var(--color-blog-category-online-learning);
    transition: 0.2s;
}

a:visited[b-dcl1bae7oc] {
    text-decoration: none;
    color: unset;
}

a[b-dcl1bae7oc] {
    text-decoration: none;
}

#viewall:hover[b-dcl1bae7oc] {
    background-color: black;
    transition: 0.2s;
}

@media screen and (max-width: 1100px) {
    ul[b-dcl1bae7oc] {
        margin-left: 2em;
        margin-right: 2em;
    }
    
    .categoryButton[b-dcl1bae7oc] {
        height: 110px;
    }
    
    .blogMainHeroHome[b-dcl1bae7oc] {
        background-position: center;
    }
}

@media screen and (max-width: 800px) {
    .blogHomeContainer[b-dcl1bae7oc] {
        flex-direction: column;
        height: 100%;
    }

    .listDivide:last-child[b-dcl1bae7oc] {
        display: block;
    }
    
    .blogList[b-dcl1bae7oc] {
        flex-direction: column;
    }

    divider[b-dcl1bae7oc] {
        display: none
    }
    
    .blogMainHeroHome[b-dcl1bae7oc] {
        height: 475px;
        flex-basis: unset;
    }
    
    ul[b-dcl1bae7oc] {
      padding: 25px 5px 0 25px;
        gap: 10px;
    }
    
    #secondList[b-dcl1bae7oc] {
        padding: 0 5px 25px 25px;
}
    #lastDivider[b-dcl1bae7oc] {
        display: block;
    }

    .categoryButton[b-dcl1bae7oc] {
        height: 80px;
        margin: 10px;
        max-width: 42%
    }
    
    .secondaryBlog[b-dcl1bae7oc] {
        height: 325px;
    }

}

@media screen and (max-width: 600px) {
    .blogList[b-dcl1bae7oc] {
        flex-direction: column;
        padding: 1em;
        height: 100%;
        border-radius: 10px;
    }

    ul[b-dcl1bae7oc] {
        padding: 10px;
        gap: 15px;
    }
    
    .mainHeroHomeStyleBottom[b-dcl1bae7oc] {
        border-radius: 0 0 10px 10px;
        padding: 10px;
    }
    
    .mainHeroHomeStyle[b-dcl1bae7oc] {
        border-radius: 9px 9px 0 0;
    }
    
    .blogMainHeroHome[b-dcl1bae7oc] {
        height: 415px;
        border-radius: 10px;
    }

    #secondList[b-dcl1bae7oc] {
        padding: 0 10px 10px 10px;
    }
    
    .blogCategories[b-dcl1bae7oc]{
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }
    
    .blogCategoriesContainer[b-dcl1bae7oc] {
        border-radius: 10px;
    }
    
    .categoryButton[b-dcl1bae7oc] {
        margin: 10px;
        max-width: 80%;
    }
    
    .secondaryBlog[b-dcl1bae7oc] {
        border-radius: 10px;
    }
    
    .secondaryBlogContent[b-dcl1bae7oc] {
        border-radius: 9px 9px 0 0;
    }
    
    .secondaryBlogContentBottom[b-dcl1bae7oc] {
        border-radius: 0 0 10px 10px;
        padding: 10px;
    }
}

@media screen and (max-width: 450px) {
    .secondaryBlog[b-dcl1bae7oc] {
        height: 225px;
    }

    .blogCategoryHeader[b-dcl1bae7oc] {
        margin-top: 35px;
    }
    
    .listDivide .listDivideSecondList[b-dcl1bae7oc] {
        width: 100%;
    }
    
    .blogMainContainer[b-dcl1bae7oc] {
        margin-top: 25px;
    }
    
    .blogHomeContainer[b-dcl1bae7oc] {
        margin-top: 0;
    }
    
    ul[b-dcl1bae7oc] {
        padding: 10px;
        gap: 15px;
    }

    #secondList[b-dcl1bae7oc] {
        padding: 0 10px 10px 10px;
    }
    
    .blogList[b-dcl1bae7oc] {
        padding: 1em;
    }
    
}
/* _content/MediaBlog/Components/Pages/Home/_Hero.razor.rz.scp.css */
.heroContainer[b-kw5aqnh3al] {
    margin: 25px auto auto auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
}

.heroImageContainer[b-kw5aqnh3al] {
    cursor: pointer;
    width: 1600px;
    max-height: 750px;
    border-radius: 25px;
    border: 1px solid black;
    box-shadow: 10px 10px 10px #00000012;
    background-size: cover;
    box-sizing: border-box;
    height: calc(100vh - 24em);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 450px;
    z-index: 1;
    background-position: center;
}

.title[b-kw5aqnh3al] {
    font-family: var(--font-family-primary), sans-serif;
    font-size: clamp(25px, 5vw, 60px);
    font-weight: 400;
    display: flex;
    flex-direction: column;
    line-height: 1em;
}

.relatedPreviewContainer[b-kw5aqnh3al] {
    display: flex;
}

.heroAuthor[b-kw5aqnh3al] {
    font-family: var(--font-family-paragraph), sans-serif;
    margin-top: 10px;
    color: white;
    font-size: clamp(11px, 3vw, 12px);
}

.heroDetails[b-kw5aqnh3al] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(14px, 2vw, 21px);
    font-weight: 400;
    width: 80%;
    margin-top: 10px;
    color: white;
}

.heroTitle[b-kw5aqnh3al] {
    display: flex;
    align-items: flex-start;
    color: white;
    flex-direction: column;
    margin: 5em;
    width: 50%;
    z-index: 2;
}

@media screen and (max-height: 900px) {
    .heroImageContainer[b-kw5aqnh3al] {
        min-height: 420px;
    }

    .heroDetails[b-kw5aqnh3al] {
        font-size: clamp(13px, 2vw, 18px);
    }
}

@media screen and (max-width: 800px) {
    .heroImageContainer[b-kw5aqnh3al] {
        min-height: 360px;
        height: calc(100vh - 38em);
    }
}

@media screen and (max-width: 600px) {
    .heroTitle[b-kw5aqnh3al] {
        margin: 3em;
        width: 55%;
    }

    .heroImageContainer[b-kw5aqnh3al] {
        min-height: 300px;
        background-position: inherit;
        border-radius: 10px;
        height: calc(100vh - 43em);
    }
}

@media screen and (max-width: 450px) {
    .heroTitle[b-kw5aqnh3al] {
        margin: 2em;
        width: 90%;
    }

    .heroContainer[b-kw5aqnh3al] {
        margin: 25px auto auto auto;
    }

    .heroImageContainer[b-kw5aqnh3al] {
        min-height: 275px;
        height: calc(100vh - 53em);
    }
}
/* _content/MediaBlog/Components/Pages/Home/_PodcastHome.razor.rz.scp.css */
.podcastHomeContainer[b-73wu6rgomd] {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 25px;
}

.podcastMoreInfo[b-73wu6rgomd] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.moreInfoTime[b-73wu6rgomd] {
    margin-left: auto;
    font-size: clamp(15px, 1vw, 40px);
}

.podcastDescription[b-73wu6rgomd] {
    font-family: var(--font-family-primary), sans-serif;
    color: #ef12dc7a;
    font-size: clamp(24px, 2.8vw, 60px);
    margin: 1.4em;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.podcastContentHero[b-73wu6rgomd] {
    width: 100%;
    height: 650px;
    display: flex;
    border-radius: 25px;
    background-size: cover;
    border: 1px solid black;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 10px 10px #00000012;
}

.podcastPreviewsContainer[b-73wu6rgomd] {
    display: flex;
    width: 100%;
    gap: 50px;
    justify-content: center;
    margin-top: 75px;
}

.podcastPreviewContent[b-73wu6rgomd] {
    color: white;
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(16px, 1.6vw, 32px);
    letter-spacing: 2px;
    text-align: center;
    padding: 20px;
    font-weight: 500;
}

.podcastPreview[b-73wu6rgomd] {
    background-size: cover;
    display: flex;
    width: 40%;
    border-radius: 25px;
    border: 1px solid black;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 50px 0px;
    background-position: center;
    cursor: pointer;
}

.btpLogoWords[b-73wu6rgomd] {
    max-width: 375px;
    width: 100%;
}

#btphome[b-73wu6rgomd] {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    box-shadow: 10px 10px 10px #00000012;
}

.betweenTidesPodcastMainHome[b-73wu6rgomd] {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 25px;
    border: 1px solid black;
    margin-top: 75px;
    cursor: pointer;
}

.podcastHomeMainContainer[b-73wu6rgomd] {
    margin-top: 75px;
    padding: 20px;
}

.playIconHero[b-73wu6rgomd] {
    font-size: clamp(150px, 15vw, 250px);
}

.playIconHero:hover[b-73wu6rgomd] {
    color: var(--color-waves-accent);
    cursor: pointer;
}

.btpPlayButton[b-73wu6rgomd] {
    font-size: 60px;
    color: white;
}

.btpPlayButton:hover[b-73wu6rgomd] {
    filter: brightness(90%);
    cursor: pointer;
}

.podcastTimeTotal[b-73wu6rgomd] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    margin-bottom: 25px;
    color: white;
}

@media screen and (max-width: 1100px) {
    .podcastPreview[b-73wu6rgomd] {
        width: 45%;
    }

    .btpLogoWords[b-73wu6rgomd] {
        max-width: 225px;
    }
}

@media screen and (max-width: 800px) {
    
    .podcastPreviewsContainer[b-73wu6rgomd] {
        flex-direction: column;
    }

    .podcastPreview[b-73wu6rgomd] {
        width: 100%;
        height: 335px;
    }

    .btpPlayButton[b-73wu6rgomd] {
        font-size: 48px; 
    }
    
    .podcastContentHero[b-73wu6rgomd] {
        background-position: center;
    }
}

@media screen and (max-width: 600px) {
    .podcastPreview[b-73wu6rgomd] {
        height: 300px;
    }
    
    .podcastContentHero[b-73wu6rgomd] {
        border-radius: 10px;
        height: 400px;
    }
    
    .betweenTidesPodcastMainHome[b-73wu6rgomd] {
        border-radius: 10px;
    }
    
    .podcastPreviewsContainer[b-73wu6rgomd] {
        margin-top: 25px;
        gap: 25px;
    }
    
    #btphome[b-73wu6rgomd] {
        border-radius: 10px;
    }
    
    .podcastPreview[b-73wu6rgomd] {
        border-radius: 10px;
    }
}

@media screen and (max-width: 450px) {
    .podcastPreview[b-73wu6rgomd] {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    
    .podcastHomeContainer[b-73wu6rgomd] {
        margin-top: 25px;
    }
    
    .betweenTidesPodcastMainHome[b-73wu6rgomd] {
        margin-top: 25px;
    }
    
    .podcastHomeMainContainer[b-73wu6rgomd] {
        margin-top: 25px;
    }
}

  
/* _content/MediaBlog/Components/Pages/Home/_RelatedPreview.razor.rz.scp.css */
.secondaryHero[b-u90y60r28l] {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.secondaryContent[b-u90y60r28l] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(12px, 1vw, 15px);
    font-weight: 400;
    color: white;
}

.heroAuthor[b-u90y60r28l] {
    font-family: var(--font-family-paragraph), sans-serif;
    margin-top: 10px;
    color: white;
    font-size: clamp(10px, 3vw, 12px);
}

.heroPreview[b-u90y60r28l] {
    display: flex;
    background-color: #d3d3d34f;
    max-width: 100%;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    align-items: center;
    backdrop-filter: blur(3px);
    margin: 0 25px 25px 25px;

}

.secondaryImageThumbnail[b-u90y60r28l] {
    height: 85px;
    width: 85px;
    min-width: 75px;
    border-radius: 7px;
    margin: 7px;
    background-size: cover;
    background-position: center;
}

.secondaryContentContainer[b-u90y60r28l] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5px;
    gap: 4px;
    margin-right: 25px;
}

.heroPreview:hover[b-u90y60r28l] {
    transition: 0.2s;
    filter: brightness(120%);
}

.heroSection[b-u90y60r28l] {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 2;
}

@media screen and (max-width: 800px) {
    .heroSection[b-u90y60r28l] {
        display: none;
    }
}
/* _content/MediaBlog/Components/Pages/Home/_SocialMediaHome.razor.rz.scp.css */
.socialMediaHomeContainer[b-9b03bqqlx2] {
    margin-top: 75px;
    padding-right: 15px;
    padding-left: 15px;
}

.socialMediaHome[b-9b03bqqlx2] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 25px;
    justify-content: center;
}

.socialShort[b-9b03bqqlx2] {
    background-color: lightgray;
    width: 350px;
    height: 550px;
    border-radius: 25px;
    border: 1px solid black;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .socialMediaHomeContainer[b-9b03bqqlx2] {
        margin-top: 150px;
    }
}

@media screen and (max-width: 450px) {
    .socialMediaHome[b-9b03bqqlx2] {
        margin-top: 0;
    }

    .socialMediaHomeContainer[b-9b03bqqlx2] {
        margin-top: 75px;
    }
}

/* _content/MediaBlog/Components/Pages/Home/_VideoHome.razor.rz.scp.css */
.videosHomeContainer[b-qbqdd3xgix] {
    margin-top: 75px;
    padding: 20px;
}

.runTime[b-qbqdd3xgix] {
    color: white;
    font-family:var(--font-family-secondary), sans-serif;
    font-size: clamp(13px, 2vw, 25px);
    padding: 50px 0 0 5px;
} 

.videosContainer[b-qbqdd3xgix] {
    display: flex;
    width: 100%;
    height: 800px;
    border: 1px solid black;
    border-radius: 25px;
    background-color: transparent;
    margin-top: 25px;
}

.featuredVideoTitle[b-qbqdd3xgix] {
    color: white;
    font-size: clamp(34px, 5vw, 70px);
    font-family:var(--font-family-primary), sans-serif;
}

.featuredVideoTitleSecond[b-qbqdd3xgix] {
    color: white;
    font-family:var(--font-family-secondary), sans-serif;
    font-size: clamp(16px, 3vw, 28px);
}

.videoContentContainer[b-qbqdd3xgix] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.featuredVideoContainer[b-qbqdd3xgix] {
    display: flex;
    background-color: lightgray;
    width: 60%;
    border-radius: 25px;
    height: 90%;
    margin: auto;
}

.featuredVideoDescription[b-qbqdd3xgix] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.featuredVideo[b-qbqdd3xgix] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5em;
    border-radius: 25px;
}

.recentVideos[b-qbqdd3xgix] { 
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: space-evenly;
    padding-left: 15px;
}

divider[b-qbqdd3xgix] {
    border-bottom: 1px solid black;
}

.rVideo[b-qbqdd3xgix] {
   display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rVideo:hover[b-qbqdd3xgix] {
    transition: 0.2s;
    filter: brightness(90%);
    cursor: pointer;
}

.playIconWithTime[b-qbqdd3xgix] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.videoDescription[b-qbqdd3xgix] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.video[b-qbqdd3xgix] {
    height: 100px;
    min-width: 100px;
    border-radius: 10px;
    background-color: lightgray;
}

.videoTitle[b-qbqdd3xgix] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(15px, 1.5vw, 18px);
    letter-spacing: 1.2px;
}


@media screen and (max-width: 800px) {
    .videoContentContainer[b-qbqdd3xgix] {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
    
    .videosContainer[b-qbqdd3xgix] {
        border: none;
        flex-direction: column;
        margin-top: 25px;
    }
    
    .recentVideos[b-qbqdd3xgix] {
        width: 90%;
        gap: 12px;
    }
    
    .rVideo[b-qbqdd3xgix] {
        justify-content: flex-start;
    }
    
    .featuredVideoContainer[b-qbqdd3xgix] {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .featuredVideo[b-qbqdd3xgix] {
        border-radius: 10px;
    }
    
    .featuredVideoContainer[b-qbqdd3xgix] {
        border-radius: 10px;
    }
}

@media screen and (max-width: 450px) {
    .recentVideos[b-qbqdd3xgix] {
        width: 100%;
    }
    
    .featuredVideoContainer[b-qbqdd3xgix] {
        width: 100%;
    }
    
    .featuredVideo[b-qbqdd3xgix] {
        padding: 3em;
    }
    
    .videosHomeContainer[b-qbqdd3xgix] {
        margin-top: 25px;
    }
}

/* _content/MediaBlog/Components/Pages/Home/_YourStoryHome.razor.rz.scp.css */
.yourStoryHomeContainer[b-vptoqtfssl] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
}

.yourStoryHomeMainContainer[b-vptoqtfssl] {
    margin-top: 125px;
    padding-right: 15px;
    padding-left: 15px;
}

.yourStoryHomePreviewContainer[b-vptoqtfssl] {
    display: flex;
    gap: 45px;
    justify-content: space-around;
    flex-wrap: wrap;
}

divider[b-vptoqtfssl] {
    border-bottom: 2px solid black;
    width: 100%;
}

.yourStoryContent[b-vptoqtfssl] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(16px, 5vw, 33px);
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.storyCategory[b-vptoqtfssl] {
    padding: 9px;
    background-color: #d3d3d34f;
    border-radius: 25px;
    width: fit-content;
    font-family: var(--font-family-primary), sans-serif;
    font-size: clamp(8px, 1.7vw, 12px);
    letter-spacing: 1.5px;
    backdrop-filter: blur(4px);
    margin-bottom: 5px;
}

.yourStoryAuthor[b-vptoqtfssl] {
    font-family: var(--font-family-paragraph), sans-serif;
    font-size: clamp(10px, 1vw, 16px);
}

.yourStoryHomePreview[b-vptoqtfssl] {
    display: flex;
    height: 550px;
    background-size: cover;
    padding: 20px 20px 30px 20px;
    border-radius: 25px;
    margin-top: 30px;
    box-shadow: 10px 10px 10px #00000012;
    border: 1px solid black;
    color: white;
    justify-content: flex-end;
    flex-direction: column;
    gap: 4px;
    background-position: center;
    cursor: pointer;
    flex-basis: 28%;
}

@media screen and (max-width: 1400px) {
    .yourStoryHomePreviewContainer[b-vptoqtfssl] {
        gap: 25px;
    }
}
@media screen and (max-width: 1200px) {
    .yourStoryHomePreview[b-vptoqtfssl] {
        height: 450px;
    }
    
    .yourStoryHomePreviewContainer[b-vptoqtfssl] {
        gap: 7px;
    }
}

@media screen and (max-width: 1000px) {
    .yourStoryHomePreview[b-vptoqtfssl] {
        flex-basis: 40%;
    }
}

@media screen and (max-width: 800px) {
    .yourStoryHomePreviewContainer[b-vptoqtfssl] {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    
    .yourStoryHomePreview[b-vptoqtfssl] {
        flex-basis: unset;
        height: 380px;
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .yourStoryHomeMainContainer[b-vptoqtfssl] {
        margin-top: 45px;
    }

    .yourStoryHomePreviewContainer[b-vptoqtfssl] {
        gap: 25px;
    }
    
    .yourStoryHomeContainer[b-vptoqtfssl] {
        padding-left: 0;
        padding-right: 0;
    }
    
    .yourStoryHomePreview[b-vptoqtfssl] {
        height: 260px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 600px) { 
    .yourStoryHomePreview[b-vptoqtfssl] {
        height: 175px;
    }
}

@media screen and (max-width: 450px) {
    .yourStoryHomePreview[b-vptoqtfssl] {
        height: 110px;
    }
    
    .storyCategory[b-vptoqtfssl] {
        padding: 7px;
        letter-spacing: 1px;
    }
}
/* _content/MediaBlog/Components/Pages/PrivacyPolicy/PrivacyPolicy.razor.rz.scp.css */
.privacyPolicyContainer[b-dk3en10xxd] {
  margin: 50px auto 0 auto;
  width: 90%;
  display: flex;
  flex-direction: column;
}

h1[b-dk3en10xxd] {
  font-family: var(--font-family-primary);
}

h1:focus[b-dk3en10xxd] {
  outline: none;
}

h2[b-dk3en10xxd] {
  font-family: var(--font-family-secondary);
  background-color: black;
  border-radius: 12px;
  color: var(--color-accent);
  margin-bottom: 15px;
  padding: 15px;
}

p[b-dk3en10xxd] {
  font-family: var(--font-family-paragraph);
  margin-bottom: 15px;
}

a[b-dk3en10xxd] {
  text-decoration: underline !important;
}

.indentedList[b-dk3en10xxd] {
  padding-left: 20px;
}
/* _content/MediaBlog/Components/Pages/YourStory/_YourStory.razor.rz.scp.css */
.yourStoryPageContainer[b-cqly7uikjo] {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.title[b-cqly7uikjo] {
    font-family: var(--font-family-primary), sans-serif;
    font-size: clamp(25px, 5vw, 60px);
    font-weight: 400;
    display: flex;
    flex-direction: column;
    line-height: 1em;
}

.heroImageContainer[b-cqly7uikjo] {
    width: 100%;
    max-width: 1400px;
    max-height: 650px;
    border-radius: 25px;
    border: 1px solid black;
    box-shadow: 10px 10px 10px #00000012;
    background-size: cover;
    box-sizing: border-box;
    height: calc(100vh - 22em);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 450px;
    background-position: center;
}

.heroTitle[b-cqly7uikjo] {
    display: flex;
    align-items: flex-start;
    color: white;
    flex-direction: column;
    margin: 1em 5em 5em 5em;
    width: 50%;
}

.heroDetails[b-cqly7uikjo] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(13px, 2vw, 21px);
    font-weight: 400;
    color: white;
}

.heroAuthor[b-cqly7uikjo] {
    font-family: var(--font-family-paragraph), sans-serif;
    margin-top: 10px;
    color: white;
    font-size: clamp(10px, 3vw, 12px);
}

@media screen and (max-width: 1600px) {
    .heroImageContainer[b-cqly7uikjo] {
        border-radius: 0;
        margin-top: 0;
        max-width: 100%;
    }
    
    .yourStoryPageContainer[b-cqly7uikjo] {
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    .heroImageContainer[b-cqly7uikjo] {
        min-height: 360px;
        height: calc(100vh - 38em);
    }
}

@media screen and (max-width: 600px) {
    .heroTitle[b-cqly7uikjo] {
        margin: 1em 3em 3em 3em;
        width: 55%;
    }

    .heroImageContainer[b-cqly7uikjo] {
        min-height: 300px;
        background-position: inherit;
        height: calc(100vh - 43em);
    }
}

@media screen and (max-width: 450px) {
    .heroTitle[b-cqly7uikjo] {
        margin-top: 1em;
        margin-bottom: 2em;
        width: 70%;
        margin-left: 1em;
    }

    .heroDetails[b-cqly7uikjo] {
        margin-top: 10px;
    }
    
    .heroImageContainer[b-cqly7uikjo] {
        min-height: 275px;
        height: calc(100vh - 53em);
    }
}
/* _content/MediaBlog/Components/Pages/_WriteUpForArticles/_WriteUp.razor.rz.scp.css */
.writeUpMainContainer[b-67imm8z5yd] {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    width: 100%;
}

.writeUpContainer[b-67imm8z5yd] {
    display: flex;
    gap: 25px;
    justify-content: space-around;
    justify-self: center;
    margin-top: 50px;
    width: 100%;
}

.sidePanel[b-67imm8z5yd] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex-basis: 20%;
}

li[b-67imm8z5yd] {
    padding: inherit;
}

.articleAuthor[b-67imm8z5yd] {
    flex-basis: 10%;
    display: flex;
    gap: 10px;
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 300;
    align-items: center;
    text-wrap: nowrap;
    flex-direction: column;
}

.writeUp[b-67imm8z5yd] {
    flex-basis: 70%;
    max-width: 750px;
    font-family: var(--font-family-paragraph), sans-serif;
    font-size: clamp(15px, 2vw, 18px);
    font-weight: 300;
    line-height: 200%;
}

.writeUp[b-67imm8z5yd]::first-letter {
    padding: 10px 2px 15px 10px;
    font-size: 60px;
}

.writeUpAuthorImage[b-67imm8z5yd] {
    height: 75px;
    width: 75px;
    border: 1px solid black;
    border-radius: 50%;
    object-fit: cover;
}

.title[b-67imm8z5yd] {
    font-family: var(--font-family-primary), sans-serif;
    font-size: clamp(25px, 5vw, 60px);
    font-weight: 400;
    display: flex;
    flex-direction: column;
    line-height: 1em;
}

.author[b-67imm8z5yd] {
    font-size: clamp(10px, 2vw, 16px);
    font-style: normal;
}

@media screen and (max-width: 1200px) {
    .writeUpContainer[b-67imm8z5yd] {
        flex-direction: column;
        align-items: center;
    }
    
    .writeUpMainContainer[b-67imm8z5yd] {
        width: 90%;
    }
    
    .sidePanel[b-67imm8z5yd] {
        margin-top: 25px;
    }
}

@media screen and (max-width: 600px) {
    .writeUpMainContainer[b-67imm8z5yd] {
        margin: auto;
    }
    
    .writeUpContainer[b-67imm8z5yd] {
        margin-top: 40px;
    }
}
/* _content/MediaBlog/Components/Pages/_WriteUpForArticles/_WriteUpPreviewCard.razor.rz.scp.css */
a[b-yesv78h654] {
    text-decoration: none;
    color: initial;
}

.articleCardContainer[b-yesv78h654] {
    border: 1px solid black;
    border-radius: 10px;
    height: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.articlePreviewTitle[b-yesv78h654] {
    display: flex;
    color: white;
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    align-items: flex-end;
    margin: 15px;
}

.articleCardImageContainer[b-yesv78h654] {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    display: flex;
}

.articleCardLabelContainer[b-yesv78h654] {
    border-radius: 0 0 11px 11px;
    border-top: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    gap:15px;
    
}

.articleCardSubLabelContainer[b-yesv78h654] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.articleCardCategoryColor[b-yesv78h654] {
    min-height: 15px;
    min-width: 15px;
    border-radius: 50%;
}

.articleMetadata[b-yesv78h654] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.articleCardTitle[b-yesv78h654] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(13px, 1vw, 15px);
    text-transform: capitalize;
}

.articleCardAuthor[b-yesv78h654] {
    font-family: var(--font-family-quote), sans-serif;
    font-size: clamp(9px, 1vw, 11px);
    line-height: 125%;
}

.articleCardCategory[b-yesv78h654] {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: clamp(9px, 1vw, 11px);
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .articleCardContainer[b-yesv78h654] {
        height: 300px;
    }
}
/* _content/MediaBlog/Components/PodcastVideoPlayer/PodcastVideoPlayer.razor.rz.scp.css */
.youtube-popup[b-59xdfz68oh] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 480px;
    height: 270px;
    background-color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 8px;
    overflow: hidden;
    z-index: 1000;
}

.close-button[b-59xdfz68oh] {
    position: absolute;
    top: 4px;
    right: 8px;
    background: transparent;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    z-index: 1001;
}

iframe[b-59xdfz68oh] {
    display: block;
    border: none;
    width: 100%;
    height: 270px;
}

@media screen and (max-width: 450px) {
    iframe[b-59xdfz68oh] {
        width: 100%;
        height: 360px;
    }
    
    .youtube-popup[b-59xdfz68oh] {
        width: 360px;
    }
}
/* _content/MediaBlog/Components/_Footer.razor.rz.scp.css */
p[b-fog2uq7yuw], a[b-fog2uq7yuw] {
  font-size: clamp(16px, 2vw, 17px);
}

h3[b-fog2uq7yuw] {
  font-size: clamp(20px, 2vw, 24px);
}

.footerContainer[b-fog2uq7yuw] {
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
  max-width: 1450px;
  padding: 50px 0px;
  margin: 0px auto;
}

.footerUpperSectionContainer[b-fog2uq7yuw] {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footerLowerSectionContainer[b-fog2uq7yuw] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerDivider[b-fog2uq7yuw] {
  /* these heights can be swapped once the newsletter is in */
  height: 150px;
  /* height: 225px; */
  background-color: white;
  width: 1px;
  margin-bottom: 50px;
}

h3[b-fog2uq7yuw] {
  font-family: var(--font-family-primary);
  font-size: clamp(22px, 1vw, 36px);
  color: var(--color-accent);
  margin-bottom: 10px;
}

.footerSection[b-fog2uq7yuw] {
  color: white;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-secondary);
  font-size: clamp(24px, 1vw, 28px);
}

/* this can be deleted once the newsletter is active */
.footerSectionBrowse[b-fog2uq7yuw] {
  width: 400px;
  display: grid;
  grid-template-columns: 50% 50%;
}

.footerSectionBrowse a[b-fog2uq7yuw] {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: underline;
  /* reduce this margin to 6px once the newsletter is in */
  margin-bottom: 12px;
}

.newsletterContainer[b-fog2uq7yuw] {
  align-items: center;
  background-color: white;
  border-radius: 5px;
  display: flex;
  height: 52px;
  margin: 20px 0px;
  padding: 0px 10px;
}

.newsletterInput[b-fog2uq7yuw] {
  font-size: clamp(12px, 2vw, 14px);
  height: inherit;
  width: 100%;
  border: none;
  font-family: var(--font-family-secondary);
}

.newsletterInput:focus[b-fog2uq7yuw] {
  outline: none;
}

.newsletterInputIcon[b-fog2uq7yuw] {
  border: 1px solid pink;
  color: black;
  height: 40px;
  width: 40px;
}

.socialMediaLogoContainer[b-fog2uq7yuw] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.socialMediaLogo[b-fog2uq7yuw] {
  background-color: #D9D9D9;
  border-radius: 5px;
  cursor: pointer;
  max-height: 36px;
  max-width: 36px;
  padding: 8px;
  margin: 20px 0;
  filter: brightness(110%);
}

.portageLogo[b-fog2uq7yuw] {
  max-height: 100px;
  width: auto;
}

.wavesLogo[b-fog2uq7yuw] {
  max-height: 75px;
  width: auto;
}

.copyrightLogoContainer[b-fog2uq7yuw] {
  align-items: center;
  display: flex;
  gap: 20px;
}

.privacyPolicy[b-fog2uq7yuw] {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 5px;
}

@media screen and (max-width: 1100px) {
  .footerUpperSectionContainer[b-fog2uq7yuw] {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .footerDivider[b-fog2uq7yuw] {
    display: none;
  }

  .footerSectionBrowse[b-fog2uq7yuw] {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 800px) {
  .footerLowerSectionContainer[b-fog2uq7yuw] {
    flex-direction: column;
    gap: 50px;
  }
}

@media screen and (max-width: 600px) {
  .footerSectionBrowse[b-fog2uq7yuw] {
    display: grid;
    grid-template-columns: 30% 70%;
    width: inherit;
  }
}

@media screen and (max-width: 450px) {
  .socialMediaLogo[b-fog2uq7yuw] {
    max-width: 32px;
    max-height: 32px;
    padding: 5px;
  }
}
