@charset "UTF-8";
.card {
  position: relative;
}
.card .img-wrapper {
  aspect-ratio: 1.5;
  background: #D2E2DC;
  overflow: hidden;
}
.card .img-wrapper.is-blue {
  background: #BAC0CF;
}
.card .img-wrapper.is-green {
  background: #BDCFCC;
}
.card .img-wrapper.is-pink {
  background: #E5D0CB;
}
.card .img-wrapper.is-brown {
  background: #CFC099;
}
.card-body {
  padding: 20px;
}
.card__speaker-name {
  position: absolute;
  top: 0;
  bottom: 20%;
  left: 5%;
  max-width: 38%;
  height: min-content;
  margin: auto;
  font-family: "Merriweather Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  color: #4e4e4e;
  mix-blend-mode: luminosity;
}
.card__image {
  position: absolute;
  top: 2.5%;
  right: -5%;
  width: 75%;
}
.card__image-mockup {
  position: relative;
  aspect-ratio: 3/2;
  background: url(/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/img/discover-mockups/desktop-straight.png) no-repeat;
  background-size: 100% 100%;
}
.card__image img {
  position: absolute;
  top: 21.5%;
  left: 23.5%;
  z-index: 1;
  display: block;
  width: 54.3%;
  height: 45.75%;
  object-fit: cover;
}

/* Discover page */
#discoverPage {
  /*  cursor: grab; */
  overflow: auto;
  height: 100vh;
  max-width: 100%;
  padding: 0;
  background-color: #f2f2f2;
  margin-bottom: 0;
  scrollbar-width: none;
  padding-top: 5vw !important;
  position: relative;
}
#discoverPage .arrows-container {
  position: absolute;
  bottom: 4.89vh;
  right: 1.64vw;
  z-index: 1;
  width: 9.427vw;
  height: 9.427vw;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  cursor: initial;
}
#discoverPage .arrows-container > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
#discoverPage #events {
  display: block;
}
#discoverPage .arrows-container .top {
  position: absolute;
  top: 4%;
  right: 32.5%;
}
#discoverPage .arrows-container .right {
  position: absolute;
  top: 32.5%;
  right: 4%;
}
#discoverPage .arrows-container .bottom {
  position: absolute;
  right: 32.5%;
  bottom: 4%;
}
#discoverPage .arrows-container .left {
  position: absolute;
  top: 32.5%;
  left: 4%;
}
#discoverPage .arrows-container > div {
  cursor: pointer;
  width: 3.28vw;
  height: 3.28vw;
}
#discoverPage .arrows-container > div > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#discoverPage::-webkit-scrollbar {
  display: none;
}
#discoverPage .response.response-container {
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}
#discoverPage #load-more, #discoverPage #load-more-filtered, #discoverPage #no-load {
  text-decoration: underline;
  font-weight: 700;
  color: #505759;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  display: none;
  margin-top: 30px;
}
#discoverPage #load-more .arrow, #discoverPage #load-more-filtered .arrow {
  border: solid #505759;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 10px;
  margin-top: 2px;
}
#discoverPage .row,
#discoverPage .response .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
  scrollbar-width: 0;
  flex-wrap: nowrap !important;
  /*min-height: calc(19.53vw + 4rem);*/
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
#discoverPage .loader-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
#discoverPage .loader {
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  opacity: 1;
}
#discoverPage .loader span {
  display: block;
  width: 70px;
  z-index: 9999;
  height: 70px;
  border: 5px solid transparent;
  border-radius: 50%;
  border-right-color: #c8102e;
  animation: spinner-anim 0.8s linear infinite;
}
#discoverPage .response {
  display: flex;
}
#discoverPage .row::-webkit-scrollbar {
  display: none;
}
#discoverPage #clear {
  color: #505759;
  margin: 0;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
  display: none;
  line-height: 2vw;
}
#discoverPage .row .col {
  margin: 0;
  padding: 0;
}
#discoverPage > img.right-gradient {
  position: absolute;
  z-index: 0;
  width: 35.1%;
  height: 100vh;
  top: 0;
  right: 0;
}
#discoverPage > img.bottom-gradient {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 43.5%;
  bottom: 0;
  left: 0;
}
#discoverPage button.dropdown-toggle::after {
  content: none;
}
#discoverPage .row .col .card {
  position: relative;
  margin-bottom: 0 !important;
  transition: all 0.2s ease-in-out;
  width: auto;
  height: auto;
  cursor: pointer;
}
#discoverPage .form-check-input {
  border-radius: 50% !important;
}
#discoverPage .filter-container {
  padding: 8rem 3% 2rem;
  display: flex;
  flex-direction: row;
  position: sticky;
  z-index: 5;
  top: -45px;
  background-color: inherit;
  height: fit-content;
  align-items: center;
  width: 100%;
}
@media (max-width: 1050px) {
  #discoverPage .filter-container {
    padding-top: 10rem;
  }
}
@media (max-width: 500px) {
  #discoverPage .filter-container {
    padding-top: 4.2857142857rem;
  }
}
#discoverPage .filter-container .column {
  min-width: 0;
  max-width: 100%;
}
#discoverPage .filter-container .filter {
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  #discoverPage .filter-container .filter {
    align-items: flex-start;
    flex-direction: column;
  }
}
#discoverPage .filter-container .filter-title {
  color: #000000;
  font-weight: 600;
  margin-right: 1rem;
  margin-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 700px) {
  #discoverPage .filter-container .filter-title {
    margin-top: 0.5rem;
  }
}
@media (max-width: 700px) {
  #discoverPage .filter-container .landscape-container {
    margin-top: 0.5rem;
    max-width: 100%;
    overflow-x: scroll;
  }
}
#discoverPage .button-group {
  position: relative;
}
#discoverPage .btn.select-title {
  background-color: #d0d1d1;
  border-radius: 25px;
  color: #505759;
  /* text-align: center; */
  text-align: left;
  margin-right: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  /* display: flex; */
  display: block;
  align-items: center;
  position: relative;
  min-height: 2vw;
  font-family: MerriweatherSans, sans-serif;
  text-transform: none;
}
#discoverPage .btn.select-title:hover, #discoverPage .btn.select-title:focus, #discoverPage .btn.select-title:active {
  background-color: #c8102e;
  color: #fff;
  outline: none !important;
  box-shadow: none !important;
}
#discoverPage .btn.select-title:hover .individual-filter::before, #discoverPage .btn.select-title:hover .individual-filter::after {
  background-color: #ffffff;
}
#discoverPage .btn.select-title:focus .individual-filter::before, #discoverPage .btn.select-title:focus .individual-filter::after {
  background-color: #ffffff;
}
#discoverPage .btn.select-title:active .individual-filter::before, #discoverPage .btn.select-title:active .individual-filter::after {
  background-color: #ffffff;
}
#discoverPage .checkbox-round {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 0px solid white;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-right: 0.6em;
  margin-left: -30px;
}
#discoverPage .checkbox-round:checked, #discoverPage .checkbox-round.selected {
  background-color: #c8102e;
}
#discoverPage ul.drop {
  background-color: #e0e1e1;
  color: #505759;
  padding: 0.8em;
  border: none;
  outline: none;
  border-radius: 0;
  max-height: 250px;
  overflow-y: scroll;
  max-width: 240px;
  width: 220px;
}
#discoverPage ul.drop::-webkit-scrollbar {
  width: 9px;
}
#discoverPage ul.drop::-webkit-scrollbar-track {
  background: #e0e1e1;
}
#discoverPage ul.drop::-webkit-scrollbar-thumb {
  background: #c52d40;
}
#discoverPage ul.drop::before {
  content: "";
  border-color: transparent #e0e1e1;
  border-style: solid;
  border-width: 0.75em 0 0.75em 0.85em;
  display: block;
  height: 0;
  width: 0;
  left: 6em;
  top: -2em;
  position: absolute;
  transform: rotate(270deg);
  overflow-y: visible;
}
#discoverPage ul.drop li {
  color: #505759;
  margin-right: 1.2em;
  margin-left: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-family: "Merriweather Sans";
  font-weight: 300;
}
#discoverPage ul.drop li label {
  margin: 0;
  display: inline-block;
  margin-left: 24px;
  vertical-align: middle;
  font-family: "Merriweather Sans";
  font-weight: 300;
}
#discoverPage .search-container {
  position: relative;
}
#discoverPage .search-container img {
  position: absolute;
  top: 13%;
  left: 6%;
  filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(288%) hue-rotate(248deg) brightness(93%) contrast(92%);
  cursor: pointer;
}
#discoverPage .individual-filter {
  float: right;
  position: relative;
  height: 1em;
  width: 1em;
  display: flex;
  flex-direction: column;
  /* flex-direction: initial; */
  justify-content: center;
  margin-left: 0.5em;
  margin-right: -0.5em;
  cursor: pointer;
  /* margin-bottom: -2px; */
  margin-top: 0.3em;
}
#discoverPage .select-title .vl {
  margin-bottom: 1px;
  margin-left: 5px;
}
#discoverPage .individual-filter::before, #discoverPage .individual-filter::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #505759;
}
#discoverPage .individual-filter::before {
  transform: rotate(45deg);
}
#discoverPage .individual-filter::after {
  transform: rotate(-45deg);
}
#discoverPage .search-box {
  padding-right: 35px;
  padding-left: 35px;
  background: url("/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/search.svg") no-repeat left;
  background-size: 15px;
  background-color: #ffffff;
  border: 1px solid #aeaeae;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
  color: #9a9a97;
  font-size: 12px;
  align-self: center;
}
#discoverPage .search-box:active, #discoverPage .search-box:focus {
  box-shadow: none;
  outline: none;
}
#discoverPage .little-container {
  padding-top: 8em;
  padding-left: 0px;
}
#discoverPage .little-container.align-items-center {
  align-items: flex-end !important;
}
#discoverPage .box-selection {
  padding: 15px;
}
#discoverPage .box-selection select {
  padding: 5px;
  border-radius: 10%;
  background-color: #d0d1d1;
  color: #505759;
}
#discoverPage:not(.mob_discover) .row .col .card:hover {
  transform: scale(1.03);
}
#discoverPage .row .col .card-body {
  background: transparent linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8549019608) 48%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#discoverPage .row .col .img-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
