/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header ul{
  margin:0px;
  padding:0px;
  list-style:none;
}
header.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  color: #fff;
  font-size: 14px;
  min-height: 65px;
  top:0;
}

.header__container {
  position: relative;
  z-index: 2;
}

header .header_logo {
  float: left;
  padding-top: 17px;
}
header .navigation-primary ul.submenu.level-1>li.open_child >a{
  color:#000;
}
header .navigation-primary ul.submenu.level-1>li.open_child>a::after{
  color:#fff; 
  opacity:1
}
header .header_logo img {
  height: 36px;
  width: auto!important;
  vertical-align: middle;
  max-width: 100%;
}
header .pull-right {
  float: right;
}
header .off-navigation {
  float: left;
}
header .navigation-primary ul.submenu.level-1 {
  font-size: 16px;
  padding-right: 74px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 65px;
  height: 65px;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header .navigation-primary ul.submenu.level-1>li{
  float: left;
  text-align: center;
}
/* header .navigation-primary ul.submenu.level-1>li:nth-child(5)>a{
  color: #99c032;
  font-weight: 600;
} */

header .navigation-primary ul.submenu.level-1>li>a{
  line-height: 65px;
  padding: 0 10px;
  display: inline-block;
  color: inherit;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

header .navigation-primary ul.submenu.level-1>li>a[href="https://www.open-xchange.com/ox-app-suite-demo/"]{
  display:none;
}

header .navigation-primary ul.level-1 .level-2 .Inset{

  max-height: -webkit-calc(100vh - 65px);
  max-height: -moz-calc(100vh - 65px);
  max-height: calc(100vh - 65px);
  overflow: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px 30px;
  background-color: #fff;
  position: relative;
  font-size: 14px;

}

header .navigation-primary ul.level-1 .level-2{
  display:none;
  position: absolute;
  right: 25px;
  top: 100%;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  color: #03324e;
  background-color: #fff;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  height: auto;
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
  margin-right: 0;
  font-family: "Open Sans";
}
header .navigation-primary ul.level-1 .level-2 .Inset>li{
  display: block;
  margin-bottom: 0;
  width: 20%;
  padding: 30px 0 0;
  position: relative;
  z-index: 2;
  float: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .navigation-primary ul.level-1 .level-2 .Inset>li>a{
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: block;
  min-height: 50px;
}
header .navigation-primary ul.level-1 .level-3{

  display: block;
  height: auto;
  padding: 5px 0;
  font-size: 14px; 
}
header .navigation-primary ul.level-1 .level-3>li{
  float: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .navigation-primary ul.level-1 .level-3>li>a{
  -webkit-transition: .2s all ease;
  -o-transition: .2s all ease;
  -moz-transition: .2s all ease;
  transition: .2s all ease;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  line-height: 1.2;
  padding: 8px 0;
  display: block;
  width: 100%;
  opacity: 1;
  text-decoration: none;
  color: #03324e;
  font-family: "Open Sans";
  padding-left: 15px;
  padding-right: 15px;
}

header .navigation-primary ul.submenu.level-1>li.has-submenu>a {
  padding-right: 34px;
  position: relative;
}

header .navigation-primary ul.submenu.level-1>li.has-submenu>a::before {
  content: '';
  position: absolute;
  top: 23px;
  right: 14px;
  width: 11px;
  height: 18px;
  background-image: url('https://9391640.fs1.hubspotusercontent-na1.net/hubfs/9391640/chevron-down-blue.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
header .navigation-primary ul.submenu.level-1>li.has-submenu>a:hover::before {
  background-image: url('https://9391640.fs1.hubspotusercontent-na1.net/hubfs/9391640/chevron-down-hover.svg');
}
header .navigation-primary ul.submenu.level-1>li.has-submenu > a::after {
  content: '';
  display: block;
  width: 10px;
  height: 7px;
  background-image: url('/Open-Xchange_March2021/images/right.svg');
  background-position: center;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 8px;
  left: 50%;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(-50%,-5px);
  -moz-transform: translate(-50%,-5px);
  -ms-transform: translate(-50%,-5px);
  -o-transform: translate(-50%,-5px);
  transform: translate(-50%,-5px);
}
header .navigation-primary ul.submenu.level-1>li.has-submenu  a:hover{
  text-decoration: none;
  opacity: 1;
}

.navigation-primary> ul>li.open_child .level-2{
  top: 100%;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
  display: block;

}
.navigation-primary> ul>li.open_child:after{
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
header .navigation-primary ul.level-1 .level-2::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 200vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100vh;
  background-color: rgba(0,0,0,.75);
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
  pointer-events: none;
}
header .navigation-primary ul.level-1 .level-2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 200vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  background-color: #fff;
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.header_search {
  position: absolute;
  right: 25px;
  width: 115px;
  padding: 0;
  margin-bottom: 0;
  top: 12px;
  -webkit-transition: width .2s ease-in-out;
  -o-transition: width .2s ease-in-out;
  -moz-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
  float: left;
  text-align: center;
  cursor: pointer;
}
.header-language-switcher {
  position: absolute;
  right: 75px;
  top: 20px;
  width: max-content;
}
header .header-language-switcher + div .navigation-primary ul.submenu.level-1 {
  padding-right: 100px;
}
.open_search .header_search{
  width: 230px;
}

.header_search:before {
  position: absolute;
  right: 15px;
  left: auto;
  z-index: 1;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
  color: #fff;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 20px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  top: 40%;
  margin-left: 0;
  margin-right: 0;
}
.icon-search:before, .search:before {
  content: "\f002";
}
.search__button{
  display: none!important;
}
.header_search form {
  width: 100%;
  height: 43px;
  position: relative;
  -webkit-transition: width .2s ease-in-out;
  -o-transition: width .2s ease-in-out;
  -moz-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}

.header_search .form-group input.form-control {
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  background: #011e2e;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: box-shadow .5s,border-color .25s ease-in-out;
  -o-transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -moz-transition: box-shadow .5s,border-color .25s ease-in-out,-moz-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s,-moz-box-shadow .5s;
  font-family: inherit;
  display: block;
  width: 100%;
  line-height: 1.42857;
  font-weight: 400;
  outline:0;
  box-shadow: none;
}


.header_search:before {
  content: "\f002";
  top: 20px;
}


.open_search .header_search .form-group input.form-control{
  color:#052D4B;
  background-color:#E2E0E2;
  padding: 0 15px 0 45px;
}

.open_search .header_search:before{
  color:#011e2e;
  left: 15px;
  right: auto;
}

header .navigation-primary ul.submenu.level-1>li>a:hover{
  text-decoration:none;
}



header .navigation-primary ul.submenu.level-1>li.has-submenu a:hover:after,
header .navigation-primary ul.submenu.level-1>li.open_child a:after{
  opacity: 1;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.hs-blog-listing header .navigation-primary ul.submenu.level-1>li>a[href="https://www.open-xchange.com/ox-app-suite-demo/"]{
  display:block; 
  color: #99c032;
  font-weight: 600;
} 

.hs-blog-post header .navigation-primary ul.submenu.level-1>li>a[href="https://www.open-xchange.com/ox-app-suite-demo/"]{
  display:block; 
  color: #99c032;
  font-weight: 600;

}

@media (min-width: 1025px){
  .nav-icon-mobile, .search{
    display:none;
  }
  .mobmenu{
    display:none
  }
}
@media (max-width: 1024px){
  .custom-menu-primary, .header_search{
    display:none;
  }
  .hs-blog-listing .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li:nth-child(6)>a:hover{
    opacity: .7;
  }
  .hs-blog-post .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li:nth-child(6)>a:hover{
    opacity: .7;
  }
  .hs-blog-listing .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li:nth-child(6)>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-appearance: none;
    vertical-align: middle;
    -moz-border-radius: 0;
    color: #fff !important;
    min-width: 191px;
    background: #96c300;
    margin: 0;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  .hs-blog-post .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li:nth-child(6)>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-appearance: none;
    vertical-align: middle;
    -moz-border-radius: 0;
    color: #fff !important;
    min-width: 191px;
    background: #96c300;
    margin: 0;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  .hs-blog-post .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li>a[href="https://www.open-xchange.com/ox-app-suite-demo/"]{
    display:block; 
    margin-top: 20px;
  } 
  .hs-blog-post .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li>a[href="https://www.open-xchange.com/ox-cloud-demo/"]{
    display:none; 
  } 
  .hs-blog-listing .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li>a[href="https://www.open-xchange.com/ox-app-suite-demo/"]{
    display:block; 
    margin-top: 20px;
  } 
  .hs-blog-listing .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li>a[href="https://www.open-xchange.com/ox-cloud-demo/"]{
    display:none; 
  } 
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li>a[href="https://www.open-xchange.com/ox-app-suite-demo/"]{
    display:none; 
  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li:nth-child(6){
    border-bottom: none!important;
  }
  .nav-icon-mobile {
    width: 32px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    background-color: transparent;
    padding: 0;
    margin: 21px 0 16px 7px;
    border: 0;
    display:block;
  }
  .nav-icon-mobile span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .nav-icon-mobile span:nth-child(1) {
    top: 0;
  }
  .nav-icon-mobile span:nth-child(2), .nav-icon-mobile span:nth-child(3) {
    top: 9px;
  }
  .nav-icon-mobile span:nth-child(2), .nav-icon-mobile span:nth-child(3) {
    top: 9px;
  }
  .nav-icon-mobile span:nth-child(4) {
    top: 18px;
  }
  .open_menu .nav-icon-mobile span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
  }
  .open_menu .nav-icon-mobile span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); 
  }
  .open_menu .nav-icon-mobile span:nth-child(3){
    -webkit-transform: rotate(  -45deg  );
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(  -45deg ); 
  }
  .hs-menu-children-wrapper>li>a.back_btn>span:hover{
    text-decoration: none;
    font-weight: 600;
  }
  .nav-icon-mobile:focus{
    outline:none;
  }
  .open_menu .nav-icon-mobile span:nth-child(4){
    top: 9px;
    width: 0%;
    left: 50%; 
  }
  .search-toggler {
    float: right;
    margin-top: 18px;
    margin-right: 10px;
    display:block;

  }
  .search-toggler .search {
    width: 35px;
    height: 30px;
    margin-bottom: 0;
    width: 35px;
    height: 30px;
    margin-bottom: 0;
    font-size: 28px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor:pointer;
    margin-top: -2px;
  }
  .search-toggler .search__button {
    color: #fff;
    font-size: 28px;
    margin-top: -4px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    line-height: 30px;
    border: 0;
    background: 0 0;
    display:block;
  }
  .search-toggler form {
    font-weight: 400;
    font-size: 16px;
    height: 50px;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out,-moz-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out;
    position: fixed;
    left: 0;
    width: 100%;
    background: #011e2e;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 65px;
  }
  .search-toggler .form-group {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mobileOpen_search .search-toggler .form-group{
    margin-bottom: 0;
    position: relative;
    width: 100%;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .fa-search:before {
    content: "\f002";
  }
  .mobileOpen_search .search-toggler form{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    height: 65px;

  }

  .search-toggler .form-group .form-control{
    display: none;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s,-moz-box-shadow .5s;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 32px;
    background: #011e2e;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    width:100%;
  }
  .mobileOpen_search .search-toggler .form-group .form-control:focus{
    outline:none;
  }
  .mobileOpen_search .search-toggler .form-group .form-control{
    background: #fff;
    display: block;
    color: #2d2d2d;
  }

  .mobmenu {
    display: block;
    position: fixed;
    height: calc(100vh - 65px);
    width: 100%;
    z-index: -1;
    opacity: 0;
    top: 65px;
    left: 0;
    background: rgba(0,0,0,.7);
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    color: #000;
    pointer-events: none;
  }
  .mobmenu-inner {
    position: relative;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    height: 100%;
  }

  .mobmenu .nav-menu-wrap {

    background: #fff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    width: 100%;
    max-height: none;
    height: auto;
    display: none;
    padding: 20px 25px 20px 50px;
    margin-left: -25px;
    margin-right: -25px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin-bottom: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Open Sans";
  }
  .mobmenu .nav-menu-wrap:after{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background: #fff;
    width: 50vw;
    height: 100%;
    left: 50%;
    top: 0;
  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul{

  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li{
    width: 100%;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 23px;
    font-size: 14px;
  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li:not(:last-child){
    border-bottom: 1px solid rgba(45,45,45,.15); 
  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li:nth-child(5){
    border-bottom: none!important; 
  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li>a{
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    display: block;
    font-size: 16px;
    -webkit-transition: font-weight .2s ease-in-out;
    -o-transition: font-weight .2s ease-in-out;
    -moz-transition: font-weight .2s ease-in-out;
    transition: font-weight .2s ease-in-out;
    color: #2d2d2d;
    border-bottom: none;
    padding-right: 15px;
    display: block;
  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li>a:hover{
    text-decoration:none;
  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li:last-child>a{
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-appearance: none;
    vertical-align: middle;
    -moz-border-radius: 0;
    color: #fff!important;
    min-width: 191px;
    background: #96c300;
    margin: 0;
    border: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper ul li.hs-item-has-children>a:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    border: 1.5px solid #00a0e1;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate( 45deg );
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate( 45deg  );
  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li:last-child{
    padding-top: 20px;
  }
  ul.hs-menu-children-wrapper {
    display: none;
  }
  .mobmenu .nav-menu-wrap .hs-menu-wrapper>ul>li:last-child>a:hover{
    opacity: .7;
  }

  .mobmenu-inner .hs-menu-wrapper li.hs-item-has-children{
    position:relative;
  }
  .nav-menu-wrap .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 61px;    
    cursor: pointer;
    z-index: 1;
  }


  .hs-item-has-children>.hs-menu-children-wrapper{
    background: #fff;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 30px 20px 50px;
    height: 100%;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: -4px -4px 4px rgb(0 0 0 / 8%);
    -moz-box-shadow: -4px -4px 4px rgba(0,0,0,.075);
    box-shadow: -4px -4px 4px rgb(0 0 0 / 8%);
  }

  .hs-item-has-children>.hs-menu-children-wrapper.panel-open{
    z-index: 100;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    visibility: visible;
  }

  .hs-menu-children-wrapper>li:not(:last-child){
    border-bottom: 1px solid rgba(45,45,45,.15);
  }

  .hs-menu-children-wrapper>li>a{
    font-weight: 600;
    padding: 20px 0;
    color: #2d2d2d;
    display:block;
    font-weight: 400;
  }
  .hs-menu-children-wrapper>li>a>span{
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    display: block;
  }



  .nav-menu-wrap .hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li:nth-child(2){
    border-bottom:0;
  }




  .nav-menu-wrap .hs-menu-wrapper li.mobile-menu-label>a>span{
    font-weight: 600;
    font-size: 16px;
  }

  li.mobile_back_btn {
    padding: 20px 0;
    margin: 0 0 10px;
    border: none !important;
  }
  li.mobile_back_btn a {
    padding: 0;
    -webkit-transition: font-weight .2s ease-in-out;
    -o-transition: font-weight .2s ease-in-out;
    -moz-transition: font-weight .2s ease-in-out;
    transition: font-weight .2s ease-in-out;
    display: block;
    position: relative;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00a0e1;
    padding-left: 20px!important;
  }

  .hs-menu-children-wrapper>li>a.back_btn>span{
    display: block;
    position: relative;
    width: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00a0e1;
  }

  a.back_btn:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid currentColor;
    border-right: none;
    border-bottom: none;
    -webkit-transform: rotate( 
      -45deg
    ) translateY(-75%);
    -moz-transform: rotate(-45deg) translateY(-75%);
    -ms-transform: rotate(-45deg) translateY(-75%);
    -o-transform: rotate(-45deg) translateY(-75%);
    transform: rotate( 
      -45deg
    ) translateY(-75%);
    left: 6px;
    top: 50%;
    position: absolute;
  }

  .open_menu .mobmenu{
    z-index: 2;
    opacity: 1;
    pointer-events: all;
  }

  .open_menu .mobmenu-inner{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }

  .open_menu .mobmenu .nav-menu-wrap{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    width: 315px;
    max-width: 100vw;
  }

  body.open_menu {
    overflow:hidden;
  }
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-children-wrapper .mobile-menu-label {
  pointer-events: none;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}