@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap');
:root {
  --color-primary: #f79724;
  --color-primary-dark: #c5781c;
  --color-secondary: #484848;
  --color-secondary-light: #7a7a7a; }

body {
  font-family: 'Sen', sans-serif;
  overflow-x: hidden; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 2rem; }

.cpadding {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 768px) {
  .cpadding {
    padding-left: 3rem;
    padding-right: 3rem; } }

a {
  text-decoration: none;
  transition: all 150ms ease; }

.button {
  display: inline-block;
  background: var(--color-primary);
  color: white;
  padding: 15px 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 800;
  transition: all 150ms ease; }

.button:hover {
  background: var(--color-primary-dark);
  color: white; }

header.preheader {
  display: flex;
  justify-content: end;
  position: relative;
  background: white;
  z-index: 100; }
  header.preheader .wrap {
    display: flex;
    column-gap: 35px;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
  @media (min-width: 992px) {
  header.preheader .wrap {
    width: auto; } }
  header.preheader a.advertise {
    display: none;
    align-items: center;
    color: var(--color-secondary-light);
    font-weight: 700; }
  header.preheader a.advertise em {
    position: relative;
    margin-top: -3px;
    margin-left: 5px;
    font-size: 25px;
    color: var(--color-primary);
    font-style: normal;
    font-family: monospace; }
  header.preheader a.advertise:hover {
    color: black; }
  @media (min-width: 768px) {
  header.preheader a.advertise {
    display: flex; } }
  header.preheader .button {
    padding: 5px 10px;
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    margin: 5px;
    letter-spacing: 0; }
  header.preheader .button:hover {
    border-color: var(--color-primary-dark); }
  header.preheader .button.signin {
    background: white;
    color: var(--color-primary);
    margin-left: 0; }
  header.preheader .button.signin:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: white; }
  header.preheader .button.subscribe {
    display: none; }
  @media (min-width: 576px) {
  header.preheader .button.subscribe {
    display: block;
    margin-left: 0; }
  header.preheader .button.button.signin {
    margin-left: 5px; } }
  header.preheader .social {
    display: flex;
    align-items: center;
    column-gap: 3px; }
    header.preheader .social a {
      color: var(--color-primary);
      background: white;
      border: 1px solid var(--color-primary);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
    header.preheader .social a:hover {
      background: var(--color-primary);
      color: white; }

header.menu {
  position: relative;
  top: 0;
  background: white;
  z-index: 100; }
  @media (min-width: 1400px) {
  header.menu {
    position: sticky; } }
  header.menu .bbottom {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 20px; }
  header.menu img {
    max-width: 100%; }
  header.menu .logos {
    display: flex;
    flex-direction: column;
    column-gap: 3vw;
    align-items: center; }
  header.menu .logos > a:first-child {
    margin-bottom: 10px; }
  header.menu .logos img {
    max-height: 70px; }
  @media (min-width: 768px) {
  header.menu .logos {
    flex-direction: row; }
  header.menu .logos > a:first-child {
    margin-bottom: 0; } }
  header.menu .links {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1; }
  header.menu .links nav {
    display: none;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
    max-width: 735px;
    margin-left: 50px; }
  header.menu .links a {
    font-size: 20px;
    color: var(--color-secondary-light);
    white-space: nowrap; }
  header.menu .links a:hover {
    color: black; }
  header.menu .links .toggle {
    display: flex;
    align-items: end;
    margin-left: 30px;
    font-size: 25px;
    color: var(--color-secondary-light);
    width: 35px;
    justify-content: flex-end; }
  @media (min-width: 768px) {
  header.menu .links .toggle {
    align-items: center; } }
  @media (min-width: 1400px) {
  header.menu .links nav {
    display: flex; }
  header.menu .links .toggle {
    display: none; } }

header.menu-mobile {
  display: none; }
  header.menu-mobile a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--color-secondary);
    padding: 5px 0 10px 0;
    margin-bottom: 7px;
    border-bottom: 1px solid #efefef; }
  header.menu-mobile nav {
    padding: 20px 0; }
  header.menu-mobile nav > a:last-child {
    border-bottom-color: transparent;
    margin: 0; }
  header.menu-mobile nav > a:after {
    position: absolute;
    right: 0;
    color: var(--color-secondary-light);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f054";
    font-size: 13px;
    top: calc(50% - 10px); }
  header.menu-mobile nav a:hover {
    border-bottom: 1px solid black; }

body > footer {
  background: var(--color-secondary);
  color: #aeaeae;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
  body > footer > .container > .row {
    --bs-gutter-x: 125px; } }
  body > footer .col-logo, body > footer .col-content {
    padding-top: 15px;
    padding-bottom: 15px; }
  body > footer .col-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 992px) {
  body > footer .col-logo {
    border-right: 1px solid #fff; } }
    body > footer .col-logo .logo {
      display: block;
      margin-bottom: 20px; }
    body > footer .col-logo h3 {
      color: white;
      font-size: 21px;
      font-weight: 700;
      margin-bottom: 20px; }
    body > footer .col-logo p {
      margin-bottom: 25px; }
    body > footer .col-logo > *:last-child {
      margin-bottom: 0; }
  body > footer .col-content {
    font-size: 14px; }
    body > footer .col-content .col-skinny {
      width: 100%; }
    body > footer .col-content .col-fill {
      width: 100%; }
    @media (min-width: 576px) {
  body > footer .col-content .col-skinny {
    width: 33%; }
  body > footer .col-content .col-fill {
    width: 67%; } }
    @media (min-width: 768px) {
  body > footer .col-content .col-skinny {
    width: 20%; }
  body > footer .col-content .col-fill {
    width: 80%; } }
    body > footer .col-content .col-skinny nav {
      display: flex;
      flex-wrap: wrap; }
    body > footer .col-content .col-skinny a {
      width: 50%; }
    body > footer .col-content .col-skinny a:nth-child(even) {
      padding-left: 11px; }
    @media (min-width: 576px) {
  body > footer .col-content .col-skinny a {
    width: 100%;
    padding: 0 !important; } }
    body > footer .col-content .col-nav {
      margin-bottom: 20px; }
    body > footer .col-content .col-nav h4 {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 15px; }
    body > footer .col-content .col-nav a {
      display: block; }
    body > footer .col-content .col-copyright nav {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    @media (min-width: 768px) {
  body > footer .col-content .col-copyright nav {
    flex-direction: row; } }
  body > footer a {
    color: #aeaeae;
    transition: all 150ms ease; }
  body > footer a:hover {
    color: white; }
  body > footer img {
    max-width: 100%; }

article.post {
  position: relative;
  flex-grow: 1; }
  article.post > a {
    position: relative;
    display: block;
    padding-bottom: 50%;
    margin-bottom: 1rem;
    overflow: hidden;
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column; }
    article.post > a img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 150ms linear; }
    article.post > a .content {
      position: absolute;
      bottom: 0;
      background: white;
      max-width: 90%;
      padding: 15px 15px 0 0;
      margin: 0; }
    article.post > a .content h4 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--color-primary);
      margin-bottom: 0.75rem; }
    article.post > a .content h3 {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--color-secondary); }
    article.post > a .content p {
      color: var(--color-secondary); }
    article.post > a:hover img {
      transform: scale(105%); }
  article.post .more {
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--color-secondary);
    font-weight: 700;
    padding-right: 30px; }
  article.post .summary {
    margin-top: 1rem; }

