/* Global Styles Starts */
:root {
  /* LAYOUT BREAKPOINTS */
  /* --breakpoint-tablet: 768px;
  --breakpoint-desktop-small: 992px;
  --breakpoint-desktop-large: 1200px; */

  /* COLORS */
  --primary-global-blue: #004e7d;
  --primary-global-red: #d41e3d;

  /* PRIMARY COLORS -- FOR TEXT */
  --primary-dark-grey-text: #212934;
  --primary-light-grey-text: #424c5b;

  /* PRIMARY COLORS -- OTHER */
  --primary-overlay-blue: #002d50;
  --primary-medium-grey: #bcbec0;
  --primary-light-grey: #e4e9e7;
  --primary-white: #ffffff;

  /* SECONDARY COLORS */
  --secondary-orange: #e25411;
  --secondary-green: #71b946;
  --secondary-yellow: #d89f02;
  --secondary-light-blue: #6cc2ed;
}

button {
  font-family: inherit;
  font-weight: bold;
  font-size: 1.8rem;
  border: 2.5px solid;
  border-radius: 2px;
  transition: all 0.3s ease;
  cursor: pointer;
}

button:hover {
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.2);
}

.event-container {
  max-width: 128.4rem;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .event-container {
    max-width: 104.4rem;
  }
}

@media (max-width: 767px) {
  .event-container {
    max-width: 100%;
  }
}

/* Create Loader */
#loader {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid var(--primary-global-blue);
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-top: -10px;
}

#loader.hidden {
  display: none;
}

.hide {
  display: none !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Create Loader Ends */

/* Global Styles Ends */

/* Campaign Layout Starts */
.pages_CampaignPage_container {
  padding-top: 4rem;
}
/* Campaign Layout Ends */

/* Event Detail Page Starts */
.pages_EventDetailPage_container {
  padding-top: 4rem;
}

.pages_EventDetailPage_fullWidth {
  width: 100%;
  height: 100%;
}
/* Event Detail Page Ends */

/* Event Landing Page Starts */
.pages_EventLandingPage_container {
  padding-top: 4rem;
}

.pages_EventLandingPage_breadcrumb {
  width: 100%;
}

.pages_EventLandingPage_wrapper {
  display: flex;
  margin-bottom: 8rem;
  justify-content: space-between;
}

.pages_EventLandingPage_main {
  width: 100%;
  margin-right: 4rem;
}

@media (max-width: 1199px) {
  .pages_EventLandingPage_wrapper {
    flex-direction: column;
  }
}
/* Event Landing Page Ends */

/* Event Detail Right Rail Page Starts */
.pages_EventDetailRRPage_container {
  padding-top: 4rem;
}

.pages_EventDetailRRPage_breadcrumb {
  width: 100%;
}

.pages_EventDetailRRPage_wrapper {
  display: flex;
  margin-bottom: 8rem;
  justify-content: space-between;
  margin-top: 8rem;
}

.pages_EventDetailRRPage_main {
  width: 100%;
  margin-right: 4rem;
}

.pages_EventDetailRRPage_main > div > div > div > div:first-of-type > div:first-of-type {
  padding-top: 0;
}

.pages_EventDetailRRPage_fullWidth {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .pages_EventDetailRRPage_wrapper {
    flex-direction: column;
  }
}
/* Past Event Detail Page Ends */

/* Hero Component Starts */
.hero-container {
  display: flex;
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-container .hero-overlay {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 45, 80, 0.8);
}

.hero-content {
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
  padding-left: 4rem;
  height: 100%;
  max-width: 67rem;
  width: 100%;
  z-index: 2;
}

.hero-title {
  color: var(--primary-white);
  margin-bottom: 3.2rem;
}

.hero-title h1,
.hero-title h2,
.hero-title h3,
.hero-title h4,
.hero-title h5,
.hero-title h6,
.hero-title p {
  font-size: 6.4rem;
  line-height: 5.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-shadow: -2px 2px #212934;
}

.hero-title ul {
  margin-left: 3.6rem;
  list-style-position: outside;
}

.hero-title ul li {
  padding-left: 0.5rem;
}

.hero-title ol {
  padding-left: 3.1rem;
}

.hero-title ol li {
  padding-left: 1rem;
}

.hero-title li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0.29px;
}

.hero-title strong {
  color: #b2c8db;
}

.hero-subtitle {
  color: var(--primary-white);
}

.hero-subtitle h1,
.hero-subtitle h2,
.hero-subtitle h3,
.hero-subtitle h4,
.hero-subtitle h5,
.hero-subtitle h6,
.hero-subtitle p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.hero-subtitle ul {
  margin-left: 3.6rem;
  list-style-position: outside;
}

.hero-subtitle ul li {
  padding-left: 0.5rem;
}

.hero-subtitle ol {
  padding-left: 3.1rem;
}

.hero-subtitle ol li {
  padding-left: 1rem;
}

.hero-subtitle li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0.29px;
}

.hero-cta-red {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 2px;
  transition: all .3s ease;
  cursor: pointer;
  background-color: #d41e3d;
  color: #fff;
  border: 2.5px solid #d41e3d;
  height: 4.8rem;
  padding: 0 4rem;
  text-transform: uppercase;
  margin-top: 3.2rem;
}

.hero-cta-red:hover {
  box-shadow: 0 0.5rem 0.5rem rgb(0 0 0 / 20%);
  background-color: #bf1b37;
  border-color: #bf1b37;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .hero-title h1,
  .hero-title h2,
  .hero-title h3,
  .hero-title h4,
  .hero-title h5,
  .hero-title h6,
  .hero-title p {
    font-size: 6.4rem;
    line-height: 5.2rem;
  }

  .hero-subtitle h1,
  .hero-subtitle h2,
  .hero-subtitle h3,
  .hero-subtitle h4,
  .hero-subtitle h5,
  .hero-subtitle h6,
  .hero-subtitle p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media (max-height: 450px) {
  .hero-title h1,
  .hero-title h2,
  .hero-title h3,
  .hero-title h4,
  .hero-title h5,
  .hero-title h6,
  .hero-title p {
    font-size: 4.8rem;
    line-height: 4rem;
  }

  .hero-subtitle h1,
  .hero-subtitle h2,
  .hero-subtitle h3,
  .hero-subtitle h4,
  .hero-subtitle h5,
  .hero-subtitle h6,
  .hero-subtitle p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .hero-subtitle li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

@media (max-width: 700px) {
  .hero-content {
    padding: 4rem 2rem 6rem 2rem;
    max-width: 38.4rem;
  }

  .hero-title h1,
  .hero-title h2,
  .hero-title h3,
  .hero-title h4,
  .hero-title h5,
  .hero-title h6,
  .hero-title p {
    font-size: 4.8rem;
    line-height: 4rem;
  }
}
/* Hero Component Ends */

/* Featured Product Categories Component Starts */
.product-categories {
  padding: 8rem 0;
  overflow: hidden;
}

.product-categories__header {
  font-size: 3.2rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.product-categories__content {
  display: block;
  text-decoration: none;
  margin-bottom: 6rem;
  max-width: 22rem;
  width: 100%;
  min-width: 17rem;
}

.product-categories__content-image {
  width: 100%;
  height: 20rem;
  max-width: 22rem;
  min-width: 18rem;
}

.product-categories__content-header {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  color: var(--primary-dark-grey-text);
}

.product-categories__content-text {
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--primary-dark-grey-text);
}

.product-categories__content p {
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--primary-dark-grey-text);
}

.swiper-product-categories .swiper-slide {
  width: 100%;
  margin-right: 4.2rem !important;
  max-width: 17.3%;
  min-width: 17rem;
}

.swiper-product-categories.non-full-width .swiper-slide {
  max-width: 17.3%;
  min-width: 17rem;
}

.swiper-product-categories .swiper-slide:last-of-type {
  margin-right: 0 !important;
}

.swiper-product-categories {
  position: relative;
  overflow: visible;
}

.product-categories__swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-global-blue);
}

  /* non full width toggle */
.product-categories.product-categories__non-full-width .product-categories__content {
  margin-bottom: 6rem;
  max-width: 17rem;
  min-width: 17rem;
}

.product-categories.product-categories__non-full-width .product-categories__content-image {
  height: 18rem;
  max-width: 20.1rem;
}

.product-categories.product-categories__non-full-width .swiper-product-categories .swiper-slide {
  max-width: 17rem;
  margin-right: 4.8rem !important;
}
/* Featured Product Categories Component Ends */

/* Sticky Navigation Header Starts */
.sticky-navigation-header {
  padding-top: 2rem;
  display: flex;
  height: 100%;
}

.sticky-navigation-header__fixed {
  height: 12rem;
}

.sticky-navigation-header__menu-container {
  width: 100%;
}

.sticky-navigation-header__wrapper {
  height: 10rem;
  background-color: var(--primary-white);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-end;
  transition: top 0.3s ease;
  transition: color 0.3s ease;
  padding: 0 2rem;
  width: 100%;
}

.sticky-navigation-header__wrapper-dark {
  background-color: var(--primary-global-blue);
}

.sticky-navigation-header__wrapper-dark > div > nav > ul > li > .sticky-navigation-header__nav-button {
  color: var(--primary-white);
}

.sticky-navigation-header__wrapper-dark > div > nav > ul > li > .sticky-navigation-header__nav-button > svg > path {
  fill: var(--primary-white);
}

.sticky-navigation-header__wrapper-fixed {
  position: fixed;
  height: 20rem;
  top: 0;
  left: 0;
  z-index: 998;
}

.sticky-navigation-header__wrapper-scrolled {
  top: -3.6rem;
}

.sticky-navigation-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
  width: 100%;
}

.sticky-navigation-header__container > a {
  display: flex;
  align-items: center;
  height: 100%;
}

.sticky-navigation-header__logo {
  max-width: 22.7rem;
  max-height: 100%;
}

.sticky-navigation-header__logo-dark {
  max-height: 100%;
  display: none;
}

.sticky-navigation-header__nav {
  height: 100%;
}

