/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
} */

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}


@media(max-width:1199px){
  .dnd-section > .row-fluid{
    padding: 0 34px;
  }
}


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "icomoon";
  src: url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/Mobiusinstitute_October2020/fonts/icomoon.eot") format("embedded-opentype"),
    url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/icomoon.ttf") format("truetype"),
      url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/icomoon.woff") format("woff"),
        url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/icomoon.svg") format("svg");
          font-style: normal;
          font-weight: normal;
          font-display: block;
          }



@font-face {
  font-family: "Proxima Nova";
  src: url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/Mobiusinstitute_October2020/fonts/ProximaNova-Light.eot") format("embedded-opentype"),
    url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/proximanova-light-webfont.woff") format("woff"),
      url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/ProximaNova-Light.ttf") format("truetype");
        font-style: normal;
        font-weight: 300 400;
        }

@font-face {
  font-family: "Proxima Nova";
  src: url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/Mobiusinstitute_October2020/fonts/ProximaNova-Regular.eot") format("embedded-opentype"),
    url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/proximanova-regular-webfont.woff") format("woff"),
      url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/ProximaNova-Regular.ttf") format("truetype");
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        }


@font-face {
  font-family: "Proxima Nova";
  src: url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/Mobiusinstitute_October2020/fonts/ProximaNova-Bold.eot") format("embedded-opentype"),
    url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/proximanova-bold-webfont.woff") format("woff"),
      url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/ProximaNova-Bold.ttf") format("truetype");
        font-style: normal;
        font-weight: 700;
        }


@font-face {
  font-family: "Proxima Nova";
  src: url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/Mobiusinstitute_October2020/fonts/ProximaNova-RegularIt-1.eot") format("embedded-opentype"),
    url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/proximanova-regitalic-webfont.woff") format("woff"),
      url("//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/fonts/ProximaNova-RegularIt.ttf") format("truetype");
        font-style: italic;
        font-weight: 500;
        }



html{
  scroll-behavior:smooth;
}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-wrapper {
  padding: 0 0 0 160px;
  background-color: #ffb932;
  background-image: url('//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/images/main-decor-orange.png');
    background-position: 50% -60px;
    background-size: 1400px auto;
    background-repeat:no-repeat;
    }


.hs-blog-listing.body-wrapper,
.hs-blog-post.body-wrapper {
  background-color: #eff4f6;
  background-image: url('//8034045.fs1.hubspotusercontent-na1.net/hubfs/8034045/raw_assets/public/Mobiusinstitute_October2020/images/main-decor-white.png');
    }

main.body-container-wrapper {
  background-color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .4em;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.15;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 .9em;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.35;
}

h5 {
  font-size: 1rem;
  line-height: 1.35;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-left: 22px;
  padding-top: 0px;
  margin-bottom: 20px;
  padding: 10px 0 0;
}

.body-container-wrapper ul {
  padding: 14px 0 0;
  margin: 0 0 41px;
  text-transform: none;
  list-style: none;
}

.body-container-wrapper ul li {
  padding: 0 0 0 30px;
  margin: 0 0 20px;
  line-height: 1.4;
  position: relative;
}

.body-container-wrapper ul li:before {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 18px;
  color: #ffb932;
  content: "\e906";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.45;
  text-align: center;
  border: none;
  font-size: 20px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}


@media(max-width:1199px){
  .body-wrapper {
    padding: 0 0 0 140px;
  }
  body {
    background-position: 50% 50px;
    background-size: 1000px auto;
  }
}


@media(max-width:1024px){
  .body-wrapper {
    padding: 0 ;
  }

}




@media(max-width:767px){
  body{
    line-height:1.8;
    background-size: 650px auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt,
.form-container{
  display:block;
  max-width:500px;
  width:100%;
  margin-bottom:20px;
}

.hs-button {
  font: inherit;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  min-width: 194px;
  text-align: center;
  text-decoration: none;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  

}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
ul.no-list.hs-error-msgs.inputs-list label {
  text-transform: lowercase;
  margin: 0;
  padding:0;
  color: #f00;
}
ul.no-list.hs-error-msgs.inputs-list li{
  margin:0;
  line-height:normal;
}
ul.no-list.hs-error-msgs.inputs-list li:before{
  content:none;
}

.hs-form label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  font-weight: 500;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
input#hs-pwd-widget-password{
  font-size: 14px;
  font-family: inherit;
  padding: 5px 4px;
  width:100%;
  letter-spacing: normal;
  color: #33475b;
  line-height: 49px;
  background-color: #fff;
  height: 49px;
  border: 1px solid #e2e8ea;
  box-sizing: border-box;
  font-weight:500;
}
input#hs-pwd-widget-password{
  height:49px !important;
}
.form-container .hs-input,
input#hs-pwd-widget-password{
  margin-bottom: 20px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field,