#discoverPage .row .col .img-wrapper .btn-area {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/discoverIconCircle.png");
  background-repeat: no-repeat;
  width: 12.19%;
  height: 18.37%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  /* box-shadow: 0px 3px 6px #00000029; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#discoverPage .row .col .img-wrapper .btn-area .playbtn {
  width: 43%;
  height: auto;
  object-fit: cover;
}
#discoverPage .row .col .card .card-title {
  color: #505759;
  font-size: 1.21rem;
  line-height: 1.57rem;
  font-family: MerriweatherSans-Bold;
  /* padding: 15.34% 17% 3.15% 3.49%; */
  margin: 15.34% 17% 4.15% 3.49%;
  margin-bottom: 0;
  outline-color: transparent;
  outline-width: 0px;
}
#discoverPage .row .col .card .card-title:focus-visible, #discoverPage .row .col .card .card-title:active {
  outline-color: transparent;
  outline-width: 0px;
}
#discoverPage .row .col .card .card-body a {
  outline-color: transparent;
  outline-width: 0px;
}
#discoverPage .row .col .card .card-body a h4 {
  outline-color: transparent;
  outline-width: 0px;
}
#discoverPage .row .col .card .card-body a h4:focus-visible {
  outline-color: transparent;
  outline-width: 0px;
}
#discoverPage .row .col .card a {
  text-decoration: none !important;
}
#discoverPage:not(.mob_discover) .row .col .card:hover .card-title {
  color: #c8102e;
}
@media (max-width: 1450px) {
  #discoverPage .row,
  #discoverPage .response .row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  #discoverPage .row,
  #discoverPage .response .row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  #discoverPage .row,
  #discoverPage .response .row {
    grid-template-columns: 1fr;
  }
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#load-more-filtered {
  display: none;
}

@keyframes spinner-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
input[type=checkbox]:checked {
  background-color: #c8102e;
}

.page-template-discover #splash {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7490196078);
  width: 100%;
  height: 100vh;
  z-index: 200;
  padding-top: 31.22vh;
  text-align: center;
}
.page-template-discover #splash div {
  color: white;
  text-align: center;
  font-family: MerriweatherSans;
  font-size: 1.78rem;
  line-height: 2.14rem;
}
.page-template-discover #walkthroughSplash .center div {
  color: white;
  text-align: center;
  font-family: MerriweatherSans;
  font-size: 1.78rem;
  line-height: 2.14rem;
}
.page-template-discover #splash img, .page-template-discover #walkthroughSplash .center img {
  object-fit: cover;
  width: 6%;
  height: auto;
  margin-bottom: 2.48rem;
}
.page-template-discover #splash.fade-in {
  opacity: 0;
  animation: splashFadeIn 0.5s ease-in forwards;
}
.page-template-discover #splash.fade-out {
  opacity: 0;
  z-index: -10;
  transition: all 1s linear;
}

@keyframes splashFadeIn {
  to {
    opacity: 1;
  }
}
@media (max-height: 420px) {
  #discoverPage .filter-container {
    padding-top: 3rem;
  }
}
/* Blocker modal */
.blocker {
  z-index: 100001 !important;
}

/* Discover page modal*/
#discoverPage .modal {
  position: fixed;
  z-index: 1050;
}

#discoverPage .modal-content {
  pointer-events: none;
}

#discoverPage #open_video,
#discoverPage .modal-footer {
  pointer-events: auto;
}

#discoverPage .row .modal,
#discoverPage .modal {
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 !important;
  border: none;
  overflow: hidden;
}

#singlePath .modal {
  background: transparent;
  width: 100%;
  max-width: 100%;
  padding: 5.64rem 0 5.64rem !important;
  border: none;
}

#discoverPage .row .modal .modal-dialog,
#discoverPage .modal .modal-dialog,
#singlePath .modal .modal-dialog {
  max-width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 1025px) {
  #discoverPage .row .modal .modal-dialog,
  #discoverPage .modal .modal-dialog,
  #singlePath .modal .modal-dialog {
    overflow: hidden;
  }
}
#discoverPage .row .modal .modal-dialog .modal-content,
#discoverPage .modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
  height: 100vh;
  overflow: hidden;
}

#singlePath .modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
  height: calc(100vh - 11.28rem);
}

#discoverPage .row .modal .modal-dialog .modal-content.post-content,
#discoverPage .modal .modal-dialog .modal-content.post-content,
#singlePath .modal .modal-dialog .modal-content.post-content {
  display: flex;
  justify-content: space-between;
}

#discoverPage .row .modal .modal-dialog .modal-body,
#discoverPage .modal .modal-dialog .modal-body {
  padding: 4.9rem 2.11rem 5.22rem !important;
}

#singlePath .modal .modal-dialog .modal-body {
  padding: 0 15.11rem 0 !important;
  height: 100%;
}

#discoverPage .row .modal .modal-content.post-content .modal-body,
#discoverPage .modal .modal-content.post-content .modal-body,
#sinlgePath .modal .modal-content.post-content .modal-body {
  padding-bottom: 0 !important;
  height: calc(100vh - 11.64rem);
}

#discoverPage .row .modal .modal-dialog .modal-body #open_video,
#discoverPage .modal .modal-dialog .modal-body #open_video {
  height: 100%;
  max-height: 95%;
}

#discoverPage .row .modal #open_video iframe,
#discoverPage .modal #open_video iframe {
  height: 95%;
  width: 100%;
  min-height: calc(100vh - 23.1rem);
}

#discoverPage .row .modal .modal-footer,
#discoverPage .modal .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 !important;
  justify-content: flex-start;
  background-color: rgba(230, 230, 230, 0.5);
  opacity: 1;
}

@media (max-width: 1024px) {
  #discoverPage .row .modal .modal-footer,
  #discoverPage .modal .modal-footer {
    display: flex;
    justify-content: space-between;
    bottom: 7%;
  }
}
#discoverPage .row .modal .modal-footer > .btn,
#discoverPage.mob_discover .row .modal .modal-footer .accordion-body > .btn,
#discoverPage .modal .modal-footer > .btn,
#discoverPage.mob_discover .modal .modal-footer .accordion-body > .btn {
  width: 16.64%;
  background: transparent !important;
  color: #505759 !important;
  font-family: "MerriweatherSans-Bold";
  font-size: 1.21rem;
  line-height: 1.85rem;
  padding: 2.14rem 1rem 1.64rem;
  border: none;
  margin: 0;
  border-right: 1px solid #ffffff;
  outline: none !important;
  white-space: pre-wrap;
}

#discoverPage.mob_discover .row .modal .modal-footer .accordion-body > .btn,
#discoverPage.mob_discover .modal .modal-footer .accordion-body > .btn {
  width: 21%;
  padding: 1.7rem !important;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

#discoverPage.mob_discover.tab_discover .row .modal .modal-footer .accordion-body > .btn,
#discoverPage.mob_discover.tab_discover .modal .modal-footer .accordion-body > .btn {
  padding: 1.65rem !important;
  font-size: 1.8rem;
  line-height: 2rem;
}

#discoverPage .row .modal .modal-footer > .btn span,
#discoverPage.mob_discover .row .modal .modal-footer .accordion-body > .btn span,
#discoverPage .modal .modal-footer > .btn span,
#discoverPage.mob_discover .modal .modal-footer .accordion-body > .btn span {
  text-decoration: underline;
}

#discoverPage .row .modal .modal-footer > .btn:hover,
#discoverPage .modal .modal-footer > .btn:hover {
  color: #505759 !important;
}

#discoverPage .row .modal .modal-footer > *,
#discoverPage.mob_discover .row .modal .modal-footer .accordion-body > *,
#discoverPage .modal .modal-footer > *,
#discoverPage.mob_discover .modal .modal-footer .accordion-body > * {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#discoverPage .row .modal .modal-footer .item-type,
#discoverPage .modal .modal-footer .item-type {
  color: #c8102e;
  width: 13.72%;
  font-family: MerriweatherSans-Bold;
  font-size: 1.21rem;
  line-height: 1.85rem;
  text-decoration: underline;
  padding: 2.14rem 1rem 1.64rem;
  border-right: 1px solid #ffffff;
  margin: 0;
}

@media (max-width: 1024px) {
  #discoverPage .row .modal .modal-footer .item-type,
  #discoverPage .modal .modal-footer .item-type {
    color: #c8102e;
    width: 27.72%;
    padding: 1.14rem 1rem 1.64rem;
  }
}
#discoverPage .row .modal .modal-footer .item-title,
#discoverPage .modal .modal-footer .item-title {
  color: #c8102e;
  width: 30.73%;
  font-family: MerriweatherSans-Bold;
  font-size: 14px;
  line-height: 1.71rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 2rem 0.965rem 0.89rem;
  border-right: 1px solid #ffffff;
  position: relative;
  margin: 0;
}

#discoverPage .modal .modal-footer .item-title {
  width: auto;
  position: relative;
}

#discoverPage .modal .modal-footer .item-title img {
  position: absolute;
  top: 2.6rem;
  right: 7%;
}

@media (max-width: 1024px) {
  #discoverPage .modal .modal-footer .item-title {
    width: 60%;
  }
  #discoverPage .modal .modal-footer .item-title img {
    top: 0.6rem;
    right: 7%;
  }
}
@media (max-width: 1025px) {
  #discoverPage .modal .modal-footer .item-title img {
    top: 1.6rem;
    right: 7%;
  }
  #discoverPage .modal .modal-footer .item-title img.share-btn {
    right: 6%;
  }
}
@media (max-width: 1000px) {
  #discoverPage .modal .modal-footer .item-title img {
    top: 1.6rem;
    right: 7%;
  }
  #discoverPage .modal .modal-footer .item-title img.share-btn {
    right: 13%;
  }
}
@media (max-width: 500px) {
  #discoverPage .modal .modal-footer .item-title img.share-btn {
    right: 13.5%;
    top: 1.9rem;
  }
}
#discoverPage .row .modal .modal-footer .item-subtitle,
#discoverPage .modal .modal-footer .item-subtitle {
  color: #505759;
  width: 42.53%;
  font-family: MerriweatherSans-Book;
  font-size: 1.07rem;
  line-height: 1.71rem;
  padding: 1.1rem 2.78rem 1.15rem;
  border-right: 1px solid #ffffff;
  margin: 0;
}