.sticky-navigation-header__nav-wrapper {
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.sticky-navigation-header__nav-item {
  display: flex;
  align-items: center;
  padding: 0 2.6rem;
  height: 100%;
  transition: all 0.3s ease;
}

.sticky-navigation-header__nav-item-dark {
  background-color: rgba(0, 45, 80, 0.5);
}

.sticky-navigation-header__nav-button {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  color: var(--primary-global-blue);
  height: 100%;
  cursor: pointer;
}

.sticky-navigation-header__nav-button > svg {
  margin-left: 0.5rem;
  height: 1.4rem;
  width: 1.4rem;
}

.sticky-navigation-header__nav-button > svg > path {
  fill: var(--primary-global-blue);
}

.sticky-navigation-header__dropdown {
  position: absolute;
  display: none;
  flex-direction: column;
  top: 10rem;
  left: 14.1rem;
  min-width: 26rem;
  background-color: var(--primary-overlay-blue);
  z-index: 2;
}

.sticky-navigation-header__dropdown-button {
  color: var(--primary-white);
  font-size: 1.4rem; 
  text-decoration: none;
  padding: 1.35rem 2rem; 
  transition: background-color 0.3s ease;
  cursor: default;
}

.sticky-navigation-header__dropdown-button:hover {
  background-color: var(--primary-global-blue);
}

.sticky-navigation-header__dropdown-button:first-of-type {
  padding-top: 2.75rem;
}

.sticky-navigation-header__dropdown-button:last-of-type {
  padding-bottom: 2.75rem;
}

.sticky-navigation-header__bars,
.sticky-navigation-header__mobile-menu {
  display: none;
}

.sticky-navigation-header__bars-button {
  display: flex;
}

.sticky-navigation-header__bars-button-hidden {
  display: none !important;
}

.sticky-navigation-header__close-button {
  display: none;
}

.sticky-navigation-header__close-button-show {
  display: flex !important;
}

.sticky-navigation-header__bars-button > svg, .sticky-navigation-header__close-button > svg {
  height: 1.8rem;
  width: 1.6rem;
  fill: var(--primary-global-blue);
}

@media (max-width: 1440px) {
  .sticky-navigation-header__nav-button {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  .sticky-navigation-header__nav-button:hover + .sticky-navigation-header__dropdown,
  .sticky-navigation-header__dropdown:hover {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .sticky-navigation-header__wrapper,
  .sticky-navigation-header__container {
    height: 6.4rem;
  }

  .sticky-navigation-header__fixed {
    height: 8.4rem;
  }

  .sticky-navigation-header__wrapper {
    padding: 0;
  }

  .sticky-navigation-header__wrapper-fixed  {
    padding: 0;
  }
  
  .sticky-navigation-header__wrapper-scrolled {
    top: 6.4rem;
  }

  .sticky-navigation-header__logo, .sticky-navigation-header__logo-dark {
    max-width: 16rem;
    margin: 1.1rem;
  }

  .sticky-navigation-header__bars {
    display: flex;
  }

  .sticky-navigation-header__nav {
    display: none;
  }

  .sticky-navigation-header__mobile-menu {
    display: none;
    left: 0;
    width: 100%;
    z-index: 998;
    padding-top: 2rem;
    background-color: var(--primary-white);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .sticky-navigation-header__mobile-menu-fixed {
    position: fixed;
    top: 12.8rem;
    height: 100%;
  }

  .sticky-navigation-header__mobile-menu.sticky-navigation-header__mobile-menu-open {
    display: block;
  }

  .sticky-navigation-header__nav-wrapper {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .sticky-navigation-header__nav-item {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #d8d9d9;
  }

  .sticky-navigation-header__nav-item:last-of-type {
    border-bottom: none;
  }

  .sticky-navigation-header__nav-button {
    line-height: 4.8rem;
    width: 100%;
    justify-content: space-between;
  }

  .sticky-navigation-header__dropdown {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    background-color: var(--primary-white);
  }

  .sticky-navigation-header__dropdown-open {
    display: flex;
  }

  .sticky-navigation-header__dropdown-button {
    color: var(--primary-global-blue);
  }

  .sticky-navigation-header__dropdown-button:hover {
    background-color: var(--primary-white);
  }
}
/* Sticky Navigation Header Ends */

/* Next Event Promo Starts */
.next-event-promo__title {
  font-size: 4.8rem;
  text-transform: uppercase;
  line-height: 40px;
}

.next-event-promo__secondary {
  display: none;
  align-items: center;
  margin-top: 4.2rem;
  margin-bottom: 4.0rem;
}

.next-event-promo__secondary > hr {
  flex: 1;
  height: 0.2rem;
  border: none;
  background-color: var(--primary-global-red);
}

.next-event-promo__secondary-title {
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-right: 2.6rem;
}

.next-event-promo__event-container {
  display: none;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #D8D9D9;
}

.next-event-promo__event-image {
  display: block;
  margin-right: 4.8rem;
  object-fit: cover;
}

.next-event-promo__event-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.6rem;
}

.next-event-promo__event-details-section {
  display: flex;
  flex-direction: column;
}

.next-event-promo__event-date {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 16px;
}

.next-event-promo__event-title-wrapper {
  margin-bottom: 1rem;
}

.next-event-promo__event-title-link {
  color: var(--primary-dark-grey-text);
  text-decoration: none;
}

.next-event-promo__event-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
}

.next-event-promo__event-title:hover {
  color: var(--primary-global-blue);
}

.next-event-promo__event-host {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}

.next-event-promo__event-host-image {
  display: block;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 8px;
}

.next-event-promo__event-host-text {
  font-size: 1.2rem;
  font-weight: 600;
}

.next-event-promo__event-subtitle-link,
.next-event-promo__event-subtitle-link p > span {
  color: var(--primary-dark-grey-text) !important;
  text-decoration: none;
}

.next-event-promo__event-subtitle-link,
.next-event-promo__event-subtitle,
.next-event-promo__event-subtitle-link p > span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.next-event-promo__event-button-red-container {
  max-width: 22rem;
  width: 100%;
  margin-right: 2.3rem;
}

.next-event-promo__event-button-red {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  width: 100%;
  min-width: 22rem;
  height: 4.8rem;
  text-transform: uppercase;
}

.next-event-promo__event-button-red:hover {
  background-color: #BF1B37;
  border-color: #BF1B37;
}

.next-event-promo__event-button-outline-container {
  max-width: 22rem;
  width: 100%;
}

.next-event-promo__event-button-outline {
  background-color: transparent;
  color: var(--primary-global-blue);
  border-color: var(--primary-global-blue);
  height: 4.8rem;
  width: 100%;
  min-width: 22rem;
  text-transform: uppercase;
}

.next-event-promo__event-button-outline:hover {
  background-color: var(--primary-light-grey);
  border-color: var(--primary-light-grey);
}

.next-event-promo__event-buttons {
  display: flex;
}

@media (max-width: 767px) {
  .next-event-promo__event-container {
    display: flex;
    flex-direction: column;
  }
  
  .next-event-promo__secondary {
    margin-bottom: 3.6rem;
  }

  .next-event-promo__secondary-title {
    margin-right: 3.6rem;
  }
  
  .next-event-promo__event-image {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .next-event-promo__event-title-wrapper {
    margin-bottom: 1.6rem;
  }

  .next-event-promo__event-host {
    margin-bottom: 1.6rem;
  }
  
  .next-event-promo__event-subtitle {
    margin-bottom: 2rem;
    -webkit-line-clamp: 5;
  }

  .next-event-promo__event-buttons {
    flex-direction: column;
  }

  .next-event-promo__event-button-red-container {
    max-width: none;
    margin-bottom: 1.8rem;
    margin-right: 0px;
  }

  .next-event-promo__event-button-outline-container {
    max-width: none;
  }

  .next-event-promo__event-button-red {
    min-width: 0;
  }
  
  .next-event-promo__event-button-outline {
    min-width: 0;
  }

  .next-event-promo__event-container {
    padding-bottom: 3.75rem;
  }
}
/* Next Event Promo Ends */

/* Upcoming Events Right Rail Starts */
.upcoming-events-right-rail__container {
  padding: 4rem;
  border: 1px solid #D8D9D9;
  margin-bottom: 4rem;
  width: 39.3rem;
}

.upcoming-events-right-rail__title {
  font-size: 3.2rem;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.upcoming-events-right-rail__event-container {
  display: none;
}

.upcoming-events-right-rail__no-events {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  margin-top: 3.1rem;
}

.upcoming-events-right-rail__event {
  display: flex;
  margin-top: 3.1rem;
  padding-bottom: 3.0rem;
  border-bottom: 1px solid #D8D9D9;
}

.upcoming-events-right-rail__event:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.upcoming-events-right-rail__event-details {
  display: flex;
  flex-direction: column;
}

.upcoming-events-right-rail__event-image-wrapper {
  margin-right: 2rem;
}

.upcoming-events-right-rail__event-thumbnail {
  width: 6.4rem;
  height: 6.4rem;
}

.upcoming-events-right-rail__event-details-date {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 0.2rem;
}

.upcoming-events-right-rail__event-details-link {
  color: var(--primary-dark-grey-text);
  text-decoration: none;
}

.upcoming-events-right-rail__event-details-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0.6rem;
  text-transform: capitalize;
}

.upcoming-events-right-rail__event-details-title:hover {
  color: var(--primary-global-blue)
}

.upcoming-events-right-rail__event-details-host {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 16px;
}

@media (max-width: 1200px) {
  .upcoming-events-right-rail__container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .upcoming-events-right-rail__container {
    padding: 2.4rem 2.4rem 2.8rem 1.7rem;
  }
}
/* Upcoming Events Right Rail Ends */

/* Upcoming Events Carousel Starts */
.upcoming-events-carousel {
  margin-top: 10rem;
  padding-top: 5.5rem;
  background-color: #f4f6f5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 482px;
}

.upcoming-events-carousel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}

.upcoming-events-carousel__header-title {
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: var(--primary-dark-grey-text);
  text-transform: uppercase;
  font-weight: 700;
}

.upcoming-events-carousel__header-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--primary-global-blue);
  text-transform: uppercase;
  font-weight: 700;
  min-width: 11.9rem;
}

.upcoming-events-carousel__header-link:hover {
  color: var(--primary-dark-grey-text);
}

.upcoming-events-carousel__header-link:hover > svg > path {
  fill: var(--primary-dark-grey-text);
}

.upcoming-events-carousel__header-link > svg {
  height: 1.6rem;
  width: 1.0rem;
  margin-left: 1.9rem;
}

.upcoming-events-carousel__header-link > svg > path {
  fill: var(--primary-global-blue);
}

.upcoming-events-carousel__no-events {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
}

.swiper-upcoming-events .swiper-slide {
  min-height: 28.5rem !important;
  width: 28.4rem !important;
  margin-right: 3.9rem !important;
  margin-bottom: 7rem;
}

.swiper-upcoming-events {
  display: none;
  position: relative;
  overflow: visible;
}

.upcoming-events-carousel__swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-global-blue);
}

.upcoming-events-carousel__content {
  display: flex;
  flex-direction: column;
}

.upcoming-events-carousel__content-date {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-dark-grey-text);
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}

.upcoming-events-carousel__content-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-dark-grey-text);
  line-height: 2.4rem;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-decoration: none;
}

.upcoming-events-carousel__content-title:hover {
  color: var(--primary-global-blue);
}

.upcoming-events-carousel__content-host {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-dark-grey-text);
  line-height: 1.6rem;
}
/* Upcoming Events Carousel Ends */

/* Past Events Carousel Starts */
.past-events-carousel {
  margin-top: 10rem;
  padding-top: 5.5rem;
  background-color: #f4f6f5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 482px;
}

.past-events-carousel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}

.past-events-carousel__header-title {
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: var(--primary-dark-grey-text);
  text-transform: uppercase;
  font-weight: 700;
}

.past-events-carousel__header-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--primary-global-blue);
  text-transform: uppercase;
  font-weight: 700;
  min-width: 11.9rem;
}

.past-events-carousel__header-link:hover {
  color: var(--primary-dark-grey-text);
}

.past-events-carousel__header-link:hover > svg > path {
  fill: var(--primary-dark-grey-text);
}

