 @font-face {
   font-family: 'HelveticaNeueLTStd-Roman';
   font-style: normal;
   font-weight: 400;
   font-display: auto;
   src: url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
   unicode-range: U+000-5FF;
  /* Latin glyphs */
}
 @font-face {
   font-family: 'HelveticaNeueLTStd-Bd';
   font-style: normal;
   font-weight: 400;
   font-display: auto;
   src: url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff');
   unicode-range: U+000-5FF;
  /* Latin glyphs */
}
/*Banner Fonts*/
 @font-face {
   font-family: 'Helvetica Neue LT Std';
   src: url('../fonts/HelveticaNeueLTStd-BdCn.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff');
   font-weight: bold;
   font-style: normal;
}
 @font-face {
   font-family: 'Helvetica Neue LT Std';
   src: url('../fonts/HelveticaNeueLTStd-BlkCn.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-BlkCn.woff') format('woff');
   font-weight: 900;
   font-style: normal;
}
 @font-face {
   font-family: 'Helvetica Neue LT Std';
   src: url('../fonts/HelveticaNeueLTStd-MdCn.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-MdCn.woff') format('woff');
   font-weight: 500;
   font-style: normal;
}

.white{
   color: #fff !important;
}
 .gold, .yellow{
   color: #ebbf14 !important;
}
 .blue{
   color:#172e81 !important;
}

.noUnderline{
  text-decoration: none!important;
}

