*, *: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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.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%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.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%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.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 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid,
.page_center, .footer_container{
  margin: 0 auto;
  padding:0 29px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .page_center{
  padding:0 25px;
}
}
@font-face {
  font-family: 'eicons';
  src: url(https://25824509.fs1.hubspotusercontent-eu1.net/hubfs/25824509/raw_assets/public/Juniper_Education_December2022/fonts/eicons%20.ttf),
    url(https://25824509.fs1.hubspotusercontent-eu1.net/hubfs/25824509/raw_assets/public/Juniper_Education_December2022/fonts/eicons%20.woff),
    url(https://25824509.fs1.hubspotusercontent-eu1.net/hubfs/25824509/raw_assets/public/Juniper_Education_December2022/fonts/eicons%20.woff2);
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url(https://25824509.fs1.hubspotusercontent-eu1.net/hubfs/25824509/raw_assets/public/Juniper_Education_December2022/fonts/fa-brands-400.ttf),
    url(https://25824509.fs1.hubspotusercontent-eu1.net/hubfs/25824509/raw_assets/public/Juniper_Education_December2022/fonts/fa-brands-400.woff),
    url(https://25824509.fs1.hubspotusercontent-eu1.net/hubfs/25824509/raw_assets/public/Juniper_Education_December2022/fonts/fa-brands-400.woff2);
  font-weight: 400;
  font-style: normal;
}



body {
  line-height: 1.05;
  word-break: break-word;
  overflow:hodden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

img{
  max-width:100%;
}
/* Paragraphs */

p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.61111em;
  letter-spacing: 0;
  font-size: 1.2rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h1{
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0.67em 0;
}
h2 {
  line-height: 1;
  letter-spacing: 0;
}
h3 {
  line-height: 1.33;
  letter-spacing: 0;
}
h4 {
  line-height: 1;
  letter-spacing: 0;
}
h5 {
  line-height: normal;
  letter-spacing: 0;
}
h6 {
  line-height: normal;
  letter-spacing: normal;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}




@media (max-width: 575px){
h1 {
       line-height: 1.05;
    letter-spacing: 0;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-size: 2.25rem !important;
}
  h2 {
    font-size: 1.8rem !important;
  }
  h3{
    font-size: 1.5rem !important;
  }
}
button,
.button {
  background-color: #2c7e3d;
  outline-color: #2c7e3d;
  border: 2px solid #2c7e3d;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .0416666875rem;
  transition: all .4s ease;
  padding: 0.7rem 2rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  cursor:pointer;
  display:inline-block;
  margin-bottom: 8px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */



.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}


.hs-form-field {
  margin-bottom: 9px;
}

/* Labels */

form label {
  line-height: 1.123;
  letter-spacing: 0;
  font-size: 1.2rem;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}

/* Help text - legends */

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 {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  max-width:100%;
  font-weight: 300;
  border: 1px solid rgba(40,26,57,.1);
  border-radius: 0;
  color: #4b4b4b;
  margin: 0 0 10px 0;
  line-height: 1.15;
  width: 100%;
}
form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus {
    outline: 0;
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container .submitted-message,.blog-comments form,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.widget-type-password_prompt{
      background-color: #745b99;
  padding:20px;
  max-width:700px;
  display: block;
}

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 - datepicker */

.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: #c02b0a;
}

.hs-input.invalid.error {
  border-color: #c02b0a;
}

.hs-error-msg,
label.hs-main-font-element,
ul.no-list.hs-error-msgs label {
  color: #c02b0a;
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12.992px 24px;
  display: block;
  font-weight: normal;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #2c7e3d;
  outline-color: #2c7e3d;
  border: 2px solid #2c7e3d;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .0416666875rem;
  transition: all .4s ease;
  padding: 0.7rem 2rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  cursor:pointer;
  display:inline-block;
  margin-bottom: 8px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header_wrapper {
    min-height: 133px;
}
.top_header {
  display: none;
  padding: 0 40px;
  background: #281A39;
  border-bottom-width: 1px;
  border-bottom-color: #322442;
  border-bottom-style: solid;
}
.header_inner{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.header_login_btn{
  margin-top:2px;
}
.header_login_btn a {
  padding: 0.6rem 1.5rem;
  text-align: center;
  background: #E3CBFC;
  color: #000;
  font-size: .8125rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.46;
  letter-spacing: .5px;
}

.header_login_btn a:hover {
  background: #745B99;
  color: #FFF;
}
.contact_details {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
  padding: 0;
  color: #FFF;
}
.contact_details ul{
  margin: 0;
  text-decoration: none;
  padding:0;
  list-style:none;
  display:flex;
}
.contact_details ul li{
  border-right: 1px solid #322442;
  margin-right: 1.375rem;
  padding-right: 1.375rem;

}
.contact_details ul li:last-child{
  margin-right: 0;
  padding-right: 0;
}
.contact_details ul li a{
  line-height: 1.125rem;
  font-size: .8125rem;
  font-weight: 600;
  color: #E3CBFC;
  position: relative;
  padding: 0 0 0 30px;
  font-family: 'Lato',sans-serif;
  letter-spacing: .5px;
}
.contact_details ul li a:hover{
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
  color: #745b99;
  border-bottom: none;
}
.contact_details ul li a svg{
  height: 15px;
  position: absolute;
  left: -15px;
  fill: #745B99;
}
.contact_details ul li a svg:last-child g {
  fill: #745b99;
}
.bottom_header {
  z-index: 2000;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 7%);
  width: 100%;
  background-color: #fff;
  position: sticky;
}
.bottom_head_inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.header_logo {
  max-width: 250px;
  vertical-align: middle;
  flex: 1;
}
.header_logo img {
  display: none;
}
.header_menu:before {
  content: "";
  background-color: transparent;
  opacity: .8;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: background-color .3s;
}
.header_desktop_menu .hs-menu-wrapper > ul > li {
  transition: height .4s linear;
  padding: 0 2em;
  border: 0;
  font-size: 1.2rem;
}
.header_desktop_menu .hs-menu-wrapper>ul>li:hover {
  background-color: #362747;
}

.header_desktop_menu .hs-menu-wrapper > ul > li > a {
  color: #fff;
  padding: 32px 0 30px;
  transition: padding .4s linear;
  display: inline-flex;
  align-items: center;
  line-height: 1.46;
  text-transform: initial;
  font-size: 1rem;
  letter-spacing: .8px;
  font-family: 'Lato',sans-serif;
  font-weight: 600;
  flex: 1;
}
.header_desktop_menu .hs-menu-wrapper > ul > li > ul {
  transition: opacity .3s ease-in-out;
  background: #f8f8f8;
  height: auto;
  border-top: 1px solid #d2d2d2;
  padding-top: 4.2em;
  padding-bottom: 4.2em;
  font-size: .75rem;
}

.header_desktop_menu .hs-menu-wrapper > ul > li > ul > li {
  padding: 0 2.5rem 1.5rem;
  border-bottom: 0;
}

.header_desktop_menu .hs-menu-wrapper > ul > li > ul > li > a {
  background: none;
  padding: 0;
  color: #323031;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: .9px;
  text-transform: uppercase;
  font-size: .75rem;
  border-bottom: 1px solid #f4f4f4;
  font-family: 'Lato',sans-serif;
}
.header_desktop_menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  opacity: .8;
}
.header_desktop_menu .hs-menu-wrapper > ul > li > ul > li > ul {
  background: #f8f8f8;
  left: 100% !important;
  padding: 1.5rem;
  top: 0 !important;
  visibility: hidden;
}

.header_desktop_menu .hs-menu-wrapper > ul > li > ul > li > ul > li {
  padding: 0.6rem 0;
  border: 0;
}
.header_desktop_menu .hs-menu-wrapper > ul > li > ul > li:hover > ul {
  visibility: visible;
}

.header_desktop_menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
  color: #323031;
  font-weight: 400;
  background: none;
  padding: 0;
  font-size: .9375rem;
  letter-spacing: .8px;
  line-height: .9;
}

.header_desktop_menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
  opacity: .8;
  text-decoration: underline;
}

.search_icon {
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
  flex: 1;
  padding-top: 7px;
}
.search_icon button {
  display: flex;
  margin-right: 25px;
  padding: 0;
  border: 0;
  background-color: transparent!important;
  max-width: 100%;
  align-items: center;
  font-size: .8125rem;
  color: #fff;
  transition: all .4s ease;
  border-radius: 0;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.15;
}
.search_icon button svg {
  height: 21px;
  width: 21px;
}

.search_icon button svg path {
  fill: #fff;
}
.header-search_field {
  height: 70px;
  color: #fff;
  background-color: #745B99;
  z-index: 20;
  position: relative;
  width: 100%;
  display:none;
}

.header-search_field form input {
  height: 70px;
  color: #fff !important;
  background-color: #745B99 !important;
  padding: 20px 0;
  font-family: 'Lato',sans-serif;
  line-height: 1.33;
  letter-spacing: 1px;
  font-size: 1.5rem;
  border: 0;
  margin: 0 0 10px 0;
}

.header-search_field .hs-search-field__bar {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 29px;
  width: 100%;
}

.header-search_field form input::placeholder {
  color: #fff;
  line-height: 1.33;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.header-search_field form button {
  display: none;
}
body.search-open .header-search_field {
  display: block;
}
body.fixed-header .bottom_header {
  /*     position: sticky; */
  top: 0;
  opacity: 1;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header_desktop_menu.header_mobile_menu {
  display: none;
}

.header_wrapper.no-nav {
  min-height: 85px;
}



@media (min-width: 992px){
  .header_wrapper.no-nav .bottom_header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header_desktop_menu .hs-menu-wrapper>ul>li>ul>li:last-child {
    padding-bottom: 0;
  }
  .top_header{
    justify-content: space-between;
    font-weight: 600;
    line-height: 1.82;
    display: flex;
    align-items: center;
    letter-spacing: .458333px;
    height: 48px;
    position: relative;
    z-index: 1501;
    font-size: .6875rem;
  }
  .bottom_header {
    background-image: linear-gradient(180deg,rgb(40,26,57) 0%,rgb(56,41,75) 100%);

  }
  .bottom_head_inner {
    flex-wrap: nowrap;
  }
  .header_logo {
    display: flex;
    flex: 1 1 15%;
    line-height: 1.4;
    max-width: 250px;
    vertical-align: middle;
  }
  .header_logo img {
    display: block;
    height: 53.6px;
    max-height: 89.3333333333px;
  }
  .header_menu {
    display: flex;
    justify-content: center;
    flex: 1 1 100%;
    order: 0;
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    transition: none;
    overflow: visible;
    width: 100%;
  }
  .header_desktop_menu {
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
    overflow-y: visible;
  }
  .search_icon {
    display: flex;
    flex: 1 1 15%;
  }
  .mobile_logo,
  .mobile-toggle{
    display: none;
  }
  .hs-blog-listing .header_logo img,
  .hs-blog-post .header_logo img{
    width: 152px!important;
    height: 53.6px;
    max-height: 89.3333333333px;
  }

}


@media (min-width: 768px){
  .contact_details ul li a{
    line-height: 1.61111em;
  }
}




@media (max-width: 1027px){

  .header_desktop_menu .hs-menu-wrapper > ul > li {
    padding: 0 1.8em;
  }
}
@media (max-width: 991px){
  .header_wrapper.no-nav {
    min-height: 57.5px;
  }
  .mobile_logo,
  .mobile-toggle{
    display: block;
  }

  .mobile_logo svg {
    margin: 15px 0;
    max-height: 27.5px;
    display: block;
  }

  .header_desktop_menu {
    display: none;
  }


  .search_icon button svg path {
    fill: #281a39 !important;
  }
  .mobile-toggle button {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .mobile-toggle button > svg {
    fill: #323031;
    height: 16px;
    width: auto;
    margin-top: 3px;
  }
  .mobile-toggle button svg:last-child {
    display: none;
  }
  .header_desktop_menu.header_mobile_menu {
    background-color: #fff;
    display: block;
    height: calc(100vh - 55px);
    left: -110%;
    margin-top: 0;
    overflow-y: auto;
    overflow: visible;
    position: fixed;
    right: auto;
    transition: all .3s;
    width: 100vw;
    z-index: 9;
    top: 55px;
  }

  body.menu-open .header_desktop_menu.header_mobile_menu {
    right: auto;
    left: 0;
  }

  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul {
    flex-flow: column;
    padding: 0 0 0.9375em;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }

  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li {
    border-bottom: 0.5px solid #d2d2d2;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    position: static!important;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li:last-child {
    border-bottom: 0;
  }

  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li > a {
    color: #323031;
    transition: padding .4s linear;
    padding: 1.5rem 0.9rem;
    font-family: 'Lato',sans-serif;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: .8px;
    font-size: 1.125rem;
    text-decoration: none;
    white-space: nowrap;
  }
  body.menu-open .mobile-toggle button svg:first-child {
    display: none;
  }
  body.menu-open .mobile-toggle button svg:last-child {
    display: block;
  }
  body.menu-open .bottom_header {
    box-shadow: none;
  }
  .child-trigger {
    transition: none;
    padding: 1em;
    line-height: 1;
    cursor: pointer;
    display: block;
    background-color: transparent;
    font-weight: 300;
    border: 0;
    border-left: 0.5px solid #f9f5f5;
    overflow: hidden;
    font-size: 1.5rem;
    outline-color: #281a39;
  }

  .child-trigger:after {
    display: inline-block;
    content:  url(https://25824509.fs1.hubspotusercontent-eu1.net/hubfs/25824509/raw_assets/public/Juniper_Education_December2022/images/download.svg);
    color: #323031;
    transform: rotate(270deg);
  }
  .mobile_login_btn {
    position: absolute;
    width: 100%;
    list-style: none;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    bottom: 0;
    margin: 0;
    background-color: #fff;
  }

  .mobile_login_btn a {
    border-bottom: 1px solid #d2d2d2;
    display: block;
    border-top: 1px solid #d2d2d2;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.46;
    letter-spacing: .5px;
    color: #323031;
    font-size: .8125rem;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper>ul>li:hover {
    background-color: transparent;
  }



  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li.hs-menu-item.hs-item-has-children > ul {
    background-color: #fff;
    border-top: 0;
    box-shadow: none;
    display: block;
    height: 100%;
    left: 100%;
    padding: 0;
    position: absolute!important;
    transform: translate(120%);
    -webkit-transition: all .6s!important;
    -moz-transition: all .6s!important;
    -o-transition: all .6s!important;
    transition: all .6s!important;
    width: 100%;
    height: calc(100% - 93px);
  }


  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li.child-open.hs-menu-item.hs-item-has-children > ul {
    align-content: flex-start;
    -webkit-animation: menuSequence .2s;
    animation: menuSequence .2s;
    background: #fff;
    position: fixed;
    top: 0;
    transform: translate(0);
    width: 100vw;
    z-index: 10;
    left: 0;
  }

  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left:0px;
  }

  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li.dl-back > a {
    opacity: .5;
    padding: 1.5rem 0;
    width: 100%;
  }


  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li > ul > li > a {
    border-bottom: 0.5px solid #d2d2d2;
    letter-spacing: .8px;
    line-height: .9;
    font-weight: 600;
    font-size: .9375rem;
    color: #323031;
    padding: 1.5rem 0.9rem;
  }



  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li > ul > li.dl-back {
    position:relative;
    padding-right: 0;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li > ul li.dl-back:after {
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    transition: none;
    padding: 1em;
    line-height: 1;
    cursor: pointer;
    display: block;
    background-color: transparent;
    font-weight: 300;
    border: 0;
    border-left: 0.5px solid #f9f5f5;
    overflow: hidden;
    text-decoration: none;
    outline-color: #281a39;
    transform: rotate(1turn);
    display: inline-block;
    color: #323031;
    content:  url(https://25824509.fs1.hubspotusercontent-eu1.net/hubfs/25824509/raw_assets/public/Juniper_Education_December2022/images/download2.svg);
    top: 0;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li > ul li.dl-back > a {
    color: #281a39;
    opacity: .5;
    padding: 1.5rem 0;
    width: 100%;
    text-align: center;
    font-family: 'Lato',sans-serif;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: .8px;
    font-size: 1.125rem;
  }



  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 2.5rem 1.5rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 29px;
    display: flex;
    border-bottom: 0;
    align-items: center;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li > ul > li > a {
    background: none;
    border-bottom: 0.5px solid #d2d2d2;
    color: #323031;
    flex: 1;
    font-family: Lato,sans-serif;
    font-size: .9375rem;
    font-weight: 600;
    letter-spacing: .8px;
    line-height: .9;
    padding: 29px 0.9rem;
    text-transform: uppercase;
    text-transform: none;
    min-height: 73px;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul > li > ul > li .child-trigger {
    border-bottom: 0.5px solid #d2d2d2;
  }

  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul ul ul {
    background-color: #fff !important;
    border-top: 0;
    box-shadow: none;
    display: block;
    height: 100%;
    left: 100%;
    padding: 0;
    position: absolute!important;
    transform: translate(120%);
    -webkit-transition: all .6s!important;
    -moz-transition: all .6s!important;
    -o-transition: all .6s!important;
    transition: all .6s!important;
    width: 100%;
    top: 0!important;
    left: 100%!important;
    height: calc(100vh - 55px);
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul ul li.child-open > ul {
    align-content: flex-start;
    -webkit-animation: menuSequence .2s;
    animation: menuSequence .2s;
    background: #fff;
    left: 0 !important;
    transform: translate(0);
    width: 100vw;
    z-index: 10;
  }

  /* Level 3 */

  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul ul ul li {
    padding: 0 2.5rem 1.5rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    border-bottom: 0;
    align-items: center;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul ul ul li a {
    background: none;
    border-bottom: 0.5px solid #d2d2d2;
    color: #323031;
    flex: 1;
    font-family: Lato,sans-serif;
    letter-spacing: .8px;
    line-height: .9;
    min-height: 60px;
    padding: 1.5rem 2rem;
    font-weight: 400;
    text-transform: none;
    font-size: .875rem;
  }

  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper>ul ul ul li.dl-back a {
    font-size: .9375rem;
  }
  body.menu-open {
    overflow-x: hidden;
  }

  .header-search_field form input {
    border: 0;
    line-height: 1.56;
    letter-spacing: .8px;
    font-size: 1.125rem;
    height: 51px;
    margin-bottom: 0;
  }

  .header-search_field form input::placeholder {
    line-height: 1.56;
    letter-spacing: .8px;
    font-size: 1.125rem;
    height: 51px;
  }

  .header-search_field {
    height: 51px;
  }
  header.custom_header {
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  .bottom_header {
    background-image: none !important;
  }
  .header_desktop_menu .hs-menu-wrapper>ul>li>ul>li:hover>ul {
    visibility: hidden;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul ul ul li:first-child a,
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul ul ul li:last-child a {
    border: 0;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper>ul ul ul li:first-child a {
    margin-top: -5px;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper > ul ul ul li:nth-child(2) {
    margin-top: 14px;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper>ul>li> ul>li> ul >li >a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper>ul>li>ul li.dl-back>a:hover {
    opacity: .5;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    opacity: 1;
  }
  .header_wrapper {
    min-height: 57.5px;
  }
  .header_desktop_menu.header_mobile_menu .hs-menu-wrapper>ul>li >a:hover {
    background-color: transparent;
    color: #323031;
}


}
footer.custom_footer_group {
  background-color: #281a39;
  color: #fff;
  background-image: linear-gradient(180deg,rgb(56,41,75) 100%,rgb(40,26,57) 0%);
  position: relative;
  z-index: 99;
}

.top_footer .footer_container {
  max-width: 1215px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}

.footer_logo {
  padding-top: 46px;
}
.menu_wrapper {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  align-items: flex-start;
} 
.inner_wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0;
  width: 100%;
  padding: 0 25px 0;
}

.footer_col {
  width: 25%;
}


.footer_menu .hs-menu-wrapper > ul > li {
  display:block;
  width:100%;
}




.footer_menu .hs-menu-wrapper>ul>li>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.123;
  letter-spacing: 0;
  font-size: 1.2rem;
}



.footer_menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 1rem;
  line-height: 2.36;
  letter-spacing: .6px;
  color: #fff;
  font-weight: 600;
}

.footer_menu .hs-menu-wrapper>ul>li.hs-item-has-children > a,
.social_icons h4{
  margin-bottom: 20px;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 2.3px;
  color: #fff;
  font-family: "Lato", Sans-serif;
  display:block;
  cursor:text;
} 



.bottom_footer {
  border-top: 1px solid #322442;
  color: #E3CBFC;
  letter-spacing: .03125rem;
  padding: 2rem 0;
}

.copyright {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.copyright p {
  font-size: .79rem;
  margin: 0;
  line-height: 1.61111em;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.bottom_footer .footer_container {
  max-width: 1215px;
  width: 100%;
  margin: 0 auto;
  padding:0 25px;
}

.social_icons > ul {
  display: inline-block;
  margin: 0;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.social_icons ul {
  padding: 0;
  list-style: none;
  line-height: 1.123;
  letter-spacing: 0;
  font-size: 1.2rem;
}

.social_icons ul li {
  display: flex;
  align-items: center;
}

.social_icons ul li a {
  line-height: 2.36;
  font-size: .9375rem;
  text-decoration: none;
  letter-spacing: .3px;
  font-weight: 600;
  text-transform: capitalize;
}

.social_icons ul li a span {
  display: inline-block;
  color: #fff;
  padding-left: 2px;
  font-size: 1rem;
}

.social_icons ul li a:after {
  content: url(https://25824509.fs1.hubspotusercontent-eu1.net/hubfs/25824509/raw_assets/public/Juniper_Education_December2022/images/external-link-alt-solid.svg);
  display: inline-block;
  margin-left: 0.2em;
  width: 0.8em;
  height: 0.8em;
}

.social_icons ul li a svg {
  margin-top: 3px;
  color:#ffffff;

}










@media (min-width:576px){

  .menu_wrapper {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;

  } 
} 

@media (min-width:768px){

  .top_footer .footer_container {
    padding: 0 15px;
  }
  .footer_logo img {
    width: 152px !important;
    display: block;
  }

  .menu_wrapper {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
    margin: 0 -15px;
  }

  .inner_wrapper {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 15px 0;
  }
  .footer_menu .hs-menu-wrapper > ul > li {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .bottom_footer .footer_container{
    padding: 0 15px;

  }

}

@media (max-width:767px){
  .footer_col {
    width: 50%;
    margin-bottom: 35px;

  }

  .copyright p {
    text-align: left;
    line-height: 1.125rem;
}

  .footer_logo img {
    max-width: 102px;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    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-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;
  }
}