.past-events-carousel__header-link > svg {
  height: 1.6rem;
  width: 1.0rem;
  margin-left: 1.9rem;
}

.past-events-carousel__header-link > svg > path {
  fill: var(--primary-global-blue);
}

.swiper-past-events .swiper-slide {
  min-height: 28.5rem !important;
  width: 28.4rem !important;
  margin-right: 3.9rem !important;
  margin-bottom: 7rem;
}

.swiper-past-events {
  display: none;
  position: relative;
  overflow: visible;
}

.past-events-carousel__swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-global-blue);
}

.past-events-carousel__content {
  display: flex;
  flex-direction: column;
}

.past-events-carousel__content-date {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-dark-grey-text);
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}

.past-events-carousel__content-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-dark-grey-text);
  line-height: 2.4rem;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-decoration: none;
}

.past-events-carousel__content-title:hover {
  color: var(--primary-global-blue);
}

.past-events-carousel__content-host {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-dark-grey-text);
  line-height: 1.6rem;
}
/* Past Events Carousel Ends */

/* Upcoming Events List Starts */
.upcoming-events-list {
  display: flex;
  flex-direction: column;
}

.upcoming-events-list__container {
  display: none;
  flex-direction: column;
  margin-bottom: 2rem;
}

.upcoming-events-list__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: var(--primary-dark-grey-text);
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}

.upcoming-events-list__no-events {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 2.8rem;
}

.upcoming-events-list__event {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.8rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d8d9d9;
}

.upcoming-events-list__event-details {
  display: flex;
  flex-direction: column;
}

.upcoming-events-list__event-details-link {
  text-decoration: none;
  color: var(--primary-dark-grey-text);
}

.upcoming-events-list__event-details-link:hover {
  color: var(--primary-global-blue)
}

.upcoming-events-list__event-details-title,
.upcoming-events-list__event-details-link-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
}

.upcoming-events-list__event-details-date {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  color: var(--primary-dark-grey-text);
  margin-top: 0.8rem;
}

.upcoming-events-list__event-link-wrapper {
  display: block;
  margin-top: 0.4rem;
  margin-right: 3.8rem;
  margin-left: 5rem;
  min-width: 6.9rem;
}
.upcoming-events-list__event-link {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: var(--primary-global-blue);
  text-decoration: none;
  text-transform: capitalize;
}

.upcoming-events-list__event-link:hover {
  color: var(--primary-dark-grey-text);
}

.upcoming-events-list__cta-wrapper {
  display: none;
  justify-content: center;
  margin-top: 2rem;
}

.upcoming-events-list__cta-button-red {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  width: 100%;
  height: 4.8rem;
  text-transform: uppercase;
  max-width: 17.4rem;
}

.upcoming-events-list__cta-button-red:hover {
  background-color: #BF1B37;
  border-color: #BF1B37;
}

.upcoming-events-list__event-container {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .upcoming-events-list__event {
    flex-direction: column;
  }

  .upcoming-events-list__event-link-wrapper {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .upcoming-events-list__cta-wrapper {
    margin-top: 1.2rem;
  }
}
/* Upcoming Events List Ends */

/* Past Events List Starts */
.past-events-list {
  display: flex;
  flex-direction: column;
}

.past-events-list__container {
  display: none;
  flex-direction: column;
  margin-bottom: 2rem;
}

.past-events-list__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: var(--primary-dark-grey-text);
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}

.past-events-list__event {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.8rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d8d9d9;
}

.past-events-list__event-details {
  display: flex;
  flex-direction: column;
}

.past-events-list__event-details-link {
  text-decoration: none;
  color: var(--primary-dark-grey-text);
}

.past-events-list__event-details-link:hover {
  color: var(--primary-global-blue)
}

.past-events-list__event-details-title,
.past-events-list__event-details-link-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
}

.past-events-list__event-details-date {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  color: var(--primary-dark-grey-text);
  margin-top: 0.8rem;
}

.past-events-list__event-link-wrapper {
  display: block;
  margin-top: 0.4rem;
  margin-right: 3.8rem;
  margin-left: 5rem;
  min-width: 6.9rem;
}
.past-events-list__event-link {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: var(--primary-global-blue);
  text-decoration: none;
  text-transform: capitalize;
}

.past-events-list__event-link:hover {
  color: var(--primary-dark-grey-text);
}

.past-events-list__cta-wrapper {
  display: none;
  justify-content: center;
  margin-top: 2rem;
}

.past-events-list__cta-button-red {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  width: 100%;
  height: 4.8rem;
  text-transform: uppercase;
  max-width: 17.4rem;
}

.past-events-list__cta-button-red:hover {
  background-color: #BF1B37;
  border-color: #BF1B37;
}

.past-events-list__event-container {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .past-events-list__event {
    flex-direction: column;
  }

  .past-events-list__event-link-wrapper {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .past-events-list__cta-wrapper {
    margin-top: 1.2rem;
  }
}
/* Past Events List Ends */

/* Event Page Header Starts */
.event-page-header {
  display: none;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-page-header .event-page-header__overlay {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 45, 80, 0.8);
}

.event-page-header__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5.5rem 0 7.6rem 7.2rem;
  max-width: 70rem;
  min-height: 43.5rem;
  z-index: 2;
}

.event-page-header__cta-wrapper {
  display: none;
  margin-top: 5.6rem;
}

.event-page-header__cta-button-red,
.event-page-header .login-cta {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  padding: 0 7.9rem;
  height: 4.8rem;
  text-transform: uppercase;
}

.event-page-header__cta-button-red:hover,
.event-page-header .login-cta:hover {
  background-color: #BF1B37;
  border-color: #BF1B37;
}

.event-page-header__date-location-container {
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0.28px;
  color: var(--primary-white);
}

.event-page-header__date-location-container > span {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.event-page-header__title {
  color: var(--primary-white);
  margin-top: 1.8rem;
  margin-bottom: 3.4rem;
}

.event-page-header__title,
.event-page-header__title h1,
.event-page-header__title h2,
.event-page-header__title h3,
.event-page-header__title h4,
.event-page-header__title h5,
.event-page-header__title h6,
.event-page-header__title p {
  font-size: 6.4rem;
  line-height: 5.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-shadow: -2px 2px #212934;
}

.event-page-header__title ul {
  margin-left: 3.6rem;
  list-style-position: outside;
}

.event-page-header__title ul li {
  padding-left: 0.5rem;
}

.event-page-header__title ol {
  padding-left: 3.1rem;
}

.event-page-header__title ol li {
  padding-left: 1rem;
}

.event-page-header__title li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0.29px;
}

.event-page-header__title strong {
  color: #6cc2ed;
}

.event-page-header__subtitle {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: var(--primary-white);
  max-width: 61rem;
}

.event-page-header__subtitle h1,
.event-page-header__subtitle h2,
.event-page-header__subtitle h3,
.event-page-header__subtitle h4,
.event-page-header__subtitle h5,
.event-page-header__subtitle h6,
.event-page-header__subtitle p,
.event-page-header__subtitle p > span {
  color: var(--primary-white) !important;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.event-page-header__subtitle ul {
  margin-left: 3.6rem;
  list-style-position: outside;
}

.event-page-header__subtitle ul li {
  padding-left: 0.5rem;
}

.event-page-header__subtitle ol {
  padding-left: 3.1rem;
}

.event-page-header__subtitle ol li {
  padding-left: 1rem;
}

.event-page-header__subtitle li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0.29px;
}