@media (max-width: 1024px) {
  #discoverPage .row .modal .modal-footer .item-subtitle,
  #discoverPage .modal .modal-footer .item-subtitle {
    display: none;
  }
}
#discoverPage .row .modal .modal-footer .pagination,
#discoverPage .modal .modal-footer .pagination {
  color: #c8102e;
  width: 12.38%;
  font-family: MerriweatherSans;
  font-size: 1.07rem;
  line-height: 1.57rem;
  padding: 1.77rem 1rem 2.01rem !important;
  margin: 0;
  justify-content: center;
}

@media (max-width: 1024px) {
  #discoverPage .row .modal .modal-footer .pagination,
  #discoverPage .modal .modal-footer .pagination {
    display: none;
  }
}
#discoverPage .row .modal .modal-footer .pagination .btn,
#discoverPage .modal .modal-footer .pagination .btn {
  padding: 2px 0 0 !important;
  width: fit-content;
  height: fit-content;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  outline: none !important;
  background: transparent !important;
}

/* mada */
#discoverPage .modal .modal-footer .pagination .btn.next.inactive,
#discoverPage .modal .modal-footer .pagination .btn.prev.inactive {
  pointer-events: none;
  opacity: 0.3;
  cursor: initial;
}

#discoverPage .row .modal .modal-footer .pagination .btn.prev,
#discoverPage .modal .modal-footer .pagination .btn.prev {
  margin-right: 2.14rem !important;
}

#discoverPage .row .modal .modal-footer .pagination .btn.next,
#discoverPage .modal .modal-footer .pagination .btn.next {
  margin-left: 2.14rem !important;
}

#discoverPage .row .modal .modal-footer .pagination .btn img,
#discoverPage .modal .modal-footer .pagination .btn img {
  width: 0.642rem;
  aspect-ratio: 0.5;
  object-fit: contain;
}

#discoverPage .row .modal .useful-sidebar,
#discoverPage .modal .useful-sidebar {
  position: absolute;
  top: 50%;
  right: 0;
  background: #f2f2f2;
  padding: 2.21rem 2.28rem 1.64rem 1.78rem;
  transform: translate(0, -50%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

#discoverPage.mob_discover .row .modal .modal-content > .accordion.width .accordion-body .useful-sidebar,
#discoverPage.mob_discover .modal .modal-content > .accordion.width .accordion-body .useful-sidebar {
  position: relative;
  top: 0;
  transform: none;
  box-shadow: none;
  right: 0;
  background: transparent;
  display: flex;
  padding: 0.86rem 1.56rem 0.86rem 1rem;
  align-items: center;
}

#discoverPage.mob_discover.tab_discover .row .modal .modal-content > .accordion.width .accordion-body .useful-sidebar,
#discoverPage.mob_discover.tab_discover .modal .modal-content > .accordion.width .accordion-body .useful-sidebar {
  padding: 0.66rem 2.5rem;
}

#discoverPage .row .modal .useful-sidebar > div,
#discoverPage .modal .useful-sidebar > div {
  color: #505759;
  font-family: MerriweatherSans;
  font-size: 1.14rem;
  line-height: 1.85rem;
  margin-bottom: 1.92rem;
}

#discoverPage.mob_discover .row .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > div,
#discoverPage.mob_discover .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > div {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 0;
  margin-right: 9.45%;
}

#discoverPage.mob_discover.tab_discover .row .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > div,
#discoverPage.mob_discover.tab_discover .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > div {
  font-size: 1.6rem;
  line-height: 2rem;
}

#discoverPage .row .modal .useful-sidebar > a,
#discoverPage.mob_discover .row .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > a,
#discoverPage .modal .useful-sidebar > a,
#discoverPage.mob_discover .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > a {
  color: #505759;
  font-family: MerriweatherSans-Bold;
  text-decoration: underline;
  font-size: 1.14rem;
  line-height: 1.42rem;
}

#discoverPage.mob_discover .row .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > a,
#discoverPage.mob_discover .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > a {
  line-height: 1.8rem;
  font-size: 1.4rem;
  color: #c8102e;
}

#discoverPage.mob_discover.tab_discover .row .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > a,
#discoverPage.mob_discover.tab_discover .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > a {
  line-height: 2rem;
  font-size: 1.6rem;
}

#discoverPage .row .modal .useful-sidebar > a:first-of-type,
#discoverPage .modal .useful-sidebar > a:first-of-type {
  margin-right: 3.21rem;
}

#discoverPage.mob_discover .row .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > a:first-of-type,
#discoverPage.mob_discover .modal .modal-content > .accordion.width .accordion-body .useful-sidebar > a:first-of-type {
  margin-right: 13.55%;
}

#discoverPage .accordion-body {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  #discoverPage .accordion-body {
    width: 550px;
  }
}
@media (max-width: 550px) {
  #discoverPage .accordion-body {
    width: 414px;
  }
}
@media (max-width: 414px) {
  #discoverPage .accordion-body {
    width: 368px;
  }
}
#discoverPage .row .modal .useful-sidebar > a:hover,
#discoverPage .modal .useful-sidebar > a:hover {
  color: #505759 !important;
}

.page-template-discover .modal-backdrop {
  margin-top: 0 !important;
  height: 100vh;
  opacity: 0.8 !important;
  background-color: #d0d1d1 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#discoverPage .row .modal .publication-wrapper,
#discoverPage .modal .publication-wrapper,
#singlePath .tab-pane {
  padding: 0;
  background-color: white;
  overflow: auto;
  height: 100%;
  pointer-events: auto;
}

#discoverPage .row .modal .publication-wrapper::-webkit-scrollbar-track,
#discoverPage .modal .publication-wrapper::-webkit-scrollbar-track,
#singlePath .modal .publication-wrapper::-webkit-scrollbar-track,
#singlePath .main-post .row .col.right::-webkit-scrollbar-track,
#singlePath .main-post .row .col:not(.right) .tab-pane > div:not(.about)::-webkit-scrollbar-track {
  border: none;
  padding: 0;
  background-color: #d0d1d1;
}

#discoverPage .row .modal .publication-wrapper::-webkit-scrollbar,
#discoverPage .modal .publication-wrapper::-webkit-scrollbar,
#singlePath .modal .publication-wrapper::-webkit-scrollbar,
#singlePath .main-post .row .col.right::-webkit-scrollbar,
#singlePath .main-post .row .col:not(.right) .tab-pane > div:not(.about)::-webkit-scrollbar {
  width: 5px;
}

#discoverPage .row .modal .publication-wrapper::-webkit-scrollbar-thumb,
#discoverPage .modal .publication-wrapper::-webkit-scrollbar-thumb,
#singlePath .modal .publication-wrapper::-webkit-scrollbar-thumb,
#singlePath .main-post .row .col.right::-webkit-scrollbar-thumb,
#singlePath .main-post .row .col:not(.right) .tab-pane > div:not(.about)::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  background-color: #898d8d;
  border: none;
}

#discoverPage .row .modal .publication-wrapper > *:not(.title-section),
#discoverPage .modal .publication-wrapper > *:not(.title-section),
#singlePath .modal .publication-wrapper > *:not(.title-section),
#singlePath .tab-pane > div:not(.about) > *:not(.title-section):not(#open_video):not(.overlay) {
  padding-left: 6.5rem !important;
}

#discoverPage .row .modal .publication-wrapper > .title-section,
#discoverPage .modal .publication-wrapper > .title-section,
#singlePath .modal .publication-wrapper > .title-section,
#singlePath .tab-pane > .title-section {
  margin-left: 6.5rem !important;
}

@media (max-width: 1023px) {
  #discoverPage .row .modal .useful-sidebar,
  #discoverPage .modal .useful-sidebar {
    top: 15%;
  }
}
@media (max-width: 500px) {
  #discoverPage .row .modal .modal-footer > .btn,
  #discoverPage .row .modal .modal-footer .pagination,
  #discoverPage .modal .modal-footer > .btn,
  #discoverPage .modal .modal-footer .pagination {
    width: 25%;
  }
  #discoverPage .row .modal .modal-footer .item-title,
  #discoverPage .modal .modal-footer .item-title {
    width: 60%;
    border-right: none;
  }
  #discoverPage .row .modal .modal-footer .item-type,
  #discoverPage .row .modal .modal-footer .item-subtitle,
  #discoverPage .modal .modal-footer .item-type,
  #discoverPage .modal .modal-footer .item-subtitle {
    display: none;
  }
  #discoverPage .row .modal .modal-dialog .modal-body,
  #discoverPage .modal .modal-dialog .modal-body,
  #singlePath .modal .modal-dialog .modal-body {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  #discoverPage .row .modal .modal-content.post-content .modal-body,
  #discoverPage .modal .modal-content.post-content .modal-body {
    max-height: 85%;
  }
  #discoverPage .row .modal .publication-wrapper > *:not(.title-section),
  #discoverPage .modal .publication-wrapper > *:not(.title-section),
  #singlePath .modal .publication-wrapper > *:not(.title-section),
  #singlePath .tab-pane > div:not(.about) > *:not(.title-section):not(#open_video):not(.overlay) {
    padding-left: 5rem !important;
  }
  #discoverPage .row .modal .publication-wrapper > .title-section,
  #discoverPage .modal .publication-wrapper > .title-section,
  #singlePath .modal .publication-wrapper > .title-section,
  #singlePath .tab-pane > .title-section {
    margin-left: 5rem !important;
  }
}
@media (max-width: 425px) {
  #discoverPage .row .modal .modal-dialog .modal-body,
  #discoverPage .modal .modal-dialog .modal-body,
  #singlePath .modal .modal-dialog .modal-body {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  #discoverPage .row .modal .modal-content.post-content .modal-body,
  #discoverPage .modal .modal-content.post-content .modal-body {
    max-height: 90%;
  }
  #discoverPage .row .modal .publication-wrapper > *:not(.title-section),
  #discoverPage .modal .publication-wrapper > *:not(.title-section),
  #singlePath .modal .publication-wrapper > *:not(.title-section),
  #singlePath .tab-pane > div:not(.about) > *:not(.title-section):not(#open_video):not(.overlay) {
    padding-left: 3rem !important;
  }
  #discoverPage .row .modal .publication-wrapper > .title-section,
  #discoverPage .modal .publication-wrapper > .title-section,
  #singlePath .modal .publication-wrapper > .title-section,
  #singlePath .tab-pane > .title-section {
    margin-left: 3rem !important;
  }
}
.accordion-item {
  display: flex;
  align-items: center;
}

