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

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

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


body{
  font-family:Sen,sans-serif !important;
}




.menu-arrow-bg{
background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20320%20512'%20width='7px'%20height='11px'%20fill='%23e7edf6'%3E%3Cpath%20d='M34.52%20239.03L228.87%2044.69c9.37-9.37%2024.57-9.37%2033.94%200l22.67%2022.67c9.36%209.36%209.37%2024.52.04%2033.9L131.49%20256l154.02%20154.75c9.34%209.38%209.32%2024.54-.04%2033.9l-22.67%2022.67c-9.37%209.37-24.57%209.37-33.94%200L34.52%20272.97c-9.37-9.37-9.37-24.57%200-33.94z'/%3E%3C/svg%3E")  !important;

}

.ic.menu .line {
  background-color: #e7edf6 !important;
}


@media only screen and (max-width: 1000px) {
    .ic.menu {
        display: block;
        padding-top: 10px !important;
    }
}

.globe_class {
  background-image: url("https://2534635.fs1.hubspotusercontent-na1.net/hubfs/2534635/world.png") !important;
  background-size: 30px 30px; 
}

.lang_list_class {
  display: none;
}

.globe_class.open .lang_list_class {
  display: block;
}







/* --- modern dropdown look --- */
.header__lang-switcher .lang_list_class{
  position:absolute; top:100%; left:0;
  min-width:220px; margin:8px 0 0; padding:6px 0; list-style:none;
  background:#fff; border:1px solid #e5e7eb; border-radius:10px;
  box-shadow:0 10px 28px rgba(0,0,0,.12); z-index:1000;
}
.header__lang-switcher .lang_list_class li{margin:0;}
.header__lang-switcher .lang_switcher_link{
  display:flex; align-items:center; gap:10px;
  padding:10px 14px; border-radius:8px;
  text-decoration:none; background:transparent;
  /* hide HubSpot's original label text cleanly */
  font-size:0; line-height:1;
}
.header__lang-switcher .lang_switcher_link:hover{ background:#f3f4f6; }

/* flag */
.header__lang-switcher .lang_switcher_link::before{
  content:""; width:22px; height:16px; flex:0 0 22px;
  background-size:cover; background-position:center; border-radius:3px;
  box-shadow:0 0 0 1px rgba(0,0,0,.15) inset;
}

/* our visible label (country name) */
.header__lang-switcher .lang_switcher_link::after{
  /* restore text size ONLY for the pseudo-label */
  font-size:15px; font-weight:600; color:#1f2937; content:"";
}

/* map flags to data-language */
.lang_switcher_link[data-language="en-us"]::before { background-image: url("https://2534635.fs1.hubspotusercontent-na1.net/hubfs/2534635/us.svg"); }
.lang_switcher_link[data-language="en-ca"]::before { background-image: url("https://2534635.fs1.hubspotusercontent-na1.net/hubfs/2534635/ca.svg"); }
.lang_switcher_link[data-language="en-gb"]::before { background-image: url("https://2534635.fs1.hubspotusercontent-na1.net/hubfs/2534635/gb.svg"); }
.lang_switcher_link[data-language="en-au"]::before { background-image: url("https://2534635.fs1.hubspotusercontent-na1.net/hubfs/2534635/au.svg"); }

.lang_switcher_link[lang="en-us"]::after{content:"US / Global";}
.lang_switcher_link[lang="en-gb"]::after{content:"United Kingdom";}
.lang_switcher_link[lang="en-au"]::after{content:"Australia";}
.lang_switcher_link[lang="en-ca"]::after{content:"Canada";}


.lang_list_class li{
  border:none !important;
  
}


ul.main-nav>li>a{
  display: inline-block !important;
  
  
}

.menu-arrow-bg{
/*       margin-left: -5px !important; */
}


ul.main-nav li.top-level-link:nth-child(1) > a.mega-menu,
ul.main-nav li.top-level-link:nth-child(2) > a.mega-menu,
ul.main-nav li.top-level-link:nth-child(3) > a.mega-menu,
ul.main-nav li.top-level-link:nth-child(4) > a.mega-menu,
ul.main-nav li.top-level-link:nth-child(5) > a.mega-menu
 {
    display: none !important; /* force it hidden */
}

a{
  color: #061744 !important;
}
  

@media (max-width: 768px) {
  .globe_class {
    margin-left: 165px;
    margin-top: -50px;
  }
  .top-level-link span{
    color: #061744 !important;
}
}

.elements--post--blog__image{
    margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.blog-post__meta{
  
      margin-top: -50px;
}

@media (max-width: 768px) {
 .blog-post__meta{
  
      margin-top: 0px;
}
}


@media (max-width: 768px) {
 .cell_17570568029062-padding{
  
      padding-top:0px !important;
}
  .cell_1757056745902-padding{
    
     padding-bottom:0px !important;
    
}