.hh-events .loading-spinner {
   color:#172e81;
   margin-bottom:50px;
}
/* Event details */
/* Sidebar */
 .datepicker.datepicker-dropdown {
   z-index: 21 !important;
}
 .hh-events #mini-calendar .input-daterange input {
   width: 100%;
   height: 40px;
   padding: 0 15px;
   background-color: #fff;
   border-radius: 2px;
   border: 2px solid #e8eaed;
}
/* Accessibility fix */
 .hh-events :focus {
   outline-offset: 2px;
   outline-color: #172e81;
}
/* Bootstrap Tooltips */
 .hh-events .tooltip {
   font-family: muli, sans-serif;
   font-size: 14px;
}
/* Opposite button */
 .hh-events .primary-button-white {
   color: #172e81;
   background-color: white;
}
 .hh-events .primary-button-white:hover, .hh-events .primary-button-white:focus {
   color: #172e81;
   background-color: #ebbf14;
   outline: none;
}
 .hh-events .primary-button.primary-button-white.dropdown-toggle {
   width: 100%;
   height: 50px;
   color: #11151c !important;
   font-weight: bold;
   background-color: white;
   border: 2px solid #e8eaed;
   border-radius: 2px;
   padding-left: 10px;
   cursor: pointer;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   text-align:left;
   -webkit-box-shadow: none;
   box-shadow: none;
   text-transform: capitalize;
}
 .hh-events .primary-button.primary-button-white.dropdown-toggle:focus, .hh-events .primary-button.primary-button-white.dropdown-toggle:active{
   border-color: #e8eaed;
   outline: none;
}
 .hh-events .primary-button.primary-button-white.dropdown-toggle:hover{
   border-color: #172e81;
   outline: none;
}
 .hh-events .sidebar .dropdown-menu{
   margin-top: 0px;
   width: 100%;
   border: 2px solid #e8eaed;
   border-radius: 0;
   box-shadow: none;
   padding: 10px;
   border-top: none;
   background-clip: border-box;
   max-height: 30vh;
   overflow-y: auto;
   padding-bottom: 0;
}
/* .hh-events .sidebar .dropdown.open:hover .dropdown-menu{
  */
  /* border-color: #172e81;
  */
  /*
}
*/
 .hh-events .sidebar .dropdown.open:hover .primary-button.primary-button-white.dropdown-toggle{
   border-color: #172e81;
}
/* Events on Listing */
 .hh-events#main {
   margin-top: 30px;
}
 .hh-events .page-title h1 {
   display: inline-block;
}
 .hh-events .events-results {
   color: #11151c;
   font-size: 14px;
   /*font-family: montserrat, sans-serif;*/
   margin-bottom: 20px;
}
 .hh-events .events-results .event-count span, .hh-events .events-results .filter-count span {
   font-weight: bold;
}
 .hh-events .events .event {
   margin-bottom: 30px;
}
 @media only screen and (max-width: 991px) {
   .hh-events .events .event:not(:last-child) {
     padding-bottom: 20px;
     box-shadow: 0px 16px 1px -15px #e8eaed;
  }
}
 .hh-events .event .event-image {
   border-radius: 2px;
   height: 140px;
   display: block;
   background-position: center;
   background-size: cover;
}
 .hh-events .featured-events-list .event-image {
   height: 70px;
}
 .hh-events .featured-events-list .event-details {
   height: 70px;
   display:flex;
   align-items: center;
}
 .hh-events .event .image {
   height: 100%;
   margin-bottom: 10px;
}
 .hh-events .date-img {
   text-align: center;
   font-size: 30px;
   text-transform: uppercase;
   border: 2px solid #172e81;
   border-radius: 2px;
   height: 100%;
   box-shadow: 1px 1px #e8eaed;
}
 .hh-events .date-img .month {
   background: #172e81;
   color: #fff;
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
}
 .hh-events .date-img .day {
   padding: 10px;
   height: calc(100% - 42px);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
 .hh-events .sidebar .date-img .day {
   height: auto;
}
 .hh-events .date-img .weekday {
   font-size: 20px;
}
 .hh-events .sidebar .date-img .weekday {
   font-size: 14px;
}
 .hh-events .sidebar .date-img .weekday span {
   display:none;
}
 .hh-events a:hover .date-img {
   border-color: #ebbf14;
}
 .hh-events a:hover .date-img .month {
   background: #ebbf14;
}
 .hh-events .events-list .row.event {
   display: none;
}
 .hh-events .events-list .row.event.filter-match {
   display: block;
}
 .hh-events .events .event .title {
   margin-bottom: 10px;
}
 .hh-events .event a:hover .title, .hh-events .event a:focus .title {
   color: #172e81;
}
 .hh-events .details {
   color: #505050;
   /*font-family: montserrat, serif;*/
   font-size: 12px;
   line-height: 1.5;
   text-transform: uppercase;
   margin-bottom: 10px;
}
 .hh-events .details div:not(.tooltip):not(.tooltip-arrow):not(.tooltip-inner) {
   display: inline;
   margin-right: 8px;
   margin-top: 10px;
   font-weight: 500;
}
 .hh-events .details .date:before, .hh-events .details .location:before {
   content: '\2022';
   display: inline-block;
   margin-right: 10px;
}
 .hh-events .details .featured:after {
   content: '\2022';
   display: inline-block;
   margin-left: 4px;
}
 .hh-events .details .categories:before, .hh-events .details .time:before {
   content: '';
}
 .hh-events .dot {
   margin-right: 3px;
   font-size: 10px;
   height: 14px;
   vertical-align: middle;
}
 .hh-events .dot span.sr-only {
   color: #11151c;
}
 .hh-events .events .event p {
   color: #11151c;
   margin: 0;
}
 .hh-events .events .load-more button:focus {
   outline: none;
}
 .hh-events .events .load-more {
   display: none;
   margin-bottom: 30px;
   text-align: center;
}
 .hh-events .events .events-message {
   display: none;
   text-align: center;
}
/* Sidebar on Events Listing */
 @media only screen and (max-width: 991px) {
   .hh-events .sidebar {
     border: 2px solid #e8eaed;
     border-radius: 2px;
     padding: 25px 15px 0 15px;
     margin-top: 10px;
  }
   .hh-events .sidebar .section-title:nth-child(2) {
     margin-top: 20px;
  }
   .hh-events .sidebar.collapsed .gradient-overlay {
     color: black;
     -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
     max-height: 200px;
     overflow: auto;
  }
}
 .hh-events .sidebar .row {
   margin-bottom: 20px;
}
 .hh-events .mobile-title {
   position: absolute;
   background-color: white;
   text-transform: uppercase;
   padding: 0 10px;
   z-index: 30;
   top: -3px;
   left: 20px;
}
 .hh-events .mobile-title i {
   color: #172e81;
}
 .hh-events .search-expand {
   color: #172e81;
   font-size: 25.629px;
   top: -20px;
   position: relative;
   text-align: center;
   z-index: 2;
}
 .hh-events .search-expand i {
   background-color: white;
   padding: 0 10px;
}
 .hh-events .plus-toggle {
   cursor: pointer;
}
 .hh-events .sidebar input:focus {
   outline: 2px solid #172e81;
}
 .hh-events .sidebar .date-views {
   margin-top: 20px;
   font-weight: bold;
   font-size: 14px;
}
 .hh-events .sidebar .date-views button {
   color: #11151c;
   text-align: center;
   display: block;
   padding: 15px 10px;
   border: 2px solid #e8eaed;
   border-radius: 2px;
   background-color: white;
}
 .hh-events .sidebar .date-views button:hover, .hh-events .sidebar .date-views button:focus, .hh-events .sidebar .date-views button.active {
   color: #172e81;
   border-color: #172e81;
   background-color: white;
   z-index: 1;
   outline: none;
}
 .hh-events .sidebar .row.event {
   margin-bottom: 5px;
}
 .hh-events .sidebar .event h3.title {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 0;
}
 .hh-events .sidebar .event .image .date-img {
   font-size: 16px;
}
 .hh-events .sidebar .event .image .date-img .day {
   padding: 2px;
}
 .hh-events .sidebar .event .details .featured, .hh-events .sidebar .event .details .location, .hh-events .sidebar .event .details .categories, .hh-events .sidebar .event p {
   display: none !important;
}
 .hh-module .sidebar .primary-button.btn-block, .hh-module .sidebar .secondary-button.btn-block {
   padding: 10px 10px;
}
/* Remove duplicate borders for certain screen sizes */
 @media only screen and (max-width: 991px) and (min-width: 768px), (min-width: 1200px) {
   .hh-events .sidebar .date-views button:nth-child(3n+2), .hh-events .sidebar .date-views button:nth-child(3n+3) {
     margin-left: -2px;
  }
   .hh-events .sidebar .date-views button:nth-child(n+4) {
     margin-top: -2px;
  }
}
 @media only screen and (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
   .hh-events .sidebar .date-views button:nth-child(even) {
     margin-left: -2px;
  }
   .hh-events .sidebar .date-views button:nth-child(n+3) {
     margin-top: -2px;
  }
}
 .hh-events .sidebar .checkboxes {
   color: #11151c;
}
 .hh-events .sidebar .checkboxes label {
   display: block;
   position: relative;
   padding-left: 35px;
   margin-bottom: 12px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none 
}
 .hh-events .sidebar .checkboxes input[type="checkbox"] {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}
 .hh-events .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 25px;
   width: 25px;
   border-radius: 12px;
   background-color: #767676;
}
 .hh-events .sidebar .checkboxes label:hover, .hh-events .sidebar .checkboxes label input:focus~span {
   color: #172e81;
}
 .hh-events .sidebar .checkboxes label:hover .checkmark, .hh-events .sidebar .checkboxes label input:focus~.checkmark {
   -webkit-box-shadow: inset 0 -200px 0 0 rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 -200px 0 0 rgba(0, 0, 0, 0.2);
}
 .hh-events .sidebar .checkboxes .checkmark:after {
   content: "";
   position: absolute;
   display: none;
}
 .hh-events .sidebar .checkboxes label input:checked~.checkmark:after {
   display: block;
}
 .hh-events .sidebar .checkboxes label .checkmark:after {
   left: 9px;
   top: 4px;
   width: 8px;
   height: 14px;
   border: solid white;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
 .hh-events .sidebar .dropdown select, .hh-events .sidebar-detail .dropdown select {
   width: 100%;
   height: 50px;
   color: #11151c;
   font-weight: bold;
   background-color: white;
   border: 2px solid #e8eaed;
   border-radius: 2px;
   padding-left: 10px;
   cursor: pointer;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}
 .hh-events .sidebar .dropdown select option, .hh-events .sidebar-detail .dropdown select option {
   font-weight: normal;
}
 .hh-events .sidebar .dropdown select:hover, .hh-events .sidebar .dropdown select:focus, .hh-events .sidebar-detail .dropdown select:hover, .hh-events .sidebar-detail .dropdown select:focus {
   border-color: #172e81;
   outline: none;
}
 .hh-events .sidebar .dropdown:after, .hh-events .sidebar-detail .dropdown:after {
   content: "\f107";
   font-family: "Font Awesome 5 Free";
   position: absolute;
   top: 10px;
   right: 15px;
   z-index: 5;
   font-weight: 900;
   font-size: 24px;
}
 .hh-events .feeds a {
   color: #11151c;
   margin-right: 15px;
   white-space: nowrap;
}
 .hh-events .feeds a:hover {
   color: #172e81;
}
 .hh-events .back-to-top {
   background-color: #172e81;
   cursor: pointer;
   position: fixed;
   bottom: 15px;
   right: 15px;
   border-radius: 2px;
   display: none;
   z-index: 10;
}
 .hh-events .back-to-top:hover {
   background-color: #23527c;
}
/* Event Page Details */
 .hh-events.breadcrumbs {
   background-color: #f5f5f5;
}
 .hh-events.breadcrumbs ol {
   padding-top: 15px;
   padding-bottom: 15px;
}
 .hh-events.breadcrumbs ol li {
   display: inline-block;
}
 .hh-events.breadcrumbs ol li+li:before {
   display: inline-block;
   padding-right: .5rem;
   padding-left: .5rem;
   color: #767676;
   content: "/";
}
 .hh-events.breadcrumbs ol li a {
   color: #11151c;
}
 .hh-events.breadcrumbs ol li:hover a {
   color: #172e81;
}
 .hh-events .content-detail {
   margin-bottom: 40px;
}
 .hh-events .sidebar-detail .row {
   margin-bottom: 20px;
}
 .hh-events .sidebar-detail .save-date {
   margin-bottom: 20px;
}
 .hh-events .info>div {
   margin-bottom: 10px;
   display: table;
}
 .hh-events .info>div>div {
   display: table-cell;
   vertical-align: middle 
}
 .hh-events .icon {
   width: 40px;
   height: 40px;
   color: #172e81;
   border: 1px solid #e8eaed;
   line-height: 40px;
   border-radius: 50%;
   text-align: center;
   margin-right: 10px;
}
 .hh-events .filters .filter {
   /*font-family: montserrat, serif;*/
   font-size: 12px;
}
 .hh-events .filters .filter .filter-label {
   font-weight: bold;
   margin-bottom: 5px;
   margin-top: 20px;
   text-transform: uppercase;
   color: #11151c;
   font-size: 12px;
}
 .hh-events .filters .filter .dot+.dot {
   margin-left: 10px;
}
 .hh-events .filters .filter div {
   display: inline-block;
   margin-right: 8px;
}
 .hh-events .filters .filter:not(.dots) div+div:before {
   content: '\2022';
   display: inline-block;
   margin-right: 10px;
}
 .hh-events .icon-list {
   margin-bottom: 20px;
}
 .hh-events .icon-list span {
   color: #11151c;
   font-size: 16px;
   margin-right: 10px;
}
 .hh-events .icon-list a:hover span {
   color: #172e81;
}
 .hh-events .feeds {
   margin-bottom: 20px 
}
 .hh-events .related-events .event,.hh-events.hh-events-block .event {
   margin-bottom: 30px;
}
 .hh-events .related-events .event .title,.hh-events.hh-events-block .event .title {
   font-size: 16px;
   padding-top: 10px;
}
  .hh-events .related-events.mt-5 {
   margin-top: 3rem!important;
}

/* Style fixes */
.hh-events .alert {
    padding: 15px;
    padding-right: 35px;
    margin-bottom: 20px;
}
.hh-events .row {
    display: block;
}
.hh-events .row:before, .hh-events .row:after {
    display: table;
}
.hh-events .title {
    margin-top: 0;
    color: #363c41;
}
.hh-module .primary-button, .hh-module .secondary-button {
    text-align: center;
}
.hh-events span.input-group-addon {
    position: unset;
    width: 1%;
    height: unset;
    border: 1px solid #ccc;
}
.hh-events .dropdown {
    float: none;
}
.hh-events .events .event p {
    overflow-wrap: break-word;
}
.hh-events a:hover .date-img {
    color: #172e81;
}
.hh-events a:hover .date-img .month {
    color: #172e81;
}
.hh-events .primary-button-white:hover, .hh-events .primary-button-white:focus {
    -webkit-box-shadow: 0 0 0 2px #ebbf14 inset;
    box-shadow: 0 0 0 2px #ebbf14 inset;
}
.hh-events .mobile-title {
    top: -25px;
}
.hh-events a {
    text-decoration: none;
}
.hh-events.breadcrumbs ol li {
    padding: 0;
    margin: 0;
}
.hh-events.breadcrumbs ol li.active {
    color: #505050;
    background-color: transparent;
}
@media (min-width: 768px) {
    .hh-events .related-events .event {
        min-height: 280px;
    }
}

/* ADDITIONAL STYLES */


.presentersSect{
display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 5%;
    flex-wrap: wrap;
    align-content: space-between;
    height: 300px;
    justify-content: space-between;
}

.presenterContent{
  display: flex;
    flex-direction: row;
    align-items: center;
    width: 48%;
}

.presenterContentFull{
  display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.presenterContentFullCenter{
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.presenterContOneLine{
  display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 3%;
}

.presenterWrap:not(:last-child){
    border-bottom: 1px solid #b0b0b1;
    margin-bottom: 2%;
    padding-bottom: 1%;
    width: 100%;
}


.speakerCont{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.speaker-content-wrap{
    display: flex;
    text-align: left;
    padding-left: 5%;
    width: 80%;
    flex-direction: column;
    padding-bottom: 5%;
}

.speaker-content-wrap-no-img{
    display: flex;
    text-align: center;
    width: 100%;
    flex-direction: column;
    padding-bottom: 5%;
}

.speaker-content-wrap-no-img:last-child{
    padding-bottom: 2%;
}


.speaker-content-wrap:last-child{
    padding-bottom: 2%;
}


.speaker-info, ul.speaker-info li{
    margin: 2px 0 7px 0 !important;
    color: #3e3e3e;
    font-style: normal;
    font-size: 17.6px;
    line-height: 20px;
    text-align: left;
}

.speaker-infoList li{
    margin: 7px 0 !important;
    color: #3e3e3e;
    font-style: normal;
    font-size: 17.6px;
    line-height: 1;
    text-align: left;
}


.speaker-name{
    margin: 0px 0 5px 0;
    color: #333950;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    padding-top:10px;
}

.speaker-title{
    margin: 0px 0 5px 0;
    color: #333950;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    font-weight: bold;
}


.speaker {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    min-width: 125px;
    padding: 3px 0;
    width: 15%;
}
.speaker a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    border: 5px solid #fff;
    -webkit-box-shadow: 3px 4px 8px 0 rgb(26 188 156 / 10%);
    -moz-box-shadow: 3px 4px 8px 0 rgba(26,188,156,.1);
    box-shadow: 3px 4px 8px 0 rgb(26 188 156 / 10%);
    -webkit-transition: transform .2s,box-shadow .2s;
    -moz-transition: transform .2s,box-shadow .2s;
    transition: transform .2s,box-shadow .2s;
}

.speaker a:hover {

box-shadow: 5px 7px 10px 0 rgb(72 134 255 / 10%);
-webkit-box-shadow: 5px 7px 10px 0 rgb(72 134 255 / 10%);
-webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.speakerImg{
    border-radius:10%;
    width:100%;
    height: auto;
    border: none;
}


.speaker-content-wrap-no-img .speaker-name{
  text-align: center;
}

.speaker-content-wrap-no-img .speaker-info{
  text-align: center;
}


@media (max-width: 576px){  

.speakerCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.speaker-content-wrap, .speaker-content-wrap-no-img {
    width: 100%;
    padding: 0;
}



.speaker {
    margin-bottom: 20px;
}

.speaker-name {
    font-size: 22px;
    text-align: center;
}

.speaker-title {
}

.speaker-info{
    text-align: center;

}



}


@media (max-width: 576px){  

.presentersSect{
  display: flex;
   flex-direction: column;
    height: 575px;
}

.presenterContent{
    width: 100%;
}


}

.hAuto{
  height: auto;
}

.presenter {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    min-width: 125px;
    padding: 3px 0;
}
.presenter a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 7px solid #fff;
    -webkit-box-shadow: 3px 4px 8px 0 rgb(26 188 156 / 10%);
    -moz-box-shadow: 3px 4px 8px 0 rgba(26,188,156,.1);
    box-shadow: 3px 4px 8px 0 rgb(26 188 156 / 10%);
    -webkit-transition: transform .2s,box-shadow .2s;
    -moz-transition: transform .2s,box-shadow .2s;
    transition: transform .2s,box-shadow .2s;
}

.presenter a:hover {

box-shadow: 5px 7px 10px 0 rgb(72 134 255 / 10%);
-webkit-box-shadow: 5px 7px 10px 0 rgb(72 134 255 / 10%);
-webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.presenterImg{
    border-radius:50%;
    width:100%;
    height: auto;
    border: none;
}

.presenter-title{
text-align: left;
padding-left: 5%;
}


.presenter-title-center{
text-align: center;
}
.presenter-name{
line-height: 1.1em;
    margin: 0;
        color: #292d33;
        font-size: 1.2em
        font-style: normal;
    font-weight: 600;
    letter-spacing: -0.8px;
    text-transform: none;
}

.presentersWhole{
     padding: 0;
    background: #ebebeb;
    text-align: center;
    padding-bottom: 5%;
}

.presentersTitleBox{
  margin-bottom: 5%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    color: #ffffff;
    background: #333950;
    padding: 1%;
}

.presentersOneCol{
  height: initial;
}

.presentersFullWidth{
  width: 100%;
}.hh-events .loading-spinner {
   color:#172e81;
   margin-bottom:50px;
}
















/* Event details */
/* Sidebar */
 .datepicker.datepicker-dropdown {
   z-index: 21 !important;
}
 .hh-events #mini-calendar .input-daterange input {
   width: 100%;
   height: 40px;
   padding: 0 15px;
   background-color: #fff;
   border-radius: 2px;
   border: 2px solid #e8eaed;
}
/* Accessibility fix */
 .hh-events :focus {
   outline-offset: 2px;
   outline-color: #172e81;
}
/* Bootstrap Tooltips */
 .hh-events .tooltip {
   font-family: muli, sans-serif;
   font-size: 14px;
}
/* Opposite button */
 .hh-events .primary-button-white {
   color: #172e81;
   background-color: white;
}
 .hh-events .primary-button-white:hover, .hh-events .primary-button-white:focus {
   color: #172e81;
   background-color: #ebbf14;
   outline: none;
}
 .hh-events .primary-button.primary-button-white.dropdown-toggle {
   width: 100%;
   height: 50px;
   color: #11151c !important;
   font-weight: bold;
   background-color: white;
   border: 2px solid #e8eaed;
   border-radius: 2px;
   padding-left: 10px;
   cursor: pointer;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   text-align:left;
   -webkit-box-shadow: none;
   box-shadow: none;
   text-transform: capitalize;
}
 .hh-events .primary-button.primary-button-white.dropdown-toggle:focus, .hh-events .primary-button.primary-button-white.dropdown-toggle:active{
   border-color: #e8eaed;
   outline: none;
}
 .hh-events .primary-button.primary-button-white.dropdown-toggle:hover{
   border-color: #172e81;
   outline: none;
}
 .hh-events .sidebar .dropdown-menu{
   margin-top: 0px;
   width: 100%;
   border: 2px solid #e8eaed;
   border-radius: 0;
   box-shadow: none;
   padding: 10px;
   border-top: none;
   background-clip: border-box;
   max-height: 30vh;
   overflow-y: auto;
   padding-bottom: 0;
}
/* .hh-events .sidebar .dropdown.open:hover .dropdown-menu{
  */
  /* border-color: #172e81;
  */
  /*
}
*/
 .hh-events .sidebar .dropdown.open:hover .primary-button.primary-button-white.dropdown-toggle{
   border-color: #172e81;
}
/* Events on Listing */
 .hh-events#main {
   margin-top: 30px;
}
 .hh-events .page-title h1 {
   display: inline-block;
}
 .hh-events .events-results {
   color: #11151c;
   font-size: 14px;
   /*font-family: montserrat, sans-serif;*/
   margin-bottom: 20px;
}
 .hh-events .events-results .event-count span, .hh-events .events-results .filter-count span {
   font-weight: bold;
}
 .hh-events .events .event {
   margin-bottom: 30px;
}
 @media only screen and (max-width: 991px) {
   .hh-events .events .event:not(:last-child) {
     padding-bottom: 20px;
     box-shadow: 0px 16px 1px -15px #e8eaed;
  }
}
 .hh-events .event .event-image {
   border-radius: 2px;
   height: 140px;
   display: block;
   background-position: center;
   background-size: cover;
}
 .hh-events .featured-events-list .event-image {
   height: 70px;
}
 .hh-events .featured-events-list .event-details {
   height: 70px;
   display:flex;
   align-items: center;
}
 .hh-events .event .image {
   height: 100%;
   margin-bottom: 10px;
}
 .hh-events .date-img {
   text-align: center;
   font-size: 30px;
   text-transform: uppercase;
   border: 2px solid #172e81;
   border-radius: 2px;
   height: 100%;
   box-shadow: 1px 1px #e8eaed;
}
 .hh-events .date-img .month {
   background: #172e81;
   color: #fff;
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
}
 .hh-events .date-img .day {
   padding: 10px;
   height: calc(100% - 42px);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
 .hh-events .sidebar .date-img .day {
   height: auto;
}
 .hh-events .date-img .weekday {
   font-size: 20px;
}
 .hh-events .sidebar .date-img .weekday {
   font-size: 14px;
}
 .hh-events .sidebar .date-img .weekday span {
   display:none;
}
 .hh-events a:hover .date-img {
   border-color: #ebbf14;
}
 .hh-events a:hover .date-img .month {
   background: #ebbf14;
}
 .hh-events .events-list .row.event {
   display: none;
}
 .hh-events .events-list .row.event.filter-match {
   display: block;
}
 .hh-events .events .event .title {
   margin-bottom: 10px;
}
 .hh-events .event a:hover .title, .hh-events .event a:focus .title {
   color: #172e81;
}
 .hh-events .details {
   color: #505050;
   /*font-family: montserrat, serif;*/
   font-size: 12px;
   line-height: 1.5;
   text-transform: uppercase;
   margin-bottom: 10px;
}
 .hh-events .details div:not(.tooltip):not(.tooltip-arrow):not(.tooltip-inner) {
   display: inline;
   margin-right: 8px;
   margin-top: 10px;
   font-weight: 500;
}
 .hh-events .details .date:before, .hh-events .details .location:before {
   content: '\2022';
   display: inline-block;
   margin-right: 10px;
}
 .hh-events .details .featured:after {
   content: '\2022';
   display: inline-block;
   margin-left: 4px;
}
 .hh-events .details .categories:before, .hh-events .details .time:before {
   content: '';
}
 .hh-events .dot {
   margin-right: 3px;
   font-size: 10px;
   height: 14px;
   vertical-align: middle;
}
 .hh-events .dot span.sr-only {
   color: #11151c;
}
 .hh-events .events .event p {
   color: #11151c;
   margin: 0;
}
 .hh-events .events .load-more button:focus {
   outline: none;
}
 .hh-events .events .load-more {
   display: none;
   margin-bottom: 30px;
   text-align: center;
}
 .hh-events .events .events-message {
   display: none;
   text-align: center;
}
/* Sidebar on Events Listing */
 @media only screen and (max-width: 991px) {
   .hh-events .sidebar {
     border: 2px solid #e8eaed;
     border-radius: 2px;
     padding: 25px 15px 0 15px;
     margin-top: 10px;
  }
   .hh-events .sidebar .section-title:nth-child(2) {
     margin-top: 20px;
  }
   .hh-events .sidebar.collapsed .gradient-overlay {
     color: black;
     -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
     max-height: 200px;
     overflow: auto;
  }
}
 .hh-events .sidebar .row {
   margin-bottom: 20px;
}
 .hh-events .mobile-title {
   position: absolute;
   background-color: white;
   text-transform: uppercase;
   padding: 0 10px;
   z-index: 30;
   top: -3px;
   left: 20px;
}
 .hh-events .mobile-title i {
   color: #172e81;
}
 .hh-events .search-expand {
   color: #172e81;
   font-size: 25.629px;
   top: -20px;
   position: relative;
   text-align: center;
   z-index: 2;
}
 .hh-events .search-expand i {
   background-color: white;
   padding: 0 10px;
}
 .hh-events .plus-toggle {
   cursor: pointer;
}
 .hh-events .sidebar input:focus {
   outline: 2px solid #172e81;
}
 .hh-events .sidebar .date-views {
   margin-top: 20px;
   font-weight: bold;
   font-size: 14px;
}
 .hh-events .sidebar .date-views button {
   color: #11151c;
   text-align: center;
   display: block;
   padding: 15px 10px;
   border: 2px solid #e8eaed;
   border-radius: 2px;
   background-color: white;
}
 .hh-events .sidebar .date-views button:hover, .hh-events .sidebar .date-views button:focus, .hh-events .sidebar .date-views button.active {
   color: #172e81;
   border-color: #172e81;
   background-color: white;
   z-index: 1;
   outline: none;
}
 .hh-events .sidebar .row.event {
   margin-bottom: 5px;
}
 .hh-events .sidebar .event h3.title {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 0;
}
 .hh-events .sidebar .event .image .date-img {
   font-size: 16px;
}
 .hh-events .sidebar .event .image .date-img .day {
   padding: 2px;
}
 .hh-events .sidebar .event .details .featured, .hh-events .sidebar .event .details .location, .hh-events .sidebar .event .details .categories, .hh-events .sidebar .event p {
   display: none !important;
}
 .hh-module .sidebar .primary-button.btn-block, .hh-module .sidebar .secondary-button.btn-block {
   padding: 10px 10px;
}
/* Remove duplicate borders for certain screen sizes */
 @media only screen and (max-width: 991px) and (min-width: 768px), (min-width: 1200px) {
   .hh-events .sidebar .date-views button:nth-child(3n+2), .hh-events .sidebar .date-views button:nth-child(3n+3) {
     margin-left: -2px;
  }
   .hh-events .sidebar .date-views button:nth-child(n+4) {
     margin-top: -2px;
  }
}
 @media only screen and (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
   .hh-events .sidebar .date-views button:nth-child(even) {
     margin-left: -2px;
  }
   .hh-events .sidebar .date-views button:nth-child(n+3) {
     margin-top: -2px;
  }
}
 .hh-events .sidebar .checkboxes {
   color: #11151c;
}
 .hh-events .sidebar .checkboxes label {
   display: block;
   position: relative;
   padding-left: 35px;
   margin-bottom: 12px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none 
}
 .hh-events .sidebar .checkboxes input[type="checkbox"] {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}
 .hh-events .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 25px;
   width: 25px;
   border-radius: 12px;
   background-color: #767676;
}
 .hh-events .sidebar .checkboxes label:hover, .hh-events .sidebar .checkboxes label input:focus~span {
   color: #172e81;
}
 .hh-events .sidebar .checkboxes label:hover .checkmark, .hh-events .sidebar .checkboxes label input:focus~.checkmark {
   -webkit-box-shadow: inset 0 -200px 0 0 rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 -200px 0 0 rgba(0, 0, 0, 0.2);
}
 .hh-events .sidebar .checkboxes .checkmark:after {
   content: "";
   position: absolute;
   display: none;
}
 .hh-events .sidebar .checkboxes label input:checked~.checkmark:after {
   display: block;
}
 .hh-events .sidebar .checkboxes label .checkmark:after {
   left: 9px;
   top: 4px;
   width: 8px;
   height: 14px;
   border: solid white;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
 .hh-events .sidebar .dropdown select, .hh-events .sidebar-detail .dropdown select {
   width: 100%;
   height: 50px;
   color: #11151c;
   font-weight: bold;
   background-color: white;
   border: 2px solid #e8eaed;
   border-radius: 2px;
   padding-left: 10px;
   cursor: pointer;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}
 .hh-events .sidebar .dropdown select option, .hh-events .sidebar-detail .dropdown select option {
   font-weight: normal;
}
 .hh-events .sidebar .dropdown select:hover, .hh-events .sidebar .dropdown select:focus, .hh-events .sidebar-detail .dropdown select:hover, .hh-events .sidebar-detail .dropdown select:focus {
   border-color: #172e81;
   outline: none;
}
 .hh-events .sidebar .dropdown:after, .hh-events .sidebar-detail .dropdown:after {
   content: "\f107";
   font-family: "Font Awesome 5 Free";
   position: absolute;
   top: 10px;
   right: 15px;
   z-index: 5;
   font-weight: 900;
   font-size: 24px;
}
 .hh-events .feeds a {
   color: #11151c;
   margin-right: 15px;
   white-space: nowrap;
}
 .hh-events .feeds a:hover {
   color: #172e81;
}
 .hh-events .back-to-top {
   background-color: #172e81;
   cursor: pointer;
   position: fixed;
   bottom: 15px;
   right: 15px;
   border-radius: 2px;
   display: none;
   z-index: 10;
}
 .hh-events .back-to-top:hover {
   background-color: #23527c;
}
/* Event Page Details */
 .hh-events.breadcrumbs {
   background-color: #f5f5f5;
}
 .hh-events.breadcrumbs ol {
   padding-top: 15px;
   padding-bottom: 15px;
}
 .hh-events.breadcrumbs ol li {
   display: inline-block;
}
 .hh-events.breadcrumbs ol li+li:before {
   display: inline-block;
   padding-right: .5rem;
   padding-left: .5rem;
   color: #767676;
   content: "/";
}
 .hh-events.breadcrumbs ol li a {
   color: #11151c;
}
 .hh-events.breadcrumbs ol li:hover a {
   color: #172e81;
}
 .hh-events .content-detail {
   margin-bottom: 40px;
}
 .hh-events .sidebar-detail .row {
   margin-bottom: 20px;
}
 .hh-events .sidebar-detail .save-date {
   margin-bottom: 20px;
}
 .hh-events .info>div {
   margin-bottom: 10px;
   display: table;
}
 .hh-events .info>div>div {
   display: table-cell;
   vertical-align: middle 
}
 .hh-events .icon {
   width: 40px;
   height: 40px;
   color: #172e81;
   border: 1px solid #e8eaed;
   line-height: 40px;
   border-radius: 50%;
   text-align: center;
   margin-right: 10px;
}
 .hh-events .filters .filter {
   /*font-family: montserrat, serif;*/
   font-size: 12px;
}
 .hh-events .filters .filter .filter-label {
   font-weight: bold;
   margin-bottom: 5px;
   margin-top: 20px;
   text-transform: uppercase;
   color: #11151c;
   font-size: 12px;
}
 .hh-events .filters .filter .dot+.dot {
   margin-left: 10px;
}
 .hh-events .filters .filter div {
   display: inline-block;
   margin-right: 8px;
}
 .hh-events .filters .filter:not(.dots) div+div:before {
   content: '\2022';
   display: inline-block;
   margin-right: 10px;
}
 .hh-events .icon-list {
   margin-bottom: 20px;
}
 .hh-events .icon-list span {
   color: #11151c;
   font-size: 16px;
   margin-right: 10px;
}
 .hh-events .icon-list a:hover span {
   color: #172e81;
}
 .hh-events .feeds {
   margin-bottom: 20px 
}
 .hh-events .related-events .event,.hh-events.hh-events-block .event {
   margin-bottom: 30px;
}
 .hh-events .related-events .event .title,.hh-events.hh-events-block .event .title {
   font-size: 16px;
   padding-top: 10px;
}
  .hh-events .related-events.mt-5 {
   margin-top: 3rem!important;
}

/* Style fixes */
.hh-events .alert {
    padding: 15px;
    padding-right: 35px;
    margin-bottom: 20px;
}
.hh-events .row {
    display: block;
}
.hh-events .row:before, .hh-events .row:after {
    display: table;
}
.hh-events .title {
    margin-top: 0;
    color: #363c41;
}
.hh-module .primary-button, .hh-module .secondary-button {
    text-align: center;
}
.hh-events span.input-group-addon {
    position: unset;
    width: 1%;
    height: unset;
    border: 1px solid #ccc;
}
.hh-events .dropdown {
    float: none;
}
.hh-events .events .event p {
    overflow-wrap: break-word;
}
.hh-events a:hover .date-img {
    color: #172e81;
}
.hh-events a:hover .date-img .month {
    color: #172e81;
}
.hh-events .primary-button-white:hover, .hh-events .primary-button-white:focus {
    -webkit-box-shadow: 0 0 0 2px #ebbf14 inset;
    box-shadow: 0 0 0 2px #ebbf14 inset;
}
.hh-events .mobile-title {
    top: -25px;
}
.hh-events a {
    text-decoration: none;
}
.hh-events.breadcrumbs ol li {
    padding: 0;
    margin: 0;
}
.hh-events.breadcrumbs ol li.active {
    color: #505050;
    background-color: transparent;
}
@media (min-width: 768px) {
    .hh-events .related-events .event {
        min-height: 280px;
    }
}

/* ADDITIONAL STYLES */


.presentersSect{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 5% 2% 5%;
    flex-wrap: wrap;
    align-content: space-between;
    height: 300px;
    justify-content: space-between;
    font-size: 18px;
}

.presentersSectOne{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 5% 3% 5%;
    flex-wrap: wrap;
    height: auto;
    font-size: 18px;
}

.presentersSectCol{
  display: flex;
  flex-direction: column;
  padding: 0 5% 3% 5%;
  font-size: 18px;
}

.presenterContent{
  display: flex;
    flex-direction: row;
    align-items: center;
    width: 48%;
}

.presenterContentOne{
  display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}


.presenterContentFull{
  display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.presenterContentFull:nth-child(n){
  padding-bottom: 15px
}


.hAuto{
  height: auto;
}

.presenterContentFullCol{
  display: flex;
    flex-direction: column;
    width: 100%;
}

.presenter {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    min-width: 125px;
    padding: 3px 0;
    width: 15%;
}

.presenterOne {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    min-width: 125px;
    padding: 3px 0;
    width: 20%;
}

.presenter a, .presenterOne a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 7px solid #fff;
    -webkit-box-shadow: 3px 4px 8px 0 rgb(26 188 156 / 10%);
    -moz-box-shadow: 3px 4px 8px 0 rgba(26,188,156,.1);
    box-shadow: 3px 4px 8px 0 rgb(26 188 156 / 10%);
    -webkit-transition: transform .2s,box-shadow .2s;
    -moz-transition: transform .2s,box-shadow .2s;
    transition: transform .2s,box-shadow .2s;
}

.presenter a:hover, .presenterOne a:hover {
box-shadow: 5px 7px 10px 0 rgb(72 134 255 / 10%);
-webkit-box-shadow: 5px 7px 10px 0 rgb(72 134 255 / 10%);
-webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.presenterImg{
    border-radius:50%;
    width:100%;
    height: auto;
    border: none;
}

.presenter-title{
  text-align: left;
  padding-left: 5%;
  width: 80%;
}


.presenter-title-col{
  text-align: left;
  padding-left: 0;
  width: 100%;
}

.presenter-name{
  line-height: 1.1;
  margin: 0;
  color: #333950;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.9px;
  text-transform: none;
}

.presenter-name a{
  line-height: 1.1;

}

.presenter-position{
  margin: 2px 0 7px 0;
  color: #3e3e3e;
  font-style: normal;
  font-size: 17.6px;
  line-height: 20px;
}

.presentersWhole{
    padding: 0;
    background: #ebebeb;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 3%;
}

.presentersWhole p{
    margin-bottom: 0;
}

.presentersTitleBox{
  margin-bottom: 2%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    color: #ffffff;
    background: #333950;
    padding: 1% 3%;
}

.presentersTitleBoxSmall{
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  color: #ffffff;
  background: #333950;
  padding: 1%;
}

.presentersOneCol{
  height: initial;
}

.presentersFullWidth{
  width: 100%;
}

.speakers{
font-weight: bold;
    text-decoration: underline;
    font-size: 1.2em;
    margin-bottom: 0;
    color: #172e81;
}

.linkBolded{
    font-weight: bold !important;
}

.speakersTitleBox {
    margin-bottom: 5%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    color: #ffffff;
    background: #333950;
    padding: 1%;
    text-align: left;
    padding-left: 20px;
}

.speakersSect {
    display: block;
    padding: 0 3%;
    text-align: left;
}

.speakersWhole {
    padding: 0;
    background: #ebebeb;
    text-align: center;
    padding-bottom: 1%;
    margin-bottom: 3%;
}


.sidebar-detail{
  padding-left: 5%;
}

.speakersEvent {
    margin-bottom: 2%;
    background: #f0f0f0;
    padding: 2%;
}


@media (max-width: 992px){  

  .presenter {
    width: 150px;
    margin: 0;
  }

  .presenterContent {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
  }

  .presentersSect{
    height: auto;
  }


}

@media (max-width: 768px){  

.sidebar-detail{
  padding-left: 5%;
  padding-right: 5%;
}




}

@media (max-width: 576px){  
  .presentersSect{
    display: flex;
     flex-direction: column;
      height: auto;
      flex-wrap: nowrap;
  }

  .presenterContent{
      width: 100%;
  }

  .presenterContentFull{
      flex-direction: column;
  }

  .presenter-title{
    text-align: center;
    padding: 0;
    width: 100%;
}
  .presentersWhole{
      padding-bottom: 5%;
      margin-bottom: 5%;
  }

}



.speakersContNP {
    padding: 0;
    background: #ebebeb;
    padding: 2%;
}

.speakerNP{
    margin-bottom: 2%;
    background: #f0f0f0;
    padding: 2% 3% 3% 3%;
}


.speakerNameNP{
    line-height: 1.7;
    margin: 0;
    color: #292d33;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 5px;
}

.speakerNP p,{
    margin: 2px 0 0;
    color: #3e3e3e;
    font-size: 1em;
    line-height: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.speakerNP a{
    font-size: 1em;
    line-height: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.3px;
    font-weight: bold;
}

/*Event banner*/

.sliderYellowLine {
    margin: 2% 0 5% 0;
}

.eventBannerWrapper{
position: relative;
margin-bottom: 3%;
}

.eventImage{
  width: 100%;
}

.eventCaptionSection{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}

@media (max-width: 768px){ 
  .eventCaptionSection{
      padding-left: 4%;
  }
}

.eventCaptionWrap{
    width: 60%;
    text-align: left;
}

.eventCaptionContent{
    font-size: 3.3rem;
}

.sliderText {
    font-size: 1.1em;
    margin-bottom: 3px;
}

.sliderTextDetails {
    font-size: 1em;
    padding-left: 25px;
}

.smallSliderText{
    font-size: 1em;
    padding-left: 0px;
}

.smallDetailsText{
    font-size: 0.9em;
    padding-left: 25px;
}



@media (max-width: 1200px){ 
.eventCaptionContent{
    font-size: 2.7rem;
}


}
@media (max-width: 992px){ 

  .eventCaptionContent{
    font-size: 2.4rem;
}
  .eventCaptionWrap{
    width: 65%;
    text-align: left;
}

.smallSliderText{
    font-size: 0.95em !important;
    padding-left: 0px;
}

.smallDetailsText{
    font-size: 0.85em !important;
    padding-left: 25px;
}

}


@media (max-width: 768px){ 

  .eventCaptionSection{
    background: #172e81bd;
  }

.eventCaptionContent{
    font-size: 3rem;
}

.eventCaptionWrap{
    width: 100%;
    text-align: left;
}

.smallSliderText{
    font-size: 1.1em;
    padding-left: 0px !important;
}

.smallDetailsText{
    font-size: 1em !important;
    padding-left: 25px;
}
  
}


@media (max-width: 576px){ 
  .eventCaptionContent{
    font-size: 2.5rem;
}

.eventCaptionWrap{
    width: 100%;
}
  
}

.agendaContent{
display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 2%;
    width: 100%;
    font-size: 18px;
    height: auto;
    flex-wrap: wrap;
}

.agendaTopic{
width: 100%;
    padding-bottom: 10px;
    border-bottom: thin dashed #bdbdbd;
    margin-bottom: 3%;
}

.agendaTime{
  font-size: 15px;
    font-weight: bold;
}

.agendaTopicTitle{
  font-weight: bolder;
    color: #172e81;
    margin-bottom: 5px;
}
.presenterSpacing{
padding: 2%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
margin-bottom: 2%;
display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;

}


.presentersWEW{
  width: 25%;
}

.presenterWEWDetailsSect{
  padding-left: 10px;
}

.presenterWEWName{
font-size: 18px;
}

.presenterWEWPosition{
  font-size: 16px;
  max-width: 300px;
}



.keenanTitle, .bannerSmallTitle{
  font-size: 1.4em;
}

.bannerSmallTitle2{
  font-size: 1.3em;
}

.keenanTxt, .bannerSmallTxt{
font-size: 1.2em;
}

.keenanTextDetails, .bannerSmallTextDetails{
  font-size: 1.1em;
}

@media (max-width: 1200px){ 
.keenanTitle, .bannerSmallTitle{
  font-size: 1.3em;
}

.bannerSmallTitle2{
  font-size: 1.1em;
}

.keenanTxt, .bannerSmallTxt{
font-size: 1.15em;
}

.keenanTextDetails, .bannerSmallTextDetails{
  font-size: 1.1em;
}

}


@media (max-width: 992px){ 

.keenanTitle, .bannerSmallTitl{
  font-size: 1.2em;
}

.keenanTxt, .bannerSmallTxt{
font-size: 1em;
}

.keenanTextDetails, .bannerSmallTextDetails{
  font-size: 1em;
}

.bannerSmallTitle2{
  font-size: 1.1em !important;
}

}

.hhmTop{
  margin-top: 20%;
}


.hhmTitle{
  font-size: 1.8em;
}

.presenterImgNoLink{
    width: 100%;
    border: 4px solid #ffffff;
    border-radius: 100%;
}


.fashionEventCaptionWrap{
  width: 140%;
  text-align: left;
}

.fashionEventSizing{
  font-size: 3rem;
}

@media (max-width: 992px){ 

  .fashionEventSizing{
    font-size: 2rem;
  }
  .fashionEventCaptionWrap{
  width: 100%;
}

}

@media (max-width: 768px){ 

  .fashionEventSizing{
    font-size: 2.5rem;
  }

  .bannerSmallTitle2{
  font-size: 1.4em;
}

}

@media (max-width: 576px){ 
  .fashionEventSizing{
    font-size: 2.1rem;
  }

.fashionEventCaptionWrap{
  width: 100%;
}

  
}


.longEventCaptionWrap{
  width: 98%;
  text-align: left;
  margin-top: -20%;
}

.longEventSizing{
  font-size: 2.9rem;
}

@media (max-width: 992px){ 

  .longEventSizing{
    font-size: 2rem;
  }

}

@media (max-width: 768px){ 

  .longEventSizing{
    font-size: 2.5rem;
  }

}

@media (max-width: 576px){ 
  .longEventSizing{
    font-size: 2rem;
  }

.longEventCaptionWrap{
  width: 100%;
  margin-top: 0;
}

  
}



.smallT2{
    font-size: 16px;
    line-height: 20px;
}

.mingo{
    font-size: 18px;
    line-height: 20px;
}


.smallT{
    font-size: 18px;
    line-height: 20px;
}

.flex-top{
    align-items:flex-start
}

.mt-100{
  margin-top: 100px;
}

.pathways{
    width: 95%;
}

.centerFull{
  text-align: center;
  width: 100%;
  padding: 0;
}

.small2{
font-size: 0.9em;    
}


.commSaveTitle{
      font-size: 55px;
}

.commSavesubTitle{
    font-size: 1.1em;
}

  .yellowOverBlue{
    color: #ebbf14 !important;
  }

@media (max-width: 992px){ 
  .sliderMainTitle, .sliderText{
    color: #172e81 !important;
    font-size: 1.1em;
  }
  p.sliderMainTitle.white{
    color: #fff !important;
  }
  p.sliderText.white{
    color: #fff !important;
  }

  .yellowOverBlue{
    color: #ebbf14 !important;
  }

  
}



@media (max-width: 768px){ 
  .sliderMainTitle, .sliderText{
    color: #FFF !important;
  }
  .eventCaptSectOrientation{
  position: relative;
}
  .yellowOverBlue{
    color: #ebbf14 !important;
  }

}


@media (max-width: 576px){ 
  .sliderMainTitle, .sliderText{
    color: #FFF !important;
    font-size: 1.1em;
  }
    .yellowOverBlue{
    color: #ebbf14 !important;
  }

}

.underline{
  text-decoration: underline !important;
}

.boldedParag{
  font-weight: bolder;
  font-size: 2rem;
  color: #172e81;
}

.presentersCont{
  width: 100%;
  padding:  1% 3% 3% 3%;
  text-align: left;
}

.content-detail a{
  text-decoration: underline !important;
}

.titleSizingAMeedia{
  font-size: 155%;
}

@media (max-width: 1200px){ 
  .titleSizingAMeedia{
    font-size: 145%;
  }
}

@media (max-width: 992px){ 
  .titleSizingAMeedia{
    font-size: 125%;
  }

}




.longTxt1{
  font-size: 100%;
}

.longTxt2{
 font-size: 135%;
}


@media (max-width: 992px){ 

.longTxt1{
  font-size: 80%;
}

.longTxt2{
 font-size: 100%;
}

}

.summerWorkshopContainer{
  display: flex;
  flex-direction: row;
    
}

.summerWorkShopImgCont{
width: 40%;
margin-bottom: 3%;
}


.summerWorkshopImg{
width: 100%;
height: auto;
max-width: 400px;
}

.summerWorkshopTxtCont{
width: 60%;
padding: 0 3%;
}
.summerWorkshopsHeader{
  font-size: 1.3em;
  margin: 0 0 5px 0;
}


@media (max-width: 992px){ 
.summerWorkshopContainer{
  flex-direction: column;
          margin-bottom: 5%;
}

.summerWorkShopImgCont{
width: 50%;
}

.summerWorkshopTxtCont{
width: 100%;
padding: 0;
}

.summerWorkshopsHeader {
    margin: 10px 0;
}
}

@media (max-width: 576px){ 

.summerWorkshopTxtCont{
width: 100%;
}

.summerWorkShopImgCont{
width: 100%;
}

}

.eventLiEle{
  margin: 0 0 0 15px;
  padding: 0;
}

.eventLiEle li p{
      font-family: 'Helvetica Neue LT Std';
      font-size: 1.3em;
    color: #172e81;
    line-height: 1;
}

.sessionBeg{
background: #e5e5e5;
margin-bottom: 10px;
padding: 2px 0px 5px 15px ;
}

.sessionBeg h4{
  
}


@media (max-width: 576px){ 

.sessionBeg h3 {
    font-size: 18px;
}


}



.someText{
  font-size: 30px;
}

@media (max-width: 1200px){ 
  .someText{
    font-size: 24px;
  }
}

@media (max-width: 992px){ 
  .someText{
    font-size: 18px;
  }
}

@media (max-width: 768px){ 
  .someText{
    font-size: 30px;
  }
}

@media (max-width: 576px){ 
  .someText{
    font-size: 24px;
  }
}
.mb20{
    padding-bottom:20px;
}
.pb20{
    padding-bottom:20px;
}

.pNormal{
  font-size: 16px;
}

@media (max-width: 992px){ 
.longCopy, .small2{
  font-size:0.75em
}
}


.longTitle{
  font-size: 0.95em;
}

.trnsfwkLine{
border-left: 3px solid #ebbf14;
    margin-left: 15px;
    padding: 3%;
    padding-left: 15px;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.trnsfwkLineLite{
  margin-left: 0px;
  padding: 2%;
  margin-bottom: 10px;
}

.trnsfwkLine ul{
  padding-left: 25px;
  margin-bottom: 0;
}

.trnsfwkDate{
  display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1em;
    color: var(--blue);
  }

  .trnsfwkDateLite{
    margin-bottom: 0px;
  }

  .trnsfwkLine h3{
    margin-bottom: 0;
  }

  .trnsfwkLine p{
    margin-bottom: 0;
    margin-top: 7px;
  }
  
  .creatorsEventCont{
      font-size: 26px;
  }

  .sessionWrap{
background: #ececec;
    display: inline-block;
    padding: 10px;
    margin-bottom: 3%;
  }

  .sessionTitle{
display: inline;
    font-weight: 900;
    font-size: 24px;
    margin: 0;
    padding: 5px;
    line-height: 1;
  }

  .sessionType{
    font-size: 24px;
    /* border-left: 5px solid #172e81; */
    /* padding-left: 5px; */
    padding: 5px 10px;
    background: #5f5f62;
    display: inline-block;
    font-weight: 900;
    color: white;
  }

  .titleMark{
    margin: 0;
    font-size: 20px;
  }

  .alignItems-center{
    align-items: center;
  }

    .alignItems-top{
    align-items: top;
  }

.agendaText {
    /* margin: 5% 0; */
    display: block;
    line-height: 1.1;
}

.agendaTextLi{
  list-style: disc;
}

.center-fullw{
  text-align: center;
  width: 100%;
}

.center-fullw .speaker-name{
  text-align: center;
}

.center-fullw .speaker-info{
  text-align: center;
}
.noPadBot{
  padding-bottom: 0!important;
}

.noPad{
  padding: 0!important;
}

.speaker-name a{
  font-weight: bold;
}


.longTxtEventSizing{
  font-size: 3rem;
}

@media (max-width: 1200px){ 
  .longTxtEventSizing{
    font-size: 2rem;
  }
}

@media (max-width: 768px){ 
  .longTxtEventSizing{
    font-size: 2.5rem;
  }
}

.attention{
  font-family: 'Helvetica Neue LT Std';
    font-weight: 900;
    font-size: 22px;
    color: #172e81;
}

 .noBreak{
   word-break: unset;
   display: inline-block;
}

.titleCase{
    text-transform: unset !important;
}

.keyNote{
  display: inline-block;
    font-weight: 900;
    font-size: 18px;
    background: #dadada;
    margin-bottom: 0;
    position: relative;
    bottom: -15px;
    padding: 2px 5px;
}


/*PR event*/
.nycExpItemWrap{
  display: flex;
  flex-direction: row;
}

.nycExpItemWrap img{
  padding-right: 15px;
}

@media (max-width: 576px){ 
.nycExpItemWrap{
  flex-direction: column;
}

.nycExpItemWrap img {
    padding-right: 0px;
    padding-bottom: 15px;
}
}

.wewPlanName{
    font-size: 24px;
    border-left: 4px solid #ebbf14;
    padding: 5px 19px;
    background: #ebebeb;
    display: inline-block;
}

.wewPlanPrice{
 color: #000;
}

.wewHighlight{
    border-left: 4px solid #ebbf14;
    padding: 5px 19px;
    display: block;
}

.wewHighlight span{
  font-family: 'HelveticaNeueLTStd-Bd',Helvetica,Arial,sans-serif;
  font-size: 22px;
  color: #172e81;

}

.wewHighlight p{
  font-size: 19px;
  font-weight: bold;

}

.speakerExp{
  width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.speakerExp a{
  max-width: 150px;
  border-radius: 62%;
  background-color: white;

}

.speakerImgExp{
  border-radius: 65%;
    width: 100%;
    height: auto;
    border: none;
}

.speaker-content-wrapExp{
width: 70%;
margin-top: 20px;
}

.speakerTitleExp{
  text-align: center;
    font-weight: normal;
    font-size: 16px;
 
}

.speaker-infoExp{
  margin: 8px 0 7px 23px !important;
    color: #3e3e3e;
    font-style: normal;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
}

.blockSep{
  margin-top: 15px;
  margin-left: 20px;
  display: block;
}


.bannerTextSmall{
  font-size: 3rem;
}

.smallHeading{
  font-size: 1.3em;
}

.smallHeadingP{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0px;
}

@media (max-width: 992px){  
  .bannerTextSmall{
    font-size: 2.5rem;
  }
}

@media (max-width: 768px){  
  .bannerTextSmall{
    font-size: 3rem;
  }
}

@media (max-width: 576px){  
  .bannerTextSmall{
    font-size: 2.2rem;
  }
}

.speakerLogo{
  margin-top: 15%;
}




/**/

.captionWrapper{
  font-size: 3rem;
  margin-right: 10%;
}

@media (max-width: 1200px){ 
  .captionWrapper{
    font-size: 2.5rem;
  }

}

@media (max-width: 992px){ 

  .captionWrapper{
    font-size: 2rem;
    margin-right: 20%;
  }

  .captionWrapper .bannerSmallTitle{
    font-size: 2.5rem;
  }


}

@media (max-width: 768px){ 

  .captionWrapper{
    font-size: 2.5rem;
    margin-right: 0;
  }

  .captionWrapper .bannerSmallTitle{
    font-size: 1.4em;
  }

}

@media (max-width: 576px){ 
  .captionWrapper{
    font-size: 2.1rem;
    margin-right: 0;
  }


}

.logoSect {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem; 
}

.logoSect img {
  max-height: 80px;    
  width: auto;         
  flex: 1 1 auto;     
  object-fit: contain;   
}

@media (max-width: 600px) {
  .logoSect {
    justify-content: center;
  }

  .logoSect img {
    max-height: 60px;
  }
}


.agendaTextHeader{
  font-size: 18px;
    color: #000;
    margin: 0;
}

.sliderMainTitle {
    font-size: 1.7em;
}

.sliderMainTitleSmall{
    font-size: 1.5em;
    font-family: 'Helvetica Neue LT Std', Helvetica, Arial, sans-serif;
    display: block;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    color: #172e81;
}


.pHeader{
  font-size: 1.5em;
  font-weight: bold;
}

.bannerPadLeft{
  padding: 0 0 0 5%;
}

.sliderBlueLine {
    border-left: 8px solid #172e81;
    padding-left: 18px;
    margin: 2% 0;
    margin-left: 0px;
}

@media (max-width: 768px){ 
  .sliderMainTitleSmall{
      color: #FFFFFF;
  }

  .bannerPadLeft{
    padding: 0 5% 0 5%;
  }

  .sliderBlueLine {
      border-left: 8px solid #FFFFFF;
  }

}

.ctaBtnWrapper{
  width: 100%;
  max-width: 260px;
}

.addressIcon{
	color: #172e81;
	padding-right: 5px;
}