.scrolls::-webkit-scrollbar {
  width: 6px; }
  .scrolls::-webkit-scrollbar-track {
    background: #d4d4d4;
    boroder-radius: 3px; }
  .scrolls::-webkit-scrollbar-thumb {
    background-color: #b0b0b0; }

.d-arrow {
  position: relative;
  display: block; }

.d-arrow:after {
  content: '›';
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  line-height: 0;
  font-size: 25px;
  color: var(--color-primary);
  font-style: normal;
  font-family: monospace; }

.hero-home {
  margin-bottom: 60px; }
  .hero-home .padding {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 768px) {
  .hero-home .padding {
    padding-left: 3rem;
    padding-right: 3rem; } }
  .hero-home .main article h3 {
    font-size: 23px !important; }
  .hero-home .main article .content {
    padding-left: 50px; }
  .hero-home article .content {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 255, 255, 0.5) 100%) !important; }
  @media (max-width: 767px) {
  .hero-home .main article.post > a {
    padding-bottom: 0px !important; }
  .hero-home .main article.post > a img {
    position: relative; }
  .hero-home .main article.post > a .content {
    position: relative;
    max-width: 100%;
    padding: 15px; }
  .hero-home .slick-dots {
    bottom: unset;
    top: 2px;
    left: 5px; }
  .hero-home .twomore {
    row-gap: 50px !important;
    margin-bottom: 50px !important; }
  .hero-home .twomore article.post a {
    padding-bottom: 56% !important;
    margin-bottom: 30px; } }
  .hero-home .twomore .slick-list {
    height: 100%; }
  .hero-home .twomore .slick-track {
    height: 100%; }
  .hero-home .latest {
    position: relative; }
  .hero-home .latest h4 {
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 55px);
    background: white;
    z-index: 10;
    padding-bottom: 10px; }
  .hero-home .latest ul {
    flex-grow: 1;
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0; }
    .hero-home .latest ul li {
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #e7e8e8; }
    .hero-home .latest ul li a {
      position: relative;
      display: block;
      padding: 8px 0;
      text-transform: uppercase;
      color: var(--color-secondary);
      font-size: 14px;
      padding-right: 30px; }
  .hero-home .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 10px;
    list-style: none;
    margin: 0;
    padding: 0; }
  .hero-home .slick-dots li {
    line-height: 0;
    margin-top: 5px; }
  .hero-home .slick-dots button {
    appearance: none;
    background: #d4d4d5;
    text-indent: -9999px;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    border: 0; }
  .hero-home .slick-dots .slick-active button {
    background: var(--color-primary); }

