.lp__event_heading .lp__event_date,
.lp__event_heading .lp__event_location {
  font-family: "Andes", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.87);
}

/* === begin Heading (Title, subtitle and btn)=== */
.lp__heading_v1 {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  /*@media(min-width: 991.5px) {
    margin-bottom:0px;
  }*/
}
.lp__heading_v1 h2,
.lp__heading_v1 h3 {
  font-weight: bold;
  margin-bottom: 8px;
}
.lp__heading_v1 p {
  margin-bottom: 16px;
}
.lp__heading_v1 .view-all-btn {
  bottom: 0;
  right: 0px;
  height: auto;
  margin: -54px 16px 16px 0px;
  position: relative;
  float: right;
}
.lp__heading_v1 .view-all-btn:after {
  font-family: "loopicon";
  content: "\e118";
  font-size: 10px;
  margin-left: 4px;
}
.lp__heading_v1 .view-all-btn:nth-of-type(2) {
  margin-right: 0px;
}
.lp__heading_v1 .lp__outline_btn:hover,
.lp__heading_v1 .lp__outline_btn:active,
.lp__heading_v1 .lp__outline_btn.hover,
.lp__heading_v1 .lp__outline_btn.active,
.lp__heading_v1 .lp__outline_btn:focus,
.lp__heading_v1 .lp__outline_btn.focus {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lp__heading_v1 h2 {
    padding-right: 128px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .lp__heading_v1 h2 {
    padding-right: 0px;
  }
  .lp__heading_v1 h3 {
    padding-right: 0px;
  }
  .lp__heading_v1 .view-all-btn {
    position: relative;
    float: none;
    margin: 0px 16px 0px 0px;
  }
}

.heading-v1-center {
  text-align: center;
}

.lp__page_title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  margin: 0px;
  padding: 5px;
}

.lp__event_heading .lp__event_date,
.lp__event_heading .lp__event_location {
  font-family: "Andes", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}
.lp__event_heading i {
  margin-right: 8px;
  font-size: 16px;
}
.lp__event_heading .lp__dropdown {
  width: 300px;
}
.lp__event_heading .lp__dropdown:last-child {
  margin-bottom: 0px;
}
.lp__event_heading .lp__dropdown .lp__secondary_dropdown .lp__dropdown_toggle {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.6);
}
.lp__event_heading .lp__dropdown .lp__secondary_dropdown .lp__secondary_dropdown_menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0px;
}
.lp__event_heading .lp__dropdown .lp__secondary_dropdown .lp__secondary_dropdown_menu li a {
  color: rgba(0, 0, 0, 0.6);
}
.lp__event_heading .lp__dropdown .lp__secondary_dropdown .lp__secondary_dropdown_menu li a:hover,
.lp__event_heading .lp__dropdown .lp__secondary_dropdown .lp__secondary_dropdown_menu li a:focus {
  background-color: transparent;
  color: #0071bc;
}
.lp__event_heading .lp__dropdown .lp__secondary_dropdown .lp__secondary_dropdown_menu li a:focus {
  background-color: transparent;
  color: #0071bc;
}

.lp__cta_btn:after,
.lp__news_link:after {
  font-family: "loopicon";
  content: "\e118";
  font-size: 0.625rem;
  margin-left: 4px;
}

.lp__btn_group_flex {
  position: relative;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
@media (min-width: 992px) {
  .lp__btn_group_flex {
    display: flex;
    justify-content: flex-end;
  }
}
.lp__btn_group_flex > .lp__btn {
  position: relative;
}
.lp__btn_group_flex > .lp__btn:hover, .lp__btn_group_flex > .lp__btn:focus, .lp__btn_group_flex > .lp__btn:active, .lp__btn_group_flex > .lp__btn.active {
  z-index: 2;
}

/* === End Heading (Title, subtitle and btn)=== */