.item-type--accordion {
  padding: 1.5rem 1rem 1.64rem !important;
}

.item-title--accordion {
  font-size: 10px !important;
  padding: 1rem 2rem 0.5rem 0.89rem !important;
}

.item-subtitle--accordion {
  padding: 0.1rem 1.78rem 1.15rem !important;
}

.accordion-button--info {
  border: none;
}

.accordion-button--info:focus {
  box-shadow: none;
  outline: none;
}

.modal-video-actions {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1268px) {
  #discoverPage .row .modal .modal-dialog .modal-body #open_video, #discoverPage .modal .modal-dialog .modal-body #open_video {
    height: auto;
    max-height: none;
    position: relative;
    margin-top: 16%;
    width: 100%;
  }
  #discoverPage .row .modal #open_video iframe, #discoverPage .modal #open_video iframe {
    height: auto;
    width: 100%;
    min-height: auto;
    position: absolute;
    aspect-ratio: 16/9;
    top: 15%;
  }
}
@media (max-width: 1024px) {
  #discoverPage .row .modal .modal-dialog .modal-body #open_video, #discoverPage .modal .modal-dialog .modal-body #open_video {
    margin-top: 28%;
  }
}
@media (max-width: 500px) {
  #discoverPage .row .modal .modal-dialog .modal-body #open_video, #discoverPage .modal .modal-dialog .modal-body #open_video {
    margin-top: 53%;
  }
}
.modal-close-btn {
  position: absolute;
  top: 0;
  right: 14%;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.modal-close-btn > img {
  cursor: pointer;
  max-width: none;
}

@media (max-width: 1268px) {
  .modal-close-btn {
    top: 13%;
    right: 2%;
  }
}
@media (max-width: 1024px) {
  .modal-close-btn {
    top: 19%;
    right: 3%;
  }
}
@media (max-width: 500px) {
  .modal-close-btn {
    top: 28%;
  }
  .modal-close-btn > img {
    max-width: 25px;
    max-height: 25px;
  }
  .modal-content:has(.publication-wrapper .elementor) .modal-close-btn {
    top: 4%;
  }
}
@media (max-width: 550px) {
  .accordion-button--info {
    padding: 0;
  }
}
@media (max-height: 420px) {
  #discoverPage .modal .modal-dialog .modal-body #open_video {
    margin-top: 0;
  }
  #discoverPage .row .modal #open_video iframe, #discoverPage .modal #open_video iframe {
    width: 80%;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
  #discoverPage .modal .modal-footer {
    display: none;
  }
}
body {
  overflow: unset !important;
}

.events__header-cta {
  background-image: url(/edwardsmasters/wp-content/themes/theme-edwardsmasters-drupal2wp/img/register_circle.png);
  background-position: 50% 50% !important;
  background-repeat: no-repeat;
  width: 11.56%;
  height: auto;
  position: absolute;
  top: 20%;
  left: 44.08%;
  aspect-ratio: 1.51;
  background-size: contain;
}
.events__header-cta.play-icon {
  background-image: url(/edwardsmasters/wp-content/themes/theme-edwardsmasters-drupal2wp/img/play_circle.png);
}
.events__header-cta-text {
  color: #505759;
  font-family: "MerriweatherSans-Book";
  font-size: 0.6vw;
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(50%, 50%) !important;
}

/* Events new */
.d-btn {
  display: inline-block;
  line-height: 1.1;
  font-size: 1.1428571429rem;
  text-transform: none;
  transition: 0.2s all;
  border-radius: 0.2857142857rem;
  padding: 0.7142857143rem 1.7142857143rem;
  border: 1px solid #c8102e;
  color: #ffffff !important;
  background-color: #c8102e;
  font-weight: 400;
}
.d-btn .btn-arrow-left {
  margin-right: 1.0714285714rem;
  margin-left: -0.7142857143rem;
}
.d-btn:hover, .d-btn:focus {
  text-decoration: none;
  border-color: #990c23;
  background-color: #990c23;
}
.d-btn--tertiary {
  background-color: #ffffff !important;
  color: #c8102e !important;
  border-color: #c8102e !important;
}
.d-btn--tertiary:hover, .d-btn--tertiary:focus {
  background-color: #ffffff !important;
  border-color: #990c23 !important;
  color: #990c23 !important;
}
@media (min-width: 70em) {
  .d-btn--icon-tooltip {
    padding: 0.4285714286rem 1.1428571429rem;
  }
}
.d-btn--icon-tooltip .d-btn__icon {
  display: none;
  line-height: 1;
}
@media (min-width: 70em) {
  .d-btn--icon-tooltip .d-btn__icon {
    display: inline;
  }
}
@media (min-width: 70em) {
  .d-btn--icon-tooltip .d-btn__label {
    display: none;
  }
}
.d-btn.disabled {
  background-color: #CCC !important;
  border-color: #CCC;
  color: #898D8D !important;
  cursor: not-allowed;
  border: 0;
}
.d-btn.disabled:hover {
  color: #898D8D !important;
}

.path-new-buttons .btn.continue.d-btn--tertiary:hover, .path-new-buttons .btn.continue.d-btn--tertiary:focus {
  background-color: #ffffff !important;
  border-color: #990c23 !important;
}

