
/* ==========================================================================   Header
   ========================================================================== */



.custom-logo img{
    max-width: 100%;
    height: 43px;
}
.fixed_navigation{
    position: fixed;
    height: 100%;
    width: 0!important;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease ;
    top: 0;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease ;
    -webkit-transition: all .5s ease;
    ms-transition: all .5s ease ;
    left: 0;
    background-color: #fff;
    /*z-index: 99;*/
    top:0;
    height: 100vh!important;
    overflow-y: scroll;

}
.custom-header-link ul li {  
    list-style: none;
    margin-right: 17px;
    display: inline-block;
}
.custom-header-link ul li a{ 
    outline: 0!important;
    text-decoration: none!important;
    font-size: 15px!important;
    -moz-transition: all .5s ease !important;
    -o-transition: all .5s ease!important;
    -webkit-transition: all .5s ease!important;
    ms-transition: all .5s ease !important;
    position: relative!important;
    color: #9a9a9a!important;
    font-family: 'Lato', sans-serif!important;
    padding:30px 8px 8px!important;
    display: block!important;
  font-weight: bold;
}

.custom-header-link ul li a:after{ 
    position: absolute;
    content: '';
    ms-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    -webkit-transition: all .5s ease;
    background-color: #0ab48b;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    opacity: 0;
}
.custom-header-link ul li.active.active-branch a{
    color: #0ab48b;
}
.custom-header-link ul li.active.active-branch a:after{
    height: 3px;
    transition: all .5s ease;
    width: 100%;
    opacity: 1;
    visibility: visible;
    }