section.posts-slider {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
  section.posts-slider .slides {
    margin: 0 3rem; } }
  section.posts-slider .slick-slide {
    margin: 0 20px; }
  section.posts-slider .slick-list {
    margin: 0 -20px; }
  section.posts-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    display: block;
    z-index: 100;
    font-size: 50px;
    color: var(--color-primary);
    font-style: normal;
    font-family: monospace;
    cursor: pointer; }
  section.posts-slider .slick-prev {
    left: -3rem; }
  section.posts-slider .slick-next {
    right: -3rem; }
  section.posts-slider .slick-dots {
    list-style: none;
    margin: 1rem 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center; }
  section.posts-slider .slick-dots li {
    line-height: 0;
    margin: 5px; }
  section.posts-slider .slick-dots button {
    appearance: none;
    background: #d4d4d5;
    text-indent: -9999px;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    border: 0; }
  section.posts-slider .slick-dots .slick-active button {
    background: var(--color-primary); }

section.topics-list {
  padding: 30px;
  text-align: center;
  background: #d5d5d6; }
  section.topics-list h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem; }
  section.topics-list a {
    display: inline-block;
    border: 1px solid #484848;
    transition: all 150ms ease;
    border-radius: 10px;
    margin: 5px;
    padding: 5px 10px;
    color: var(--bs-body-color);
    text-transform: uppercase; }
  section.topics-list a:hover {
    background: #484848;
    color: white; }

section.bottom-blocks .grid {
  display: flex;
  grid-gap: 10px;
  flex-wrap: wrap; }
  section.bottom-blocks .grid > div {
    width: calc(100%); }
  section.bottom-blocks img {
    width: 100%; }
  @media (min-width: 768px) {
  section.bottom-blocks .grid {
    grid-template-columns: 1fr 1fr; }
  section.bottom-blocks .grid > div {
    width: calc(50% - 10px); } }
  @media (min-width: 992px) {
  section.bottom-blocks .grid {
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr; }
  section.bottom-blocks .grid > div {
    width: calc(50% - 25px); } }

div.events .hero2022 .slide {
  height: auto;
  min-height: 60vh;
  padding-top: 100px;
  align-items: flex-end; }
  @media (min-width: 992px) {
    div.events .hero2022 .slide {
      padding-top: 140px; } }
  div.events .hero2022 .col {
    padding-bottom: 4vh; }
  div.events .hero2022 .button {
    margin-top: 30px; }
  div.events .description {
    padding-top: 80px;
    padding-bottom: 80px; }
  div.events .speakers {
    background: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x: hidden; }
  div.events .speakers h4 {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic; }
  div.events .speakers article {
    margin-bottom: 50px; }
    div.events .speakers article .image {
      flex: 40% 0 0;
      margin-bottom: 30px; }
    div.events .speakers article .image img {
      width: 100%; }
    div.events .speakers article .bio {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-grow: 1; }
  div.events .speakers article:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    div.events .speakers article {
      display: flex; }

    div.events .speakers article:nth-child(even) .image {
      order: 2;
      padding-left: 50px; }

    div.events .speakers article:nth-child(odd) .image {
      padding-right: 50px; } }
  div.events .supporters hr {
    width: 50%;
    height: 2px;
    background: #eee;
    margin: 80px auto 0 auto;
    opacity: 1; }
  div.events .supporters + .supporters {
    padding-top: 0; }
  div.events .posts-grid {
    text-align: center;
    padding: 0 80px 80px 80px; }
  div.events .posts-grid .grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    div.events .posts-grid .grid .post {
      width: 100%; }
    @media (min-width: 768px) {
    div.events .posts-grid .grid .post {
      width: 45%; } }
    @media (min-width: 992px) {
    div.events .posts-grid .grid .post {
      width: 30%; } }
  div.events .posts-grid h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-green); }
  div.events .posts-grid h3.title {
    font-size: 30px;
    font-family: 'Archivo Black';
    color: var(--color-blue-dark);
    margin-bottom: 50px; }