.d-tooltip {
  position: relative;
}
.d-tooltip .d-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  max-width: 200px;
  border-radius: 4px;
  background: rgba(80, 87, 89, 0.9);
  color: #fff;
  text-align: center;
  padding: 0.3571428571rem 1.1428571429rem;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* place above */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s;
  font-size: 1rem;
  line-height: 1.6;
}
.d-tooltip:hover .d-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.events-new {
  color: #505759;
}
.events-new__intro {
  padding: 6.8571428571rem 0;
}
.events-new__title {
  font-size: 2.5714285714rem;
  line-height: 1.5;
  font-weight: normal;
  color: #c8102e;
  margin-bottom: 1.7142857143rem;
}
.events-new__title--grey {
  color: #333;
}
@media (min-width: 70em) {
  .events-new__title {
    font-size: 2.5714285714rem;
  }
}
.events-new__main-title {
  color: #505759;
  margin-bottom: 1.7142857143rem;
}
.events-new__description {
  color: #333;
  font-size: 1.4285714286rem;
  font-style: normal;
  line-height: 1.818181;
  font-weight: 400;
}
@media (min-width: 70em) {
  .events-new__description {
    font-size: 1.5714285714rem;
  }
}
.events-new__educational, .events-new__congresses, .events-new__replay, .events-new__excellences {
  padding: 3.4285714286rem 0;
}
@media (min-width: 70em) {
  .events-new__educational, .events-new__congresses, .events-new__replay, .events-new__excellences {
    padding: 6.8571428571rem 0;
  }
}
.events-new__educational, .events-new__replay {
  background-color: #f2f2f2;
}
.events-new__replay .card-title {
  font-size: 1.4285714286rem !important;
}
.events-new__excellences .d-tabs__menu {
  width: 100%;
}
.events-new__excellences .d-tabs__menu-item {
  width: 33.33%;
  min-width: unset;
}
.events-new__tabs {
  margin-top: 1.4285714286rem;
}
@media (min-width: 70em) {
  .events-new__tabs {
    margin-top: 4.5714285714rem;
  }
}
.events-new .events-list {
  margin-top: 2.2857142857rem;
  padding: 1.1428571429rem;
  background-color: #ffffff;
  border-radius: 0.5714285714rem;
  font-size: 1.1428571429rem;
}
@media (min-width: 70em) {
  .events-new .events-list {
    margin-top: 4.5714285714rem;
    padding: 3.4285714286rem 4.5714285714rem;
  }
  .events-new .events-list__place {
    width: 16%;
  }
  .events-new .events-list__date {
    width: 12%;
  }
}
.events-new .events-list__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1.7142857143rem 0;
  border-bottom: 1px solid #C5C5C5;
}
@media (min-width: 70em) {
  .events-new .events-list__item {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.events-new .events-list__item:last-child {
  border-bottom: none;
}
.events-new .events-list__place, .events-new .events-list__date {
  line-height: 1.75;
}
.events-new .events-list__date {
  white-space: nowrap;
}
.events-new .events-list__title {
  font-size: 1.4285714286rem;
  font-weight: 700;
}
@media (min-width: 70em) {
  .events-new .events-list__title {
    width: 58%;
  }
}
.events-new .events-list__title a {
  color: #333;
}
.events-new .events-list__buttons {
  display: flex;
  flex-direction: column;
  margin-top: 2.2857142857rem;
  gap: 1.1428571429rem;
}
@media (min-width: 70em) {
  .events-new .events-list__buttons {
    justify-content: end;
    flex-direction: row;
    margin-top: 0;
    width: 25%;
  }
}
.events-new .events-list__button {
  width: 100%;
  text-align: center;
}
@media (min-width: 45.7142857143em) {
  .events-new .events-list__button {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 70em) {
  .events-new .events-list__button {
    width: auto;
    margin: unset;
    text-align: left;
  }
}
.events-new .events-list--excellence {
  margin-top: 0;
}
@media (min-width: 70em) {
  .events-new .events-list--excellence {
    margin-bottom: 2.2857142857rem;
  }
}
.events-new .events-list__excellence-title {
  font-size: 1.4285714286rem;
  color: #c8102e;
  font-weight: 700;
  line-height: 1.5;
}
.events-new .events-list__excellence-item {
  justify-content: space-between;
  gap: 2.2857142857rem;
}
@media (min-width: 70em) {
  .events-new .events-list__excellence-item {
    gap: 3.4285714286rem;
  }
}
.events-new .events-list__excellence-dates, .events-new .events-list__excellence-place, .events-new .events-list__excellence-people {
  margin-top: 0.2857142857rem;
  font-size: 1.1428571429rem;
  line-height: 1.75;
  color: #333;
}
.events-new .events-list__excellence-button {
  text-align: center;
}
.events-new .events-list__noposts-title {
  font-size: 1.4285714286rem;
  color: #c8102e;
  font-weight: 700;
  line-height: 1.5;
}
.events-new .events-list__noposts-text {
  margin-top: 0.2857142857rem;
  font-size: 1.1428571429rem;
  line-height: 1.75;
  color: #333;
}
.events-new .events-new__congresses .events-list {
  padding: 0;
}

.events-new-single {
  color: #333;
}
.events-new-single p:has(+ ul) {
  margin-bottom: 0;
}
.events-new-single ul {
  margin-top: 0.5714285714rem;
  margin-bottom: 1.7142857143rem;
  list-style: none;
  padding-left: 1.4285714286rem;
}
.events-new-single li {
  position: relative;
  margin-top: 0.5714285714rem;
}
.events-new-single li:first-child {
  margin-top: 0;
}
.events-new-single li:before {
  position: absolute;
  content: "•";
  font-size: 1.7142857143rem;
  color: #c8102e;
  left: -1.4285714286rem;
  top: 50%;
  transform: translateY(-50%);
}
.events-new-single__back {
  position: relative;
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  color: #c8102e;
  align-items: center;
  padding-left: 2.1428571429rem;
  margin: 1.7142857143rem 0 3.4285714286rem 0;
}
@media (min-width: 70em) {
  .events-new-single__back {
    padding-left: 2.8571428571rem;
  }
}
.events-new-single__back span {
  font-weight: 100;
  margin: 0 0.7142857143rem;
  color: #505759;
}
.events-new-single__back a {
  font-weight: 100;
  color: #505759 !important;
}
.events-new-single__back a:hover span {
  text-decoration: none;
}
.events-new-single__back a img {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.events-new-single__meta {
  color: #333;
  font-size: 1.1428571429rem;
  line-height: 1.75;
  margin-bottom: 0.5714285714rem;
}
.events-new-single__meta.has-mb {
  margin-bottom: 5.5714285714rem;
}
.events-new-single__intro {
  margin-bottom: 4.5714285714rem !important;
}
.events-new-single__description {
  color: #333;
  font-size: 1.4285714286rem;
  font-style: normal;
  line-height: 1.8;
}
.events-new-single__description:has(+ *) {
  margin-bottom: 2.2857142857rem;
}
@media (min-width: 70em) {
  .events-new-single__description {
    font-size: 1.5714285714rem;
  }
}
.events-new-single__available-soon {
  display: block;
  margin-top: 0.7142857143rem;
  font-style: italic;
}
.events-new-single .agenda {
  background-color: #ffffff;
  padding: 2.2857142857rem 1rem;
  border-radius: 0.5714285714rem;
}
@media (min-width: 70em) {
  .events-new-single .agenda {
    padding: 4.5714285714rem;
  }
}
.events-new-single .agenda--symposium {
  margin-top: 4rem;
}
.events-new-single .agenda--symposium .agenda-block {
  padding: 1.7142857143rem 0;
}
@media (min-width: 70em) {
  .events-new-single .agenda--symposium .agenda-block {
    display: flex;
    margin-top: 0.2857142857rem;
    justify-content: space-between;
  }
}
@media (min-width: 70em) {
  .events-new-single .agenda--symposium .agenda-block__title {
    width: 67%;
  }
}
@media (min-width: 70em) {
  .events-new-single .agenda--symposium .agenda-block__speaker {
    width: 28%;
  }
}
.events-new-single .agenda-block {
  padding: 1.1428571429rem 0;
  border-bottom: 1px solid #C5C5C5;
}
.events-new-single .agenda-block:first-child {
  padding-top: 0;
}
.events-new-single .agenda-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.events-new-single .agenda-block__info {
  color: #505759;
  font-size: 1.1428571429rem;
  font-style: normal;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (min-width: 70em) {
  .events-new-single .agenda-block__info {
    margin-bottom: 0.5714285714rem;
  }
}
.events-new-single .agenda-block__title {
  color: #c8102e;
  font-size: 1.4285714286rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 70em) {
  .events-new-single .agenda-block__title {
    margin-bottom: 0.5714285714rem;
  }
}
.events-new-single .agenda-block__info-under-title {
  font-size: 1.1428571429rem;
  font-style: normal;
  line-height: 1.75;
}
.events-new-single .agenda-block__info-under-title ul {
  margin-bottom: 0;
}
.events-new-single .agenda-block__presentations {
  margin-top: 1.7142857143rem;
}
.events-new-single .agenda-block__presentation {
  margin-top: 0.5714285714rem;
}
@media (min-width: 70em) {
  .events-new-single .agenda-block__presentation {
    display: flex;
    margin-top: 0.2857142857rem;
    justify-content: space-between;
  }
}
.events-new-single .agenda-block__topic {
  color: #333;
  font-size: 1.1428571429rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
}
@media (min-width: 70em) {
  .events-new-single .agenda-block__topic {
    width: 60%;
  }
}
@media (min-width: 70em) {
  .events-new-single .agenda-block__speakers {
    width: 27%;
  }
}
.events-new-single .speaker {
  display: flex;
}
.events-new-single .speaker__image {
  margin: 1.1428571429rem 1.1428571429rem 0 0;
}
.events-new-single .speaker__image img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 6.2857142857rem;
  height: auto;
}
@media (min-width: 70em) {
  .events-new-single .speaker__image {
    margin: 0 1.7142857143rem 0 0;
  }
}
.events-new-single .speaker__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.events-new-single .speaker__name {
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.75;
}
.events-new-single .speaker__details {
  line-height: 1.75;
}
.events-new-single .people-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1.1428571429rem;
  margin-top: 3.4285714286rem;
  margin-bottom: 3.4285714286rem;
  align-items: end;
  padding: 0 1rem;
}
@media (min-width: 70em) {
  .events-new-single .people-blocks {
    margin: 4.5714285714rem 0;
    grid-gap: 1.4285714286rem;
    padding: 0;
  }
}
.events-new-single .people-blocks__title {
  font-size: 1.1428571429rem;
  margin-bottom: 1.1428571429rem;
  line-height: 1.75;
  font-weight: 400;
}
@media (min-width: 70em) {
  .events-new-single .people-blocks__title {
    margin-bottom: 1.7142857143rem;
  }
}
.events-new-single .people-blocks__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.5714285714rem;
  padding: 1.7142857143rem;
  min-height: 15rem;
}
@media (min-width: 70em) {
  .events-new-single .people-blocks__card {
    flex-direction: row;
    min-height: 10.2857142857rem;
  }
}
.events-new-single .people-blocks__image img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 6.8571428571rem;
  height: auto;
}
.events-new-single .people-blocks__image {
  margin-bottom: 1.1428571429rem;
}
@media (min-width: 70em) {
  .events-new-single .people-blocks__image {
    margin-right: 1.7142857143rem;
    margin-bottom: 0;
  }
}
.events-new-single .people-blocks__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 70em) {
  .events-new-single .people-blocks__info {
    justify-content: start;
    text-align: left;
  }
}
.events-new-single .people-blocks__name {
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.75;
}
.events-new-single .people-blocks__details {
  margin-top: 0.5714285714rem;
  line-height: 1.75;
}
.events-new-single__content {
  background-color: #f2f2f2;
  padding: 1.4285714286rem 0;
  margin-top: 3.4285714286rem;
}
@media (min-width: 70em) {
  .events-new-single__content {
    padding: 4.5714285714rem 0;
    margin-top: 6.8571428571rem;
  }
}
.events-new-single__title {
  font-size: 2.2857142857rem;
  color: #333;
  margin-bottom: 1.7142857143rem;
}
@media (min-width: 70em) {
  .events-new-single__title {
    font-size: 2.5714285714rem;
  }
}
.events-new-single__symposium-title {
  color: #c8102e;
  font-weight: normal;
  margin-bottom: 2.2857142857rem;
}
.events-new-single__symposium-btn {
  color: #c8102e;
  font-weight: normal;
}
.events-new-single__more-info {
  font-size: 1.1428571429rem;
  margin-bottom: 0.7142857143rem;
  line-height: 1.75;
}
@media (min-width: 70em) {
  .events-new-single__dates-list ul {
    width: 50%;
  }
  .events-new-single__dates-list-inner {
    display: flex;
  }
}

@media (min-width: 45.7142857143em) {
  .events-prefooter {
    margin: 1.7142857143rem 0;
  }
}
@media (min-width: 70em) {
  .events-prefooter {
    margin: 4.5714285714rem 0;
  }
}
.events-prefooter__btn-back {
  width: 100%;
  text-align: center;
  margin-bottom: 3.4285714286rem;
  min-width: 9.2857142857rem;
}
@media (min-width: 70em) {
  .events-prefooter__btn-back {
    width: unset;
  }
}
.events-prefooter__footnotes {
  margin-bottom: 4.5714285714rem;
}

.app-banner.app-banner--events {
  background-color: #ffffff;
  margin: 0 0 3.4285714286rem 0;
}
@media (min-width: 70em) {
  .app-banner.app-banner--events {
    margin: 0 0 4.5714285714rem 0;
  }
}
@media (min-width: 70em) {
  .app-banner.app-banner--events .row {
    margin: 0;
    background-color: #f2f2f2;
  }
}
@media (min-width: 45.7142857143em) {
  .app-banner.app-banner--events .app-banner-text {
    padding: 1.7142857143rem;
  }
}
@media (min-width: 70em) {
  .app-banner.app-banner--events .app-banner-text {
    padding: 4.5714285714rem;
  }
}

