/* Body */

body:before,
body:after{
  background: #254277;
  height: 50px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -45px; 
    -moz-transform: skew(0deg, -1deg);
    -webkit-transform: skew(0deg, -1deg);
    -o-transform: skew(0deg, -1deg);
    -ms-transform: skew(0deg, -1deg);
  transform: skew(0deg, -1deg);
  transform-origin: right center;
  z-index: 999;
}

body:before{
  width: 51%;
}

body:after{
  left: 50%;
    -moz-transform: skew(0deg, 1deg);
    -webkit-transform: skew(0deg, 1deg);
    -o-transform: skew(0deg, 1deg);
    -ms-transform: skew(0deg, 1deg);
  transform: skew(0deg, 1deg);
  transform-origin: left center;
  width: 50%;
}




/* MOBILE SETTINGS */

#mobile-menu-src{
  display: none;
}

/*
  JQuery Simple MobileMenu
  https://github.com/Position2/jQuery-Simple-MobileMenu

  + First Insight - Customization
*/
body.mmactive {
  overflow: hidden;
}

.mobile_menu {
  display: none;
  position: relative;
}

.sm_menu_outer {
  height: calc(100vh);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  bottom: auto;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #0e295a;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  top: 0;
  transition: opacity 0.2s;
}
    
  @media screen and (min-width: 1024px) {
    .sm_menu_outer {
      display: none;
    }
  }
  .sm_menu_outer.active {
    opacity: 1;
    z-index: 999;
  }

    .sm_menu_outer.active .mobile_menu {
      display: block;
      margin: 0;
      padding: 0;
    }

  .sm_menu_outer ul{
    padding: 0;
  }

    .sm_menu_outer .mobile_menu > li:first-child{
      padding-top: 80px;
    }
    .sm_menu_outer .mobile_menu > li:last-child{
      border-bottom: none;
    }

    .sm_menu_outer .mobile_menu li.back{
      border: none;
      padding-top: 8x;
    }
      .sm_menu_outer .mobile_menu li.back a {
        color:  #f8f8c9;
        font-size: 20px;
        padding: 100px 5px 20px 15px;
        background: url("https://cdn2.hubspot.net/hubfs/160569/arsenal-studios/navigation/left-carat-yellow.svg") no-repeat scroll 15px center / 5% auto;
        background-position: 15px 25px;
        background-size: 12px auto;
        position: relative;
      }
        /* back word */
        .sm_menu_outer .mobile_menu li.back a:before {
          content: "Back";
          display: inline-block;
          font-size: 18px;
          left: 55px;
          position: absolute;
          text-transform: uppercase;
          top: 21px;
        }
        /* separation line */
        .sm_menu_outer .mobile_menu li.back a:after {
          background: rgba(255,255,255,0.17);
          content: "";
          display: block;
          height: 1px;
          left: 0;
          position: absolute;
          top: 75px;
          width: 100%;
        }

  .sm_menu_outer .mobile_menu a {
    color: white;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 15px;
    text-transform: none;
    text-decoration: none;
  }

    .sm_menu_outer .mobile_menu > li > a {
      font-size: 16px;
    }

    /*Sub Menu animated */
    .sm_menu_outer.slide .mobile_menu .hs-menu-children-wrapper {
      background-color: #254277;
      height: auto;
      min-height: 100%;
      position: absolute;
      right: -100%;
      top: 0;
      transition: all 0.5s ease 0s;
      width: 100%;
      z-index: 999;
    }
    .sm_menu_outer.slide .mobile_menu li.active>.hs-menu-children-wrapper {
      right: 0;
    }

  .sm_menu_outer .mobile_menu li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255,255,255, 0.17);
    color: #ffffff;
  }
    .sm_menu_outer .mobile_menu > li:first-child a{
      border-top: 1px solid rgba(255,255,255, 0.17);
    }
    .sm_menu_outer.slide .mobile_menu li.hasChild > a {
      background: url("https://cdn2.hubspot.net/hubfs/160569/arsenal-studios/navigation/right-carat-white.svg") no-repeat scroll 97.5% center / 5% auto;
      background-size: 12px auto;
    }

