#menu-top-menu a:hover {
  text-decoration: underline;
}
a {
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover {
  text-decoration: underline;
}

.has-sidebar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text-center{
  text-align:center!important;
}


.embed-container { 
  position: relative; 
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}


.has-sidebar .richtext {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}

@media only screen and (max-width: 900px) {
  .has-sidebar .richtext {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.event_sidebar, .sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}

@media only screen and (max-width: 900px) {
  .event_sidebar, .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.button--primary {
  font-size: 1.4rem;
}

.breadcrumbs {
  margin-bottom: 0.4rem;
}

.richtext p {
  line-height: 2.8rem;
}

@media only screen and (max-width: 600px) {
  .richtext p {
    line-height: 1.7;
  }
}

.button--link {
  font-size: 1.2rem;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.button--link:after {
  right: 0;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.button--link:hover {
  text-decoration: underline;
}

.button--link:hover:after {
  right: -5px;
}

.header__search-icon {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header__search-icon:hover {
  opacity: .4;
}

.mb_show {
  display: none;
}

.button--upcoming {
  background-color: #3483E0 !important;
  color: #fff !important;
}

.k-button--upcoming::before {
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  display: inline-block;
  margin-right: .5rem;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  background-image: url(../images/upcoming.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.k-button--upcoming {
  padding: 1rem;
  padding-top: 1rem;
  padding-top: .8rem;
  background-color: #3483E0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}

.k-button--upcoming--white, .k-button--attendance--white, .k-button--event_type--white {
  background: #FFFFFF !important;
  color: #838079 !important;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 2px;
  opacity: 1;
  text-transform: uppercase;
  padding: 2px 10px;
}

.private::before {
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  display: inline-block;
  margin-right: .5rem;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  background-image: url(../images/invitation.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.public::before {
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  display: inline-block;
  margin-right: .5rem;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  background-image: url(../images/icon_material-public.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.k-button--attendance {
  padding: 1rem !important;
  padding-top: 1.3rem;
  padding-top: 1rem;
  padding-top: 0.8rem;
  background-color: #3483E0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5rem !important;
  font-weight: 700;
}

.k-button--event_type {
  padding: 1rem;
  padding-top: 1rem;
  padding-top: .8rem;
  background-color: #3483E0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}

.left__border {
  border-left: #00AFE9 solid 6px;
  padding: .8rem 4rem;
}

.event_details {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0;
}

.event_details div:not(:last-child) {
  margin-right: 10%;
}

@media only screen and (max-width: 480px) {
  .event_details div:not(:last-child) {
    margin-bottom: 2.7rem;
  }
}

.event_details h4 {
  text-transform: none;
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .richtext__single-event-location {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .left__border {
    padding: 0 30px;
  }
  .event_details {
    gap: 3rem;
  }
  .mb_show {
    display: block;
  }
  .mb_hide {
    display: none;
  }
  .calendarlink, .zoomlink {
    display: inline-block;
    max-width: 175px;
    margin-bottom: 20px;
  }
  .single-event-sidebar__add_to_calendar {
    margin-top: 35px;
  }
  .excerpt_sec h4 {
    margin-top: 3rem;
  }
  .event_sidebar {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 0rem !important;
            flex: 0 0 0rem !important;
    margin-left: 0rem !important;
  }
}

.calendarlink {
  text-transform: uppercase;
  font-family: neuzeit-grotesk,sans-serif;
  font-size: 1.4rem;
  color: #000000E6;
  padding: 1rem 1.4rem 0.9rem;
  margin-right: 1.5rem;
}

.event_calendar_text {
  text-transform: capitalize;
  font: inherit;
  font-weight: bold;
}

.event_resource {
  background-color: #F7F5EF;
  /* margin-top:50px; */
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
}

.login__login-title, .single-event-sidebar__registration-title {
  font-family: neuzeit-grotesk,sans-serif;
}

/* .event_resource h4{
    color:#000000E6;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0px;
} */
.event_resource_file {
  font-size: 1.6rem;
  color: #00afe9;
  font-weight: 500;
  padding: 5px 0px;
  line-height: 2.2rem;
}

.eventLinksSection {
  margin-bottom: 5rem;
}

.userWelcomSectionDiv, .publicDocumentSection, .privateDocumentSection, .registrationLoginDiv {
  margin-bottom: 1rem;
}

.event_resource {
  margin-bottom: 1rem;
}

.event_sidebar .login {
  margin: 0;
}

.left__border div p, address {
  color: #838079;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
}

.excerpt_sec {
  color: #000000E6;
  font-weight: 400;
  font-size: 21px;
}

.nomargin {
  margin-bottom: 0px !important;
}

.welcome_user {
  background-color: #F7F5EF;
  margin-top: 50px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 25px;
}

.resource_text {
  color: #838079;
}

.update_profile_btn, .arrange_travel_details_btn {
  margin: 10px 0px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.sidebar__title {
  margin-bottom: 1rem;
}

time {
  font-weight: bold;
  font-size: 1.4rem;
}

.news__title {
  margin-bottom: 5px;
}

.event_details {
  gap: 0;
  padding-left: 5rem;
}

.event_details h6 {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .event_details {
    padding-right: 0;
    padding-left: 4rem;
  }
}

@media only screen and (max-width: 600px) {
  .event_details {
    padding-left: 3rem;
    margin-bottom: 1.8rem;
  }
}

.left__border div p, address {
  line-height: 1.4;
  font-size: 1.6rem;
  text-transform: none;
}

.button--register:before {
  top: 1.5px;
  position: relative;
}

.zoomlink {
  background-color: #3483E0;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 3px 3px 10px #00000029;
  box-shadow: 3px 3px 10px #00000029;
  border-radius: 2px;
  border: none;
  padding: 1.5rem 1.8rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1.2rem;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.zoomlink:hover {
  color: #fff;
  background-color: #2975ce;
}

.share__list__event h6 {
  margin-right: 1rem;
}

.wp-block-separator {
  opacity: 0.5;
}

.sidebar .resource_text .link {
  color: #00AFE9;
  font-weight: 500;
}

.sidebar .resource_text .link:hover {
  text-decoration: underline;
}

.sidebar .event_resource_file {
  padding: 0;
  line-height: 1;
}

.sidebar .event_resource_file a {
  color: #00AFE9;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.sidebar .event_resource_file a:hover {
  color: #00AFE9;
  text-decoration: underline;
}

.news__big-content .button--link {
  margin-top: 3rem;
  font-size: 1.2rem;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.news__big-content .button--link:after {
  position: relative;
  right: -12px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.news__big-content .button--link:hover {
  text-decoration: underline;
}

.news__big-content .button--link:hover:after {
  right: -16px;
}

.news__tag a:hover {
  text-decoration: none;
  opacity: .8;
}

.news__card-content .button--link-primary {
  font-weight: bold;
  margin-top: 4rem;
  position: relative;
}

.news__card-content .button--link-primary:after {
  position: relative;
  right: -12px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.news__card-content .button--link-primary:hover {
  text-decoration: underline;
  color: #00AFE9;
}

.news__card-content .button--link-primary:hover:after {
  right: -16px;
}

.news__card-content p {
  color: #838079;
}

.news__card-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.4rem;
          flex: 0 0 45.4rem;
}

.news__title {
  opacity: 1;
}

.news__time {
  margin-bottom: 0;
}

.news__excerpt {
  margin-bottom: 1.4rem;
}

.related-articles__box .button--link {
  font-size: 1.2rem;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.related-articles__box .button--link:after {
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  right: 0;
}

.related-articles__box .button--link:hover {
  text-decoration: underline;
}

.related-articles__box .button--link:hover:after {
  right: -5px;
}

.secondary-card-grid {
  margin-top: 5rem;
}

@media only screen and (max-width: 600px) {
  .secondary-card-grid {
    padding-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .sidebar {
    margin-top: 0rem;
  }
}
/*# sourceMappingURL=developer.css.map */