.hs-search-module .hs-input{
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


@media(max-width:767px){
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_password_prompt,
  .form-container{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-top:0;
  margin-bottom: 0;
  list-style: none;
}


nav.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
}

nav.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-top: -1px;
  height: auto;
  padding: 20px 10px;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  cursor:pointer;
  border: 1px solid transparent;
}

nav.custom-menu-primary .hs-menu-wrapper > ul > li .sub-menu-wrap {
  bottom: auto;
  top: 0;
  left: 100%;
  height: 100vh;
  width: calc(100vw - 160px);
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}



nav.custom-menu-primary .hs-menu-wrapper > ul>li:before {
  font-size: 42px;
  display: block;
  text-align: center;
  font-family: "icomoon" !important;
  padding: 9px 0 10px;
  line-height: normal;
}

nav.custom-menu-primary ul>li.Buy.Training:before {
  content: "\e90e";
}
nav.custom-menu-primary ul>li.ProfessionalGrowth:before{
  content: "\e90f";
}
nav.custom-menu-primary ul>li.CorporateReliability:before{
  content: "\e90c";
}
nav.custom-menu-primary ul>li.MobiusPartners:before{
  content: "\e90d";
}
nav.custom-menu-primary ul>li.More:before{
  content: "\e919";
}


nav.custom-menu-primary .hs-menu-wrapper > ul>li > a {
  font-size: 14px;
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height:1;
  font-weight: 300;
}

nav.custom-menu-primary .hs-menu-wrapper > ul>li>a:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: calc(100% + 65px);
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open .sub-menu-wrap {
  opacity: 1;
  visibility: visible;
}



nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap > ul > li.back > a.btn-back {
  display: none;
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul  li.back a.btn-close {
  width: 36px;
  height: 42px;
  right: 20px;
  padding: 32px 0 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  top: 23px;
  display: inline-block;
  cursor:pointer;
  vertical-align: top;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul li.back a.btn-close:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  content: "\e905";
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 24px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper {
  max-width: 1468px;
  padding: 93px 42px 40px 72px;
  font-size: 18px;
  color: #141c21;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: 600;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1;
  opacity: 0;
  margin: 0;
  visibility: visible;
}
nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap > ul.hs-menu-children-wrapper{
  opacity:0;
  visibility:hidden;
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open .sub-menu-wrap > ul.hs-menu-children-wrapper{
  opacity:1;
  visibility:visible;
}

nav.custom-menu-primary .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
nav.custom-menu-primary .hs-menu-wrapper>ul  li.child-open > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}



nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li > a {
  display: inline-block;
  vertical-align: top;
  padding: 11px 0;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  line-height: 1;
  text-decoration:none;
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li.child-open > .sub-menu-wrap > ul.hs-menu-children-wrapper {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}


nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li.hs-item-has-children > a {
  position: relative;
  padding-right: 25px;
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li.hs-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 9px;
  content: "\e900";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li.hs-item-has-children.child-open > ul {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li.back a.btn-back:before {
  top: 56px;
  font-size: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 73px;
  position: absolute;
  content: "\e900";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li.back a.btn-back:after {
  position: absolute;
  top: 56px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  content: "back";
  left: 108px;
}
nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li>ul > li.back {
  margin-bottom: 12px;
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper > li.back:not(:first-child) {
  display: none;
}

nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li>ul > li:not(.back) {
  margin-bottom: 12px;
  line-height: 1;
}
nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li>ul > li:not(.back) > a {
  padding: 4px 0 4px 22px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}
nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li>ul>li.hs-item-has-children>a {
  position: relative;
  padding-right: 25px !important;
}



@media(max-width:1199px){
  nav.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li:before {
    padding: 9px 0 14px;
    font-size: 42px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap {
    width: calc(100vw - 140px);
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper {
    padding: 100px 42px 40px;
    font-size: 18px;
    max-width: 1468px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li {
    margin-bottom: 20px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li.back {
    margin: 0;
  }


}

@media(max-width:1023px){
  nav.custom-menu-primary .hs-menu-wrapper>ul>li {
    height: 88px;
    padding: 0;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap {
    height: calc(100vh - 88px);
    bottom: 100%;
    left: 0;
    width: 100%;
    top: auto;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper {
    padding: 100px 42px 40px;
  }
}


@media(max-width:767px){
  nav.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 10px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li:before {
    padding: 10px 0;
    font-size: 30px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li {
    height: 85px;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap {
    height: calc(100vh - 75px);
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper {
    padding: 100px 18px 34px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li {
    margin: 0;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li>a {
    padding: 11px 0;
    font-size: 15px;
    font-weight: 600;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li>a {
    color: #003a63;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul li.back a.btn-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 23px;
    right: 13px;
    font-size: 0;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul li.back a.btn-close:hover {
    color: #ffb932;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul li.back a.btn-close:before {
    font-size: 20px;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li.hs-item-has-children>a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e90a";
    font-size: 15px;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li .sub-menu-wrap ul.hs-menu-children-wrapper li>a:hover {
    color: #ffb932;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

section.head-section {
  text-align: center;
}

section.head-section .page-center {
  width: 100%;
  padding: 0 12px;
}

section.head-section .page-center .h-100vh {
  min-height: 0;
  padding: 0 0 40px;
  position: relative;
}

section.head-section .page-center .h-100vh .heading {
  margin: 0 auto 32px;
  max-width: 800px;
  font-size: 21px;
}

section.head-section .page-center .h-100vh .heading h1 {
  margin: 0 0 31px;
  font-size: 42px;
  padding: 0 0 34px;
  font-weight: 400;
  text-transform: uppercase;
  color: #003a63;
  position: relative;
  letter-spacing: -.8px;
}

section.head-section .page-center .h-100vh .heading h1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 96px;
  height: 5px;
  background-color: #003a63;
  content: "";
  width: 160px;
  height: 7px;
}

section.head-section .page-center .h-100vh .heading p {
  margin: 0 0 20px;
}

section.head-section a.scroll-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 82px;
  height: 66px;
  vertical-align: top;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #141c21;
  display:none;
}

section.head-section a.scroll-btn span.ico {
  width: 21px;
  height: 46px;
  position: relative;
  display: block;
  margin: 0 auto 5px;
  border: 1px solid #003a63;
  border-radius: 10px;
}

section.head-section a.scroll-btn span.ico span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}




@media(max-width:1199px){
  section.head-section .page-center .h-100vh .heading h1 {
    margin: 0 0 27px;
    font-size: 28px;
    padding: 0 0 28px;
  }

  section.head-section .page-center .h-100vh .heading {
    margin: 0 auto 34px;
    font-size: 16px;
  }

  section.head-section .page-center .h-100vh .heading h1:before {
    width: 134px;
    height: 6px;
  }
}

@media(max-width:1023px){
  section.head-section .page-center .h-100vh .heading h1 {
    letter-spacing: normal;
  }
}



@media(max-width:767px){
  section.head-section .page-center .h-100vh {
    position: relative;
    min-height: calc(100vh - 210px);
    padding: 0 0 100px;
  }

  section.head-section .page-center .h-100vh .heading {
    max-width: 800px;
    margin: 0 auto 39px;
  }

  section.head-section .page-center .h-100vh .heading h1 {
    position: relative;
    padding: 0 0 28px;
    margin: 0 0 22px;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #003a63;
  }
  section.head-section .page-center .h-100vh .heading h1:before {
    width: 96px;
    height: 5px;
  }
  section.head-section a.scroll-btn{
    display:block;
  }
  section.head-section a.scroll-btn span.ico:before {
    width: 11px;
    height: 11px;
    position: absolute;
    left: 4px;
    bottom: 7px;
    background-color: #003a63;
    border-radius: 50%;
    content: "";
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

header.header {
  margin: 0 0 45px;
}

header.header .header__container {
  width: 100%;
  padding: 0 12px;
}

header.header .header__container .header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
}

header.header .header__container .header-holder .header__logo.mobile-logo {
  width: 132px;
  margin: 8px 0 0 22px;
  display: none;
}

header.header .header__container .header-holder .header__logo.mobile-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 100% !important;
}

.popup-holder.search-popup {
  margin-left: auto;
}

.popup-holder.search-popup a.cart-customlocation {
  text-decoration: none;
  position: relative;
  left: -20px;
  top: 4px;
  color: #141c21;
}

.popup-holder.search-popup a.cart-customlocation span.icon-mi_nav-shopping-cart {
  font-size: 40px;
  float: left;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.popup-holder.search-popup a.cart-customlocation span.icon-mi_nav-shopping-cart:before {
  content: "\e9e3";
}

.popup-holder.search-popup a.open {
  -webkit-transition: text-shadow .3s ease-in-out;
  transition: text-shadow .3s ease-in-out;
  font-size: 42px;
  line-height: 1;
  text-decoration: none;
  color: #141c21;
}

.popup-holder.search-popup a.open i.icon-search {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.popup-holder.search-popup a.open i.icon-search:before {
  content: "\e903";
}

header.header.custom-lp-header .popup-holder.search-popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup-holder.search-popup .popup {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
aside.sidenav {
  width: 160px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 12;
  top: 0;
  height: 100vh;
}
aside.sidenav .logo{
  padding: 17px 14px;
  border-width:1px;
  border-style:solid;
}
aside.sidenav .logo a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 100% !important;
}



.popup-holder.search-popup .popup .header__container .popup-content {
  position: relative;
  padding: 180px 0;
}

.popup-holder.search-popup .popup .header__container .popup-content form.search-form.with-border {
  max-width: 741px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.popup-holder.search-popup .popup .header__container .popup-content form.search-form.with-border input[type="search"] {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 38px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #003a63;
  border-radius: 3px 0 0 3px;
  height: 45px;
  padding: 0 22px 0 40px;
  font-size: 17px;
  width: 100%;
  font-weight: 500;
}

.popup-holder.search-popup .popup .header__container .popup-content form.search-form.with-border input[type="search"]::-webkit-input-placeholder{
  font-style: italic;
  color: #141c21;
}

.popup-holder.search-popup .popup .header__container .popup-content form.search-form.with-border input[type="search"]::-moz-placeholder{
  font-style: italic;
  color: #141c21;
}

.popup-holder.search-popup .popup .header__container .popup-content form.search-form.with-border input[type="search"]:focus {
  outline-offset: 0px;
}

.popup-holder.search-popup .popup .header__container .popup-content form.search-form.with-border button {
  font: inherit;
  margin: 0;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 17px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #003a63;
  border: none;
  color: #fff;
  border-radius: 0 3px 3px 0;
  padding: 0 27px;
  cursor:pointer;
}

.popup-holder.search-popup .popup .header__container .popup-content form.search-form.with-border button:before {
  height: 0;
  width: 0;
  border-bottom: 6.5px solid transparent;
  border-right: 9px solid #003a63;
  border-top: 6.5px solid transparent;
  position: absolute;
  right: calc(100% - 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.popup-holder.search-popup .popup.search-active {
  opacity: 1;
  z-index: 13;
  visibility: visible;
}

.popup-holder.search-popup .popup a.close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #141c21;
}
.popup-holder.search-popup a.open:hover {
  text-shadow: 0 0 1px #141c21;
}
.popup-holder.search-popup .popup a.close:before {
  display: block;
  content: "\e905";
  margin: 0 0 5px;
  font-size: 26px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



@media(max-width:1199px){
  aside.sidenav .logo {
    padding: 10px;
  }

  aside.sidenav {
    top: 0;
    width: 140px;
    height: 100vh;
  }
  .popup-holder.search-popup .popup .header__container .popup-content form.search-form.with-border {
    max-width: 600px;
  }
}

@media(max-width:1023px){
  aside.sidenav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: auto;
    top: auto;
    z-index: 9999;
  }

  aside.sidenav .logo {
    display: none;
  }
  header.header .header__container .header-holder .header__logo.mobile-logo {
    display: block;
  }
  header.header {
    margin: 0 0 39px;
  }
}



@media(max-width:767px){
  header.header .header__container .header-holder .header__logo.mobile-logo {
    width: 118px;
    margin: 0;
  }
  header.header {
    margin: 0 0 29px;
  }
  .popup-holder.search-popup .popup .header__container .popup-content form.search-form.with-border button {
    padding: 0 17px;
    font-size: 14px;
  }

  .popup-holder.search-popup .popup .header__container .popup-content form.search-form.with-border input[type="search"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 38px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 38px;
  }
}




.body-container-wrapper .hs-menu-wrapper {
  padding: 20px
}

.body-container-wrapper .hs-menu-wrapper .maxContainer {
  margin: 0 auto;
  max-width: 1240px
}

.body-container-wrapper .hs-menu-wrapper ul {
  display: flex;
  margin: 0;
  padding: 0
}

.body-container-wrapper .hs-menu-wrapper ul li {
  border-right: 1px solid rgba(0,0,0,.2);
  margin-bottom: 0!important;
  padding: 0 30px
}

.body-container-wrapper .hs-menu-wrapper ul li:last-child {
  border-right: 0;
  padding-right: 0
}

.body-container-wrapper .hs-menu-wrapper ul li:first-child {
  padding-left: 0
}

.body-container-wrapper .hs-menu-wrapper ul li:before {
  display: none
}
.navbar-menu{
  background-color: #FFFFFF;
}
.body-container-wrapper .hs-menu-wrapper ul li a{
  color: #003a63;
  font-size: 19px;
  font-weight: 700;
}

.body-container-wrapper .hs-menu-wrapper ul {
    
    justify-content: center;
}
.body-container-wrapper .hs-menu-wrapper ul li a:hover{
  color: #ffb932;
}
@media screen and (max-width: 767px) {
  .body-container-wrapper .hs-menu-wrapper {
    padding:20px 20px 8px
  }

  .body-container-wrapper .hs-menu-wrapper ul {
    flex-wrap: wrap;
    justify-content: center
  }

  .body-container-wrapper .hs-menu-wrapper ul li {
    margin-bottom: 10px!important;
    padding: 0 15px
  }

  .body-container-wrapper .hs-menu-wrapper ul li a {
    font-size: 14px!important
  }

  .body-container-wrapper .hs-menu-wrapper ul li:first-child {
    padding-left: 11px
  }

  .body-container-wrapper .hs-menu-wrapper ul li:last-child {
    padding-right: 11px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  font: 10px/1.4 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.footer__container {
  margin: 0 auto;
}
footer.footer .footer__container {
  padding: 0 24px;
  max-width: 1328px;
}


footer.footer .contact-block {
  padding: 36px 0 29px;
}

footer.footer .contact-block .footer-header {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.footer .contact-block .footer-header .footer-logo {
  width: 142px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer.footer .contact-block .footer-header .footer-logo img {
  display: block;
  width: 100% !important;
  height: auto;
}

footer.footer .contact-block .footer-header strong.heading {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 13px;
  line-height: 17px;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}

footer.footer .contact-block .contact-box {
  margin-bottom: 26px;
}

footer.footer .contact-block .contact-box strong.title {
  display: block;
  font-weight: 600;
}

footer.footer .contact-block .contact-box  ul {
  margin: 0;
  padding: 0;
  margin-bottom: 13px;
  list-style: none;
}
footer.footer .contact-block .contact-box ul li a {
  font-family: Montserrat;
  text-decoration:none;
}

.social-netwroks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
}

.social-netwroks ul li {
  padding: 0 13px 0px 0;
}

.social-netwroks ul li a.ico {
  font-size: 17px;
  line-height: 1;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.social-netwroks ul li a.ico:hover {
  color: #2796f4;
}

.social-netwroks ul li a.icon-facebook:before {
  content: "\ea90";
}
.social-netwroks ul li a.icon-twitter:before {
  content: "\ea96";
}
.social-netwroks ul li a.icon-linkedin:before {
  content: "\eaca";
}
.social-netwroks ul li a.icon-instagram:before {
  content: "\ea92";
}
.social-netwroks ul li a.icon-youtube:before {
  content: "\e904";
}

footer.footer .contact-block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.footer .contact-block .wrap .footer-logo {
  width: 84px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 11px;
}

footer.footer .contact-block .wrap .footer-logo img {
  width: 100% !important;
}

footer.footer .contact-block .wrap  .text-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
footer.footer .contact-block .wrap .text-box p {
  margin: 0 0 1em;
  font-family: 'Montserrat';
}
footer.footer .footer__container .learning-path {
  position: relative;
  z-index: 1;
  padding: 8px 0;
}

footer.footer .footer__container .learning-path:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  background: #fff;
}


footer.footer .footer__container .learning-path strong {
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  padding: 0 0 9px;
  margin: 0 0 18px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  border:none;
  border-bottom-width:2px;
  border-bottom-style:solid;
}

footer.footer .footer__container .learning-path .learning-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

footer.footer .footer__container .learning-path .learning-holder .learning-col {
  padding: 0 20px 20px 0;
}

footer.footer .footer__container .learning-path .learning-holder .learning-col .logo-holder {
  overflow: hidden;
  margin: 0;
}

footer.footer .footer__container .learning-path .learning-holder .learning-col .logo-holder img {
  display: block;
  width: auto ;
  margin: 0 auto;
  height: 70px;
}

footer.footer .footer__container .learning-path .learning-holder .learning-col .links-holder {}

footer.footer .footer__container .learning-path .learning-holder .learning-col .links-holder ul {
  font-size: 9px;
  line-height: 12px;
  padding-top: 10px;
  padding-left: 10px!important;
  margin: 0;
  list-style: none;
}

footer.footer .footer__container .learning-path .learning-holder .learning-col .links-holder ul li {
  margin: 0;
}

footer.footer .footer__container .learning-path .learning-holder .learning-col .links-holder ul li a {
  text-decoration: none;
  font-family: 'Montserrat';
}


footer.footer .footer__container .bottom-footer {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 9px;
  line-height: 12px;
}

footer.footer .footer__container .bottom-footer .hs_cos_wrapper {
  display: inline;
}

footer.footer .footer__container .bottom-footer nav.footer-nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 40px;
}

footer.footer .footer__container .bottom-footer nav.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.footer .footer__container .bottom-footer nav.footer-nav ul li {
  display: inline;
}

footer.footer .footer__container .bottom-footer nav.footer-nav ul li a {
  text-decoration: none;
  font-family: 'Montserrat';
}


footer.footer .footer__container .bottom-footer nav.footer-nav ul li:not(:last-child) a:after {
  content: "|";
  padding: 0 6px;
  color: #0f1419;
  opacity: .5;
}
footer.footer .contact-block .footer-header strong.heading sup {
  font-size: 35%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.9em;
}
footer.footer .footer__container .bottom-footer span a {
  font-family: 'Montserrat';
  text-decoration: none;
}

@media(max-width:1199px){
  footer.footer .footer__container .learning-path .learning-holder .learning-col {
    padding: 0 35px 20px 0;
  }

  footer.footer .footer__container .learning-path .learning-holder .learning-col .logo-holder img {
    display: block;
    width: auto;
    margin: 0 auto;
    height: 50px;
  }

  footer.footer .contact-block .footer-header .footer-logo {
    width: 134px;
    margin-right: 15px;
  }
}


@media(max-width:1180px){

  footer.footer .footer__container .learning-path .learning-holder .learning-col {
    padding: 0 12px 23px 0;
  }

  footer.footer .footer__container .learning-path .learning-holder .learning-col .logo-holder img {
    margin: 0;
    height: 40px;
    width: auto !important;
  }

}

@media(max-width:1023px){
  div#google_translate_element {
    margin-bottom: 87px;
  }

  footer.footer .footer__container .learning-path .learning-holder .learning-col {
    padding: 0 12px 23px 0;
  }

  footer.footer .footer__container .learning-path .learning-holder .learning-col .logo-holder img {
    margin: 0;
    height: 40px;
    width: auto !important;
  }
}

@media(max-width:784px){
  footer.footer .footer__container .learning-path strong {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 13px;
    margin: 0 0 30px;
    text-align: center;
  }

  footer.footer .footer__container .learning-path .learning-holder {
    display: block;
    padding: 16px 0;
    text-align: center;
  }

  footer.footer .footer__container .learning-path .learning-holder .learning-col {
    padding: 0 12px 47px 0;
    text-align: center;
  }
  footer.footer .footer__container .learning-path .learning-holder .learning-col .links-holder ul li {
    text-align: center!important;
  }
  footer.footer .footer__container .learning-path .learning-holder .learning-col .logo-holder img {
    display: inline-block;
    vertical-align: top;
    max-width:160px;
  }
  footer.footer .footer__container .bottom-footer .hs_cos_wrapper {
    display: block;
  }

  footer.footer .footer__container .bottom-footer {
    font-size: 9px;
    line-height: 12px;
    padding: 8px 0;
    display: block;
  }

  footer.footer .footer__container .bottom-footer nav.footer-nav {
    padding: 3px 0 0;
  }
}


@media(max-width:767px){
  footer.footer .footer__container {
    padding: 0 18px;
  }

  footer.footer .contact-block {
    padding: 36px 0 23px;
  }

  footer.footer .contact-block .footer-header {
    margin-bottom: 18px;
  }

  footer.footer .contact-block .footer-header .footer-logo {
    width: 118px;
    margin-right: 13px;
  }

  footer.footer .contact-block .wrap .footer-logo {
    width: 73px;
    margin-right: 11px;
  }

  footer.footer .contact-block .wrap .text-box p {
    font-weight: normal;
  }

  footer.footer .footer__container .learning-path strong {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 13px;
    margin: 0 0 30px;
    text-align: center;
  }

  footer.footer .footer__container .learning-path {
    padding: 16px 0;
  }

  footer.footer .footer__container .learning-path .learning-holder {
    padding: 0;
  }
  footer.footer .contact-block .contact-box {
    margin-bottom: 14px;
  }

  footer.footer .contact-block .contact-box ul {
    margin-bottom: 19px;
  }


}



@media(max-width:400px){
  footer.footer{
    min-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-listing-wrapper .content-wrapper {
  padding: 0 12px;
}

.blog-listing-wrapper .content-wrapper .heading {
  margin: 0 0 10px;
  text-align: left;
}

.blog-listing-wrapper .content-wrapper .heading h2.text-uppercase {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 .9em;
}

.blog-listing-wrapper .content-wrapper .blog-index {
  padding: 20px 0;
  margin: 0 -10px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.filters-box h3 {
  margin: 0 0 12px;
  min-width: 254px;
  height: 45px;
  text-align: left;
  color: #003a63;
  border: 1px solid #d5d9db;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 7px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight:500;
  background:#fff;
}
.filters-box h3 span.filter-title {
  margin: 0 30px 0 10px;
  font-size: 15px;
  line-height: 45px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.filters-box h3 span.jcf-select-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #141c21;
  background-color: transparent;
  position: absolute;
  text-align: center;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

.filters-box h3 span.jcf-select-opener:before {
  font-size: 12px;
  content: "\e907";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filters-box {
  position: relative;
  width: auto;
}

.filters-box ul {
  padding: 0;
  border: 1px solid red;
  list-style: none;
  border-radius: 0 0 3px 3px;
  border-color: transparent #003a63 #003a63;
  overflow: hidden;
  margin: -1px 0 0;
  z-index: 9999;
  position: absolute;
  width: 94.7%;
  top: 79%;
  right: 7px;
  display:none; 
}
.filters-box .filters-box-inner {
  display: inline-block;
  position: relative;
}

.filters-box .filters-box-inner.topic-active h3 {
  border-color: #003a63 #003a63 transparent;
}

.filters-box .filters-box-inner.topic-active ul {
  display: block;
  background: #fff;
}

.filters-box ul li span {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  line-height: 1.4;
  font-size: 12px;
  height: 1%;
  text-align: left;
}
.filters-box ul li span:hover{
  background: #003a63;
  color: #fff;
  cursor: pointer;
}
.filters-box ul li a {
  display: block;
}
.filters-box ul li:hover a{
  color: #fff;
  text-decoration:none;
}

.blog-listing-wrapper .content-wrapper .blog-index .blog-index__post {
  width: calc(33.3333333% - 20px);
  margin: 0 10px 20px;
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, border-color .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 5px solid #141c21;
  background-color: #fff;
}


.blog-index__post a.blog-index__post-image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.blog-index__post  .text-wrap {
  padding: 12px 20px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: solid #dee0e2;
  border-width: 0 1px 1px 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog-index__post .text-wrap span.category {
  display: block;
  margin: 0 0 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.blog-index__post .text-wrap  h2 {
  margin: 0 0 3px;
  font-size: 21px;
  color: inherit;
  line-height: 1.15;
  letter-spacing: -.7px;
}

.blog-index__post .text-wrap h2 a {
  text-decoration: none;
  color: inherit;
}

.blog-listing-wrapper .content-wrapper .blog-index .blog-index__post:hover {
  color: #ffb932;
  border-color: #ffb932;
}



.blog-post-wrapper {
  margin: 0 0 100px;
}

.blog-post-wrapper .content-wrapper {
  width: 100%;
  padding: 0 12px;
}

.blog-post-wrapper article.post-detail {
  padding: 39px 32px;
  border-top: 5px solid #141c21;
  background-color: #fff;
}

.blog-post-wrapper article.post-detail .meta-info {
  margin: 0 0 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
}

.blog-post-wrapper article.post-detail .meta-info span.author {
  min-width: 107px;
  margin: 0 21px 0 0;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  padding: 5px 13px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #141c21;
}
.blog-post-wrapper .blog-post__body {
  padding: 0 97px 0 97px;
}
.blog-post-wrapper article.post-detail .heading {
  font-size: 20px;
  margin: 0 0 59px;
}

@media(max-width:1199px){
  .blog-post-wrapper article.post-detail {
    padding: 29px 26px;
  }

  .blog-listing-wrapper .content-wrapper .heading h2.text-uppercase {
    font-size: 21px;
    line-height: 1.3;
  }

  .blog-post-wrapper article.post-detail .meta-info span.author {
    margin: 0 18px 0 0;
    text-transform: none;
    display: inline-block;
    min-width: auto;
  }

  .blog-post-wrapper article.post-detail .heading {
    margin: 0 0 38px;
    font-size: 11px;
    text-transform: uppercase;
  }

  .blog-post-wrapper article.post-detail .heading h1 {
    font-size: 33px;
  }

  .blog-post-wrapper .blog-post__body {
    padding: 0 42px;
  }
  .blog-post-wrapper {
    margin: 0 0 50px;
  }
  .hs-blog-listing.body-wrapper, .hs-blog-post.body-wrapper {
    background-position: 50% 50px;
    background-size: 1000px auto;
  }
  .blog-listing-wrapper .content-wrapper .blog-index {
    margin: 0 -10px;
    padding: 0;
  }

}



@media(max-width:1023px){

  .blog-listing-wrapper .content-wrapper .blog-index .blog-index__post {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .blog-listing-wrapper .content-wrapper .heading {
    text-align: center;
    margin: 0 0 34px;
  }
}



@media(max-width:767px){
  .hs-blog-listing.body-wrapper, .hs-blog-post.body-wrapper {
    background-size: 650px auto;
    background-position: 91% 47px;
  }
  .blog-index__post .text-wrap {
    padding: 12px 14px 15px;
  }
  .blog-post-wrapper article.post-detail {
    padding: 34px 16px;
  }
  .blog-post-wrapper .blog-post__body {
    padding: 0;
  }
  .blog-listing-wrapper .content-wrapper .heading h2.text-uppercase {
    font-size: 21px;
    line-height: 1.3;
  }
  .blog-post-wrapper .blog-post__body p img {
    float: none !important;
    width: auto !important;
  }
  .blog-listing-wrapper .content-wrapper .heading {
    text-align: left;
  }
}


@media(max-width:479px){
  .blog-listing-wrapper .content-wrapper .blog-index .blog-index__post {
    width: 100%;
    margin: 0 0 21px;
  }

  .blog-listing-wrapper .content-wrapper .blog-index {
    display: block;
    margin: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
  position: relative;
  z-index:2;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.error-page a.hs-button,
.error-page p{
  position: relative;
  z-index: 2;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.form-container ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}

.form-container ul.no-list.hs-error-msgs li {
  padding: 0;
  margin: 0;
  line-height: normal;
  position: static;
}

.form-container ul.no-list.hs-error-msgs li:before {
  content: none;
}


@media(max-width:767px){
  .systems-page .success{
    min-width:100%;
  }
  .widget-type-email_simple_subscription input.email-edit.hs-input{
    width:100% !important;
  }
}