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

.tooltop-promo-banner {
  padding: 10px;
  background-color: #db3737;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.tooltop-promo-banner a {
    color: #fff;
    text-decoration: underline;
}

.header-container-wrapper {}
.header-container {}

/* 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 {}

.header-container .top-header {
  position: relative;
}
.header-container .company-logo {
  height: 121px;
  display: flex !important;
  align-items: center;
  padding: 0 20px;
}
.header-container .company-logo svg {
  height: 49px;
}
.header-container .company-logo svg rect.cls-1 {fill:#e5e5e5;}
.header-container .company-logo svg rect.cls-2 {fill:#231f20;}
.header-container .company-logo svg rect.cls-3 {fill:#222;}

.header-container .main-menu-items {
  text-align: center;
}
.header-container .main-menu-cta {
  text-align: right;
}
.header-container .main-menu-items a,
.header-container .main-menu-cta a {
  height: 121px;
  display: flex !important;
  align-items: center;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px;
  color: #000;
}
.header-container .main-menu-items a {
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,0);   
}
.header-container .main-menu-items a:hover {
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 -13px 0 -10px #fd0202;
  box-shadow: inset 0 -13px 0 -10px #fd0202;
}
.header-container .main-menu-cta a {
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 -13px 0 -10px #fd0202;
  box-shadow: inset 0 -13px 0 -10px #fd0202;  
}
.header-container .main-menu-cta a:hover {
  -webkit-transition: all .1s linear 0s;
  transition: all .1s linear 0s;
  box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 -20px 0 -10px #fd0202;
  box-shadow: inset 0 -20px 0 -10px #fd0202;  
}
.header-container .main-menu-items ul, 
.header-container .main-menu-cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-container .main-menu-items li {
  display: inline-block;
  float: none !important;
} 
.header-container .main-menu-cta ul {
  width: 100%;
  display:block;
}

.header-container .main-menu-cta li {
  display: flex;
  justify-content: flex-end;
  float: none !important;
}
.header-container .main-menu-cta a {
  width: 70%;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header-container .main-menu-items,
  .header-container .main-menu-cta {
    display: none;
  }
}

.header-container .custom-header .sticky-header {
  min-height: 90px;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 9999;
}
.header-container .sticky-company-logo {
  padding: 15px 0 0 20px;
}
.header-container .header-right {
  position: relative;
  text-align: right;
}
.header-container .header-right .get-a-quote {
  min-height: 0;
}
.header-container .header-right a.quote-btn {
  background: #db3737;
  position: absolute;
  top: 0;
  right: -1px;
  min-width: 104px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  padding: 35px 16px 35px 15px;
  text-decoration: none;
  text-transform: none;
  text-align: left;
}
.header-container .header-right a.quote-btn:hover {
  background: #232323;
}

/* Header Custom Search */
.header-container .header-custom-search {
  display: none;
  background: #f9f9f9;
  position: absolute;
  top: 40px;
  max-width: 1100px;
  width: 100%;
  color: #444;
  font-size: 14px;
  padding: 60px 30px 40px;
  top: 50%;
  left: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header-container .custom_search-wrapper.open {
  display: block;
  height: auto;
  width: auto;
  overflow: hidden;
  bottom: 0;
  position: fixed;
  right: 0;
  background: url("//cdn2.hubspot.net/hubfs/1573479/layout/fancybox_overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  z-index: 8010;
}
@media (-webkit-min-device-pixel-ratio:0) {
  .header-container .custom_search-wrapper.open {
    height: 100%;
  }
}
.header-container .custom_search-wrapper.open .header-custom-search {
  display: block;
}
.header-container .custom_search-wrapper .header-custom-search .hs-form .input {
  position:relative;
  margin:5px 0 15px;
}
.header-container .custom_search-wrapper .header-custom-search .hs-form label {
  display:none;
}
.header-container .custom_search-wrapper .header-custom-search input[type="text"] {
  font-size: 30px;
  font-weight: 200;
  background: #fff;
  border-color: #e2e2e2 #e2e2e2 #e2e2e2 #e9155b;
  border-style: solid;
  border-width: 1px 1px 1px 6px;
  padding: 20px 70px 20px 20px;
}
.header-container .custom_search-wrapper .header-custom-search .hs-form .input .hs-button.primary {
  position:absolute;
  top: 30px;
  right:30px;
  margin:0;
  padding:0;
  font-size:0;
  line-height:1;
  width:33px;
  height:33px;
  min-height:1px;
  text-indent:-9999px;
  background-color: transparent;
  background-image: url('//cdn2.hubspot.net/hubfs/1573479/background/sprite.png');
  background-repeat: no-repeat;
  background-position: -242px 0;
  border:none;
  overflow: hidden;
}
body.overflow {
  overflow: hidden;
}
.custom_search-wrapper.open .inner-search {
  height: 220px;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom_search-wrapper a.close-btn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 20px 20px 10px;
  position: absolute;
  right: 0;
  display: none;
  height: 66px;
  width: 76px;
  text-align: center;
  text-decoration: none;
  top: 0;
  z-index: 8040;
}
.custom_search-wrapper.open a.close-btn {
  display: block;
}
.custom_search-wrapper a.close-btn i {
  background-image: url("//cdn2.hubspot.net/hubfs/1573479/background/sprite.png");
  background-position: 0 -1832px;
  height: 21px;
  width: 20px;
  display: inline-block;
}
.custom_search-wrapper a.close-btn:hover {
  background-color: #efefef;
}

@media (max-width: 767px) {
  .custom-menu-primary.left-menu,
  .custom-menu-primary.right-menu{
    width: 100% !important;
    display: none;
  }
  .header-container .custom-header .sticky-header,
  .header-container .custom-header.scroll-header .sticky-header {
    min-height: 1px;
    display: block;
    position: relative;
    top: 0;
    background: transparent;
  }
  .header-container .header-left {
    display: none;
  }
  .header-container .company-logo {
    padding-bottom: 0;
  }
  .header-container .header-right a.quote-btn {
    display: none;
  }
  .header-container .nav-bg {
    background: transparent;
    min-height: 1px;
  }
  .header-container .header-social {
    right: 20px;
  }
  .header-container .header-custom-search {
    top: 40px;
    padding: 10px 30px;
  }
  .header-container .header-custom-search input[type="text"] {
    font-size: 13px;
  }
  .header-container .header-custom-search .hs-form .input .hs-button.primary {
    top: 20px;
    right: 15px;
  }
  .custom_mobile-menu .hs-menu-wrapper{display:none;}
}

@media (max-width: 1100px) {
  .header-container .header-social {
    right: 20px;
  }
}

@media(max-width:991px) and (min-width:769px){
  .header-container .main-menu-items a, .header-container .main-menu-cta a{ font-size:15px;}
  .header-container .company-logo svg { height: 40px; }
}

@media (min-width: 768px) and (max-width: 1050px) {
  .header-container .header-right a.quote-btn {
    min-width: 84px;
    padding: 35px 5px;
  }
}


@media (max-width: 767px) {
  .header-container .custom-header .sticky-header,
  .header-container .custom-header.scroll-header .sticky-header {
    display: none !important;
  }

  .header-container .header-custom-search {
    box-shadow: none;
    bottom: 0;
    top: auto;
    -webkit-transform: translateX(-50%) translateY(-10%);
    -moz-transform: translateX(-50%) translateY(-10%);
    -ms-transform: translateX(-50%) translateY(-10%);
    -o-transform: translateX(-50%) translateY(-10%);
    transform: translateX(-50%) translateY(-10%);
  }

  .landing-page .header-container .company-logo {
    padding-bottom: 33px;
  }
  .landing-page .header-container .company-logo img {
    max-width: 256px;
  }
}

@media (max-width: 480px) {
  .header-container .company-logo img {
    max-width: 80%;
  }

  .header-container .company-logo svg { height: 40px; }
}

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

@media screen and (min-width:769px) {

  {% set ulColor       = "" %} /* Set ul background color */
  {% set liColor       = "" %} /* Set li background Color */
  {% set aColor        = "#fff" %} /* Set link Color */
  {% set aColorHover   = "#fff" %} /* Set link Hover Color */

  .custom-menu-primary .hs-menu-flow-horizontal > ul,
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li,
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
    vertical-align:top;
  }

  /* Parent List */
  .custom_mobile-menu {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-right: 104px;
    background:;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    background:;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    padding: 35px 15px;
    text-decoration: none;
    color:;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    background: #282828;
    color:;
  }
  .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    background: #232323;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > a {
    font-size: 16px;
    font-weight: 600;
    padding: 35px 15px 32px;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
  }

  .custom-menu-primary.left-menu {
    width: 45% !important;
  }
  .custom-menu-primary.right-menu {
    width: 55% !important;
    margin: 0 !important;
  }
  /* Left Menu - Parent List*/
  .custom-menu-primary.left-menu .hs-menu-wrapper > ul {
    padding-right: 0;
  }
  .custom-menu-primary.left-menu .hs-menu-wrapper > ul > li:nth-child(1) > a,
  .custom-menu-primary.left-menu .hs-menu-wrapper > ul > li:nth-child(2) > a,
  .custom-menu-primary.left-menu .hs-menu-wrapper > ul > li:nth-child(3) > a,
  .custom-menu-primary.left-menu .hs-menu-wrapper > ul > li > a{
    display: block;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    padding: 15px 20px;
    text-transform: uppercase;
  }
  /* Right Menu - Parent List*/
  .custom-menu-primary.right-menu .hs-menu-wrapper > ul {
    float: right;
    padding-right: 0;
  }
  .custom-menu-primary.right-menu .hs-menu-wrapper > ul > li:nth-child(1) > a,
  .custom-menu-primary.right-menu .hs-menu-wrapper > ul > li:nth-child(2) > a,
  .custom-menu-primary.right-menu .hs-menu-wrapper > ul > li:nth-child(3) > a,
  .custom-menu-primary.right-menu .hs-menu-wrapper > ul > li > a{
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    padding: 24px 15px;
    text-transform: none;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    display: none;
    background: #000;
    min-width: 180px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    padding: 10px 15px;
    text-decoration: none;
    text-align: left;
    color:;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background: #282828;
    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;
  }
}

