/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

.mobile-trigger, .child-trigger, .subnav-trigger{
    display: none !important; /* Hide button on Desktop */
}

.custom-menu-primary.mobile {
    display: none;
}
.custom-menu-primary.desktop {
    display: block;
}

@media (max-width: 767px){

.custom-menu-primary.mobile {
    display: block ;
}
.custom-menu-primary.desktop {
    display: none;
}

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this reset
    */


    
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: 56px;
        right: 10px;
        width: 34px;
        height: auto;
        padding: 7px 4px;
        background: #F5F5F5 none repeat scroll 0% 0%;
        z-index: 2147483647;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        transition: color 0.2s ease-in 0s;
        border: 1px solid #E2E2E2;  
    }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
    margin-left: 5px;
    transition-delay: 0.2s;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger,
  .subnav-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover,
  .subnav-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i,
  .subnav-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after,
  .subnav-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after,
  .subnav-trigger i, .subnav-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after,
  .subnav-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after,
  .subnav-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i,
  .subnav-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
     ========================================================================== */

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }

 /*   .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
        display: block !important;
    }*/
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
  
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul {
    background: ;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 7px 10px;
    color:#ffffff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

    .custom-menu-primary .hs-menu-wrapper ul li .submenu {
        font-style: italic;
        padding-top: 15px;
        margin-left: 12px;
        padding-bottom: 22px;
    }
    
    .hs-blog-header .custom-menu-primary .hs-menu-wrapper ul li .submenu {
        padding-top: 0px;
    }

}

@media (max-width: 768px) {
    a.mobile-trigger i, a.mobile-trigger i::before, a.mobile-trigger i::after {
        width: 15px;
        height: 2px;
        background-color: #ffffff;
        display: inline-block;
    }
    .blog-header-section .blog-header-menu ul li a {
         font-size: 10px !important;
    }
    .blog-header-section .menu-search-container .search-tab .fa {
    font-size: 1.2em;
    }
    .blog-header-section .blog-logo-section .header-logo img {
    max-width: 90px;
    }
}
@media (max-width: 767px) {
    
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal {
        position: fixed;
    }
    .header-container.container-fluid {
        position: fixed;
    }
    body.mobile-open .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal {
        position: relative;
    }
    body.mobile-open .header-container.container-fluid {
        position: relative;
    }
    body {
        right:inherit;
        width:inherit;
        position:inherit;
    }
    .body-container-wrapper {
        margin-top: 115px;
    }
    body.mobile-open .body-container-wrapper {
        margin-top: 0px;
    }
    .menu-cta-section.menu {
        display: inline;
    }
    .book-demo-cta {
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper{
        display: none;
    }
    
    .custom-menu-primary .hs-menu-children-wrapper {
        display: none;
    }
    
    .top-menu-container,
    .scrolled-header .top-menu-container,
    .custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li,
    .custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li ul li{
        background: #282828 none repeat scroll 0px 0px !important;
        box-shadow: none !important;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: 0px;
        height: 100%;
        z-index: 999999;
        /*width: 260px;*/
        overflow-y: auto;
        font-size: 15px;
        background: #333 none repeat scroll 0% 0%;
        color: #FFF;
        box-shadow: 0px 0px 5px 5px #222 inset;
        position: relative;
        right:0;
        left:auto;
    }
    .header-scrolled .custom-menu-primary.js-enabled .hs-menu-wrapper {
           /* top: 82px;*/
    }
    .advance-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul li a,
    .advance-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li ul {
        /*display: none !important;
        visibility: hidden;*/
    }
    /*.hs-menu-flow-horizontal ul li:hover ul {
        display: inline-block !important;
        visibility: display;
    }*/
    .custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li {
        width: 100% !important;
    }
    .custom-menu-primary.js-enabled {
        margin-right: 0px;
        width: 100% !important;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul {
        background-color: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }


    .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
        width:100% !important;
        box-shadow: none !important;
    }

    .custom-menu-primary.js-enabled .hs-menu-children-wrapper li {
        width: 100% !important;
    }

    .hs-blog-header a.mobile-trigger {
        width: 24px;
    }
    
    .menu-cta-section .menu {
        min-height: 0px !important;
    }
    
    .hs-blog-header .logo-menu-cta .row-fluid [class*="span"] {
        min-height: 0px;
    }
    
    .hs-blog-header .header-main .widget-type-raw_html {
        min-height: 0px;
    }

}

a.mobile-trigger {
    top: -54px; 
    background: none;
}

.mobile-trigger.cta_border_button {
    display:none !important;
}

#mobile-header {
    display: none !important;
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


   /* Set ul background color */
   /*  Set li background Color */
   /*  Set link Color */
   /*  Set link Hover Color */


  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul {
        float: right;
        /*padding-right: 15px;*/
    }
  .custom-menu-primary ul li{
      background: ;
     /* padding-top: 1px;*/
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: bold;
    padding: 40px 20px 40px;
    text-transform: uppercase;
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    background: none repeat scroll 0 0 #007DA5;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    background: none repeat scroll 0 0 #2a323c;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
    width: 200px;
  }
  .custom-menu-primary ul ul li{
      background: ;
      line-height: 1.2;
      padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    color: #FFFFFF;
    font-size: 13px;
    padding: 8px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
    background: none repeat scroll 0 0 #007FA1;
   }

  /* Grandchild List */
  .custom-menu-primary ul ul ul{}
  .custom-menu-primary ul ul ul li{
      background: ;
  }
  .custom-menu-primary ul ul ul li a{}
  .custom-menu-primary ul ul ul li a:hover{}
   
  /* Anchors */
  .custom-menu-primary a {
      color: #555555;
  }
  .custom-menu-primary a:hover {
      color: #FFFFFF;
  }

  /* Drop down */
  .custom-menu-primary ul {}

  /* Override max width on menu links */
  .custom-menu-primary > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto!important;
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

@media (min-width: 767px){  /*  used to be 961 - need to change back? */

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }
  

}

@media (max-width: 767px){   /* used to be 960 - need to change back?  */

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #E2E2E2;
    }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 56px;          /* Position Button at top right of screen  */
      right: 10px;        /*******************************************/
      width: 34px; /* Button width */
      height: auto; /* Button height */      
      padding: 7px 4px;
      /* background: #000; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
     /* border: 1px solid #E2E2E2; */
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #E2E2E2;
      border-color: #E2E2E2 !important;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
      display: none;
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #000;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
      display: none
}

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #E2E2E2; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #E2E2E2; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      background-color: #000; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #E2E2E2; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  .blog-header-section .blog-menu-section .custom-menu-primary  a.mobile-trigger {
    background-color: none !important;
    border: 0 none !important;
    }
}