.events-recordings, .events-recordings#singlePath.new-single-path {
  padding-bottom: 0 !important;
}
.events-recordings .events-recordings-card .card-title {
  font-size: 1.4285714286rem !important;
  min-height: 4rem;
}
.events-recordings-card__image {
  position: relative;
  background-color: #CCC;
  width: 100%;
  max-width: calc(100vw - 48px);
  min-height: 160px;
  object-fit: cover;
}
.events-recordings-card__image img {
  width: 100%;
}
.events-recordings-card__chip,
.events-recordings .chip {
  position: absolute;
  top: 1.0714285714rem;
  left: 1.0714285714rem;
  background: #f2f2f2;
  font-size: 0.7857142857rem;
  color: #505759 !important;
  padding: 2px 0.8571428571rem;
  border-radius: 0.2857142857rem;
}
.events-recordings__title {
  font-size: 2.2857142857rem;
  line-height: 1.4;
  font-weight: normal;
  color: #333;
}
@media (min-width: 70em) {
  .events-recordings__title {
    font-size: 2.5714285714rem;
  }
}
.events-recordings__description {
  color: #333;
  font-size: 1.4285714286rem;
  font-style: normal;
  line-height: 1.8;
  margin-top: 1.7142857143rem;
  margin-bottom: 3.4285714286rem;
}
@media (min-width: 70em) {
  .events-recordings__description {
    font-size: 1.5714285714rem;
    margin-bottom: 4.5714285714rem;
  }
}
.events-recordings__archive {
  background-color: #f2f2f2;
  padding: 3.4285714286rem 0;
}
@media (min-width: 70em) {
  .events-recordings__archive {
    padding: 6.8571428571rem 0;
  }
}
.events-recordings__archive-title {
  font-size: 2rem;
  line-height: 1.42;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 2.2857142857rem;
}
@media (min-width: 70em) {
  .events-recordings__archive-title {
    margin-bottom: 4.5714285714rem;
  }
}
.events-recordings__archive-wrapper {
  margin-bottom: 3.4285714286rem;
}
@media (min-width: 70em) {
  .events-recordings__archive-wrapper {
    margin-bottom: 4.5714285714rem;
  }
}
.events-recordings__archive-list .slick {
  margin-top: -20px;
}
.events-recordings__archive-list .slick-list {
  padding: 10px 0;
  margin: 0 -14px;
}
.events-recordings__archive-list .slick-slide {
  padding: 0 14px;
}
@media (max-width: 1400px) {
  .events-recordings__archive-list .slick-slide {
    width: 362px;
  }
}
.events-recordings__archive-list .slick-track {
  margin: unset;
}
.events-recordings__archive-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent !important;
  height: 48px;
  width: 48px;
  margin: 0 !important;
}
.events-recordings__archive-list .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
.events-recordings__archive-list .slick-arrow.slick-prev {
  left: -63px;
}
.events-recordings__archive-list .slick-arrow.slick-next {
  right: -63px;
}
.events-recordings__archive-list .slick-arrow:before {
  content: url(/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-next.svg);
  height: 48px;
  width: 48px;
  display: block;
  margin: 0 !important;
}
.events-recordings__archive-list .slick-dots li {
  width: 12px;
  height: 12px;
}
.events-recordings__archive-list .slick-dots li button {
  border: none;
  background: rgb(217, 217, 217);
  width: 12px;
  height: 12px;
}
.events-recordings__archive-list .slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background: #C8102E;
}
.events-recordings__archive-list a {
  color: #333;
}
.events-recordings__archive-list a:hover {
  color: #c8102e;
  text-decoration: none;
}

html:has(body.page-template-tpl-registration) {
  height: 100%;
}
html:has(body.page-template-tpl-registration):has(.registration__head[data-step="0"]) {
  background: linear-gradient(180deg, #EFF3F4 0%, #E2E8EA 100%) fixed;
}
html:has(body.page-template-tpl-registration):has(.registration__head[data-step="1"]) {
  background: linear-gradient(180deg, #F2F0ED 0%, #E5E3DD 100%) fixed;
}
html:has(body.page-template-tpl-registration):has(.registration__head[data-step="2"]) {
  background: linear-gradient(180deg, #EAECE9 0%, #D3D9D3 100%) fixed;
}
html:has(body.page-template-tpl-registration):has(.registration__head[data-step="3"]) {
  background: linear-gradient(180deg, #F9F9F9 0%, #F5F5F5 100%) fixed;
}

.page-template-tpl-registration {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: none;
}
.page-template-tpl-registration header,
.page-template-tpl-registration .header-main {
  display: none;
}

.registration {
  flex: 1;
}
.registration label {
  margin-bottom: 0;
}
.registration__head {
  display: flex;
  padding: 2rem;
  justify-content: space-between;
  width: 100%;
}
.registration__content {
  max-width: 51.4285714286rem;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}
.registration__title {
  color: black;
  font-family: MerriweatherSans-Book, sans-serif;
  font-size: 1.5714285714rem;
  text-align: left;
  line-height: 1.2;
}
.registration__title b {
  font-size: 2.5714285714rem;
  font-family: MerriweatherSans-Bold, sans-serif;
}
.registration__inputs {
  margin-top: 2rem;
}
.registration__progress {
  text-align: center;
  margin-top: 2rem;
}
.registration__progress-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11.7857142857rem;
  height: 3.5714285714rem;
  margin-top: 1.5rem;
  color: #c8102e;
  cursor: pointer;
  background: transparent;
  font-size: 1.5714285714rem;
  border: 1px solid #c8102e;
  border-radius: 0.3571428571rem;
  text-transform: none;
}
.registration__progress-button:hover {
  color: white;
  background: #c8102e;
}
.registration__state {
  margin-top: 1.5rem;
}
.registration__state.is-error {
  color: #C74A4A;
}

.input {
  position: relative;
  width: 100%;
}
.input + .input {
  margin-top: 1.5rem;
}
@media (min-width: 91.4285714286em) {
  .input + .input {
    margin-top: 2rem;
  }
}
.input a {
  color: #c8102e;
}
.input select,
.input input:not([type=checkbox]):not([type=radio]) {
  border: 0;
  border-bottom: 1px solid #c8c8c8;
  box-sizing: border-box;
  padding: 0.7142857143rem 1rem;
  font-size: 1rem;
  font-family: MerriweatherSans, sans-serif;
  font-weight: 300;
  display: block;
  width: 100%;
  background: none;
  appearance: none;
}
.input select::placeholder,
.input input:not([type=checkbox]):not([type=radio])::placeholder {
  color: #757575;
  opacity: 1;
}
.input select:focus,
.input input:not([type=checkbox]):not([type=radio]):focus {
  outline-color: #c8102e;
}
.input select.is-default {
  color: #757575;
}
.input__inner {
  position: relative;
}
.input:has(select) {
  position: relative;
}
.input:has(select) .input__inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  border-color: #c8102e;
  border-style: solid;
  border-width: 0 0 2px 2px;
  height: 6px;
  margin-top: -3px;
  width: 6px;
  transform: rotate(-45deg) translateY(-50%);
}
.input:has(select:hover:focus) .input__inner::before {
  border-color: #757575;
}
.input__checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.input__checkbox input {
  display: none;
}
.input__checkbox-label {
  font-size: 1rem;
}
@media (min-width: 45.7142857143em) {
  .input__checkbox-label {
    font-size: 1.1428571429rem;
  }
}
.input__checkbox-mark {
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 0.1428571429rem solid #757575;
  border-radius: 0.3571428571rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 45.7142857143em) {
  .input__checkbox-mark {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
  }
}
.input__checkbox-mark::after {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  margin: auto;
  transform: rotate(45deg);
  height: 0.5714285714rem;
  width: 0.2857142857rem;
  border-bottom: 0.2142857143rem solid #c8102e;
  border-right: 0.2142857143rem solid #c8102e;
  opacity: 0;
}
@media (min-width: 45.7142857143em) {
  .input__checkbox-mark::after {
    height: 0.8571428571rem;
    width: 0.4285714286rem;
  }
}
input:checked + .input__checkbox-mark {
  border-color: #c8102e;
}
input:checked + .input__checkbox-mark::after {
  opacity: 1;
}
.input__profile-photo {
  display: flex;
  flex-direction: column;
  max-width: 10.7142857143rem;
}
.input__profile-photo input {
  display: none !important;
}
.input__profile-photo-image {
  overflow: hidden;
  border-radius: 50%;
  width: 7.1428571429rem;
  height: 7.1428571429rem;
  border: 1px solid #c8102e;
  cursor: pointer;
}
.input__profile-photo:hover .input__profile-photo-image {
  opacity: 0.8;
}
.input__profile-photo-image img {
  width: 100%;
  height: 100%;
}
.input__profile-photo-label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.input__profile-photo-change {
  cursor: pointer;
  color: #c8102e;
  text-decoration: underline;
}
.input__profile-photo:hover .input__profile-photo-change {
  text-decoration: none;
}
.input__topics {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.4285714286rem;
  max-width: 45.7142857143rem;
  margin: 2rem auto 0;
}
@media (min-width: 45.7142857143em) {
  .input__topics {
    gap: 2.1428571429rem;
    margin: 4rem auto 0;
  }
}
.input__topic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  padding: 1rem;
  cursor: pointer;
  color: #c8102e;
  font-size: 0.7142857143rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  border: solid 2px #c8102e;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  user-select: none;
}
@media (min-width: 70em) {
  .input__topic {
    width: 9.2857142857rem;
    height: 9.2857142857rem;
  }
}
.input__topic.is-active {
  background-color: #c8102e;
  color: #ffffff;
}
.input__topic.has-priority-1 {
  transform: scale(1.05);
}
.input__topic.has-priority-2 {
  transform: scale(1.1);
}
.input__topic.has-priority-3 {
  transform: scale(1.15);
}
.input__topic:nth-child(2n) {
  margin-top: -1.4285714286rem;
}
.input__topic:nth-child(3n) {
  margin-top: -0.7142857143rem;
}
.input__tooltip {
  position: absolute;
  z-index: 1;
  bottom: 0.5rem;
  right: 1rem;
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  cursor: default;
}
.input__tooltip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 1px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #364546;
  border: 2px solid #364546;
  border-radius: 50%;
}
.input__tooltip-icon::before {
  content: "i";
  font-family: MerriweatherSans-Bold, sans-serif;
}
.input__tooltip-text {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: -1.4285714286rem;
  margin: auto;
  width: 18.5714285714rem;
  padding: 1rem;
  background-color: #364546;
  color: #ffffff;
  font-size: 0.8571428571rem;
  line-height: 1.4;
  text-align: left;
  opacity: 0;
  pointer-events: none;
}
.input__tooltip:hover {
  z-index: 2;
}
.input__tooltip:hover .input__tooltip-text {
  opacity: 1;
}
.input__error {
  position: relative;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-size: 0.8571428571rem;
  background: #C74A4A;
}
.input__error::before {
  position: absolute;
  top: -0.5714285714rem;
  left: 1rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5714285714rem 0.5714285714rem 0.5714285714rem;
  border-color: transparent transparent #C74A4A transparent;
}
.input__info {
  font-size: 0.7142857143rem;
}
@media (min-width: 45.7142857143em) {
  .input__info {
    font-size: 1rem;
  }
}

