
a.active-language {
color: #0072bc;  
  text-decoration: none;
}

a.not-active {
 color: #333; 
  text-decoration: none;
}

a.active-language:hover {
color: #0072bc;  
}

a.not-active:hover {
  color:#0072bc;
}

.language-toggle {
  padding:15px 0;
  font-size:16px;
  display:inline-block;
}

.top-bar-right a:hover,
.top-bar-right a:focus {
  color:#0072bc;
}

.custom-header-wrapper .bottom-bar-wrapper {
  display: flex;
  justify-content: space-between;
}

/* Menu Positioning */
.custom-header-wrapper .bottom-bar-wrapper.side_by_side {
  display: flex;
  justify-content: space-between;
}

.custom-header-wrapper .bottom-bar-wrapper.side_by_side .logo-wrapper {
  width: 20%;
}

.custom-header-wrapper .bottom-bar-wrapper.side_by_side .menu-wrapper {
/*   width: 80%; */
}

@media (max-width: 768px) {
  .custom-header-wrapper .bottom-bar-wrapper.side_by_side .logo-wrapper {
    width: 80%;
  }
}

/* MENU LINKS */

.menu-wrapper {
  display: flex;
}

.custom-header-wrapper .bottom-bar-wrapper.top_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.custom-header-wrapper .bottom-bar-wrapper.top_bottom .menu-wrapper {
  width: 100%;
}

.custom-header-wrapper .bottom-bar-wrapper.top_bottom .logo-wrapper {
  width: 100%;
  text-align: center;
}
.custom-header-wrapper .bottom-bar-wrapper.top_bottom .menu-wrapper .desktop-menu {
  text-align: center; 
}
.custom-header-wrapper .bottom-bar-wrapper.top_bottom .menu-wrapper .desktop-menu .hs-menu-wrapper {
  float: none; 
}

/* End Positioning */

.custom-header-wrapper .bottom-bar-wrapper .logo-wrapper img {
  width:210px!important;
  max-width: 210px; 
}


.main-header-wrapper {
  -webkit-box-shadow: 0px 1px 20px rgba(7,7,7,0.1);
  box-shadow: 0px 1px 20px rgba(33,35,77,0.1);
}