/* Mobile - Call to action */

  #mobile-cta span{
    display: block;
  }
    #mobile-cta > span{
      padding: 0 15px;
    }

  #mobile-cta .cta_button{
    background: #575DF0 !important;
    border-radius: 0 !important;
    display: block !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0 0 25px;
    padding: 7px 17px !important;
  }
 
  #mobile-phone .is-button.is-hollow{
    padding: 7px 17px !important;
  }
/* Mobile - Phone */
#mobile-phone{
  padding: 0 15px 25px;
}
  #mobile-phone .is-button{
    font-size: 20px;
    font-weight: bold;  
    max-width: none;
    width: 100%;
  }

/* Mobile - Social links */
#mobile-social{
  background: #0e295b;
  padding: 20px 15px 10px;
  text-align: center;
}
  #mobile-social a{
    display: inline-block;
  }
  #mobile-social ul{
    margin: 0;
  }
  #mobile-social li{
    display: inline-block;
    margin: 0 30px 10px 0;
    vertical-align: top;
  }
    #mobile-social li:last-child{
      margin-right: 0;
    }

  #mobile-social img{
    height: 35px;
    width: 35px;
  }

.sm_menu_outer{
  background: #254277 ;
  bottom: auto;
  top: 0;
}
    @media screen and (min-width: 992px) {
      .sm_menu_outer{
        display: none;
      }
    }

  .sm_menu_outer > ul > li:first-child{
    padding-top: 90px;
  }
  
  .sm_menu_outer > ul > li > a{
    background-color: #254277;
  }

  .sm_menu_outer > ul > li.hasChild>a,
  .sm_menu_outer.slide > .mobile_menu > li.hasChild>a{
    background-size: 9px 17px;
  }

  .sm_menu_outer .mobile_menu,
  .sm_menu_outer.active .mobile_menu{
    margin: 0;
    padding: 0;
  }

  .sm_menu_outer.second-level #nav-cta-bar{
    opacity: 0;
  }
.sm_menu_outer .is-cta{
  display: block;
  font-weight: bold;
  margin: 20px 15px;
  text-transform: uppercase;
  width: auto;
} 


    .sm_menu_outer li.hs-menu-depth-2:not(.hs-item-has-children) > a[href^='javascript'] {
      color:  #EDA739;
      text-transform: uppercase;
    }
      .sm_menu_outer > li.hs-menu-depth-2:not(.hs-item-has-children) > a[href^='javascript']:hover,
      .sm_menu_outer > li.hs-menu-depth-2:not(.hs-item-has-children) > a[href^='javascript']:focus,
      .sm_menu_outer li.hs-menu-depth-2:not(.hs-item-has-children) > a[href^='javascript']:active{
        color:  #EDA739;
      }
   
#nav-cta-bar{
  border-top: 1px solid rgba(255,255,255,0.17);
  padding-top: 30px;
}

/* Hamburger Animation */