body {
  margin: 0;
}

.user-profile.container {
  max-width: 100% !important;
  background-color: #f2f2f2 !important;
  font-family: MerriweatherSans, sans-serif;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem;
  padding-top: 10rem;
  min-height: 80vh;
}
@media (min-width: 45.7142857143em) {
  .user-profile.container {
    padding-left: 3.5%;
    padding-right: 3.5%;
    padding-bottom: 4rem;
  }
}
@media (min-width: 70em) {
  .user-profile.container {
    display: flex;
    gap: 2rem;
    padding-left: 5.5%;
    padding-right: 5.5%;
    margin-top: 5.5em !important;
    padding-top: 2.6rem !important;
    padding-bottom: 6rem;
  }
}
.user-profile__menu {
  display: flex;
  justify-content: center;
  gap: 0.8571428571rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 1.4285714286rem auto 0;
  list-style: none;
}
@media (min-width: 45.7142857143em) {
  .user-profile__menu {
    margin-top: 3.5714285714rem;
  }
}
@media (min-width: 70em) {
  .user-profile__menu {
    flex-direction: column;
    justify-content: flex-start;
    width: 14.2857142857rem;
    gap: 0;
  }
}
@media (min-width: 91.4285714286em) {
  .user-profile__menu {
    margin-top: 3%;
  }
}
.user-profile__menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MerriweatherSans, sans-serif;
  text-align: center;
  font-size: 0.7857142857rem;
  width: 20%;
}
@media (min-width: 70em) {
  .user-profile__menu-item {
    width: 100%;
    text-align: left;
    font-size: 1.1428571429rem;
    border-bottom: 1px solid rgba(242, 242, 242, 0.9098039216);
  }
}
.user-profile__menu-item a {
  color: #364546 !important;
  text-decoration: none !important;
}
@media (min-width: 70em) {
  .user-profile__menu-item a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding: 1.0714285714rem 0;
  }
}
.user-profile__menu-item a:hover {
  color: #c8102e !important;
}
.user-profile__menu-item.is-active a {
  color: #c8102e !important;
}
.user-profile__menu-img {
  display: block;
  margin: 0 auto 0.2857142857rem;
  width: 1.0714285714rem;
  height: 1.0714285714rem;
  background-size: contain;
}
.user-profile__menu-img.img_notification {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/user_notification.png");
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
.user-profile__menu-item:hover .user-profile__menu-img.img_notification, .user-profile__menu-item.is-active .user-profile__menu-img.img_notification {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/user_notification_active.png");
}
.user-profile__menu-img.img_notification_bullet {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/user_notification_old.png");
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
.user-profile__menu-item:hover .user-profile__menu-img.img_notification_bullet, .user-profile__menu-item.is-active .user-profile__menu-img.img_notification_bullet {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/user_notification_active_old.png");
}
.user-profile__menu-img.img_saved_items {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/user_saved_items.png");
}
.user-profile__menu-item:hover .user-profile__menu-img.img_saved_items, .user-profile__menu-item.is-active .user-profile__menu-img.img_saved_items {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/user_saved_notification_active.png");
}
.user-profile__menu-img.img_edit_profile {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/user_edit_profile.png");
}
.user-profile__menu-item:hover .user-profile__menu-img.img_edit_profile, .user-profile__menu-item.is-active .user-profile__menu-img.img_edit_profile {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/user_edit_profile_active.png");
}
.user-profile__menu-img.img_user_logout {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/user_logout.png");
}
.user-profile__menu-item:hover .user-profile__menu-img.img_user_logout, .user-profile__menu-item.is-active .user-profile__menu-img.img_user_logout {
  background-image: url("/edwardsmasters/wp-content/uploads/sites/2/2022/02/logout_active.png");
}
@media (min-width: 70em) {
  .user-profile__menu-img {
    margin: 0 1rem 0 0;
    width: 1.4285714286rem;
    height: 1.4285714286rem;
  }
  .user-profile__menu-img.img_notification {
    width: 2.0714285714rem;
    height: 2.0714285714rem;
    margin-right: 0.7142857143rem;
  }
  .user-profile__menu-img.img_notification_bullet {
    width: 1.7142857143rem;
    height: 1.7142857143rem;
  }
}
.user-profile__content {
  background-color: #ffffff;
  margin-top: 3%;
  padding: 1.4285714286rem;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 45.7142857143em) {
  .user-profile__content {
    margin: 3% 0.7142857143rem 0;
  }
}

.profile-edit__tabs {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 0;
  list-style: none;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 70em) {
  .profile-edit__tabs {
    margin-bottom: 2rem;
  }
}
.profile-edit__tabs-item {
  cursor: pointer;
  font-family: MerriweatherSans, sans-serif;
  text-align: center;
  width: 33%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(242, 242, 242, 0.9098039216);
}
.profile-edit__tabs-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #364546 !important;
  border-bottom: 1px solid transparent;
  font-size: 0.7857142857rem;
  padding: 0.5714285714rem;
}
@media (min-width: 70em) {
  .profile-edit__tabs-item a {
    font-size: 1.1428571429rem;
    padding: 0 0.8571428571rem 0.8571428571rem 0.8571428571rem;
  }
}
.profile-edit__tabs-item:hover, .profile-edit__tabs-item.is-active {
  border-bottom: 2px solid #c8102e;
}
.profile-edit__tabs-item:hover a, .profile-edit__tabs-item.is-active a {
  color: #c8102e !important;
  border-bottom: none;
}
.profile-edit__tab-content {
  display: none;
}
.profile-edit__tab-content.is-shown {
  display: block;
}
@media (min-width: 70em) {
  .profile-edit__tab-content {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 91.4285714286em) {
  .profile-edit__tab-content .input:not(.input--topic_of_interest) {
    width: 80%;
  }
}
@media (min-width: 70em) {
  .profile-edit__personal-tab .profile-edit__inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .profile-edit__personal-tab .profile-edit__inputs .input--title,
  .profile-edit__personal-tab .profile-edit__inputs .input--first_name,
  .profile-edit__personal-tab .profile-edit__inputs .input--last_name {
    max-width: 32%;
    margin-top: 0 !important;
  }
}
@media (min-width: 91.4285714286em) {
  .profile-edit__topic-tab .input__topics {
    max-width: 60%;
  }
}
.profile-edit__topic-title {
  text-align: center;
  font-size: 1.2857142857rem;
}
@media (min-width: 91.4285714286em) {
  .profile-edit__topic-title {
    font-size: 1.7142857143rem;
  }
}
.profile-edit__topic-notice {
  background-color: #acdbf8;
  padding: 1.5rem;
  border-radius: 0.5714285714rem;
  text-align: center;
  max-width: 69.2857142857rem;
  margin: 0 auto 4rem;
}
.profile-edit__buttons {
  text-align: center;
}
.profile-edit__state {
  padding: 1rem;
  margin-top: 1.5rem;
  color: #ffffff;
  background: #006400;
  border-radius: 0.5714285714rem;
}
.profile-edit__state--error {
  background: #C74A4A;
}

.dentsu-button {
  background-color: transparent;
  color: #c8102e;
  border: 0;
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
  border-radius: 0.5714285714rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid #c8102e;
}
.dentsu-button + .dentsu-button {
  margin-left: 1.5rem;
}
.dentsu-button:hover {
  background-color: #757575;
  border-color: #ffffff;
  color: #ffffff;
}
.dentsu-button:focus {
  outline-color: #c8102e;
}
@media (min-width: 70em) {
  .dentsu-button {
    min-width: 10.7142857143rem;
    margin-top: 2rem;
    padding: 1rem 2rem;
  }
}
@media (min-width: 91.4285714286em) {
  .dentsu-button {
    margin-top: 4rem;
  }
}
.dentsu-button--primary {
  background-color: #c8102e;
  color: #ffffff;
}
.dentsu-button--primary:focus {
  outline-color: #757575;
}

.login__sign-up {
  margin-top: 1.5em;
}
.login .um-login.um {
  max-width: unset;
}
.blocker:has(.login) {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 500px) {
  #user-login-dialog .login .um.um-login {
    width: 100%;
  }
}

@media (min-width: 501px) {
  .um-col-alt-b {
    display: none;
  }
}

.d-tabs {
  margin-top: 1.7142857143rem;
}
.d-tabs__menu-wrapper:has(.is-scrollable) {
  position: relative;
}
.d-tabs__menu-wrapper:has(.is-scrollable):after, .d-tabs__menu-wrapper:has(.is-scrollable):before {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 3.5714285714rem;
  height: 100%;
  z-index: 3;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 5%, #fff);
  pointer-events: none;
}
.d-tabs__menu-wrapper:has(.is-scrollable):before {
  right: unset;
  left: 0;
  transform: rotate(180deg);
}
.d-tabs__menu-wrapper:has(.is-scrollable) .is-scrollable {
  overflow-x: scroll;
}
.d-tabs__menu-wrapper:has(.is-scrollable):has(.scrolled-start):before {
  opacity: 0;
}
.d-tabs__menu-wrapper:has(.is-scrollable):has(.scrolled-end):after {
  opacity: 0;
}
.d-tabs__menu-container {
  padding: 0 !important;
}
@media (min-width: 70em) {
  .d-tabs__menu-container {
    padding: 0 1.0714285714rem !important;
  }
}
.d-tabs__menu {
  display: inline-flex;
}
.d-tabs__menu-item {
  display: inline-block;
  padding: 0.8571428571rem;
  min-width: 14.2857142857rem;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.33;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  text-align: center;
  color: #505759 !important;
}
@media (min-width: 70em) {
  .d-tabs__menu-item {
    padding: 1.5714285714rem 3.2142857143rem;
    min-width: 21.4285714286rem;
    font-size: 1.2857142857rem;
  }
}
@media (min-width: 70em) {
  .d-tabs__menu-item .label-mobile {
    display: none;
  }
}
.d-tabs__menu-item .label-desktop {
  display: none;
}
@media (min-width: 70em) {
  .d-tabs__menu-item .label-desktop {
    display: inline;
  }
}
.d-tabs__menu-item:hover, .d-tabs__menu-item.is-active {
  background-color: #f2f2f2;
  border-bottom: 3px solid #c8102e;
  text-decoration: none;
}
.d-tabs__content {
  display: none;
  background-color: #f2f2f2;
  padding: 1.4285714286rem 0;
}
@media (min-width: 70em) {
  .d-tabs__content {
    padding: 4.5714285714rem 0;
  }
}
.d-tabs__content .container {
  padding: 4px !important;
}
@media (min-width: 70em) {
  .d-tabs__content .container {
    padding: 0 1.0714285714rem !important;
  }
}
.d-tabs__content.is-active {
  display: block;
}
.d-tabs__title-mobile {
  font-size: 1.4285714286rem;
  line-height: 1.8;
  padding: 0 1rem 1.7142857143rem;
}
@media (min-width: 70em) {
  .d-tabs__title-mobile {
    display: none;
  }
}

header.header-new {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 85px !important;
  background: rgb(80, 87, 89) !important;
}
@media (max-width: 999px) {
  header.header-new {
    height: 60px !important;
  }
}

.header-new__menu-icon {
  position: relative;
}
@media (min-width: 1000px) {
  .header-new__menu-icon {
    display: none;
  }
}

.header-new-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .header-new-inner {
    align-items: center;
  }
}