/* ==========================================================================
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: 768px){


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

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#ffffff" %} /* 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 
  */


  .sticky-header {
    display: none !important;
  }

  .custom_mobile-menu,
  .custom_mobile-menu .hs-menu-wrapper > ul,
  .custom_mobile-menu .hs-menu-wrapper > ul li,
  .custom_mobile-menu .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: -77px;          /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#fff;
    background-color: #000; 
  }


  /* 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:#fff; /* 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;
  }
  .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{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


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

  .custom_mobile-menu.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 10px 0 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom_mobile-menu.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_mobile-menu .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_mobile-menu .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom_mobile-menu .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_mobile-menu .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_mobile-menu .hs-menu-wrapper > ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom_mobile-menu .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_mobile-menu .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom_mobile-menu .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_mobile-menu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom_mobile-menu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
Vertical Menu
========================================================================== */

.hs-menu-flow-vertical {
  margin: 15px 0;
  background: #fff;
  border: 1px solid #efefef;
  padding: 10px;
  text-align: right;
}
.hs-menu-flow-vertical .vertical-menu-label {
  color: #ccc;
  font-size: 30px;
  font-weight: 200;
  padding: 5px 10px;
}
.hs-menu-flow-vertical ul li a {
  color: #444;
  display: inline-block !important;
  font-weight: 300;
  padding: 4px 10px;
  text-decoration: none;

  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.hs-menu-flow-vertical ul li a:hover {
  background: #000;
  color: #fff;
  font-weight: 400;
}
.hs-menu-flow-vertical ul li.active a {
  background: #efefef;
  color: #444;
}
.hs-menu-flow-vertical ul li.active a:hover {
  font-weight: 400;
}

.main-menu-items .hs-item-has-children > ul {
  background: #fff;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 5px 24px -10px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 5px 24px -10px rgba(0,0,0,0.24);
  box-shadow: 0px 5px 24px -10px rgba(0,0,0,0.24);
}
.main-menu-items .hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-2 {width: 100%;text-align: left;margin-bottom: 10px;}
.main-menu-items .hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-2 > a {height: auto;display: inline-block !important;}
.main-menu-items .hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-2:last-child {margin-bottom:0px;}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  display: inline-block;
  max-height: 350px;
  overflow-y: auto;
}

@media(min-width:1366px){
  .span4.widget-span.widget-type-rich_text.company-logo {
    width: calc(20.2% + 37px);
    margin-right: auto !important;
    padding: 0px;
    padding-left: 37px;
  }

  .top-header > div > div {display: flex;flex-wrap: wrap;align-items: center;width: 100%;}

  .main-menu-items .hs-menu-wrapper > ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
  .header-container .company-logo svg {
    width: 100%;
    height:auto;
  }
  .header-container .main-menu-items{
    text-align: center;
    display:inline-block !important;
    justify-content: center;
    margin-left: 0 !important;
    width: 28% !important;
    margin-right: 0 !important;
  }
  .header-container .main-menu-cta {
    text-align: right;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    /*         padding-right: 83px; */
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > a {
    padding: 35px 5px 32px;
    text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 35px 5px;
  }
  .custom-menu-primary.left-menu,
  .custom-menu-primary.right-menu {
    width: 100% !important;
  }
}

@media screen and (min-width: 769px){
  .custom-menu-primary .hs-menu-flow-horizontal > ul, 
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li, 
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
    vertical-align: top;
    display: inline-block;
  }
}