@media (max-width: 1440px) {  
  .event-page-header__title,
  .event-page-header__title h1,
  .event-page-header__title h2,
  .event-page-header__title h3,
  .event-page-header__title h4,
  .event-page-header__title h5,
  .event-page-header__title h6,
  .event-page-header__title p {
    font-size: 6.4rem;
    line-height: 5.2rem;
  }

  .event-page-header__subtitle h1,
  .event-page-header__subtitle h2,
  .event-page-header__subtitle h3,
  .event-page-header__subtitle h4,
  .event-page-header__subtitle h5,
  .event-page-header__subtitle h6,
  .event-page-header__subtitle p,
  .event-page-header__subtitle p > span {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media (max-height: 450px) {
  .event-page-header__date-location {
    font-size: 1.4rem;
  }

  .event-page-header__title,
  .event-page-header__title h1,
  .event-page-header__title h2,
  .event-page-header__title h3,
  .event-page-header__title h4,
  .event-page-header__title h5,
  .event-page-header__title h6,
  .event-page-header__title p {
    font-size: 4.8rem;
    line-height: 4rem;
  }

  .event-page-header__subtitle,
  .event-page-header__subtitle h1,
  .event-page-header__subtitle h2,
  .event-page-header__subtitle h3,
  .event-page-header__subtitle h4,
  .event-page-header__subtitle h5,
  .event-page-header__subtitle h6,
  .event-page-header__subtitle p,
  .event-page-header__subtitle p > span {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .event-page-header__subtitle li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

@media (max-width: 700px) {
  .event-page-header__date-location-container {
    font-size: 1.2rem;
  }
  .event-page-header__content {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 38.4rem;
  }

  .event-page-header__title,
  .event-page-header__title h1,
  .event-page-header__title h2,
  .event-page-header__title h3,
  .event-page-header__title h4,
  .event-page-header__title h5,
  .event-page-header__title h6,
  .event-page-header__title p {
    font-size: 4.8rem;
    line-height: 4rem;
  }
}
/* Event Page Header Ends */

/* Speaker Promo Starts */
.speaker-promo {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.speaker-promo__header {
  display: flex;
  align-items: center;
  padding-bottom: 3.6rem;
}

.speaker-promo__header > hr {
  flex: 1;
  height: 0.2rem;
  border: none;
  background-color: var(--primary-global-red);
}

.speaker-promo__header-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: var(--primary-dark-grey-text);
  text-transform: uppercase;
  margin-right: 3rem;
}

.speaker-promo__speaker {
  display: flex;
  align-items: center;
  padding-bottom: 5.25rem;
  margin-top: 5.25rem;
  border-bottom: 1px solid #d8d9d9;
}

.speaker-promo__speaker:first-of-type {
  margin-top: 0;
}

.speaker-promo__speaker-image {
  border-radius: 50%;
  width: 17.6rem;
  height: 17.6rem;
}

.speaker-promo__details {
  display: flex;
  flex-direction: column;
  margin-left: 5.0rem;
}

.speaker-promo__details-type {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-dark-grey-text);
  line-height: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.speaker-promo__details-name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.speaker-promo__details-description {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: var(--primary-dark-grey-text);
}

@media (max-width: 767px) {
  .speaker-promo__speaker {
    flex-direction: column;
  }

  .speaker-promo__details {
    margin-top: 3.2rem;
    margin-left: 0;
  }
}
/* Speaker Promo Ends */

/* Event Agenda Starts */
.event-agenda {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.event-agenda__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--primary-white);
  background-color: var(--primary-global-blue);
}

.event-agenda__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 7.0rem 22.8rem 11.6rem 22.8rem;
}

.event-agenda__title {
  font-size: 3.2rem;
  line-height: 3.2rem;
  letter-spacing: -0.05rem;
  font-weight: 700;
  margin-bottom: 5.7rem;
  text-transform: uppercase;
}

.event-agenda__schedule-container {
  display: flex;
  margin-bottom: 2.9rem;
}

.event-agenda__schedule-container:last-of-type {
  margin-bottom: 0;
}

.event-agenda__schedule-time {
  min-width: 15.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.0rem;
  text-transform: uppercase;
}

.event-agenda__schedule-details {
  display: flex;
  flex-direction: column;
  margin-left: 3.95rem;
}

.event-agenda__schedule-subject {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-transform: uppercase;
}

.event-agenda__schedule-details > p,
.event-agenda__schedule-details > li,
.event-agenda__schedule-description {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.025rem;
  margin-top: 0.8rem;
  min-width: 39.4rem;
}

@media (max-width: 767px) {
  .event-agenda__content {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .event-agenda__schedule-container {
    flex-direction: column;
  }

  .event-agenda__schedule-details {
    margin-top: 0.8rem;
    margin-left: 0;
  }

  .event-agenda__schedule-details > p,
  .event-agenda__schedule-description {
    min-width: auto;
  }
}
/* Event Agenda Ends */

/* Event Calendar Starts */
.event-calendar {
  padding-top: 4rem;
  padding-bottom: 6.6rem;
}

.event-calendar__title {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: var(--primary-dark-grey-text);
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}

.fc-toolbar-chunk {
  display: flex;
  align-items: center;
}

.fc-toolbar-title {
  text-transform: uppercase;
}

.fc .fc-button.fc-button-primary {
  color: var(--primary-dark-grey-text);
  background-color: var(--primary-white);
  border-color: var(--primary-medium-grey);
  height: 3.6rem;
}

.fc .fc-button.fc-button-primary:disabled {
  color: var(--primary-dark-grey-text);
  background-color: var(--primary-white);
  border-color: var(--primary-medium-grey);
}

.fc .fc-button.fc-button-primary {
  margin-right: 0.8rem;
  border-radius: 0.2rem !important;
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.2);
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  border-color: var(--primary-dark-grey-text);
}

/* Today Button Override */
.fc .fc-today-button.fc-button.fc-button-primary {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.029rem;
  margin-left: 2.4rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.fc .fc-today-button.fc

.fc .fc-prev-button.fc-button.fc-button-primary {
  margin-right: 0.8rem;
}

.fc .fc-button.fc-button-primary .fc-icon {
  font-size: 2em;
}

/* Title Override */
.fc .fc-toolbar-title {
  font-size: 2.4rem;
  line-height: 2.2rem;
  margin-left: 3.2rem !important;
} 

/* Day grid override */
.fc .fc-cell-shaded, .fc .fc-day-disabled {
  background-color: inherit;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--primary-light-grey);
}

.fc table {
  font-size: 1.6rem;
  font-weight: 600;
}

.fc .fc-daygrid-day-top {
  flex-direction: row;
}

.fc .fc-daygrid-day-number {
  padding-left: 0.6rem;
}

.fc-daygrid-event {
  position: absolute;
  white-space: normal;
}

.fc-daygrid-event.fc-event-today {
  background-color: var(--primary-light-grey) !important;
  border-color: var(--primary-light-grey) !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-top: 0;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.fc-theme-standard td, .fc-theme-standard th {
  border-color: #BBBBBB,
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  background-color: inherit;
}

.event-calendar__calendar-event-time {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 0.2rem;
  font-weight: 400;
}

.event-calendar__calendar-event-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.event-calendar__calendar-event-time-completed,
.event-calendar__calendar-event-title-completed {
  color: #989898;
}

.event-calendar__month-selector {
  position: relative;
  margin-left: 0 !important;
}

.event-calendar__month-selector-button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding-right: 1rem;
  padding-left: 2rem !important;
  height: 3.6rem;
}

.fc .fc-toolbar-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  height: 3.6rem;
}

.event-calendar__month-selector-button > svg {
  fill: var(--primary-dark-grey-text);
  height: 1.8rem;
  cursor: pointer;
}

.event-calendar__month-selector-button:hover {
  box-shadow: none;
}

.event-calendar__month-selector-container {
  display: none;
  width: 18.4rem;
  position: absolute;
  border: 1px solid #979797;
  border-radius: 0.4rem;
  padding-top: 0.8rem;
  padding-bottom: 1.2rem;
  background-color: var(--primary-white);
  z-index: 2;
  top: 4rem;
  right: 0.3rem;
}

.event-calendar__month-selector-container-show {
  display: block;
}

.event-calendar__month-selector-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1.7rem 1rem 1.7rem;
}

.event-calendar__month-selector-year {
  font-size: 1.2rem;
  font-weight: 600;
}

.event-calendar__month-selector-container button {
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
}

.event-calendar__month-selector-container button:hover {
  box-shadow: none;
}
.event-calendar__month-selector-prev-button, .event-calendar__month-selector-next-button {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.event-calendar__month-selector-prev-button > svg, .event-calendar__month-selector-next-button > svg {
  margin-top: 0.4rem;
  height: 1.4rem;
  fill: var(--primary-dark-grey-text);
}

.event-calendar__month-selector-months-container {
  margin: 0 1.2rem;
}

.event-calendar__month-selector-month-row {
  display: flex;
  justify-content: space-between;
}

.event-calendar__month-selector-month-row button {
  flex: 1;
  min-height: 3.6rem;
  margin: 0.2rem 0;
  transition: none;
}

.event-calendar__month-selector-month-row button:hover {
  background-color: var(--primary-light-grey);
}

.event-calendar__list-wrapper {
  border-left: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
}
.event-calendar__list-wrapper:first-of-type {
  border: 1px solid #BBBBBB;
}

.event-calendar__list-details-container {
  display: flex;
  /* border: 1px solid #BBBBBB; */
  padding: 0.8rem 1.8rem 1.2rem 0.9rem;
}

.event-calendar__list-details-day-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-calendar__list-details-day {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-dark-grey-text);
  text-transform: uppercase;
}

.event-calendar__list-details-day-number {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.0rem;
  color: var(--primary-dark-grey-text);
}

.event-calendar__list-details-title-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 1.1rem;
}

.event-calendar__list-details-status {
  display: flex;
  align-items: flex-end;
  margin-left: 2rem;
}

.event-calendar__link {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-global-blue);
  text-decoration: none;
}

.event-calendar__link:hover {
  color: var(--primary-dark-grey-text);
}

.event-calendar__list-none {
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-calendar__registered {
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  color: #71B946;
}

.event-calendar__registered > span {
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}

.event-calendar__registered > span > svg {
  height: 1.2rem;
  fill: #71B946;
}

@media (max-width: 767px) {
  .event-calendar {
    padding-top: 3rem;
    padding-bottom: 4.8rem;
  }

  .event-calendar__link-container {
    display: none;
  }

  .event-calendar__calendar-event-title {
    margin-bottom: auto;
  }

  .fc .fc-today-button.fc-button.fc-button-primary {
    display: none;
  }
}
/* Event Calendar Ends */

/* Event Registration Starts */
.event-registration {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: none;
}

.event-registration__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--primary-white);
  background-color: var(--primary-global-blue);
}

.event-registration__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 85rem;
  margin: 5.0rem 21.7rem 9rem 21.7rem;
}

.event-registration__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-registration__header-title {
  font-size: 4.8rem;
  line-height: 4.0rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-white);
}

.event-registration__header-description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.025rem;
  font-weight: 300;
  margin-top: 2rem;
  color: var(--primary-white);
}

.event-registration__form-firstname, 
.event-registration__form-lastname,
.event-registration__form-email,
.event-registration__form-company {
  display: flex;
  flex-direction: column;
}

.event-registration__form-lastname,
.event-registration__form-email,
.event-registration__form-company {
  margin-top: 3.2rem;
}

.event-registration__form-firstname {
  margin-top: 5.8rem;
}

.event-registration__form-firstname > label, 
.event-registration__form-lastname > label,
.event-registration__form-email > label,
.event-registration__form-company > label {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: var(--primary-light-grey);
  text-transform: capitalize;
  min-width: 60.8rem;
}

.event-registration__form-firstname > input, 
.event-registration__form-lastname > input,
.event-registration__form-email > input,
.event-registration__form-company > input {
  width: 100%;
  height: 4.1rem;
  background-color: var(--primary-white);
  border-radius: 4px;
  border: none;
  padding-left: 0.6rem;
  margin-top: 1.2rem;
}

.event-registration__form-disclaimer {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0.025rem;
  color: var(--primary-white);
  margin-top: 2.9rem;
}

.event-registration__cta-wrapper {
  display: flex;
  margin-top: 3.4rem;
}

.event-registration__cta {
  max-width: 28.3rem;
  width: 100%;
}

.event-registration__cta-button-red,
.event-registration .login-cta {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  width: 100%;
  height: 4.8rem;
  text-transform: uppercase;
}

.event-registration__cta-button-red:hover,
.event-registration .login-cta:hover {
  background-color: #BF1B37;
  border-color: #BF1B37;
}

.event-registration__success-text {
  display: none;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  letter-spacing: 0.025rem;
  color: var(--primary-white);
  margin-top: 0.2rem;
}