#sm_menu_ham {
  cursor: pointer;
  display: block;
  float: right;
  height: 25px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 18px;
  top: 18px;
  right: 15px;
  z-index: 9999;
}


    @media screen and (max-width: 991px) {
      #sm_menu_ham{
        top: 38px;
      }
    }
    @media screen and (min-width: 992px) {
      #sm_menu_ham{
        display: none;
      }
    }
    .has-scrolled #sm_menu_ham{}
      @media screen and (max-width: 991px) {
        .has-scrolled #sm_menu_ham{
          top: 18px;
        }
      }

    
      @media screen and (max-width: 991px) {
        .has-scrolled #sm_menu_ham.open,
        #sm_menu_ham.open{
          top: 30px;
        }
      }

  #sm_menu_ham span {
    background-color: #0e295a;
    border-radius: 5px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 18px;
  }
    #sm_menu_ham span:nth-child(1) {
      top: 0;
    }
    #sm_menu_ham span:nth-child(2),
    #sm_menu_ham span:nth-child(3) {
      top: 7px;
    }
    #sm_menu_ham span:nth-child(4) {
      top: 14px;
    }

    #sm_menu_ham.open span{
      background: #f8f8c9;
    }       
      #sm_menu_ham.open span:nth-child(1) {
        left: 50%;
        top: 18px;
        width: 0;
      }

      #sm_menu_ham.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      #sm_menu_ham.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      #sm_menu_ham.open span:nth-child(4) {
        left: 50%;
        top: 18px;
        width: 0;
      }

#sm_menu_ham.disabled{
  opacity: 0;
  pointer-events: none;
}

.header-container-wrapper .header-container{
  margin-top: 0;
  padding-top: 75px;
}

/* DESKTOP  */
/* Logo - Desktop */
 
#brand{
  display: inline-block;
  max-width: 70%;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 6px;
  width: 230px;
}

    @media screen and (min-width: 992px) {
      #brand{
        left: 0;
        margin-left: 0;
        top: 7px;
         max-width: none;
        width: 130px;
      }
    }
    @media screen and (min-width: 1200px) {
      #brand{
        top: 10px;
      }
    }

    @media screen and (min-width: 1440px) {
      #brand{
        top: 0;
        width: 230px;
      }
    }

  #brand img{
    max-width: 189px;
  }
    @media screen and (min-width: 992px) {
      #brand img{
        max-width: 100%;
      }
    }

  #brand  a img{
    padding-left: 0;
  }

/* Desktop Navigation */
#main-navigation{
  background: white;
  left: 0;
  min-height: 55px;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
    @media screen and (max-width: 991px) {
      #main-navigation{
        padding-top: 20px;
      }
    }
    @media screen and (min-width: 992px) {
      #main-navigation{
        padding: 0 0 10px;
      }
    }
#main-navigation{}
    @media screen and (max-width: 991px) {
      .has-scrolled #main-navigation{
        padding-top: 0;
      }
    }
  #main-navigation > div:first-child{
    display: none;
    line-height: 0;
    margin-bottom: 25px;
  }

    @media screen and (min-width: 992px) {
      #main-navigation > div:first-child{
       display: block;
      }
    }
  
 
  #google_translate_element{
    position: relative;
  }

  #main-navigation .goog-te-gadget-simple{
    border: none;
  }
  #google_translate_element:before{
    background: #d5d5d5;
    content: "";
    display: inline-block;
    height: 22px;
    margin-right: 15px;
    vertical-align: top;
    width: 1px;
  }

  #main-navigation .wrapper{
    margin-left: auto;
    margin-right: auto;
    min-height: 55px;
    padding: 0;
    position: relative;
    width: 90%;
  }
    @media screen and (min-width: 768px) {
      #main-navigation .wrapper{
        padding: 0 220px 0 140px ;
      }
    }

    @media screen and (min-width: 992px) {
      #main-navigation .wrapper{
        padding: 0 160px 0 140px;
      }
    }

    @media screen and (min-width: 1100px) {
      #main-navigation .wrapper{
        padding: 0 195px 0 140px;
      }
    }



    @media screen and (min-width: 1440px) {
      #main-navigation .wrapper{
        padding: 0 220px 0 250px;
      }
    }
    #main-navigation div .wrapper{
      min-height: unset;
      padding: 0;
    }
     @media screen and (min-width: 768px) {
        #main-navigation div .wrapper{
          padding: 0;
        }
      }

  #main-navigation > .wrapper .is-cta{
    background-color: #575DF0 !important;
    display: none !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 14px;
    padding: 6px 10px !important
  }
     @media screen and (min-width: 992px) {
        #main-navigation > .wrapper .is-cta{
          display: inline-block !important;
        }
      }
     @media screen and (min-width: 1100px) {
        #main-navigation > .wrapper .is-cta{
          font-size: 17px;
          padding: 6px 15px !important;
        }
      }
    #main-navigation > .wrapper .is-cta:hover,
    #main-navigation > .wrapper .is-cta:focus,
    #main-navigation > .wrapper .is-cta:active{
      background-color: #0f15ad !important;
    }

  #main-navigation ul{
    display: none;
  }
    @media screen and (min-width: 992px) {
      #main-navigation ul{
        display: block;
      }
    }

  #main-navigation .is-cta{
    display: none;
  }  
      @media screen and (min-width: 992px) {
        #main-navigation .is-cta{
          display: inline-block;
          position: absolute;
          right: 0;
          top: 2px;
        }
      }
      @media screen and (min-width: 1230px) {
        #main-navigation .is-cta{
          top: 4px;
        }
      }

    /* importantER  - thanks old nav */
    #main-navigation a.is-cta{
      background: #575DF0 !important;
      border-radius: 0 !important;
      font-weight: bold  !important;
      text-transform: uppercase  !important;
      padding: 6px 15px !important;
    }
    
