.page-center {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  float: none;
  box-sizing: border-box;
}
.header-outer {
    background-color: transparent;
    position: relative;
    z-index: 9999999;
}
.logo a {
    display: inline-block;
}

.header-container-wrapper, .header-container-wrapper > div {
    min-height: 0px !important;
    height: 0px !important;
}
.header-container-wrapper .row-fluid [class*=span]:first-child {
    min-height: 0px !important;
    height: 0px !important;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:center;
}
.header-inner {
    position: absolute;
    top: 20px;
}

.wrapper {
  flex: 0 70%;
  display: inline-flex;
}
.header-menu ul li{
  display:inline-block;
  padding:10px;
  margin:0 auto;
}
.header-menu ul li a {
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0;
  text-decoration:none;
}
.header-menu ul li a:hover{
  color:blue;
}
.

/* ==========================================================================
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:1001px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:none !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.                     
*/
.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}
/*************** *****************/
.mobile-wrapper {
  display: none !important;
}
@media (max-width: 1000px){
  .desktop-wrapper {
    display: none !important;   
  }
  .header-outer .page-center{
    padding:0px!important;
  }
  .wrapper {
    flex: 100%;
  }
  .logo{
    flex:100%!important;
  }
  .header-wrap .logo img{
    display:none;
  }
  .header-outer {
    background-color:#077DC7;
  }
  .header-wrap {
    align-items: flex-start;
  }
  .mobile-wrapper {
    display: block !important;
  }
}
@media (max-width: 1000px){
  /* 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:600;
    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: -30px;          /* Position Button at right of screen  */
    right:0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding:10px;
  background-color: #2276B8;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
    border-bottom: none!important;
}
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
  background-color: #2276B8;
    top:-30px;
  }
  /* 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{
    -webkit-border-radius: 1px;
    display: inline-block;
    width: 1.129rem;
    height: 0.15rem;
    background-color:#ffffff;
  }
  .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: -4px;
    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:before{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after, .child-trigger i:before{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:before{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:before{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .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: absolute; /**************************************************************/             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 20px;
    opacity: 0.94;
    box-sizing: border-box;
  background-color: #077DC7;
  }
 /* .custom-menu-primary .hs-menu-wrapper{
    background-color:#da1919;  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: 16px; /* Font size of top level list items */
    line-height: 35px;
    overflow: visible;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #ffffff!important; /* 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-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #ffffff;
  }
/*   .hs-menu-wrapper {
    margin-left: 12px;
  } */

  /*********making Menu cross**********/
  .mobile-open i {
    background: transparent !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-open .mobile-trigger i:first-child::before {
    webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .mobile-open .mobile-trigger i:first-child::after {
    webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  
  .header-container-wrapper, .header-container-wrapper > div {
    height: auto !important;
    min-height: 100% !important;
}

.header-inner {
    position: relative;
    top: 0;
    padding: 12px 0px;
}
 
  
}
@media (max-width: 730px) {
 
}