@media (max-width: 767px) {
  .event-registration__form-firstname > label, 
  .event-registration__form-lastname > label,
  .event-registration__form-email > label,
  .event-registration__form-company > label {
    min-width: auto;
  }

  .event-registration__content {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
/* Event Registration Ends */

/**** Article Comments ****/
/*Article Head*/
.article-comments {
  padding-top: 40px;
}

.article-comments__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.7rem;
}

.article-comments__title {
  margin: 0;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.article-comments__dropdown {
  display: flex;
  position: relative;
  min-width: 14rem;
  justify-content: flex-end;
  padding-right: 1.6rem;
}

.article-comments__dropdown h6 {
  color: var(--primary-global-blue);
}

.article-comments__dropdown-trigger {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  cursor: pointer;
}

.article-comments__dropdown-trigger svg {
  margin-right: 0.7rem;
  width: 1.5rem;
  height: 1.1rem;
}
.article-comments__dropdown-trigger svg path {
  fill: var(--primary-global-blue);
}

.article-comments__dropdown-options {
  display: none;
  position: absolute;
  top: 1.5rem;
  left: 0;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 0.8rem 0;
  min-width: 11.6rem;
  z-index: 1;
  background: var(--primary-white);
}

.article-comments__dropdown-options.dropdown-open {
  display: block;
}

.article-comments__dropdown-option {
  list-style: none;
  cursor: pointer;
  padding: 0 1.7rem;
}

.article-comments__dropdown-option.selected {
  color: var(--primary-global-blue);
}

.article-comments__dropdown-option:hover {
  background-color: var(--primary-light-grey);
}

.article-comments__dropdown-option h6 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
/*End Article Head*/
/*Article Comment Section*/
.article-comments__wrapper {
  position: relative;
}

.article-comments__form {
  background-color: var(--primary-white);
}

.article-comments__comment-section,
.article-comments__comment-section--reply {
  display: flex;
  position: relative;
}

.article-comments__nested {
  padding-left: 4.1rem;
  margin: 3.5rem 0;
}

.article-comments__replyNested .article-comments__comment-section,
.article-comments__comment-section--reply {
  margin-top: 3.5rem;
}

.article-comments__nested.hidden,
.article-comments__replyNested.hidden {
  display: none;
}

.article-comments__closeReply {
  position: absolute;
  right: 0.1rem;
  padding: 0.5rem;
  cursor: pointer;
  background-color: var(--primary-white);
}

.article-comments__closeReply svg {
  width: 1rem;
}

.article-comments__closeReply:hover svg path {
  fill: var(--primary-global-blue);
}

.article-comments__comment-wrapper,
.article-comments__nested {
  position: relative;
}

.article-comments__comment-wrapper.hasReplies:before,
.article-comments__nested.hasReplies:before {
  content: '';
  width: 1px;
  height: calc(100% - 3.6rem);
  background-color: var(--primary-light-grey);
  position: absolute;
  top: 3.7rem;
}

.article-comments__comment-wrapper.hasReplies:before {
  left: 1.5rem;
}

.article-comments__nested.hasReplies:before {
  left: 5.6rem;
}

.article-comments__profileImg,
.article-comments__comment-profile {
  display: flex;
  align-self: start;
  margin-right: 1.1rem;
  border-radius: 65%;
  width: 3.2rem;
  height: 3.2rem;
  object-fit: cover;
}

.article-comments__comment-name,
.article-comments__comment-date {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: var(--primary-dark-grey-text);
  font-family: 'Kanit', sans-serif;
}

.article-comments__comment-date {
  font-weight: 300;
}

.article-comments__comment-section-wrapper {
  border: 1px solid var(--primary-medium-grey);
  border-radius: 4px;
  width: 100%;
  min-height: 10.9rem;
  background-color: var(--primary-white);
}
.article-comments__placeholder,
.article-comments__textarea::placeholder {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  color: #888888;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
}
.article-comments__comment-section--unauthenticated {
  padding: 0.4rem 1.4rem;
}
  @media (min-width: 767px) {
    .article-comments__comment-section--unauthenticated {
      display: flex;
      justify-content: space-between;
    }
  }

.article-comments__buttons {
  padding-top: 1rem;
}
  @media (max-width: 767px) {
    .article-comments__buttons {
     display: flex;
     flex-direction: column;
    }
    .article-comments__buttons a {
      width: 100%;
      max-width: 17.5rem;
      margin: 0 0 1.6rem;
    }
  }

.article-comments__buttons--button-red,
.article-comments__buttons-button-outline {
  text-transform: uppercase;
  padding: 1.6rem;
  line-height: 2.4rem;
  font-size: 1.8rem;
  text-align: center;
  display: inline-block;
  min-width: 17.2rem;
  text-decoration: none;
}

.article-comments__buttons--button-red {
  color: var(--primary-white);
  background-color: var(--primary-global-red);
  border: 2px solid #d41e3d;
  margin-right: 1.5rem;
}
.article-comments__buttons--button-red:hover {
  box-shadow: 0 0.8rem 0.8rem rgb(0 0 0 / 20%);
  background-color: #bf1b37;
  border-color: #bf1b37;
  cursor: pointer;
}

.article-comments__buttons-button-outline {
  background-color: transparent;
  color: var(--primary-global-blue);
  border: 2px solid var(--primary-global-blue);
}
.article-comments__buttons-button-outline:hover {
  background-color: var(--primary-light-grey);
  border-color: var(--primary-light-grey);
  cursor: pointer;
}

.article-comments__comment-section--authenticated {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article-comments__textarea {
  width: 100%;
  border: 0;
  resize: none;
  outline: none;
  padding: 0.4rem 1.5rem 0.4rem 1.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  color: var(--primary-dark-grey-text);
  min-height: 6.9rem;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
}

.article-comments__comment-section--footer {
  background-color: #F4F6F5;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding: 1rem 1.2rem;
}

.article-comments__comment-section--postWrapper {
  display: flex;
  align-items: center;
}

.article-comments__upload {
  position: relative;
  border: none;
  outline: none;
  margin-right: 0.7rem;
  background: transparent;
  padding: 0;
  height: 2rem;
  width: 2.5rem;
}

.article-comments__uploadedFiles {
  display: flex;
}

.article-comments__comment-uploaded-thumbnail {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: cover;
  margin-right: 1rem;
}
/* 
.article-comments__upload form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.8rem;
} */

.article-comments__upload input {
  width: 2.4rem;
  height: 2.1rem;
  padding: 0.5rem;
  margin: 0;
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.article-comments__upload-image svg {
  width: 2.4rem;
  height: 1.8rem;
}
.article-comments__upload-video svg {
  width: 2.4rem;
  height: 1.6rem;
}
.article-comments__upload svg path {
  fill: #999999;
}

.article-comments__upload--description {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: var(--primary-dark-grey-text);
}

.article-comments__postButton {
  margin-left: auto;
  min-width: 5rem;
  text-transform: uppercase;
  border: none;
  background-color: var(--primary-global-red);
  color: var(--primary-light-grey); 
  letter-spacing: 0.25px;
  line-height: 1.8rem;
  font-size: 1.2rem;
  padding: 0.4rem 1.6rem;
}

.article-comments__postButton:hover {
  cursor: pointer;
}
.article-comments__postButton.disabled {
  opacity: .6;
  pointer-events: none;
}
/*End Article Comment Section*/
/*Article All Comments */
.article-comments__comments {
  margin-top: 1.9rem;
}

.article-comments__comment-wrapper {
  margin: 3.5rem 0;
}

.article-comments__comment-container {
  display: flex;
  align-items: baseline;
}

.article-comments__comment-content {
  width: 100%;
}

.article-comments__comment-content--head,
.article-comments__comment-footer {
  display: flex;
  align-items: center;
}

.article-comments__comment-footer {
  padding-top: 2rem;
}

.article-comments__comment-content--head h6 {
  margin: 0.8rem 0.8rem 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.article-comments__comment-body {
  display: flex;
  flex-wrap: wrap;
}

/* .article-comments__comment-body p:last-of-type {
  display: none;
} */

.article-comments__comment-body video {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: cover;
  cursor: pointer;
  background-color: black;
}

.article-comments__comment-body video::-webkit-media-controls {
  display: none;
}

.article-comments__comment-body p {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.25px;
  font-weight: 300;
}

.article-comments__comment-footer--likes,
.article-comments__comment-footer--reply,
.article-comments__comment-footer--toggle-replies {
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  color: var(--primary-global-blue);
}

.article-comments__comment-footer--likes svg,
.article-comments__comment-footer--reply svg,
.article-comments__comment-footer--toggle-replies svg {
  margin-right: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
}

.article-comments__comment-footer--likes svg path {
  fill: var(--primary-medium-grey);
}

.article-comments__comment-footer--likes.reacted svg path {
  fill: var(--primary-global-blue);
}

.article-comments__comment-footer--reply svg path,
.article-comments__comment-footer--toggle-replies svg path {
  fill: var(--primary-global-blue);
}

.article-comments__comment-footer--likes {
  margin: 0 3.5rem 0 0;
}

.article-comments__comment-footer--likes:hover {
  cursor: pointer;
}

/* .article-comments__comment-footer--likes.liked svg path {
  fill: var(--primary-global-blue);
} */

.article-comments__comment-footer--reply:hover,
.article-comments__comment-footer--toggle-replies:hover {
  cursor: pointer;
}

.article-comments__comment-footer--toggle-replies {
  margin-left: auto;
}

.article-comments__comment-body figure {
  margin: 1rem 1rem 1rem 0;
  position: relative;
}

.article-comments__comment-body img {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: cover;
  cursor: pointer;
}

.article-comments__comment-upload:hover .article-comments__comment-video-upload--playButton {
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.7);
}

.article-comments__comment-img-upload img,
.article-comments__comment-video-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-comments__playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  background-color: var(--primary-global-red);
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}



.article-comments__playButton span,
.article-comments__comment-video-upload svg {
  width: 1.714rem;
  height: 1.714rem;
}

.article-comments__comment-body figure svg path {
  fill: var(--primary-white)
}

/* Modal */
.active-modal {
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 100%;
  display: block;
}

.modal-overlay {
  display: none;
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  animation: fadein .5s forwards;
  background-color: var(--primary-dark-grey-text);
  opacity: .6;
  z-index: 1000;
}

.article-comments__lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  height: 80vh;
  width: 90vw;
}
@media (min-width: 1024px) {
  .article-comments__lightbox {
    height: 85vh;
  }
}


.article-comments__lightbox.active,
.active-modal .modal-overlay {
  display: block;
}
@media (min-width: 1024px) {
  .article-comments__lightbox.active,
  .active-modal .modal-overlay {
    display: flex;
  }
}

.article-comments__lightbox--background {
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: var(--primary-dark-grey-text);
  z-index: -1;
}

.article-comments__lightbox--container {
  background-color: var(--primary-white);
  width: 98%;
  margin: auto;
  box-shadow: 0 0.4rem 1rem rgba(0,0,0, 0.2);
  padding: 3.3rem 2.4rem 2.4rem;
  position: relative; 
}
 @media (min-width: 1024px) {
  .article-comments__lightbox--container {
    padding: 5.6rem 3.8rem;
    width: 100%;
    max-width: 90rem;
  }
 }

.article-comments_closeModal {
  position: absolute;
  top: 1.3rem;
  right: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}

.article-comments__lightbox--sliderMedia {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

img.article-comments__lightbox--sliderItem {
  max-height: 28.8rem;
  object-fit: contain;
}
@media (min-width: 767px) {
  .article-comments__lightbox--sliderItem,
  img.article-comments__lightbox--sliderItem {
    min-height: 30rem;
    max-height: 45rem;
  }
}

.article-comments__lightbox--galleryThumbs {
  width: 31.8rem;
}

.article-comments__lightbox--gallery-top {
  padding: 1.5rem 0 2.5rem;
}
@media (min-width: 767px) {
  .article-comments__lightbox--gallery-top {
    padding: 0 4.7rem 4rem;
  }
}

.article-comments__lightbox--thumbnail {
  width: 100%;
  height: 7.2rem;
  object-fit: cover;
  border-bottom: 3px solid transparent;
}

.article-comments__lightbox--mainImg img,
.article-comments__lightbox--thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* // Swiper Styles */
.article-comments__lightbox--thumbnails {
  justify-content: center;
}

.article-comments__lightbox--thumbnail.swiper-slide-thumb-active {
  border-bottom: 3px solid var(--primary-global-blue);
}

.article-comments__lightbox--gallery-top .swiper-button-prev,
.article-comments__lightbox--gallery-top .swiper-button-next {
  color: var(--primary-global-blue);
}

.article-comments__lightbox--gallery-top .swiper-button-prev::after,
.article-comments__lightbox--gallery-top .swiper-button-next::after {
  font-size: 16px;
  font-weight: 800;
  padding: 5px 9px;
  border-radius: 50%;
  border: 2px solid var(--primary-global-blue);
}

.article-comments__lightbox--gallery-top .swiper-wrapper {
  align-items: center;
}
/* Modal Ends */

.article-comments__title-container {
  display: flex;
  align-items: center;
}

.article-comments__article-likes-container {
  display: flex;
  margin-left: 24px;
  align-items: center;
  cursor: pointer;
}

.article-comments__article-likes-container .likesNr {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: var(--primary-global-blue);
  font-weight: bold;
  margin-left: 10px;
}

.article-comments__article-likes-container > svg {
  width: 20px;
  height: 20px;
}

.article-comments__article-likes-container > svg path {
  fill: var(--primary-medium-grey);
}

.article-comments__article-likes-container.reacted > svg path {
  fill: var(--primary-global-blue);
}

@media (max-width: 767px) {
  .article-comments__article-likes-container .likesNr {
    font-size: 1.6rem;
  }

  .article-comments__title-container .article-comments__title {
    font-size: 1.6rem;
  }
}
/*End Article All Comments */
/* GIP2-157 - NOTE REMOVE THIS AFTER MEDIA MODERATION IS AVALIABLE */
.article-comments__upload,
.article-comments__upload--description {
  display: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
/* GIP2-157 - NOTE REMOVE THIS AFTER MEDIA MODERATION IS AVALIABLE ENDS*/
/**** End Article Comments ****/

/* Top Discussed Articles Starts */
.top-discussed-articles {
  padding: 43px 108px;
}

.pages_HomePage_main .top-discussed-articles {
  padding-left: 0;
  padding-right: 0;
}

.top-discussed-articles__title-container {
  display: flex;
  align-items: center;
  /* margin-bottom: 4.0rem; */
}

.top-discussed-articles__title-container > h2 {
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-right: 2.6rem;
  line-height: 32px;
}

.top-discussed-articles__title-container > hr {
  flex: 1;
  height: 0.2rem;
  border: none;
  background-color: var(--primary-global-red);
}

.top-discussed-articles__articles-container {
  display: flex;
  flex-direction: column;
}

.top-discussed-articles__article-container {
  display: flex;
  margin-top: 40px;
  padding-bottom: 38px;
  border-bottom: 1px solid #D8D9D9;
}

.top-discussed-articles__article-image-link {
  max-width: 28.4rem;
  width: 100%;
  height: 16rem;
  position: relative;
  overflow: hidden;
}

.top-discussed-articles__article-image-link > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}

.top-discussed-articles__article-image-link > img:hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.top-discussed-articles__text-container {
  margin-left: 40px;
  width: 100%;
}

.top-discussed-articles__article-date {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.top-discussed-articles__article-title {
  font-size: 24px;
  letter-spacing: -0.25px;
  line-height: 24px;
  margin-top: 16px;
  text-transform: uppercase;
}

.top-discussed-articles__article-body {
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 16px;
}

.top-discussed-articles__like-replies-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem;
}

.top-discussed-articles__like-replies-wrapper {
  display: flex;
}

.top-discussed-articles__cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.top-discussed-articles__cta-button-red {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  width: 100%;
  height: 4.8rem;
  text-transform: uppercase;
  max-width: 17.4rem;
}

.top-discussed-articles__article-footer--likes,
.top-discussed-articles__article-footer--reply {
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  color: var(--primary-light-grey-text);
}

.top-discussed-articles__article-footer--likes svg,
.top-discussed-articles__article-footer--reply svg,
.top-discussed-articles__article-footer--toggle-replies svg {
  margin-right: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
}

.top-discussed-articles__article-footer--likes svg path,
.top-discussed-articles__article-footer--reply svg path,
.top-discussed-articles__article-footer--toggle-replies svg path {
  fill: var(--primary-light-grey-text);
}

.top-discussed-articles__article-footer--likes,
.top-discussed-articles__article-footer--reply {
  margin: 0 3rem 0 0;
}

.top-discussed-articles__article-title-link,
.top-discussed-articles__article-body-link {
  text-decoration: none;
  color: var(--primary-dark-grey-text);
}

.top-discussed-articles__article-title-link:hover {
  color: var(--primary-global-blue);
}

.top-discussed-articles__article-metadata {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .top-discussed-articles {
    padding-left: 0;
    padding-right: 0;
  }

  .top-discussed-articles__title-container > h2 {
    max-width: 235px;
  }

  .top-discussed-articles__title-container {
    align-items: flex-start;
  }

  .top-discussed-articles__title-container > hr {
    margin-top: 1.5rem;
  }

  .top-discussed-articles__article-container {
    margin-top: 35px;
    flex-direction: column;
  }

  .top-discussed-articles__text-container {
    margin-left: 0;
  }

  .top-discussed-articles__text-container {
    margin-top: 24px;
  }
}
/* Top Discussed Articles Ends */

/* Ask an Industry Expert Starts */
.ask-an-industry-expert {
  display: flex;
  flex-direction: column;
}

.ask-an-industry-expert__header-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.5rem;
}

.ask-an-industry-expert__header-title {
  font-size: 4.8rem;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: -0.5px;
}

.ask-an-industry-expert__header-body {
  font-size: 2.4rem;
  line-height: 32px;
  letter-spacing: 0.25px;
  font-weight: 300;
  margin-top: 32px;
  max-width: 82.6rem;
}

.ask-an-industry-expert__search-container {
  display: flex;
  margin-top: 32px;
}

.ask-an-industry-expert__search-form {
  display: flex;
  align-items: center;
  height: 48px;
  max-width: 718px;
  width: 100%;
  border: 1px solid var(--primary-global-blue);
  border-radius: 2px;
}

.ask-an-industry-expert__search-input {
  font-family: inherit;
  color: inherit;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.29px;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  flex-grow: 2;
  border: none;
  padding: 10px 0 10px 12px;
}

.ask-an-industry-expert__search-input:focus {
  outline: none;
}

.ask-an-industry-expert__search-button,
.ask-an-industry-expert__clear-button {
  border: none;
  background-color: inherit;
  padding-right: 15px;
  padding-left: 15px;
}

.ask-an-industry-expert__search-button svg,
.ask-an-industry-expert__clear-button svg {
  width: 16px;
  height: 16px;
}

.ask-an-industry-expert__search-button svg path,
.ask-an-industry-expert__clear-button svg path {
  fill: var(--primary-light-grey-text);
}

.ask-an-industry-expert__search-button:hover,
.ask-an-industry-expert__clear-button:hover {
  box-shadow: none;
}

.ask-an-industry-expert__ask-a-question-cta {
  display: flex;
  justify-content: center;
  margin-left: 3.9rem;
  width: 28.6rem;
  text-decoration: none;
}

.ask-an-industry-expert__ask-a-question-button {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  width: 100%;
  height: 4.8rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; 
}

.ask-an-industry-expert__ask-a-question-button:hover {
  background-color: #BF1B37;
  border-color: #BF1B37;
}

.ask-an-industry-expert__ask-a-question-button svg {
  margin-top: 2px;
  margin-right: 8px;
}

.ask-an-industry-expert__ask-a-question-button svg path {
  fill: var(--primary-white);
}

.ask-an-industry-expert__hr {
  height: 0.2rem;
  border: none;
  background-color: var(--primary-global-red);
  width: 100%;
}

.ask-an-industry-expert__results-container {
  display: flex;
  margin-top: 4.5rem;
  flex-direction: column;
}

.ask-an-industry-expert__filter-container {
  width: 28.4rem;
  margin-right: 4rem;
}

.ask-an-industry-expert__filter-header {
  border-bottom: 0.1rem solid #d8d9d9;
}

.ask-an-industry-expert__filter-title {
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: .25px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.ask-an-industry-expert__filter-clear-wrapper {
  display: block;
}

.ask-an-industry-expert__filter-clear-btn {
  letter-spacing: .25px;
  height: 3.2rem;
  width: 10rem;
  color: var(--primary-white);
  background-color: var(--primary-overlay-blue);
  border: none;
  border-radius: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-transform: capitalize;
  margin-bottom: 1.6rem;
}

.ask-an-industry-expert__filter-show-btn {
  letter-spacing: .25px;
  height: 3.2rem;
  width: 10rem;
  color: var(--primary-global-blue);
  border: 2px solid var(--primary-global-blue);
  background-color: var(--primary-white);
  border-radius: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-transform: capitalize;
  margin-right: 24px;
}

.ask-an-industry-expert__filter-header-mobile .ask-an-industry-expert__filter-clear-btn {
  margin-bottom: 0;
}

.ask-an-industry-expert__filter-clear-btn-disabled {
  color: var(--primary-medium-grey);
  font-weight: 500;
  background-color: rgba(228,233,231,.5);
}

.ask-an-industry-expert__filter-form-section {
  margin-top: 1.6rem;
  width: 28.4rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem solid #d8d9d9;
}

.ask-an-industry-expert__filter-collapse-btn {
  border: none;
  outline: none;
  background-color: #fff;
  float: right;
  cursor: pointer;
}

.ask-an-industry-expert__filter-collapse-btn:hover {
  box-shadow: none;
}

.ask-an-industry-expert__filter-form-title {
  font-size: 1.6rem;
  line-height: 4rem;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: .25px;
}

.ask-an-industry-expert__filter-form-checkbox {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
  font-weight: 300;
}

.ask-an-industry-expert__filter-form-label {
  font-size: 1.6rem;
  line-height: 4rem;
  text-transform: capitalize;
  vertical-align: middle;
  letter-spacing: 0.25px;
}

.ask-an-industry-expert__results-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ask-an-industry-expert__results-section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.ask-an-industry-expert__results-list {
  display: flex;
  flex-direction: column;
}

.ask-an-industry-expert__results-item {
  display: flex;
  padding-top: 3.2rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #d8d9d9;
  justify-content: space-between;
}

.ask-an-industry-expert__results-item-content-left {
  display: flex;
  flex-direction: column;
}

.ask-an-industry-expert__results-item-header {
  display: flex;
  align-items: center;
}
.ask-an-industry-expert__results-item-content-right {
  display: flex;
}

.ask-an-industry-expert__results-item-profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.ask-an-industry-expert__results-item-header-title {
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
}

.ask-an-industry-expert__results-item-header-title > span {
  color: var(--primary-dark-grey-text);
  font-weight: 700;
  text-transform: capitalize;
}

.ask-an-industry-expert__results-item-header-title a {
  color: var(--primary-global-blue);
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.ask-an-industry-expert__results-item-header-title a:hover {
  color: var(--primary-dark-grey-text);
}

.ask-an-industry-expert__likes-replies-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
}

.ask-an-industry-expert__likes,
.ask-an-industry-expert__replies {
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  color: var(--primary-global-blue);
  white-space: nowrap;
}

.ask-an-industry-expert__likes {
  margin-right: 3rem;
}

.ask-an-industry-expert__replies {
  margin-right: 10rem;
}

.ask-an-industry-expert__likes svg,
.ask-an-industry-expert__replies svg {
  margin-right: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
}

.ask-an-industry-expert__likes svg path,
.ask-an-industry-expert__replies svg path {
  fill: var(--primary-global-blue);
}

.ask-an-industry-expert__results-item-question {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 4px;
  padding-right: 68px;
  padding-left: 42px;
  color: var(--primary-dark-grey-text);
  text-decoration: none;
  cursor: pointer;
}

.ask-an-industry-expert__results-item-question:hover {
  color: var(--primary-global-blue);
}

.ask-an-industry-expert__results-item-answered-wrapper {
  display: flex;
  margin-top: 12px;
  padding-left: 42px;
}

.ask-an-industry-expert__results-item-answered {
  display: flex;
  border-radius: 16px;
  background-color: var(--primary-light-grey);
}

.ask-an-industry-expert__results-item-answered p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding: 0 13px;
  color: #71B946;
}

.ask-an-industry-expert__pagination-wrapper {
  display: block;
  width: 100%;
}

.ask-an-industry-expert__pagination {
  display: flex;
  justify-content: center;
  margin-top: 41px;
}

.ask-an-industry-expert__page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
  width: 3.2rem;
  list-style: none;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #bcbec0;
  border: 1px solid #d8d9d9;
  border-radius: 2px;
  margin-right: 0.8rem;
  cursor: pointer;
}

.ask-an-industry-expert__page-number {
  color: var(--primary-dark-grey-text);
}

.ask-an-industry-expert__page-item-current {
  background-color: #004e7d;
  color: #fff;
}

.ask-an-industry-expert__page-item-disabled {
  cursor: not-allowed;
}

.ask-an-industry-expert__chevron {
  height: 1.2rem;
  width: 1.2rem;
  fill: #212934;
}

.ask-an-industry-expert__page-item-disabled > svg > path {
  fill: var(--primary-medium-grey);
}

.ask-an-industry-expert__results-item-answered-wrapper-mobile {
  display: none;
  padding-left: 40px;
  margin-top: 12px;
}

.ask-an-industry-expert__filter-header-mobile {
  display: none;
  justify-content: center;
}

.ask-an-industry-expert__results-section-title-range {
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: .25px;
  font-weight: 600;
}

.ask-an-industry-expert__results-search-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

.ask-an-industry-expert__filter-results-container {
  display: flex;
}

.ask-an-industry-expert__no-results-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .ask-an-industry-expert__search-container {
    flex-direction: column;
  }

  .ask-an-industry-expert__ask-a-question-cta {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  .ask-an-industry-expert__filter-results-container {
    flex-direction: column;
  }

  .ask-an-industry-expert__results-section-title {
    margin-top: 40px;
  }

  .ask-an-industry-expert__results-item {
    flex-direction: column;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .ask-an-industry-expert__results-item-question {
    padding-right: 0;
  }

  .ask-an-industry-expert__results-item-content-right {
    padding-left: 42px;
    margin-top: 13px;
  }

  .ask-an-industry-expert__results-item-answered-wrapper-mobile {
    display: flex;
  }

  .ask-an-industry-expert__results-item-answered-wrapper {
    display: none;
  }

  .ask-an-industry-expert__filter-header {
    display: none;
  }

  .ask-an-industry-expert__filter-container,
  .ask-an-industry-expert__filter-form-section {
    width: 100%;
  }
  
  .ask-an-industry-expert__filter-header-mobile {
    display: flex;
    margin-bottom: 40px;
  }

  .ask-an-industry-expert__filter-form-section {
    display: none;
  }

  .ask-an-industry-expert__filter-form-section-reveal {
    display: block;
  }
}
/* Ask an Industry Expert Ends */

/* Ask A Question STARTS */
.ask-a-question {
  display: flex;
  flex-direction: column;
}

.ask-a-question__main-title,
.ask-a-question__submitted-title {
  font-size: 4.8rem;
  line-height: 40px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-weight: 700;
}

.ask-a-question__main-description,
.ask-a-question__submitted-description {
  font-size: 2.4rem;
  line-height: 32px;
  letter-spacing: 0.25px;
  font-weight: 300;
  margin-top: 28px;
  max-width: 826px;
}

.ask-a-question__form-section {
  display: flex;
  margin-top: 26px;
}

.ask-a-question__form-profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 11px;
}

.ask-a-question__form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ask-a-question__ask-area {
  height: 45px;
  padding: 6px 14px;
  border: 1px solid var(--primary-medium-grey);
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: var(--primary-dark-grey-text);
  font-family: inherit;
  resize: none;
  outline-color: var(--primary-global-blue);
  font-weight: 300;
  max-width: 782px;
  width: 100%;
}

.ask-a-question__comment-container {
  border: 1px solid var(--primary-medium-grey);
  border-radius: 4px;
  max-width: 782px;
  width: 100%;
  margin-top: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  height: 189px
}

.ask-a-question__comment-area {
  height: 100%;
  padding: 8px 14px;
  border: none;
  resize: none;
  outline-color: var(--primary-global-blue);
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: var(--primary-dark-grey-text);
  font-family: inherit;
  font-weight: 300;
  width: 100%;
}

/* DISABLED */
.ask-a-question__upload-container {
  display: none;
  flex-direction: column;
  background-color: #f4f6f5;
  padding: 6px 10px;
}

.ask-a-question__uploaded-items {
  display: flex;
}

.ask-a-question__video-img-container {
  display: flex;
  align-items: center;
}

.ask-a-question__video-img-description {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: var(--primary-dark-grey-text);
}

.ask-a-question__img-btn,
.ask-a-question__video-btn {
  position: relative;
  border: none;
  outline: none;
  margin-right: 1.5rem;
  background: transparent;
  padding: 0;
  height: 2rem;
  width: 2.5rem;
}

.ask-a-question__img-btn {
  margin-bottom: 1px;
}

.ask-a-question__img-btn > svg {
  width: 3rem;
  height: 2.25rem;
}

.ask-a-question__video-btn > svg {
  width: 2.8rem;
  height: 2.1rem;
}

.ask-a-question__img-btn > svg > path,
.ask-a-question__video-btn > svg > path {
  fill: var(--primary-global-blue);
}

.ask-a-question__topics-dropdown-container {
  border-radius: 4px;
  border: 1px solid var(--primary-medium-grey);
  max-width: 782px;
  width: 100%;
  margin-top: 24px;
  height: 41px;
  position: relative;
}

.ask-a-question__topics-dropdown {
  appearance: none;
  border: none;
  background-color: inherit;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: var(--primary-dark-grey-text);
  font-family: inherit;
  font-weight: 300;
  padding: 6px 14px;
  outline-color: var(--primary-global-blue);
}

.ask-a-question__topics-dropdown-container > svg {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 1.8rem;
  height: 1.8rem;
}

.ask-a-question__topics-dropdown-container > svg > path {
  fill: var(--primary-global-blue);
}

.ask-a-question__post-cta-wrapper {
  max-width: 17.2rem;
  width: 100%;
  margin-top: 32px;
}

.ask-a-question__post-cta {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  width: 100%;
  min-width: 17.2rem;
  height: 4.8rem;
  text-transform: uppercase;
}

.ask-a-question__post-cta:hover {
  background-color: #BF1B37;
  border-color: #BF1B37;
}

.ask-a-question__post-cta-wrapper.disabled {
  opacity: .6;
  pointer-events: none;
}

.ask-a-question__btn-wrapper {
  display: flex;
  margin-top: 44px;
}

.ask-a-question__see-cta-wrapper {
  max-width: 26.4rem;
  width: 100%;
  margin-right: 2.3rem;
}

.ask-a-question__see-cta {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  width: 100%;
  min-width: 26.4rem;
  height: 4.8rem;
  text-transform: uppercase;
}

.ask-a-question__see-cta:hover {
  background-color: #BF1B37;
  border-color: #BF1B37;
}

.ask-a-question__recent-cta-wrapper {
  max-width: 30rem;
  width: 100%;
}

.ask-a-question__recent-cta {
  background-color: transparent;
  color: var(--primary-global-blue);
  border-color: var(--primary-global-blue);
  height: 4.8rem;
  width: 100%;
  min-width: 30rem;
  text-transform: uppercase;
}

.ask-a-question__recent-cta:hover {
  background-color: var(--primary-light-grey);
  border-color: var(--primary-light-grey);
}

.ask-a-question__upload-thumbnail {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: cover;
  margin-right: 1rem;
  margin-bottom: 6px;
}
/* Ask A Question ENDS */

/* See Your Question STARTS */

.see-your-question__question {
  display: flex;
  flex-direction: column;
  padding-right: 4rem;
  position: relative;
}

.see-your-question__question > .see-your-question__content-wrapper {
  padding-bottom: 3.5rem;
}

.see-your-question__question.hasReplies::before,
.see-your-question__nested-reply.hasReplies::before {
  content: '';
  width: 1px;
  height: calc(100% - 3.6rem);
  background-color: var(--primary-light-grey);
  position: absolute;
  top: 3.7rem;
  left: 1.5rem;
  z-index: 9;
}

.see-your-question__nested-reply.hasReplies.hasAnswer::before {
  height: calc(100% - 7rem);
  top: 6.9rem;
}

.see-your-question__nested-reply,
.see-your-question__answer {
  display: flex;
  flex-direction: column;
  position: relative;
}

.see-your-question__nested-reply {
  margin: 3.5rem 4rem 0rem 4.0rem;
}
.see-your-question__answer {
  padding: 3.5rem 4rem 3.5rem 4.0rem;
}

.see-your-question__nested-reply.hasReplies::before {
  content: '';
  width: 1px;
  height: calc(100% - 3.6rem);
  background-color: var(--primary-light-grey);
  position: absolute;
  top: 3.7rem;
  left: 1.5rem;
  z-index: 1;
}

.see-your-question__nested-reply .see-your-question__nested-reply:last-of-type {
  padding-bottom: 0;
}

.see-your-question__answer-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

.see-your-question__content-wrapper {
  display: flex;
  width: 100%;
}

.see-your-question__profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.see-your-question__question-content {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  width: 100%;
}

.see-your-question__question-content p {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 24px;
}

.see-your-question__question-header {
  display: flex;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 300;
  margin-top: 0.9rem;
}

.see-your-question__question-header span {
  color: var(--primary-dark-grey-text);
  font-weight: 700;
  text-transform: capitalize;
}

.see-your-question__question-header a {
  color: var(--primary-global-blue);
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.see-your-question__question-header a:hover {
  color: var(--primary-dark-grey-text);
}

.see-your-question__question-title {
  font-size: 3.2rem;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-top: 16px;
  text-transform: uppercase;
}

.see-your-question__question-details {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-top: 10px;
}

.see-your-question__details-footer {
  display: flex;
  align-items: center;
  padding-top: 2rem;
}

.see-your-question__footer-likes,
.see-your-question__footer-replies,
.see-your-question__footer-toggle-replies {
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  color: var(--primary-global-blue);
}

.see-your-question__footer-likes svg,
.see-your-question__footer-replies svg,
.see-your-question__footer-toggle-replies svg {
  margin-right: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
}

.see-your-question__footer-likes svg path {
  fill: var(--primary-medium-grey);
}

.see-your-question__footer-likes.reacted svg path {
  fill: var(--primary-global-blue);
}

.see-your-question__footer-replies svg path,
.see-your-question__footer-toggle-replies svg path {
  fill: var(--primary-global-blue);
}

.see-your-question__footer-likes {
  margin: 0 3.5rem 0 0;
}

.see-your-question__footer-likes:hover {
  cursor: pointer;
}

/* .see-your-question__footer-likes.liked svg path {
  fill: var(--primary-global-blue);
} */

.see-your-question__footer-replies:hover,
.see-your-question__footer-toggle-replies:hover {
  cursor: pointer;
}

.see-your-question__footer-toggle-replies {
  margin-left: auto;
}

.see-your-question__answer {
  background-color: #D7F1DD;
}

.see-your-question__footer-toggle-replies.replies-hidden {
  display: none;
}

.see-your-question__question-date {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: var(--primary-dark-grey-text);
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  margin-left: 0.8rem;
}

.see-your-question__answer-label-wrapper {
  display: flex;
  margin-bottom: 8px;
}

.see-your-question__answer-label {
  display: flex;
  border-radius: 16px;
  background-color: var(--primary-light-grey);
}

.see-your-question__answer-label p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding: 0 2.2rem;
  color: #71B946;
}
/* See Your Question ENDS */

/* Related Questions STARTS */
.related-questions__container {
  padding: 4rem;
  border: 1px solid #D8D9D9;
  margin-bottom: 4rem;
  width: 39.3rem;
}

.related-questions__title {
  font-size: 3.2rem;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}

.related-questions__list-container {
  display: flex;
  flex-direction: column;
}

.related-questions__no-questions {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  margin-top: 3.1rem;
}


.related-questions__results-item {
  display: flex;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #d8d9d9;
  justify-content: space-between;
  width: 100%;
}

.related-questions__results-item:first-of-type {
  padding-top: 0;
}

.related-questions__results-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.related-questions__results-item-content-left {
  display: flex;
  flex-direction: column;
}

.related-questions__results-item-header {
  display: flex;
  align-items: center;
}
.related-questions__results-item-content-right {
  display: flex;
}

.related-questions__results-item-profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.related-questions__results-item-header-title {
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
}

.related-questions__results-item-header-title span {
  color: var(--primary-dark-grey-text);
  font-weight: 700;
  text-transform: capitalize;
}

.related-questions__results-item-header-title a {
  color: var(--primary-global-blue);
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.related-questions__results-item-header-title a:hover {
  color: var(--primary-dark-grey-text);
}


.related-questions__results-item-question {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding-left: 42px;
  color: var(--primary-dark-grey-text);
  text-decoration: none;
  cursor: pointer;
}

.related-questions__results-item-question:hover {
  color: var(--primary-global-blue);
}

.related-questions__results-item-answered-wrapper {
  display: flex;
  margin-top: 12px;
  padding-left: 42px;
}

.related-questions__results-item-answered {
  display: flex;
  border-radius: 16px;
  background-color: var(--primary-light-grey);
}

.related-questions__results-item-answered p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding: 0 13px;
  color: #71B946;
}

@media (max-width: 1200px) {
  .related-questions__container {
    width: 100%;
  }
}
/* Related Questions ENDS */


/* Recent Questions STARTS */
.recent-questions__container {
  padding: 4rem;
  border: 1px solid #D8D9D9;
  margin-bottom: 4rem;
  width: 39.3rem;
  display: none;
}

.recent-questions__title {
  font-size: 3.2rem;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}

.recent-questions__list-container {
  display: flex;
  flex-direction: column;
}

.recent-questions__no-questions {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  margin-top: 3.1rem;
}


.recent-questions__results-item {
  display: flex;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #d8d9d9;
  justify-content: space-between;
  width: 100%;
}

.recent-questions__results-item:first-of-type {
  padding-top: 0;
}

.recent-questions__results-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.recent-questions__results-item-content-left {
  display: flex;
  flex-direction: column;
}

.recent-questions__results-item-header {
  display: flex;
  align-items: center;
}
.recent-questions__results-item-content-right {
  display: flex;
}

.recent-questions__results-item-profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.recent-questions__results-item-header-title {
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
}

.recent-questions__results-item-header-title span {
  color: var(--primary-dark-grey-text);
  font-weight: 700;
  text-transform: capitalize;
}

.recent-questions__results-item-header-title a {
  color: var(--primary-global-blue);
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.recent-questions__results-item-header-title a:hover {
  color: var(--primary-dark-grey-text);
}


.recent-questions__results-item-question {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 4px;
  padding-left: 42px;
  color: var(--primary-dark-grey-text);
  text-decoration: none;
  cursor: pointer;
}

.recent-questions__results-item-question:hover {
  color: var(--primary-global-blue);
}

.recent-questions__results-item-answered-wrapper {
  display: flex;
  margin-top: 12px;
  padding-left: 42px;
}

.recent-questions__results-item-answered {
  display: flex;
  border-radius: 16px;
  background-color: var(--primary-light-grey);
}

.recent-questions__results-item-answered p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding: 0 13px;
  color: #71B946;
}

@media (max-width: 1200px) {
  .recent-questions__container {
    width: 100%;
  }
}
/* Recent Questions ENDS */


/* Latest Discussion STARTS */
.latest-discussions {
  display: none;
  padding: 43px 108px;
}

.latest-discussions__header-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
}