#mobile-logo{
  left: 15px;
  position: absolute;
  top: 25px;
  max-width: 140px;
} 
      @media screen and (min-width: 992px) {
        #mobile-logo{
          display: none;
        }
      }

/* Desktop menu */

#main-navigation .hs-menu-wrapper ul{
  padding: 0 !important;
}
.site-header #main-navigation  .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper{
  background: transparent;
}
.site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: right !important;
  text-transform: uppercase;
}
.site-header  #main-navigation .hs-menu-wrapper a{
  font-weight: bold; 
}
  .site-header  #main-navigation .hs-menu-wrapper a:hover,
  .site-header  #main-navigation .hs-menu-wrapper a:focus,
  .site-header  #main-navigation .hs-menu-wrapper a:active{
    color: #234179;
  }
  .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li li{
    background: white;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
  }

.site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal >ul >li > ul{
  box-shadow: 0 0 5px rgba(187,207,245, 1);
  transition: none;
 /*  margin-top: 13px; */
}
  .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal >ul >li  > ul:before{
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    /* border-bottom: 11px solid white; */
    border-bottom: 11px solid transparent;
    /* box-shadow: 0 -6px 5px rgba(187,207,245, 1); */
    content: "";
    display: inline-block;
    left: 11px;
    position: absolute;
    top: -10px;
  }  

#main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{
  color: #0c285c;
}
  
  @media screen and (min-width: 992px) {
    #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{
      padding-bottom: 20px !important;
    }
  }


  #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover,
  #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:focus,
  #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:active,{
    color: 646464;
  }

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
  border: none;
}

