















/* @import url('http://example.com/example_style.css'); */






@font-face {
  font-family: 'ElegantIcons';
  src:  url(//8061671.fs1.hubspotusercontent-na1.net/hubfs/8061671/raw_assets/public/Event_Landing_child/css/fonts/ElegantIcons.woff) format('woff'),
        url(//8061671.fs1.hubspotusercontent-na1.net/hubfs/8061671/raw_assets/public/Event_Landing_child/css/fonts/ElegantIcons.ttf) format('ttf');
        url(//8061671.fs1.hubspotusercontent-na1.net/hubfs/8061671/raw_assets/public/Event_Landing_child/css/fonts/ElegantIcons.svg) format('svg');
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Start Custom Top Nav */
#top-header {
  padding: 0.75rem 30px 0.75rem 30px;
  background-color: #0f2025;
  font-weight: 600;
  line-height: 1em;
  font-size: 12px;
}

#top-header>.row-fluid {
  display: flex;
  justify-content: space-between;
}

#et-info a,
#et-secondary-menu a {
  color: #ffffff;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #ffffff;
}

#et-info {
  display: flex;
}

#et-info-phone {
  margin-right: 13px; 
}

#et-info-phone:before {
  font-family: 'ElegantIcons';
  content: "\e090";
  position: relative;
  top: 2px;
  margin-right: 2px;
  color: #ffffff;
}

#top-header .et-social-icons,
#top-header #et-secondary-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

#top-header .et-social-icons li {
  margin-left: 12px;
  margin-top: -2px;
}

.et-social-icon span {
  display: none;
}

.et-social-icon a:before {
  font-family: 'ElegantIcons';
}

.et-social-facebook a.icon:before {
  content: "\e093";
}

.et-social-linkedin a.icon:before {
  content: "\e09d";
}

#et-secondary-menu {
  display: flex;
  margin-left: auto;
}

#et-secondary-nav li {
    margin-right: 15px;
}

#et-secondary-nav>li:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
  #et-secondary-menu {
    display: none;
  }
}
/* End Custom Top Nav */

/* Start Agenda/Schedule Tabbing Module Overrides */
#hs_cos_wrapper_dnd_area-module-4 .card__outer .card-header .card-link:after {
  color: #ffffff !important;
  background: #013145 !important;
}
/* End Agenda/Schedule Tabbing Module Overrides */

/* Start Main Nav Overrides */
.hs-item-has-children>a:first-child:after {
    font-family: 'ElegantIcons';
    content: "3";
    font-size: 16px;
    right: 0;
    top: 0;
    font-weight: 800;
}
/* End Main Nav Overrides */

/* Start Main Nav Fix */
@media (min-width: 992px) {
  .header-lite-menu>.hs-menu-wrapper>ul>li>a {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 1;
    text-decoration: none;
  }
  
  .header-lite-menu>.hs-menu-wrapper>ul>li>a,
  .header-lite-menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li>a {
    font-family: Archivo Narrow;
    font-size: 14px;
    font-weight: regular;
  }
  
  .header-lite-menu>.hs-menu-wrapper>ul>li>a:hover {
    opacity: 0.7 !important;
  }
  
  .header-lite-menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper,
  .header-lite-menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li>.hs-menu-children-wrapper,
  .header-lite-menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li>.hs-menu-children-wrapper>li>.hs-menu-children-wrapper {
    background-color: #013145;
  }
  
  .header-lite-menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li>.hs-menu-children-wrapper>li>.hs-menu-children-wrapper {
    left: 100%;
    min-width: 10rem;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    top: 0;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transition: .15s ease;
    visibility: hidden;
    width: auto;
  }
  
  .header-lite-menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li>.hs-menu-children-wrapper>li:hover>.hs-menu-children-wrapper {
    left: 100%;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
  }
}
/* End Main Nav Fix */

/* Start Slick Slider Overrides */
#hs_cos_wrapper_dnd_area-module-12 .test_boxs .slick-prev:before,
#hs_cos_wrapper_dnd_area-module-12 .test_boxs .slick-next:before {
  color: #ffffff !important;
}
/* End Slick Slider Overrides */