.latest-discussions__list-container {
  display: flex;
  flex-direction: column;
}

.latest-discussions__results-item {
  display: flex;
  padding-top: 3.2rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #d8d9d9;
  justify-content: space-between;
}

.latest-discussions__results-item-content-left {
  display: flex;
  flex-direction: column;
}

.latest-discussions__results-item-header {
  display: flex;
  align-items: center;
}
.latest-discussions__results-item-content-right {
  display: flex;
  margin-right: 32px;
}

.latest-discussions__results-item-profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.latest-discussions__results-item-header-title {
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
}

.latest-discussions__results-item-header-title a:hover {
  color: var(--primary-dark-grey-text);
}

.latest-discussions__results-item-header-date {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.latest-discussions__results-item-tag {
  display: flex;
  color: var(--primary-global-blue);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  padding-left: 42px;
}

.latest-discussions__results-item-tag:hover {
  color: var(--primary-dark-grey-text);
}

.latest-discussions__likes-replies-wrapper {
  display: flex;
  align-items: flex-start;
}

.latest-discussions__likes,
.latest-discussions__replies {
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  color: var(--primary-global-blue);
  white-space: nowrap;
}

.latest-discussions__likes {
  margin-right: 3rem;
}

.latest-discussions__likes svg,
.latest-discussions__replies svg {
  margin-right: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
}

.latest-discussions__likes svg path,
.latest-discussions__replies svg path {
  fill: var(--primary-global-blue);
}

.latest-discussions__results-item-discussion {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.25px;
  margin-top: 8px;
  padding-right: 68px;
  padding-left: 42px;
  color: var(--primary-dark-grey-text);
  text-decoration: none;
  cursor: pointer;
}

/* .latest-discussions__results-item-question:hover {
  color: var(--primary-global-blue);
} */

.latest-discussions__results-item-answered-wrapper {
  display: flex;
  margin-top: 12px;
  padding-left: 42px;
}

.latest-discussions__results-item-answered {
  display: flex;
  border-radius: 16px;
  background-color: var(--primary-light-grey);
}

.latest-discussions__results-item-answered p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding: 0 13px;
  color: #71B946;
}