.custom-header-link ul {
    margin-left: -20px!important;
}
.custom-header-link ul li a:hover:after{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.custom-header-link ul li  a:hover{
    color: #0ab48b;
}

.menu-icon{
    max-width: 25px;
    cursor:pointer;
}
.menu-icon img{
    vertical-align: middle;
    padding-top: 8px;
}
.custom-left_header {
    width: 30%!Important;
    float: left!important;
    padding: 10px 0;
}
.custom-right-hedaer{
    width: 69%;
    float: left;
}
    
    
.custom-header-login ul{  
    margin: 0 -19px 0 22px;
    padding: 0;
}
.custom-header-login ul li{ 
    list-style: none;
    display: inline-block;
}
.custom-header-login ul li:first-child a{
    position:relative;
}
.custom-header-login ul li:first-child a:after{ 
    position: absolute;
    content: '';
    ms-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    -webkit-transition: all .5s ease;
    background-color: #0ab48b;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    opacity: 0;
}
.custom-header-login ul li:first-child a:hover:after{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.custom-header-login ul li:first-child a:hover{
    color: #0ab48b;
}
.custom-header-login ul li:last-child a:hover{
    color: #fff;
    background-color: #65b82a;
}
.custom-header-login ul li a{
    color: #9a9a9a;
    outline: 0;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    -moz-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    -webkit-transition: all .5s ease;
    ms-transition: all .5s ease ;
    position: relative;
    padding: 30px 12px 20px;
    display: block;
    line-height:21px;
        
}
.custom-header-login ul li:last-child a{
    color: #9a9a9a;
    outline: 0;
    text-decoration: none;
    font-size: 15px;
    
    position: relative;
    padding: 30px 15px 20px;
    display: block;
    padding: 7px 16px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #65b82a;
    color: #65b82a;
    border-radius: 5px;
}
.fixed_navigation.openmenufixed {
    opacity: 1;
    visibility: visible;
}
.c-mask {
    /*z-index: 99;*/
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
    transition: opacity .3s, width 0s .3s, height 0s .3s;
    position: fixed;
    overflow: hidden;
}
.c-mask.c-mask-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.custom-heading-logo {
    position: relative;
    padding: 20px 0 0 20px;
}
.custom-heading-logo a{
    display:inline-block;
}
.custom-heading-logo img {
    height: 43px;
    max-width: 100%;
    width: auto;
}
.custom-heading-logo a.close_menu{
    position: absolute;
    top: 27px;
    right: 3px;
}

.custom-heading-logo a.close_menu img {
    width: 65%;
    height: auto;
}
.custom-heading-logo{
    margin-bottom:58px;
 }
.custom-fixed-menu{
    margin: 0;
   
    text-align: left;
  
}

.custom-fixed-menu ul li{    
    list-style: none;
    display: block;
    width: 100%;
    white-space: nowrap;
}
.custom-fixed-menu ul li a{    
    color: #2d2d2d;
    display: inline-block!important;
    outline: 0;
    font-family:'Lato', sans-serif;
    line-height:1.42857143;
    text-decoration: none;
    font-size: 18px;
    display: block;
    
    padding: 0px 0 0 50px;
    margin-bottom: 9px;
}
.custom-fixed-menu ul li:first-child a,.custom-fixed-menu ul li:nth-child(2) a,
.custom-fixed-menu ul li:nth-child(3) a,.custom-fixed-menu ul li:nth-child(4) a{ 
    font-family: 'Lato', sans-serif;
    margin-bottom: 18px;
  }


.custom-fixed-menu ul li:nth-child(4),.custom-fixed-menu ul li:nth-child(11) { 
    border-bottom: 1px solid #9a9a9a;
    margin-bottom: 10px;

}
.custom-fixed-menu ul li a:hover{
    color: #65b82a;
 }

.custom-space {
    visibility: visible;
    min-height: 82px!important;
}

@media (min-width: 768px){
    .fixed_navigation.openmenufixed {
        width: 30%!important;
    }
    
    .custom-fixed-menu ul li a[href*="http://app.zenithtalent.com/"]{
        display:none!important;
    }
    

    
    .hs-content-id-4363470082  .scroll_down {
        /*top: 472px;*/
    }
    
    body.cm-how-it-work-layout .cm-two-col-content-module-with-image {
        min-height: 550px !important;
    }
    
    .cm-how-it-work-layout .cm-two-col-content-module-with-image .cm-inner-img {
        height: 100%;
        overflow: hidden;
    }
    
    .cm-how-it-work-layout .cm-two-col-content-module-with-image .cm-inner-img img {
        height: 100%;
        width: auto;
        max-width: none;
    }
    
    .cm-how-it-work-layout .cm-two-col-content-module-with-image.row-fluid.to-left img {
        float: right;
    }
    
}



.widget-type-social_sharing a {
    padding: 0 30px;
}


/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

.custom-hedaer-bg{
    border-bottom: 1px solid #ddd;
    transition: all .5s ease;
    background:#fff;
}
.custom-hedaer-bg .page-center{
    padding:0 10px;
}
 .custom-hedaer-bg.fixed_header {
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    /*z-index: 9;*/
    transition: all .5s ease;
    position: fixed;
}

.custom-hedaer-bg {
    border-bottom: 0px solid #ddd;
}


    .custom-header-login ul li:last-child a {
        font-size: 13px;
        position: relative;
        padding: 30px 15px 20px;
        display: block;
        padding: 7px 3px;
        
    }
    .custom-header-login ul {
        margin: 0;
        padding: 0;
    }
     
.custom-hedaer-bg {
    border-bottom: 0px solid #ddd;
}
/* ==========================================================================
   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{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
  }
  .custom-header-link ul li {
    margin-bottom: -6px;
      }
  }




/* ==========================================================================
   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{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* 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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .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);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .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: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > 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-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-header-link-landing ul {
    float: right;
    margin-top: 0px;
}
/*mobile menu*/
@media screen and (min-width:768px) {
  .custom-menu-primary{display:none!important;}
}

@media screen and (max-width:768px) {
  .custom-hedaer-bg{display:none!important;}
}

.custom-logo-mobile {
    max-width: 250px;
    position: absolute;
    top: 0px;
}
.custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0px;
    margin: 10px 0 10px 0;
}
.custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 37px;
    left: 0;
    padding: 0;
    margin-bottom: 33px;
}
