body {
  margin-top: 0!important;
}
.header-section{
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);*/
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #12294c;
  position: relative;
  padding: 0 20px;
}
.header-section .maxContainer{
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.top-menu{
  padding: 10px 0;
  text-align: right;
}
.main-menu-wrapper{
  padding: 10px 0;
}
.main-menu{
  text-align: right;
}
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6em;
  color: #12294c;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{
  background-color: #eaeaea;
}
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.icon > a{
  font-size: 21px;
  position: relative;
  top: -4px;
  color: #1a233d;
}
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.icon > a:hover{
  background-color: transparent;
  color: #12294c;
}
.top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.icon.linkedin > a{
  padding-left: 4px;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
  margin-top: 10px;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  padding: 10px;
  color: #12294c;
  font-weight: 600;
  text-decoration: none;
  max-width: 100%;
  line-height: 1.6em;
  white-space: initial;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a:hover,
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.active-branch a,
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a.active{
  background-color: #eaeaea;
  color: #12294c;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a.active{
  padding-bottom: 32px;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper{
  text-align: left;
  background-color: #eaeaea;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  min-width: 140px;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children:hover a{
  background-color: #eaeaea;
  color: #12294c;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper > li > a{
  background-color: #eaeaea;
    color: #12294c;
  font-weight: 400;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper > li > a:hover,
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children.active-branch ul.hs-menu-children-wrapper > li.active-branch > a{
  background-color: #fff;
    color: #222222;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul.dropdown-list-item,
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul.dropdown-list-item.open-menu-list{
  display: none;
  position: absolute;
  left: -9999em;
  top: 0;
}

.menu-dropdown-wrapper{
  z-index:99;
  position: absolute;
  top: 136px;
  left: 0;
  width: 100%;
  background-color: #eaeaea;
  min-height: 350px;
  padding: 25px 20px 35px;
  overflow: hidden;
  display: none;
}
.dropdown{
  display: none;
}
.dropdown.active{
  display: block;
}
.dropdown ul{
  position: relative;
  padding-left: 0;
}
.dropdown ul li{
  list-style: none;
  width: 33%;
  border-right: 1px solid #000;
}
.dropdown ul li a{
  padding: 10px 20px;
  color: #222222;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dropdown ul li a:hover,
.dropdown ul li:hover a{
  text-decoration: none;
  background-color: #fff;
  color: #222222;
}
.dropdown .summary-content{
  opacity: 0;
  position: absolute;
  top: 0;
  right: 2px;
  width: 763px;
  padding: 0 40px 20px;
  border-left: 1px solid #000;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: -1;
  min-height: 200px;
}
.dropdown .summary-content.mheight{
  min-height: 280px;
}
.dropdown ul li:hover .summary-content {
  opacity: 1;
  z-index: 1;
}
.dropdown ul li.active .summary-content {
  opacity: 1;
}
.dropdown ul li.active a{
    background-color: #fff;
    color: #222222;
}
.summary-content h2,
.summary-content p:first-of-type{
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 8px; 
}
.summary-content p:first-of-type strong{
  font-weight: 600!important;
}
.summary-content p{
  color: #12294c;
  font-size: 16px;
  padding-bottom: 15px;
  margin-top: 0;
  line-height: 1.2em;
}
.summary-content p:last-of-type{
  padding-bottom: 0;
}
.mobile-menu{
  display: none;
}



.dkt-display {
}

.mob-display {
  display: none !important;
}





@media (max-width: 1080px){
  body {
    font-size: 16px!important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1050px) {
  .dropdown .summary-content{
    width: 658px;
  }
}
@media screen and (max-width: 860px){
  
  .dkt-display {
    display: none !important;
  }

  .mob-display {
    display: block !important;
  }

  .top-menu {
    display: none !important;
  }
  
  .header-section{
    padding: 10px 0 15px;
  }
  .top-menu{
    position: absolute;
    top: 80px;
    left: 0;
  }
  .top-menu .hs-menu-wrapper ul{
    text-align: center;
  }
  .top-menu .hs-menu-wrapper ul li{
    display: inline-block;
    width: auto;
    float: none!important;
  }
  .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    font-size: 14px;
  }
  .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.icon > a{
    font-size: 18px;
    top: 2px;
  }
  .logo-wrapper{
    padding-left: 18px;
    float: none!important;
    width: 100%!important;
  }
  .logo-wrapper img{
    width: 190px!important;
  }
  
  .custom-menu-primary.main-menu{
    float: none!important;
    width: 100%!important;
    margin-left: 0!important;
  }
    .main-menu .hs-menu-wrapper{
      z-index: 999;
  }
  
  .menu-dropdown-wrapper{
    display: none!important;
  }
  .main-menu .hs-menu-wrapper{
    display: none;
    position: absolute;
    top: 90px;
    background: rgba(234, 234, 234, 0.8);
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    margin-top: 0;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children  ul.hs-menu-children-wrapper{
    background-color: #fbfbfb;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children  ul.hs-menu-children-wrapper li a{
    background-color: #fbfbfb;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper > li > a{
    font-weight: 400;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper{
    display: none;
    box-shadow: none;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a.active{
    padding-bottom: 10px;
  }  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    display: block;
    font-size: 16px;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  
  .mobile-menu{
    display: block;
    position: absolute;
    top: 20px;
    right: 22px;
    padding: 17px 11px;
  }
  .mobile-menu.active{
    background-color: #eaeaea;
    color: #12294c;
  }
  .mobile-menu span{
    background: #12294c;
    display: block;
    height: 3px;
    width: 18px;
    border-radius: 4px;
    position: relative;
  }
  .mobile-menu span:first-child{
    top: -3px;
  }
  .mobile-menu span:last-child{
    top: 3px;
  }
  .dropdown-list-item li .summary-content{
    padding: 18px 20px 20px 36px;
    display: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #fbfbfb;
  }
  .summary-content h2, 
  .summary-content p:first-of-type{
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 15px;
  }
  
  .dropdown-list-item li{
    position: relative!important;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul.dropdown-list-item,
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children:hover a{
    background-color: rgba(234, 234, 234, 0.8);
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul.dropdown-list-item li a{
    background-color: #fbfbfb;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: 400;
    display: block;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul.dropdown-list-item,
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 ul.dropdown-list-item.open-menu-list{
    position: relative;
    left: 0;
    top: 0;
  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a:hover, 
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.active-branch a, 
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a.active{
    background-color: #fff;
  }
  
}













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


{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "#414042" %} /* Set link Color */
{% set aColorHover   = "#662D91" %} /* Set link Hover Color */
{% set uldropColor   = "#fff" %} /*Set dropdown menu background color */

/* Parent List */
 

/* Child List */
  

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 861px) {
  
      .custom-menu-primary1 .hs-menu-wrapper { 
          display:block !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-trigger1, .child-trigger1 {
    display: none; /* Hide button on Desktop */
}

@media (max-width: 860px) {


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

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#000" %} /* 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-primary1 ,
  .custom-menu-primary1 .hs-menu-wrapper > ul,
  .custom-menu-primary1 .hs-menu-wrapper > ul li,
  .custom-menu-primary1 .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:;
  }


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

  .mobile-trigger1 {
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 10px;          /* Position Button at right of screen  */
    right: 70px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0px 0px 8px 0px;
    background: transparent; /* Background color */
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: ; 
  }
  .mobile-trigger1:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #000;
    background-color: transparent ; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open1 .mobile-trigger1 {
    color:;
    background-color: transparent; 
    border-color: transparent;
  }

  .mobile-trigger1:before { 
    content: "Top Menu";
  }
  
  

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

  .mobile-trigger1 i {
/*     display: inline; */
    display: none !important;
    position: relative;
    top: -4px;
  }
  .mobile-trigger1 i:before, .mobile-trigger1 i:after{
    position: absolute;
/*     content: ''; */
    content: "";
  }
  
  .mobile-trigger1 i, .mobile-trigger1 i:before, .mobile-trigger1 i:after{
    width: 25px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #202020; /* Icon color */
    display: inline-block;
  }
   
  .mobile-trigger1 i:before{
    top: -7px; /* Position top line */
  }
  .mobile-trigger1 i:after{
    top: 7px; /* Position bottom line */
  }
  
  .mobile-trigger1:hover i, .mobile-trigger1:hover i:before, .mobile-trigger1:hover i:after,  
  .mobile-open1 .mobile-trigger1 i, .mobile-open1 .mobile-trigger1 i:before, .mobile-open1 .mobile-trigger1 i:after{
      background-color: #202020; /* Icon color */
  }
 
  
  .mobile-open1 a.mobile-trigger1 i:before { 
  }
  
  .mobile-open1 .mobile-trigger1 i:before {
      background-color: #202020; 
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); 
      top: 0px;
  }
  
  .mobile-open1 .mobile-trigger1 i:after {
      background-color: #202020; 
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); 
      top: 0px;
  }
  
  .mobile-open1 .mobile-trigger1 i {
      height: 0px;
  } 


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

  .child-trigger1{
      display: block !important;
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 10px;
      width: 100%;
      min-width: 100% !important;
      height: 50px !important;
      padding: 0 !important;
      border-left: 0px dotted rgba(255,255,255,.20); 
      background-repeat: no-repeat;
      background-position: right;
      background-size: 14px;
  }

  .child-trigger1.child-open1 { 
  }

  .child-trigger1:hover{
    text-decoration: none;
  }
  
  .child-trigger1 i{
    position: relative;
    top: 30%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger1 i:after{
    position: absolute;
    content: '';
  }
  .child-trigger1 i, .child-trigger1 i:after{
    width: 10px; 
    height: 1px;
    background-color: #000; 
    display: block;
    float: right; 
  }
  
  .child-trigger1 i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger1.child-open1 i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger1.child-open1 i{
  }

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary1.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-primary1 .hs-menu-wrapper{
    background-color: #fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 1rem; /* Font size of child lists */
  }

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


 

@media (max-width: 860px) {
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
      float: left;
      width: auto;
  }
   
  .custom-menu-primary1.js-enabled ul {
      background: #fff;
      padding: 10px 20px 20px;
      position: relative;
      z-index: 99; 
  }
  
   .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
      width: 100%;
  }
  
  .custom-menu-primary1.js-enabled ul ul {
      padding: 0px !important;
      border: 0px !important;
      background-color: transparent !important;
  }
  
  .custom-menu-primary1 .hs-menu-wrapper>ul ul li a { 
      text-align: center;
  }

  .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
      margin: 0px 0px;
      padding: 7px 0px 6px;
      border-bottom: 1px solid #C4C4C4;
      color: #03132d;
      font-size: 16px;
      line-height: 12px; 
      color: #414042;
      padding-bottom: 15px;
      text-align: center;
  }
    
  .top-menu {
      width: 100% !important;
      float: left !important;
  }
   
  .custom-menu-primary1 {
      position: absolute !important; 
      top: 25px !important;
      right: 0 !important;
      width: 100% !important;
      padding: 0px !important;
      min-height: 0 !important;
      margin: 0 !important;
  }
	
  .custom-menu-primary1.js-enabled .hs-menu-wrapper {
      top: 35px !important;
  } 
      
  .top-menu.custom-menu-primary1 ul {
      position: relative;
  }
   
  .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover{ color: #03132d; }
     
  .menu-wrapper ul li a { 
      padding: 10px 15px !important; 
      font-size: 16px; 
  }
  
  .menu-wrapper .hs-menu-wrapper,
  .menu-wrapper .hs-menu-wrapper * {  
      width: auto !important;
  }
  

}

@media (max-width: 1024px) {

  .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a { 
      width: 100% !important;
      max-width: 100% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li {
      position: relative;
      width: 100% !important;
  }

}