#main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal> ul ul a{
  color: #646464;
  font-size: 14px !important;
}
  #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li.hs-item-has-children > a{
    background: url(https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/navigation/menu-down-carat.png) right center no-repeat;
    padding-right: 15px;
  }
    @media screen and (min-width: 992px) {
      #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li.hs-item-has-children > a{
        background-position:  right 16px;
      }
    }
    @media screen and (min-width: 1230px) {
      #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li.hs-item-has-children > a{
        background-position:  right 18px;
      }
    }
  
    #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li.hs-item-has-children > a:hover,
    #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li.hs-item-has-children > a:focus,
    #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li.hs-item-has-children > a:active{
      background-image: url(https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/navigation/menu-down-carat-active.png);
    }

  #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul  ul li{
    border-top: 1px solid #425993;
  }
    #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul  ul li:first-child{
      border-top: none;
    }
    .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:first-child>a{
      border-top: none;
    }

    .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li:not(.hs-item-has-children) > a[href^='javascript'] {
      color: #234179;
      font-size: 15px !important;
      text-transform: uppercase;
    }
      .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li:not(.hs-item-has-children) > a[href^='javascript']:hover,
      .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li:not(.hs-item-has-children) > a[href^='javascript']:focus,
      .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li:not(.hs-item-has-children) > a[href^='javascript']:active{
        background-color: transparent;
        color: #234179;
        cursor: default;
      }
      /* Another level */
      .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li:not(.hs-item-has-children) > a[href^='javascript']{
        color: white;
      }
        .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li:not(.hs-item-has-children) > a[href^='javascript']:hover,
        .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li:not(.hs-item-has-children) > a[href^='javascript']:focus,
        .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li:not(.hs-item-has-children) > a[href^='javascript']:active{
          background: #5570b3;
          color: white;
        }
  
    .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li > a{
    }

      .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li > a:hover,
      .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li > a:focus,
      .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper > li > a:active,
      .site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:hover>a,
      .site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:focus,
      .site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:hover,
      .site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li.active-brand>a{
        background: transparent;
        color: #234179;
      }


    #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
      font-weight: 300;
      width: 280px !important;
    }

    #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children  li.hs-item-has-children > a{
      background-color: transparent;
      background-image: url("https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/navigation/menu-right-carat.png");
      background-position: 98% center;
      background-repeat: no-repeat;
      transition: none;
    }
      #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children  li.hs-item-has-children > a:hover,
      #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children  li.hs-item-has-children > a:focus,
      #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children  li.hs-item-has-children > a:active{
        background: transparent url("https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/navigation/menu-right-carat.png") 98% center no-repeat;
      }
    #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a{
      color: white;
    }
      #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a:hover,
      #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a:focus,
      #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a:active{
        color: #575DF0;
      }
    #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:focus{
        background-color: transparent;
    }

    #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
      left: 280px !important
    } 


      #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal> ul ul ul a{
        background: #5570b3;
        color: #646464;
      }
#main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, 
#main-navigation .hs-menu-wrapper.hs-menu-flow-vertical li a{
  max-width: none !important;
  padding: 13px 20px;
}

#main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li{
  border: none;
}
#main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul >li > a{
  font-size: 13px;
  padding: 10px 0 10px 9px;
}
      @media screen and (min-width: 1060px) {
        #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul >li > a{
          padding:  10px 0 10px 12px;
        }
      }

      @media screen and (min-width: 1230px) {
        #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul >li > a{
          font-size: 17px;
        }
      }
      @media screen and (min-width: 1550px) {
        #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul >li > a{
          padding: 10px 20px;
        }
      }

#main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
  border: none;
}

/* Google translate */
#google_translate_element{
  text-align: right;
}
  #google_translate_element > div{
    display: inline-block;
    font-size: 0;
  }
  #google_translate_element select{
    font-size: 14px;
    height: 30px;
    margin: 0;
  }

  #google_translate_element  .goog-te-gadget-simple{
    border-color: rgba(0,0,0,0.1);
    border-width: 0 1px;
  }


  #google_translate_element a:hover,
  #google_translate_element a:focus{
    text-decoration: none;
  }


/* Legacy Fixes */

.site-header #main-navigation  .hs_cos_wrapper_type_logo a{
  width: auto !important;
}

.site-header #main-navigation .hs_cos_wrapper_type_logo a{
  line-height: 1.5em !important;
}
.site-header  #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  text-align: left;
}
.site-header #main-navigation  .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{
  line-height: 1.5em !important;
}
#main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul a{
  font-size: 14px !important;
}

.header-container-wrapper .header-container{
  padding-top: 0;
}

.header-container-wrapper .site-header{
  height: auto !important;
}

