  .node--type-event .node__header .without-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.node--type-event .node__header .without-header > .container h1 {
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.node--type-event .node__header .without-header > .container h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 75px;
  background-color: #007190;
}
.node--type-event .node__header .with-header .block-system-breadcrumb-block {
  padding-top: 1.5rem;
}
.node--type-event .node__content .event-speakers {
  margin-top: 1.5rem;
  border-top: 1px solid #333333;
}
.node--type-event .node__content .event-speakers h2 {
  margin-top: 1.5rem;
  font-weight: 700;
}
.node--type-event .node__content .event-speakers .paragraph--type--speaker {
  margin-top: 1.5rem;
}
.node--type-event .node__content aside {
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .node--type-event .node__content aside {
    margin-top: 0;
  }
}
.node--type-event .node__content aside .event-box {
  background-color: #F2F4F7;
  margin-top: 1.5rem;
  padding: 1.5rem;
}
.node--type-event .node__content aside .event-box .field--name-field-date time {
  font-size: 1.5rem;
  font-family: "trade-gothic-next-condensed", "Arial Bold";
  font-weight: 700;
  margin-bottom: 0;
}
.node--type-event .node__content aside .event-box .field--name-field-date .add-to-calendar {
  display: block;
  margin-top: 0.5rem;
}
.node--type-event .node__content aside .event-box .field--name-field-date .add-to-calendar label {
  font-family: "trade-gothic-next-condensed", "Arial Bold";
  font-weight: 700;
}
.node--type-event .node__content aside .event-box .field--name-field-date .add-to-calendar a:hover, .node--type-event .node__content aside .event-box .field--name-field-date .add-to-calendar a:focus {
  text-decoration: none;
}
.node--type-event .node__content aside .event-box .field--name-field-date .recurring-output--wrapper .next_instance .add-to-calendar {
  display: none;
}
.node--type-event .node__content aside .event-box .field--name-field-date .recurring-output--wrapper details > div .item-list > ul > li time {
  font-family: "trade-gothic-next-condensed", "Arial Bold";
  font-weight: 700;
  font-size: 1.125rem;
}
.node--type-event .node__content aside .event-box .field--name-field-date .recurring-output--wrapper details > div .item-list > ul > li .add-to-calendar {
  display: none;
}
.node--type-event .node__content aside .event-box .field--name-field-hybrid {
  margin-top: 1rem;
  font-weight: 700;
}
.node--type-event .node__content aside .event-box .field--name-field-address {
  margin-top: 1rem;
}
.node--type-event .node__content aside .event-box .field--name-field-address p {
  margin-bottom: 0;
}
.node--type-event .node__content aside .event-box .field--name-field-fees {
  margin-top: 1rem;
}
.node--type-event .node__content aside .event-box .field--name-field-fees > *:last-child {
  margin-bottom: 0;
}
.node--type-event .node__content aside .event-box .btn {
  margin-top: 1rem;
  margin-left: 0;
}
.node--type-event .node__content aside .event-box .btn a {
  text-decoration: none;
}
.node--type-event .node__content aside .event-addtoany {
  margin-top: 1.5rem;
}
.node--type-event .node__content aside .event-addtoany .h4 {
  font-weight: 700;
}
.node--type-event .node__content aside .event-addtoany ul.addtoany_list > li {
  margin-right: 1rem;
  margin-left: 0;
}
.node--type-event .node__content aside .event-addtoany ul.addtoany_list > li:last-child {
  margin-right: 0;
}
.node--type-event .node__content aside .event-addtoany ul.addtoany_list > li a {
  display: block;
}
.node--type-event .node__content aside .event-addtoany ul.addtoany_list > li a:hover span, .node--type-event .node__content aside .event-addtoany ul.addtoany_list > li a:focus span {
  opacity: 1;
  background-color: #005a73 !important;
}
.node--type-event .node__content aside .event-addtoany ul.addtoany_list > li a span {
  border-radius: 50px !important;
  padding: 6px;
  background-color: #007190 !important;
}
.node--type-event .node__content > div:last-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}