.latest-discussions__cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.latest-discussions__cta-button-red {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  width: 100%;
  height: 4.8rem;
  text-transform: uppercase;
  max-width: 17.4rem;
}

@media (max-width: 767px) {
  .latest-discussions {
    padding-left: 0;
    padding-right: 0;
  }

  .latest-discussions__results-item {
    flex-direction: column;
  }

  .latest-discussions__results-item-content-right {
    margin-right: 0;
    padding-left: 42px;
    margin-top: 12px;
  }

}
/* Latest Discussion ENDS */

/* Popular Q&A STARTS */
.popular-q-and-a {
  display: none;
  padding: 43px 108px;
}

.popular-q-and-a__header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popular-q-and-a-header {
  font-family: Kanit;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}


.popular-q-and-a__results-item {
  display: flex;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #d8d9d9;
  justify-content: space-between;
  width: 100%;
}

.popular-q-and-a__results-item-content-left {
  display: flex;
  flex-direction: column;
}

.popular-q-and-a__results-item-header {
  display: flex;
  align-items: center;
}
.popular-q-and-a__results-item-content-right {
  display: flex;
}

.popular-q-and-a__results-item-profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.popular-q-and-a__results-item-header-title {
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
}

.popular-q-and-a__results-item-header-title span {
  color: var(--primary-dark-grey-text);
  font-weight: 700;
  text-transform: capitalize;
}