.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper {
  float: right; 
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper a {
  padding: 10px 18px; /* Default 10px 24px */
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1 {
  display: inline-block;
  position: relative;
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul {
  padding-left: 0px;
  list-style: none;
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 100;
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul{
  left:100%;
}

.hs-menu-item > li:nth-child(odd)  {
  font-weight: 400;
}


.menu-inside, .menu-inside-2 {
  float: right;
  display: flex;
  justify-content: right; 
  align-items: center;

}

.menu-inside-2 {
  float:right;
}

@media (max-width: 980px) {
  .menu-inside {
    position: relative;
  }
}

.menu-inside .menu-cta {
  padding: 10px 25px 10px 25px;
}

.default-btn {
  color: #fff;
  text-decoration: none;
  background: grey;
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-container-wrapper {
   position: fixed;
    z-index: 10;
    width: 100%;
    background: white;
/*   border-bottom: 1px solid #e8e8e8; */
    transition: 0.8s;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
-moz-box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
  transition: 0.25s;
  transition-timing-function: ease-out;
}


/* Dropdown Styling */
.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu li.hs-item-has-children > a:after {
  content: '\f078';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  color: #262628;
  font-size:0.75em;
  right: 5px;
  top: 15px;
}



/* Mega Menu Styling */


.mega-menu {
  list-style: none;
  padding-left: 0px;
}

.mega-menu .main-nav-wrapper {

}

.mega-menu .main-nav-item {
  padding: 10px 25px; 
}

.mega-menu li {
  display: inline-block; 
}

.hs-menu-item .hs-menu-depth-2 a:hover {
  background-color:#f4f4f4;
}

.mega-menu .mega-child-menu {
  display: none; 
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;

  padding: 45px 10px;
}

.mega-menu .make-relative {
  position: relative;
}

.mega-menu .normal-nav {
  top: 25px !important;
}

.mega-child-container {
  display: flex; 
}

.mega-image {
  max-width: 300px; 
  margin-right: 45px;
}

.mega-menu .mega-child-menu li {
  display: block !important; 
}

.mega-menu .mega-child-menu li a {
  padding: 15px 0px !important;
  width: 100% !important;
  display: block;
}

.mega-menu .menu-wrapper {
  padding: 0px 25px; 
}

.mega-menu li:hover .mega-child-menu {
  display: block; 
}

.mega-menu .hs-menu-wrapper {
  width: 100%; 
}

.mega-menu .hs-menu-wrapper ul {
  padding-left: 0px; 
}


/* Topbar Styling */

.top-bar-container {
  display: flex;
  justify-content: space-between;
  position:relative;
  z-index:10;
 
}


@media (max-width: 1212px) { /*Default 980px */
  .desktop-menu, .desktop-cta {
    display: none; 
  }


}

/* ==========================================================================
Off-Canvas Menu                              
========================================================================== */
.off-canvas-menu {
  position: fixed;
  z-index: 1001;
/*   top: 0; */
  left: 0;
  margin: 0 !important;
  height: 100%;
  width: 100%;
  min-width: 200px;
  max-width: 200px;
  background: #fff;
  padding: 1em;
  font-size: 1.15em;
  transform: translate3d(-300px,0,0);
  transition: all 250ms ease;
  will-change: transform;
   overflow-y: auto;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
-moz-box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25);
}

.off-canvas-menu .hs-menu-depth-1.show-menu>ul.hs-menu-children-wrapper {
  position:relative!important;
  display:block;
  max-height:100%!important;
  visibility:visible!important;
}

/* Normal Mobile */ 

.normal {
  display: none; 
  text-align: center;
  border: solid 1px #e6e6e6; 
}

.normal ul {
  list-style: none;
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin: 0;
}

.normal ul li {
  background: #fff;
  border-bottom: 3px solid #f0f0f0; 
}

.normal .hs-menu-children-wrapper {
  display: none; 
}

.normal a {
  padding: 1.5em;
  display: block; 
}

.normal ul li a{
  padding: 1.5em;
  display: block;
  font-weight: bold;
}

.show-menu .normal {
  display: block;
}

.normal .hs-item-has-children {
  position: relative; 
  text-align: center;
}

.normal .hs-item-has-children:before {
  content: '\f0dd';
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: 'Font Awesome 5 Pro';
}

.normal .hs-item-has-children:after {
  content: '';
  width: 100%;
  height: 66px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}


.normal .dropdown .hs-menu-children-wrapper {
  display: block; 
}

.normal .hs-menu-depth-2 {
  border: none; 
}

.normal .hs-menu-depth-2 a{
  text-align: center !important;
  padding: 1.5em !important;
  font-weight: normal !important;
}


/* Show menu */
.show-menu .off-canvas-menu {
  transform: translate3d(0,0,0);
  box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.24);
}
.off-canvas-menu a { 
  padding: 0.75em;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.off-canvas-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul > li.hs-menu-item.hs-menu-depth-2 a {
  background-color:#fff;
  color:#000;
  text-transform:initial;
  text-align:left;
}

@media (max-width:980px) {

  .custom-header .hs-menu-wrapper.hs-menu-flow-horizontal ul > li:last-child > a {
    background-color:#000;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
  }

}



/* Second level menu */
.off-canvas-menu .hs-menu-depth-1.hs-item-has-children {
  perspective: 1000px;
}
.off-canvas-menu .hs-menu-depth-1 > ul.hs-menu-children-wrapper {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  transform: scale(1,0) rotateX(-90deg);
  transition: all .2s ease;
  opacity: 0 !important; /* important to overwrite hubspot styles */
  max-height: 0;
  will-change: transform;
}

/* Show second level menu */
.off-canvas-menu .hs-menu-depth-1.show-menu > ul.hs-menu-children-wrapper {
  transform: scale(1,1) rotateX(0deg);
  opacity: 1 !important; /* important to overwrite hubspot styles */
  max-height: 220px; /* hack to animate height - change this if your second level menu is taller than 220px */
}
.off-canvas-menu .hs-menu-depth-1.hs-item-has-children {
  padding-right: 0.5em;
}
.off-canvas-menu .hs-menu-depth-1.hs-item-has-children > a:after {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 6px dashed #0072bc;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: " ";
  position: absolute;
  top: 1.2em;
  right: 0.5em;
  transform: rotate(0);
  transition: all 500ms;
}
.off-canvas-menu .hs-menu-depth-1.hs-item-has-children.show-menu > a:after {
  transform: rotate(180deg);
}

.menu-toggle {
  display: none; 
/*   position: absolute; */
  top: 20%;
  right: 0;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border-radius:50%;
}

.menu-toggle i, .menu-toggle svg {
  font-size: 2.25em;
  color: #fff;
}

/* Off Canvas Menu */

.off-canvas-menu ul{
  list-style: none;
  padding: 0;
}

.off-canvas-menu ul li {
  margin-bottom: 15px;
  width: 100%;
}

.off-canvas-menu ul li a {
  display: block;
  width: 100%;
  color: #000;
  padding:10px 0!important;
  border:none;
}

.off-canvas-menu ul li a:hover,
.off-canvas-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul>li.hs-menu-item.hs-menu-depth-2 a:hover {
  color:#0072bc;
}


.off-canvas-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul>li.hs-menu-item.hs-menu-depth-2 a {
  font-size:1.125em !important;
}

.off-canvas-menu ul li:last-child a {
  background-color:#0072bc;
  color:#fff;
  text-align:center;
  border-radius:5px;
}

.off-canvas-menu ul li:last-child a:hover {
  background-color:#000;
}


/* TOGGLE MOBILE MENU WHEN THE SCREEN WIDTH IS THIS SIZE */
@media (max-width: 1212px) { /* DEFAULT 980px */
 .menu-toggle {
   display: block;
  }
}

/* HIDE DESKTOP MENU WHEN SCREEN WIDTH IS THIS SIZE */
@media(max-width: 1212px) { /* DEFAULT 960px */
 .desktop-nav {
   display: none !important;
  }
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.custom-header {
 position: absolute; 
 width: 100% !important;
}

.custom-header.sticky {
  display:none; 
}

.custom-header.sticky.show {
  display:block;
  background-color:#000;
  position:fixed;
  z-index:999;
  -webkit-box-shadow: 0px 1px 20px rgba(7, 7, 7, 0.1);
  box-shadow: 0px 1px 20px rgba(33, 35, 77, 0.1);
}

.custom-header.sticky img {
  max-width:200px;
  margin-top:5px;
}



.nav-bar {
  
}

.nav-logo {
  padding-top:25px;
}


.nav-menu ul {
  float:right;
  margin-top:30px!Important;
}

.custom-header.sticky.show .nav-menu ul { 
  margin-top:0px!important; 
}

.nav-menu ul li {
 display: inline-block; 
  padding: 15px 0px;
  font-size: 1.25em;
  margin-right:35px;
}

.nav-menu ul li a {
 text-decoration: none; 
  color: #fff;
  position: relative;
  font-size: 1em;
  padding:15px 0;
  letter-spacing:0.11em;
}

.nav-menu ul li:last-child {
  margin-right:0px;
}

.nav-menu .hs-menu-children-wrapper {
  margin-top: 0px !important;
  background: #fff;
  padding: 15px 0 !important;
  box-shadow: 0 3px 5px rgba(0,0,0,0.25);
}

.nav-menu .hs-menu-children-wrapper li {
  width: 100%;
  margin-right: 0px;
  padding: 0px;
}

.nav-menu .hs-menu-children-wrapper li a {
  background: #fff;
  color: #000 !important;
  padding: 15px 25px;
}


.nav-menu  .hs-menu-children-wrapper li a:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 999;
}

.nav-menu .hs-menu-children-wrapper li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu .hs-item-has-children {
 position: relative;
}

.nav-menu .hs-item-has-children:after {
  position: absolute;
  font-size: 1em;
  content: '\f0dd';
  color: #fff;
  font-family: 'Font Awesome 5 Pro';
  right: -15px;
  top: 28px;
}

@media (min-width:767px) {
  .sticky .nav-menu ul li.hs-menu-depth-1:last-child a {
  border:2px solid #fff!important;
}
  
}

.nav-menu ul li.hs-menu-depth-1:last-child a{
  padding: 15px 25px;
 background: #000;
  color: #fff;
  text-transform:uppercase;
  font-size: 1em;
  text-decoration: none;
  font-weight: 700;
      letter-spacing: 0.11em;
  border:none!Important;
}




.nav-menu ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Off Canvas Menu */

.off-canvas-menu ul{
list-style: none;
padding: 0;
}

.off-canvas-menu ul li {
  margin-bottom: 15px;
  width: 100%;
}

.off-canvas-menu ul li a {
 display: block;
 width: 100%;
 color: #000;
  max-width:100%!important;
}
 

/* Hamburger Menu */


 #nav-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

 #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 0px;
}

.custom-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width:none;
  overflow:none;
  display:block;
  text-overflow:unset;
}

/* Top Bar styles */

.top-bar-container {
  padding:0px!important;
}

.top-link {
  color:#333;
  padding:15px 15px 15px 30px;
  text-decoration:none;
  display:inline-block;
  font-size:1em;
}

.top-bar-btn {
  background-color:#0072bc;
  padding:15px 30px 15px 30px;
  text-decoration:none;
  color:#fff;
  font-weight:500;
  display:inline-block;
  margin-left: 25px;
  font-size:1em;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;  
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);  
}


.top-bar-btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004c7d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


.top-bar-btn:hover, .top-bar-btn:focus, .top-bar-btn:active {
  color: #fff!important;
}

.top-bar-btn:hover:before, .top-bar-btn:focus:before, .top-bar-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



a#phone,
a#help-center,
a#login{
  position:relative;
}