/* Styled dropdown */
.site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper:not(.is-megamenu){
  box-shadow: 0 0 5px rgba(87, 93, 240, 0.6 );
}
  .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper:not(.is-megamenu):before{
    background: url(https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/navigation/dropdown-arrow.png) top left no-repeat;
    content: "";
    display: block;
    height: 13px;
    left: 20px;
    position: absolute;
    top: -13px;
    width: 70px;
    z-index: 5;
  }
  .site-header #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li >  ul.hs-menu-children-wrapper:not(.is-megamenu):after{
    background: url(https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/navigation/menu-shadow-pattern.png) top left repeat;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
    z-index: 3;
  }


/* MEGAMENU */
.site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper.is-megamenu{
  background: transparent;
  border-top: none;
  box-shadow: none;
  padding: 0 0 15px !important;
  position: fixed;
  pointer-events: all;
  text-align: center;
  top: 98px;
  width: 100%;
  z-index: 1000;
}

  .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper:not(.is-megamenu){
    box-shadow: 0 0 5px rgba(87, 93, 240, 0.6 );
  }
    .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper:not(.is-megamenu):before{
      background: url(https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/navigation/dropdown-arrow.png) top left no-repeat;
      content: "";
      display: block;
      height: 13px;
      left: 20px;
      position: absolute;
      top: -13px;
      width: 70px;
      z-index: 5;
    }
    .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li >  ul.hs-menu-children-wrapper:not(.is-megamenu):after{
      background: url(https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/navigation/menu-shadow-pattern.png) top left repeat;
      content: "";
      display: block;
      height: 5px;
      left: 0;
      position: absolute;
      top: -5px;
      width: 100%;
      z-index: 3;
    }


  .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover ul.hs-menu-children-wrapper.is-megamenu{
    pointer-events: all;
  }

  .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal  ul.hs-menu-children-wrapper.is-megamenu{
    pointer-events: none;
  }


  .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper.is-megamenu > li{
    background: transparent;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: 0;
  }
    .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper.is-megamenu > li > ul{
      background: white;
      box-shadow: 0 0 5px rgba(87, 93, 240, 0.6 );
      left: -50%;
      position: relative;
    }
    .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper.is-megamenu > li > ul:before{
      background: url(https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/navigation/dropdown-arrow.png) top left no-repeat;
      content: "";
      display: block;
      height: 13px;
      left: 50%;
      margin-left: -35px;
      position: absolute;
      top: -13px;
      width: 70px;
      z-index: 5;
    }
    .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper.is-megamenu > li > ul:after{
      background: url(https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/navigation/menu-shadow-pattern.png) top left repeat;
      content: "";
      display: block;
      height: 5px;
      left: 0;
      position: absolute;
      top: -5px;
      width: 100%;
      z-index: 3;
    }


  .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper.is-megamenu > li > ul > li{
    text-align: left;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 280px;
    z-index: 1;
  }
    
    
    .site-header #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper.is-megamenu > li > ul > li li{
      display: inline-block;
      vertical-align: top;
    }

  #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.is-megamenu li.hs-item-has-children > a{
    background: transparent;
    color: #646464;
  }
  #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.is-megamenu li.hs-item-has-children > a+ul{
    background: transparent;
    display: block;
    opacity: 1;
    position: static;
    visibility: visible;
  }
    #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.is-megamenu li.hs-item-has-children > a+ul a{
      background: transparent;
      color: black;
    }

      #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.is-megamenu li.hs-item-has-children > a+ul a:hover,
      #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.is-megamenu li.hs-item-has-children > a+ul a:focus,
      #main-navigation.has-regular-megamenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.is-megamenu li.hs-item-has-children > a+ul a:active{
        color: #5570b3;
      }




.has-smaller-menu #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{}

  @media screen and (min-width: 992px) and (max-width: 1009px){
    .has-smaller-menu #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{
      font-size: 11px;
    }
  }
  @media screen and (min-width: 1010px) and (max-width: 1110px){
    .has-smaller-menu #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{
      font-size: 12px;
    }
  }

  @media screen and (min-width: 1230px){
    .has-smaller-menu #main-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{
      font-size: 15px;
    }
  }