.page1 .events-grid {
  background: #efefef; }
  .page1 .events-grid h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-green); }
  .page1 .events-grid h3 {
    font-size: 30px;
    font-family: 'Archivo Black';
    color: var(--color-blue-dark);
    margin-bottom: 50px; }

.events-grid {
  padding-top: 80px;
  padding-bottom: 80px; }
  .events-grid h2 {
    margin-bottom: 50px; }
  .events-grid .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 25px;
    row-gap: 25px;
    margin-bottom: 50px; }
  .events-grid .grid .event {
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
    .events-grid .grid .event {
      width: 45%; } }
    @media (min-width: 992px) {
    .events-grid .grid .event {
      width: 30%; } }
    .events-grid .grid .event h4, .events-grid .grid .event h3 a {
      color: white; }
    .events-grid .grid .event h4 {
      color: white;
      font-size: 14px;
      font-family: 'Rubik';
      font-weight: 500; }
    .events-grid .grid .event h3 {
      color: white;
      font-size: 22px;
      font-family: 'Rubik';
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .events-grid .grid .event .image {
      position: relative;
      width: 100%;
      padding-bottom: 130%;
      border-radius: 5px;
      background-size: auto 115%;
      background-position: center center;
      transition: all 250ms ease-in-out; }
    .events-grid .grid .event .overlay {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      border-radius: 5px;
      transition: all 200ms; }
    .events-grid .grid .event .info {
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      top: 0;
      bottom: 0;
      z-index: 2;
      text-align: left;
      padding: 30px; }
    .events-grid .grid .event .button {
      padding: 10px 20px; }
    .events-grid .grid .event:hover .image {
      transform: scale(1.03) translateZ(0);
      background-size: auto 100%; }
      .events-grid .grid .event:hover .overlay {
        opacity: 0.5; }

section.hero2022 {
  position: relative;
  background: black; }
  section.hero2022 .slide {
    display: flex;
    align-items: center;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    color: white; }
  section.hero2022 .slide .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  section.hero2022 .slide .container {
    z-index: 2; }
  section.hero2022 .slide h4 {
    font-size: 16px; }
  section.hero2022 .slide h3 {
    font-size: calc(1.3rem + 1.5vw);
    font-family: 'Archivo Black';
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0;
    line-height: 1; }
  section.hero2022 .tagline {
    position: absolute;
    color: white;
    width: 100%;
    z-index: 2;
    top: 80px;
    font-size: 18px;
    font-weight: 500; }
  @media (min-width: 992px) {
    section.hero2022 .tagline {
      top: 130px;
      font-size: 21px; } }
  section.hero2022 .trending {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: white;
    padding: 25px 0; }
  section.hero2022 .trending h2 {
    display: none;
    border-right: 1px solid white;
    padding-right: 30px;
    margin: 0; }
  section.hero2022 .trending > div {
    padding-left: 30px;
    padding-right: 30px;
    display: flex; }
    section.hero2022 .trending > div .links {
      display: flex;
      flex-wrap: wrap;
      grid-gap: 10px;
      flex-grow: 1;
      justify-content: left;
      align-items: center; }
      section.hero2022 .trending > div .links a {
        display: block;
        position: relative;
        color: white;
        text-decoration: none; }
        section.hero2022 .trending > div .links a:after {
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          height: 2px;
          background: white;
          width: 0;
          transition: all 200ms ease-in-out; }
        section.hero2022 .trending > div .links a:hover:after {
          width: 100%; }
    @media (min-width: 1200px) {
    section.hero2022 .trending > div .links {
      justify-content: space-evenly; } }
  @media (min-width: 768px) {
    section.hero2022 .trending h2 {
      display: block;
      margin-right: 20px; } }

#searchbox form {
  display: flex; }

#searchbox input[type=text] {
  padding: 10px 15px;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  border: 1px solid #aaa;
  outline: none; }

#searchbox button {
  background: var(--color-primary);
  color: white;
  border: 0;
  padding: 0 11px; }

.featherlight {
  background: rgba(0, 0, 0, 0.8) !important; }

section.advertisement {
  background: none;
  padding: 0; }

.ad a {
  display: block; }

@media (min-width: 1400px) {
  .s-main__section {
    max-width: 1320px; } }
/* used for ads injected after 2nd paragraph in complimentary ads */
.placement104723container .no-ads {
  display: none; }

.placement104723 iframe {
  max-width: 100%;
  aspect-ratio: 1.7777777778;
  height: auto; }

.placement104723 p:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .placement104723container {
    max-width: 50%;
    float: left;
    margin: 0 1rem 1rem 0;
    padding: 0; } }