.popular-q-and-a__results-item-header-title a {
  color: var(--primary-global-blue);
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.popular-q-and-a__results-item-header-title a:hover {
  color: var(--primary-dark-grey-text);
}


.popular-q-and-a__results-item-question {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 4px;
  padding-left: 42px;
  color: var(--primary-dark-grey-text);
  text-decoration: none;
  cursor: pointer;
}

.popular-q-and-a__results-item-question:hover {
  color: var(--primary-global-blue);
}

.popular-q-and-a__results-item-answered-wrapper {
  display: flex;
  margin-top: 12px;
  padding-left: 42px;
}

.popular-q-and-a__results-item-answered {
  display: flex;
  border-radius: 16px;
  background-color: var(--primary-light-grey);
}

.popular-q-and-a__results-item-answered p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding: 0 13px;
  color: #71B946;
}

.popular-q-and-a-all-questions {
  display: flex;
  color: var(--primary-global-blue);
  font-family: Kanit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
}

.popular-q-and-a-all-questions > span {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.popular-q-and-a-all-questions > span > svg {
  width: 10px;
  height: 16px;
}

.popular-q-and-a-all-questions > span > svg > path {
  fill: var(--primary-global-blue);
}

.popular-q-and-a__cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.popular-q-and-a__cta-button-red {
  background-color: var(--primary-global-red);
  border: 0;
  font-size: 18px;
  color: var(--primary-white);
  width: 100%;
  height: 4.8rem;
  text-transform: uppercase;
  max-width: 17.4rem;
}


.popular-q-and-a__likes-replies-wrapper {
  display: flex;
  align-items: flex-start;
}

.popular-q-and-a__likes,
.popular-q-and-a__replies {
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
  align-items: center;
  color: var(--primary-global-blue);
  white-space: nowrap;
}

.popular-q-and-a__likes {
  margin-right: 3rem;
}

.popular-q-and-a__likes svg,
.popular-q-and-a__replies svg {
  margin-right: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
}

.popular-q-and-a__likes svg path,
.popular-q-and-a__replies svg path {
  fill: var(--primary-global-blue);
}

.popular-q-and-a__results-item-content-right {
  display: flex;
  margin-right: 32px;
}

.popular-q-and-a__results-item-answered-wrapper-mobile {
  display: none;
}

@media (max-width: 767px) {
  .popular-q-and-a {
    padding-left: 0;
    padding-right: 0;
  }

  .popular-q-and-a__results-item {
    flex-direction: column;
  }

  .popular-q-and-a__results-item-content-right {
    margin-right: 0;
    padding-left: 42px;
    margin-top: 12px;
  }

  .popular-q-and-a__results-item-answered-wrapper {
    display: none;
  }

  .popular-q-and-a__results-item-answered-wrapper-mobile {
    display: flex;
    margin-top: 12px;
    padding-left: 42px;
  }
}
/* Popular Q&A ENDS */