.header-new__logo {
  margin-top: 20px;
  width: 80px;
}
@media (max-width: 999px) {
  .header-new__logo {
    display: none;
  }
}

@media (min-width: 1000px) {
  .header-new__logo-mobile {
    display: none;
  }
}

.header-new__nav {
  height: 85px;
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1100px) {
  .header-new__nav {
    gap: 20px;
  }
}
@media (max-width: 999px) {
  .header-new__nav {
    height: 60px;
  }
}

@media (max-width: 999px) {
  .header-new__menu {
    display: none;
  }
}

.header-new__menu ul li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  padding: 26px 12px;
  z-index: 1001;
}
.header-new__menu ul li:hover .menu-chevron svg {
  transform: rotate(180deg);
}
@media (max-width: 999px) {
  .header-new__menu ul li {
    margin: 0 6px;
    padding: 0;
  }
}

.header-new__menu ul li.current-menu-item a {
  border-bottom: 2px solid white;
}

.header-new__menu ul li:hover:has(.sub-menu) {
  background-color: white;
}
.header-new__menu ul li:hover:has(.sub-menu) a, .header-new__menu ul li:hover:has(.sub-menu) a:hover {
  color: #333 !important;
}

.header-new__menu ul li a {
  color: white;
  font-family: Merriweather Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.header-new__menu ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.header-new-wrap .header__search form.header-search input[type=search] {
  font-family: Merriweather Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.25px;
  background: transparent;
  border: none;
  color: white;
  border-radius: 0;
  padding: 0;
  overflow: hidden;
}

.header-new-wrap .header__search form.header-search input[type=search]::placeholder {
  color: white;
}

.header-new-wrap .header__search form.header-search:not(.modal-search) {
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  width: 250px;
  border: 1px solid white;
}
@media (max-width: 999px) {
  .header-new-wrap .header__search form.header-search:not(.modal-search) {
    border: none;
    width: 36px !important;
    display: none;
  }
}

.header-new-wrap .header__search form.header-search .search-submit-div, #searchModal form.header-search .search-submit-div {
  background: transparent;
  padding: 0;
}
@media (max-width: 999px) {
  .header-new-wrap .header__search form.header-search .search-submit-div, #searchModal form.header-search .search-submit-div {
    height: 46px;
    position: absolute;
    right: 10px;
  }
}

@media (max-width: 999px) {
  .header-new-wrap .header__search form.header-search .search-submit-div.hide-in-app {
    display: none;
  }
}

.header-new__nav .header__search form.header-search .search-submit-div {
  aspect-ratio: auto;
  width: 10px;
}

.header-new__nav .icon {
  width: 13px;
  height: 13px;
}
@media (min-width: 1000px) {
  .header-new__nav .icon {
    position: absolute;
    right: 10px;
  }
}
@media (max-width: 999px) {
  .header-new__nav .icon {
    width: 18px;
    height: 18px;
  }
}

.header-new__nav .header__search {
  margin-top: 0 !important;
}

.header-new__nav .header-new-user {
  display: inline-flex;
  padding-top: 0 !important;
  align-items: center;
  align-self: center;
  gap: 16px;
  position: relative;
}
@media (max-width: 999px) {
  .header-new__nav .header-new-user {
    display: none;
  }
}

.header-new-user-avatar {
  background-color: #C8102E;
  width: 41px;
  height: 41px;
  line-height: 41px;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.notif_no_badge {
  background-color: white;
  width: 21px;
  height: 21px;
  line-height: 19px;
  color: #C8102E;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: -4px;
  top: -4px;
  border: 1px solid #C8102E;
  display: none;
}
@media (min-width: 1000px) {
  .notif_no_badge {
    right: -10px;
    top: -10px;
  }
}

.header-new-user-menu {
  position: absolute;
  display: none;
  background-color: white;
  box-shadow: 0 4px 24px 0 rgba(5, 5, 30, 0.24);
  border-radius: 0 0 8px 8px;
  text-align: left;
  top: 63px;
  right: 0;
}

.header-new-user-menu-info {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 16px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgb(238, 238, 238);
  white-space: nowrap;
}
@media (max-width: 999px) {
  .header-new-user-menu-info {
    color: white;
    margin-top: 32px;
    margin-bottom: 32px;
    background-color: rgb(137, 141, 141);
    border-bottom: 0;
  }
}

.header-new-user-menu .notif_no_current {
  margin-left: 4px;
}

@media (max-width: 999px) {
  .header-new-user-menu-info::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    width: 8px;
    height: 14px;
    background-image: url("/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/ico_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.header-new-user-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.25px;
  flex: 1;
}

.header-new-user-menu ul {
  padding: 14px 0;
  display: block;
}

.header-new-user-menu ul li {
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  white-space: nowrap;
  display: block;
}

.header-new-user-menu ul li a {
  color: rgb(200, 16, 46);
  display: flex;
  align-items: center;
}

.header-new-user-menu ul li a img {
  margin-right: 10px;
}

.header-new-user-name span {
  font-weight: 400;
  display: block;
}

.header-new .header-new-btn {
  height: 32px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid white;
  color: white;
  display: inline-block;
  font-family: Merriweather Sans;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 999px) {
  .header-new .header-new-btn {
    width: 100%;
    font-size: 16px;
    height: 40px;
    padding: 12px 16px;
  }
}

.header-new .header-new-btn:hover {
  text-decoration: none;
}

.header-new .header-new-btn.view-register {
  background: #C8102E;
  border-color: #C8102E;
}
@media (max-width: 999px) {
  .header-new .header-new-btn.view-register {
    width: 100%;
    margin-top: 16px;
  }
}

.header-new-mobilenav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 60px);
  background: rgb(80, 87, 89);
  overflow: auto;
  z-index: 100;
}
@media (min-width: 1000px) {
  .header-new-mobilenav {
    display: none !important;
  }
}

.header-new__menu-mobile {
  padding: 32px 21px;
}

.header-new__menu-mobile li {
  font-family: Merriweather Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: white;
  padding: 16px 0;
  border-bottom: 1px solid rgb(137, 149, 152);
}

.header-new__menu-mobile li a {
  color: white;
}

.header-new-mobilenav-buttons {
  padding: 16px 21px !important;
  width: 100%;
  text-align: center !important;
  max-width: 100% !important;
}

.header-new-mobilenav-second {
  display: none;
}

.header-new__menu-mobile li.header-new__menu-mobile-back {
  padding-left: 60px;
  position: relative;
}

.header-new__menu-mobile li.header-new__menu-mobile-back img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

#menu-main-menu > li {
  position: relative;
}

#menu-main-menu a {
  text-decoration: none;
  display: block;
}

.header-new__menu-mobile .sub-menu {
  padding-left: 15px;
}
.header-new__menu-mobile .sub-menu li:last-child {
  border: 0 !important;
}

.header-new__menu-mobile .menu-chevron {
  display: none;
}

.header-new__menu .menu-chevron {
  display: inline-block;
  padding-left: 6px;
  margin-top: -2px;
}

@media (min-width: 1000px) {
  /* Submenu base style (hidden by default) */
  .header-new__menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 24px;
    margin: 0 0 0;
    min-width: 250px;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none; /* prevent hover when hidden */
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 1000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: -5px 26px 41px -12px rgba(5, 5, 30, 0.15);
  }
  /* Submenu links */
  .header-new__menu ul li:has(.sub-menu) .sub-menu li a {
    margin-bottom: 20px;
    color: #c8102e !important;
    white-space: nowrap;
  }
  .header-new__menu ul li:has(.sub-menu) .sub-menu li a:hover {
    color: #c8102e !important;
    text-decoration: underline !important;
  }
  .header-new__menu ul li:has(.sub-menu) .sub-menu li a:last-child {
    margin-bottom: 0;
  }
  .header-new__menu .sub-menu li {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  /* Show submenu on hover with animation */
  .header-new__menu li:hover > .sub-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
body {
  font-family: "Merriweather Sans", sans-serif;
}

/*# sourceMappingURL=dentsu-styles.css.map */