/*a#phone:before {
  content: '\f095';
  font-family: 'Font Awesome 5 Pro';
  font-weight:bold;
  margin-right:5px;
}

button#help-center:before {
  content: '\f128';
  font-family: 'Font Awesome 5 Pro';
  font-weight:bold;
  margin-right:5px;  
}

a#login:before {
  content: '\f007';
  font-family: 'Font Awesome 5 Pro';
  font-weight:bold;
  margin-right:5px;   
}
*/

@media (max-width:767px) {
  button#help-center,
  .top-bar-btn{
    display:none;
  }

  a#login {
    float:right;
    padding-right:0px;
  }
  a#phone {
    float:left;
    padding-left:0px;
  }

  .top-bar-right {
    width:100%;
  }
}

li.active-branch > a,
li.active-branch > a:after {
  color:#0072bc!important;
}


/* Dropdown for Help Center */

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

button#help-center:hover {
  cursor:pointer;
  color:#0072bc;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #666;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f9f9f9}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

button#help-center {
  background:transparent;
  border:none;
}

.dropdown button {
    font-family: effra,sans-serif;
    font-weight: 400;
}


@media (max-width:767px) {
  .top-bar-left {
    width:100%;
    display:block;
    text-align:center;
  }
  .top-bar-container {
    flex-wrap:wrap;
  }
  
}

@media (max-width:479px) {
  .french .top-link{
    font-size:0.875em;
        padding: 15px 10px 15px 10px;
  }
}

.custom-header-wrapper .bottom-bar-wrapper .menu-wrapper .desktop-menu .hs-menu-wrapper a {
  font-weight:700;
}


/* Line Divider After Language Toggle */
.hs-menu-item:nth-child(6)  {
/* border-right: 1px solid #E8E8E8; */
}

@media (max-width: 767px) {
  .hs-menu-item:nth-child(6)  {
border-right: none;
}
}




/* Button Styling for Sign Up [Desktop] */
.hs-menu-item:last-child {
  background-color:#0072bc;
  text-align:center;
  border-radius:5px;
}

.hs-menu-depth-2 {
  background-color: white !important;
}
/* Hover State for Sign Up Button [Desktop] */
.hs-menu-item:last-child:hover {
  background-color: #59c5ef;
  color: #fff;
}

/* Font Colour for Sign Up Button [Desktop] */
li.hs-menu-depth-1:last-child a  {
  color: #fff !important;
}

/* Adding Font Awesome Icon Before Language Toggle */
li.hs-menu-depth-1:nth-child(6) a:before {
/*     content: '\f0ac'; /*Globe Icon */ */
/*     position: absolute; */
/*     font-family: 'FontAwesome'; */
/*     color: #333; */
/*     font-size: 15px; */
/*     left: 5px; */
/*     top: 11px; */
}



/* Unbold the Menu Links except the Login and Sign Up Links */
li.hs-menu-depth-1:nth-child(-n+7) a {
  font-weight:400 !important;
}


/* LOGIN LINK */
.desktop-menu li.hs-menu-depth-1:nth-child(8) a {
   color: #333 !important;
/*     margin-left:8px !important; */
}


.mobile-menu li.hs-menu-depth-1:nth-child(8) a {
   font-weight: 400 !important;
}
.mobile-menu li.hs-menu-depth-1:nth-child(9) a {
   color: #0072bc !important;
}
  

  @media (max-width: 767px) {
    .custom-header-wrapper .bottom-bar-wrapper .logo-wrapper img {
      width:150px;
      max-width: 150px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
      font-weight: 600;
      border-bottom: 1px solid #e8e8e8;

    
}
    
    .fixedPosition
 {
    position: fixed;
 }
    

.row-fluid [class*="span"] {
      min-height:0px !important;
    }
}

@media only screen and (max-width:1213px) {
 .active-branch {
   display:flex !important;
   flex-direction:column-reverse;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display:flex !important;
    flex-direction:column-reverse;
    margin-bottom:100px !important;
  }
}

