/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Graphik Web";
  src: url("https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/Antech_August2020/Font/Graphik-Regular-Web.woff2") format("woff2"),
    url("https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/Antech_August2020/Font/Graphik-Regular-Web.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/Antech_August2020/Font/Graphik-Medium-Web.woff2") format("woff2"), 
    url("https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/Antech_August2020/Font/Graphik-Medium-Web.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/Antech_August2020/Font/Graphik-Semibold-Web.woff2") format("woff2"),
    url("https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/Antech_August2020/Font/Graphik-Semibold-Web.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/Antech_August2020/Font/Graphik-Bold.woff2") format("woff2"),
    url("https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/Antech_August2020/Font/Graphik-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}


@font-face {
  font-family: "Graphik Web";
  src: url("https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/Antech_August2020/Font/Graphik-BoldItalic-Web.woff2") format("woff2"),
    url("https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/Antech_August2020/Font/Graphik-BoldItalic-Web.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}












































/* ******************************************************************************
*********************************************************************************
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: 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;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@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.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.72;
  font-style: normal;
  font-stretch: normal;
  font-feature-settings: "liga", "kern";
}

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: none;
}

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

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

h2 {
  font-size: 1.6rem;  
  line-height: 28px;
}

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

h4 {
  font-size: 1.175rem;  
  line-height: 24px;
}

h5 {
  font-size: 1rem;  
  line-height: 18px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
  color:inherit;
}


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

blockquote {
    margin: 0 0 1rem;
}

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

img {
    vertical-align: middle;
    border-style: none;
      max-width: 100%;
    height: auto;
}


@media (min-width: 992px){
  body {
    line-height: 1.47;
  }
  h2 {
    font-size: 35px;
    line-height: 37px;
  }
  h1 {
    font-size: 42px;
    line-height: 46px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h5 {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1.2px;
  }
  h4 {
    font-size: 18px;
    line-height: 19px;
  }

}

@media (min-width: 1200px){
  body {
    line-height: 1.667;
  }
  h1 {
    line-height: 58px;
  }
  h2 {
    line-height: 46px;
  }
  h3 {
    line-height: 34px;
  }
  h5 {
    line-height: 24px;
    letter-spacing: 1.32px;
  }
  h4 {
    line-height: 28px;
  }
}


@media (max-width: 991px){
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 12px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
  padding:5%;
  position: relative;
}
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  border-style:solid;
  font-family:"Graphik Web", sans-serif;
  
  text-decoration: none;
  white-space:normal;
}

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

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  display: inline-block;
  margin-bottom: .5rem;
}
.hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}
form .hs-error-msgs label {
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  display: inline-block;
  margin-bottom: .5rem;
  color: #ff0000;
}

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #D7D7D7;
  box-shadow: none;
  outline: none !important;
  color: #4D2E99;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: .2rem;
  padding: 0 15px;
  position: relative;
  font-family:"Graphik Web", sans-serif;
}

.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 {
  outline: none;
  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: #ff0000;
}
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: #ff0000;
}

.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: 0;
  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 {
  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;
}
/* ******************************************************************************
*********************************************************************************
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: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}


.custom-menu-primary.desktop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-top: .5rem;
  position: relative;
  z-index: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  z-index: 0;
}


.header-menu-top{   
  border-top: 1px solid #efefef;
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: -ms-flexbox!important;
  display: flex!important;


}

.header-menu-top ul{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  column-count: 2;
  display: inline-block;
  margin-left: -15px;
  width: 220px;  
}
.header-menu-top ul > li > a:hover{
  opacity:0.65;
}

.header-menu-top ul > li:nth-child(1) > a{
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  background-color: #4D2E99;
  color: #fff;
  padding: 0 10px;
  border-radius: 12px;
  margin-left: 4px;
  margin-top: 8px;
  height: 25px;
  font-weight: 600; 
}


.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a:after {
  background: #F34C4C;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  border-radius: 50%;
  display: inline-block;
  content: "";
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1),
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul{
  border-color: #4D2E99 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2),
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2)>ul{
  border-color: #B93CC7;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3),
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul{
  border-color: #3898FF !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4),
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul{
  border-color: #FFAF00 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5){
  border-color: #6f71e7 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6),
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(6)>ul{
  border-color: #32CD98 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7),
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul{
  border-color: #f34c4c !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8){
  border-color: #8ac62f !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(9),
.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(9)>ul{
  border-color: #4D2E99 !important;
}





@media (min-width: 992px){
  .custom-menu-primary.mobile{
    display:none !important;
  }

  .custom-menu-primary.desktop,
  .custom-menu-primary.desktop .hs-menu-wrapper > ul{
    -ms-flex-direction: row;
    flex-direction: row;  
  }
  .custom-menu-primary.desktop{
    -ms-flex-direction: row;
    flex-direction: row; 
    margin-top: 1rem!important; 
  }
  .header-menu-top{    
    height: 47px;
    position: absolute;
    top: -47px;
    right: 15px;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header-menu-top > *{  
    margin-left: auto;
  }
  .header-menu-top ul{
    align-items: center !important;
    column-count: initial;
    display: flex;
    margin-right: initial;
    width: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
  }

  .header-menu-top ul > li > a{
    background: transparent;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 13px;
    margin-left: 30px;
    font-weight: 400;
    border: 0;
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
    padding-bottom: 4px !important;
    outline: none;
    display: block;
    padding: .5rem 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 4px !important;
  }

  .header-menu-top ul > li:nth-child(1) > a{
    font-size: 11px;
    line-height: 13px;
    border: 0;
    padding: 6px 10px !important;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    height: auto;
    background: #fff;
    color: #4D2E99;
    font-weight: 600;
  }
  .header-menu-top ul>li:last-child {
    display: inline!important;
  }

  .header-menu-top ul>li:last-child > a img {
    vertical-align: middle;
    border-style: none;
  }
  .header-menu-top ul>li:last-child > a:hover{
    opacity:1;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: .5rem 1rem;
    font-weight: 600;
    color: #4D2E99;
    border-bottom: 5px solid transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 4px !important;
    outline: none;
    height: auto;
    border-left: 0;
    margin-bottom: initial;
    width: auto;
    border-right: 0;
    font-size: 11px;
    line-height: 13px;
    margin-left: 15px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:hover>a {
    border-bottom-color: inherit; 
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>a:after{
    width: 6px;
    height: 6px;
    margin-left: 3px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul {
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    position: fixed !important;
    top: 109px;
    left: 0;
    min-height: 315px;
    max-height: 70vh;
    overflow-y: auto;
    width: 100%;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding-top: 19px;
    border-bottom: 6px solid;
    border-bottom-color: inherit;
    box-shadow: 0 5px 8px -5px rgba(0,0,0,0.5);
    line-height: 22px;
  }

  .header-hide .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul{
    display: none !important;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:hover>ul {
    display:block;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul  .container > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container > li {
    margin-bottom: 30px;
    margin-top: 18px !important;
    margin-left: 0;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(1){
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border-bottom: none;
    margin-right: initial;
    margin-left: initial;
    padding-bottom: initial;
    padding-left: 0;
    margin-bottom: 0;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(1),
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(1){
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0!important;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2) {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    margin-bottom: initial;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2),
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2){
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    padding-left: 45px;
    margin-top: 0;
    margin-bottom: 0;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul {
    display: -ms-flexbox!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    display: flex!important;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 34px;
    padding-left: 25px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li:not(:nth-child(3)) {
    border-color: #B93CC7 !important;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(1)>ul>li:nth-child(1)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul .container>li:nth-child(2)>ul>li:nth-child(1) > ul >li:nth-child(1)>a{
    margin-bottom: .5rem;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #212529;
    display: inherit;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(1)>ul>li:nth-child(2)>ul >li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul .container>li:nth-child(2)>ul>li:nth-child(1) > ul >li:nth-child(2){
    margin-bottom: 1rem;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(1)>ul>li:nth-child(2)>ul >li >a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul .container>li:nth-child(2)>ul>li:nth-child(1) > ul >li:nth-child(2)>a{
    font-size: 1rem;
    color: #212529;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul .container>li:nth-child(2)>ul>li:nth-child(1) > ul >li:nth-child(3)>a{
    color: #4D2E99;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    border-bottom: 3px solid #4D2E99;
    display: inline-block;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li>ul>li:last-child>a{
    color: #4D2E99;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: 3px solid #4D2E99;
    display: inline-block;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li>ul>li:nth-child(1) {

    border-top: 5px solid #4D2E99;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    display: block;
    width: 72px;
    border-width: 6px;
    margin-bottom: 10px;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li:not(:nth-child(3))>ul>li:nth-child(1) {
    border-color: #B93CC7;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li>ul>li:nth-child(2)>a{
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-style: italic;
    color: #212529;
    display: inherit;
    margin-bottom: 12px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li>ul img.img-fluid {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li>ul>li:nth-child(4)>a {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    display: inherit;
    color: #212529;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li>ul>li:nth-child(5)>a {
    margin-bottom: 12px;
    color: #212529;
    display: inherit;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li>ul>li:last-child>a:hover {
    opacity: 0.65;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul .container>li:nth-child(1)>ul{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding-top: 10px;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul .container>li:nth-child(1) >ul >li>a{
    text-decoration: none;
    padding-bottom: 3px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 3px;
    padding-bottom: 6px;
    border-bottom: 5px solid;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2)>ul .container>li:nth-child(1) >ul >li>a{
    border-bottom-color: #b93cc7;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(1) >ul >li>a{
    border-bottom-color:#3898FF ;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(1) >ul >li>a{
    border-bottom-color: #FFAF00;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(6)>ul .container>li:nth-child(1) >ul >li>a{
    border-bottom-color: #32CD98 ;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(1) >ul >li>a{
    border-bottom-color: #f34c4c;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(9)>ul .container>li:nth-child(1) >ul >li>a{
    border-bottom-color: #4D2E99;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul .container>li:nth-child(2)>ul{
    margin-top: 50px;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2)>ul .container>li:nth-child(2)>ul>li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(6)>ul .container>li:nth-child(2)>ul>li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(9)>ul .container>li:nth-child(2)>ul>li{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;

  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2)>ul .container>li:nth-child(2)>ul>li:nth-child(1),
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li:nth-child(1),
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(6)>ul .container>li:nth-child(2)>ul>li:nth-child(1),
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(9)>ul .container>li:nth-child(2)>ul>li:nth-child(1){
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2)>ul .container>li:nth-child(2)>ul>li:nth-child(2),
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li:nth-child(2),
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(9)>ul .container>li:nth-child(2)>ul>li:nth-child(2){
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 45px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(6)>ul .container>li:nth-child(2)>ul>li:nth-child(2){
    width:auto !important;
    padding-left: 45px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul ,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(9)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul {
    display: block;
    border-top: 0;
    padding-top: 0;
    column-count: 2;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(3))>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul > li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li{
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(3))>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul > li > a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a{
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #4D2E99;
    border-bottom: 3px solid transparent;
    margin-bottom: 4px;
    white-space: nowrap;
    display: inherit;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(3))>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul > li > a:hover,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a:hover,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a:hover{
    text-decoration: none;
    border-bottom-color: #4D2E99;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul{
    column-count: 3;
    display: block;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li{
    border-top: 0;
    padding-top: 0;
    border: 1px solid transparent;
    margin-bottom: 0;
    break-inside: avoid-column;
    page-break-inside: avoid;
    display: block;
    width: 100%;

  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li:first-child,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li:first-child{
    border-top: 0;
    padding-top: 0;
    -webkit-column-break-after: always;
    break-after: column;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li:last-child,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li:last-child{
    margin-left: 30px;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a{
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.4px;
    break-after: avoid-column;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #1A1A1A;
    font-size: 12px;
    line-height: 17px;
    display: inherit;

  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(9)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a{
    background-image: url("data:image/svg+xml,%3Csvg height='10' viewBox='0 0 11 10' width='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-2 -3)'%3E%3Cpath d='m0 0h15.6000009v15.6000009h-15.6000009z'/%3E%3Cpath d='m5.85000032 3.25000018v1.30000007h4.28350028l-7.53350046 7.53350045.91650005.9165 7.53350041-7.5335004v4.28350024h1.3000001v-6.50000036z' fill='%234d2e99' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;  
    padding-right: 16px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a{
    background-position: right bottom 3px;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(9)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a{
    background-position: right bottom 7px;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul{
    column-count: 2;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2), 
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2){
    padding-left: 45px !important;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul {
    margin-bottom: 20px;
  }


}


@media (min-width: 1060px){
  .header-menu-top ul > li:nth-child(1) > a,
  .header-menu-top ul > li > a{
    font-size: 12px; 
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    line-height: 13px;
    margin-left: 15px; 
  }
}

@media (min-width: 1120px){
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a {
    margin-left: 20px;
  }

}

@media (min-width: 1200px){

  .header-menu-top ul > li > a{
    margin-bottom: 7px;
  }
  .header-menu-top ul > li:nth-child(1) > a{
    margin-bottom: 11px !important;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    line-height: 18px;
    margin-left: 15px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>a:after{
    width: 8px;
    height: 8px;
    margin-left: 5px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul{
    line-height: 30px;
    top: 128px;
    padding-top: 23px; 
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li{
    padding-left: 35px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(1)>ul>li:nth-child(1)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul .container>li:nth-child(2)>ul>li:nth-child(1) > ul >li:nth-child(1)>a{
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li>ul>li:nth-child(2)>a{
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.32px;
    margin-bottom: 12px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li>ul>li:nth-child(4)>a{
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;     
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul .container>li:nth-child(1) >ul >li>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li>ul>li:last-child>a{
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2)>ul .container>li:nth-child(2)>ul>li:nth-child(2),
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li:nth-child(2),
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(9)>ul .container>li:nth-child(2)>ul>li:nth-child(2){
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(2)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul > li > a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(3))>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a, 
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a, 
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>ul>li>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(3)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(4)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(9)>ul .container>li:nth-child(2)>ul>li:nth-child(1)>ul>li:nth-child(3)>a,
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(7)>ul .container>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a{
    padding-right: 18px;
    background-position: right bottom 4px;

  }

  .header-menu-top ul>li.active>a {
    border-bottom-color: rgba(255,255,255,0.8);
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.active>a {
    border-bottom-color: inherit;
  }

}
@media (min-width: 1250px){
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    line-height: 18px;
    margin-left: 15px;
    border-width: 6px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul{
    top: 130px;
    padding-top: 20px;
  }
}

@media (min-width: 1350px){
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a {
    margin-left: 20px;
  }

}


@media (min-width: 1430px){

  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
    border-width: 6px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>a:after{
    width: 10px;
    height: 10px;
    margin-left: 8px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li:nth-child(1)>ul .container>li>ul>li:nth-child(2)>ul>li{
    padding-left: 45px;
  }
}




@media (min-width: 1440px){
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a {
    margin-left: 25px;
  }

}

@media (max-width: 998px) and (min-width: 992px){
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a{
    font-size: 10px;
  }
}



@media (max-width: 991px){

  .custom-menu-primary.desktop{
    display:none !important;
  }
  .header-menu-group {
    position: absolute;
    top: 60px;
    left: -20px;
    width: 310px;
    background: white;
    color: #4D2E99;
    margin: 0;
    margin-left: -100vw;
    transition: margin-left 0.3s;
    border-right: 6px solid #4D2E99;
    height: 100vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-right-color: rgb(77, 46, 153);
    opacity: 0;
    visibility: hidden;
  }

  .mobile-open .header-menu-group {
    margin: 0;
    transition: margin-left 0.3s;
    overflow-y:  hidden;
    overflow-x: hidden;
    padding-bottom: 40px;
    opacity: 1;
    visibility: visible;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 100;
    background-color: rgba(0,0,0,0.25);
    cursor: pointer;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    margin-top: .5rem;
    position: relative;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul >li.hs-item-has-children {
    position: initial;
    background: #fff url(https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/raw_assets/public/Antech_August2020/images/keyboard_arrow_right-24px.svg) right 23px center no-repeat;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul >li > a {
    display: block;
    padding: .5rem 1rem;
    height: 32px;
    color: #1A1A1A;
    border-left: 6px solid;
    border-left-color: inherit;
    margin-bottom: 8px;
    padding-left: 14px;
    font-size: 16px;
    line-height: 24px;
    width: 310px;
    border-radius: 0;
    font-weight: 600;
  }
  .header-menu-top ul>li>a {
    padding: .5rem 1rem;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    border-left: 0;
    width: auto;
    white-space: nowrap;
    border: 1px solid transparent;
    margin-bottom: 8px;
    padding-left: 14px;
    padding-right: 0;
    height: 32px;
    display: block;
  }

  .header-menu-top ul>li:nth-child(1)>a:hover {
    opacity: 0.65;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li>a:hover {
    color: rgba(0,0,0,.7);
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper{
    position: absolute !important;
    top: -8px;
    left: 0;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: calc(100% + 6px) !important;
    background: #fff;
    height: 96vh;
    min-width: unset !important;
    transform: translateX(100%);
    transition: all .3s !important;
    font-size: 1rem;
    line-height: 24px;
    left: 310px;
    overflow-y: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > ul.hs-menu-children-wrapper{    
    left:0;
  }

  .header-menu-top,
  .custom-menu-primary.mobile .hs-menu-wrapper>ul{
    transition: .3s all ease-in;
    left:0;

  }
  .child-open1 .header-menu-top,
  .child-open1 .custom-menu-primary.mobile .hs-menu-wrapper>ul{
    left: -310px;
  }
  li.dl-back {
    height: 42px;
    background: #FAFAFA;
    margin-bottom: 13px;
  }

  li.dl-back > a {
    color: #1A1A1A;
    line-height: 42px;
    padding-left: 20px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
  }

  li.dl-back > a img {
    transform: rotate(180deg);
    margin-right: 8px;
    vertical-align: middle;
    border-style: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) li.custom-parent-link {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(3) {
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding-right: 35px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(3)>ul {
    padding-bottom: 15px;
    border-bottom: 2px solid #efefef;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(3)>ul>li>a {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: .5rem;
    color: #212529;
    display: block;
    cursor: text;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(4) {
    margin-bottom: 100px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(4) >ul {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(4) >ul >li {
    position: relative;
    width: 100%;
    padding-right: 21px;
    padding-left: 15px;
    border-left: 6px solid #B93CC7;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 34px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(4) >ul >li:nth-child(3) {
    border-color: #4D2E99;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(4) >ul >li >ul >li:nth-child(1)>a {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    display: block;
    margin-bottom: .5rem;
    color: #212529;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(4) >ul >li >ul >li:nth-child(2)>a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: .5rem;
    color: #212529;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(4) >ul >li >ul >li:nth-child(3)>a {
    margin-bottom: 12px;
    display: block;
    color: #212529;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(4) >ul >li >ul >li:nth-child(4)>a {
    display: inline-block;
    color: #4D2E99;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-bottom: 3px solid #4D2E99;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) >ul>li:nth-child(4) >ul >li >ul >li:nth-child(4)>a:hover {
    opacity: 0.65;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li li.custom-parent-link > a {
    font-weight: 600;
    display: inline-block;
    height: 32px;
    color: #1A1A1A;
    border-left: 6px solid;
    border-left-color: inherit;
    margin-bottom: 8px;
    padding-left: 14px;
    font-size: 16px;
    line-height: 36px;
    width: 310px;
    border-radius: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) li.custom-parent-link {
    border-color: #b93cc7;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) li.custom-parent-link {
    border-color: #3898ff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) li.custom-parent-link {
    border-color: #ffaf00;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) li.custom-parent-link {
    border-color: #32cd98;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) li.custom-parent-link {
    border-color: #f34c4c;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(9) li.custom-parent-link {
    border-color: #4d2e99;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul>li:nth-child(3) {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 20px;
    padding-top: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul>li:nth-child(3)>ul>li>a {
    text-decoration: none;
    padding-bottom: 3px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 3px;
    display: inline-block;
    color: #4D2E99;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul>li:nth-child(3)>ul>li>a:hover {
    padding-bottom: 0;
    border-bottom: 3px solid;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(3)>ul>li>a {
    border-bottom-color: #b93cc7 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(3)>ul>li>a {
    border-bottom-color: #3898ff !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(3)>ul>li>a {
    border-bottom-color: #ffaf00 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>ul>li:nth-child(3)>ul>li>a {
    border-bottom-color: #32cd98 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>ul>li:nth-child(3)>ul>li>a {
    border-bottom-color: #f34c4c !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(9)>ul>li:nth-child(3)>ul>li>a {
    border-bottom-color: #4d2e99 !important;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul>li:nth-child(4) {
    margin-top: 25px;
    margin-bottom: 100px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(3))>ul>li:nth-child(4) >ul >li >ul  {
    border-top: 1px solid #efefef;
    padding-top: 20px;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(4) >ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(4) >ul>li{
    border-top: 1px solid #efefef;
    padding-top: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(4)>ul>li:first-child,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(4)>ul>li:first-child{
    padding-top: 20px;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(4) >ul>li>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(4) >ul>li>ul{
    margin-bottom: 15px;

  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(1))>ul>li:nth-child(4) >ul >li >ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(3))>ul>li:nth-child(4) >ul >li >ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(4) >ul >li >ul>li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(4)>ul>li>ul>li{
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(1)):not(:nth-child(4)):not(:nth-child(3))>ul>li:nth-child(4) >ul >li >ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(4) >ul >li >ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(4) >ul >li >ul>li>a{
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #4D2E99;
    border-bottom: 3px solid transparent;
    margin-bottom: 4px;
    white-space: nowrap;
    display: inline-block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3))>ul>li:nth-child(4) >ul >li >ul>li>a:hover ,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(4) >ul >li >ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(4) >ul >li >ul>li>a:hover{
    text-decoration: none;
    border-bottom-color: #4D2E99;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(4) >ul >li,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(4) >ul>li{
    width:100%;

  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(4) >ul >li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(4) >ul>li>a{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #1A1A1A;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 17px;
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:nth-child(4) >ul >li >ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(4) >ul >li >ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>ul>li:nth-child(4)>ul>li>ul>li>a{
    background-image: url("data:image/svg+xml,%3Csvg height='10' viewBox='0 0 11 10' width='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(-2 -3)'%3E%3Cpath d='m0 0h15.6000009v15.6000009h-15.6000009z'/%3E%3Cpath d='m5.85000032 3.25000018v1.30000007h4.28350028l-7.53350046 7.53350045.91650005.9165 7.53350041-7.5335004v4.28350024h1.3000001v-6.50000036z' fill='%234d2e99' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;  
    padding-right: 15px;
    background-position: right bottom 3px;
  }
  .LaboratoryDiagnostics .header-menu-group {
    border-right-color: rgb(185, 60, 199);
  }


  .SoundImaging .header-menu-group {
    border-right-color: rgb(56, 152, 255);
  }

  .SoundEquine .header-menu-group {
    border-right-color: rgb(255, 175, 0);
  }

  .Consulting .header-menu-group {
    border-right-color: rgb(50, 205, 152);
  }

  .Education .header-menu-group {
    border-right-color: rgb(243, 76, 76);
  }
}

@media (max-width: 991px) and (max-height: 700px){
  .mobile-open .header-menu-group{
    overflow-y: auto !important;
    height: calc(100vh - 60px);
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
    border-collapse: collapse;
}
th {
    text-align: inherit;
}
.banner-area {
  padding-bottom: 25px;
}
.banner-area.blog-banner {
  margin-bottom: 40px;
  background: #4D2E99;
}

.banner-area .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.banner-area h1{
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: .5rem;
  margin-top: 40px;
  color: #fff;
}

.banner-area .description {
  margin-top: 30px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}


@media (min-width: 992px){
  .banner-area {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }  
  .banner-area h1{
    font-size: 42px;
    font-weight: 600;
    line-height: 46px;
    margin-top: 5px;
  }

  .banner-area .description p {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
  }
  .banner-area.blog-banner {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px){
  .banner-area h1{
    font-size: 52px;
    font-weight: 600;
    line-height: 58px;
  }
  .banner-area.blog-banner {
    margin-bottom: 80px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.dnd-section>.row-fluid,
.page-center,
.content-wrapper, .container {
  margin-right: auto;
  margin-left: auto;
}



main.body-container-wrapper,
.container-inner{
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 992px){
  main.body-container-wrapper,
  .container-inner{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1200px){
  main.body-container-wrapper,
  .container-inner{
    padding-left: 80px;
    padding-right: 80px;
  }
}
/* ******************************************************************************
*********************************************************************************
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-wrapper{
  min-height: 60px;
}

header.header {
  position: -webkit-sticky;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1020;
  height: 60px;
  top: 0;
  transition: top 0.2s ease-in-out;
}
.header-hide header.header{
  top: -60px;
}


.lp .header>.container-inner {
  top: 0;
}

.lp header.header {
  height:60px;
}

.header-wrapper.lp {
  min-height: 60px;
}

.header > .container-inner {
  background: #fff;
  position: absolute;
  height: 60px;
}

.navbar-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.header .container-inner .navbar-inner {
  height: 60px;
  padding-left: 0;
  margin-right: -15px;
}

.header__logo {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  font-weight: 600;
}
.header__logo a{
  display: inline-block;
}

.header__logo a img {
  vertical-align: middle;
  border-style: none;
  height: 23px;
  width:auto !important;
}

.header-menu-group{
  position: absolute;
  top: 60px;
  left: -20px;
  width: 310px;
  background: white;
  color: #4D2E99;
  margin: 0;
  margin-left: -100vw;
  transition: margin-left 0.3s;
  border-right: 6px solid #4D2E99;
  height: 100vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;

}
.header-menu-group .shadow {
  width: 100%;
  height: 0px;
  border-top: 2px solid #efefef;
  box-shadow: none !important;
  position: absolute;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: .25rem;
  cursor: pointer;
  color: rgba(0,0,0,.5);
  padding-left: 0;
  background-color: transparent;
  border: 0;
  margin-left: -5px;
  z-index: 20;
  outline: none !important;
}

.navbar-toggler .navbar-toggler-icon {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 34px;
  background: url(https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/raw_assets/public/Antech_August2020/images/menu-24px.svg) no-repeat center 6px;
  height: 30px;
}

.mobile-open .navbar-toggler .navbar-toggler-icon {
  background: url(https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/raw_assets/public/Antech_August2020/images/clear-24px.svg) no-repeat center 6px;
  width: 34px;
  height: 28px;
}
.header .mobile-shadow {
  position: absolute;
  background: #fff;
  height: 60px;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.05);
  z-index: 11;
}

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

.search-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 2000;
}


.search-overlay-container form {
  padding:0;
  border:none;
}

.search-overlay-container form .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77,46,153,0.95);
}

.search-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #4D2E99;
  width: 100%;
  height: 86px;
  z-index: 500;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.search-container .search-container-height{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  height: 86px;
}
.search-container .search-form-container {
  border-bottom: 6px solid #D7D7D7;
  padding-bottom: 2px;
  width: 100%;
  position: relative;
}



.search-container .search-input-highlight {
  z-index: 10;
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 0;
  overflow: hidden;
  color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  border-top: 6px solid #32CD98;
  border-radius: 2px;
  min-width: 3px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  padding-left: 37px;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.flex-row {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}
.search-container .search-form-container .search-icon {
  width: 18px;
  outline:none !important;
}

.search-container input[type="text"] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 0;
  z-index: 15;
  width: 100%;
  margin-bottom: .2rem;
  padding: 0 15px;
  position: relative;
}

.search-container input[type="text"]::placeholder {
  opacity: 0.6;
  color: #FFFFFF;
}

.search-container .search-form-container .search-close {
  margin-bottom: 5px;
  display: inline-block;
  color: #4D2E99;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.search-container .search-form-container .search-close img {
  width: 20px;
  vertical-align: middle;
  border-style: none;
}

/* ===================Media Query ===================*/


@media (min-width: 992px){
  .header-wrapper{
    min-height:125px;
  }
  header.header {
    height: 125px;
    transition: top 0.2s ease-in-out;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.05);
  }

  .header-hide header.header{
    top: -125px;
  }

  .lp .header>.container-inner {
    top: 0;
  }

  .lp header.header {
    height:78px;
  }

  .header-wrapper.lp {
    min-height: 78px;
  }

  .navbar-toggler,
  .search-open-container,
  .mobile-shadow,
  .header-menu-group .shadow{
    display: none;
  }
  .header > .container-inner {
    top: 47px;
    height: 78px;
  }

  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header .container-inner .navbar-inner {
    height: 78px;
  }
  .header-menu-group{
    position: initial;
    top: initial;
    margin-left: 0;
    border-right: 0;
    height: auto;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .search-container {
    height: 143px;
  }
  .search-container .search-container-height{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: 8.333333%;
    height: 143px;
  }
  .search-container .search-form-container {
    padding-bottom: 17px;
  }
  .search-container .search-input-highlight {
    font-size: 30px;
    line-height: 35px;
  }
  .search-container input[type="text"] {
    font-size: 30px;
    line-height: 35px;
  }

  .search-container .search-form-container .search-close {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
  }
}

@media (min-width: 1200px){
  .header-wrapper{
    min-height: 149px;
  }
  header.header {
    height: 149px;
  }

  .header-hide header.header{
    top: -149px;
  }

  .lp .header>.container-inner {
    top: 0;
  }

  .lp header.header {
    height: 93px;
  }

  .header-wrapper.lp {
    min-height: 93px;
  }


  .header > .container-inner {
    top: 56px;
    height: 93px;
  }
  .header .container-inner .navbar-inner {
    height: 93px;
  }

  .search-container .search-form-container .search-close {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }
}

@media (min-width: 1250px){
  .header__logo a img{
    height: 33px;
  }

}


@media (min-width: 1430px){
  .header__logo a img{
    height: 33px;
  }

}

@media (max-width: 991px){

  .header__logo > *,.header__logo > *>* {
    display: block;
    font-size: 0;
  }

  .header__logo > * {
    margin-top: 3px;
  }
  .search-open-container, .header__logo {
    z-index: 20;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}


.footer-menu-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
  -ms-flex-align: start!important;
  align-items: flex-start!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important;
}
.footer-menu-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu {
  margin-left: -30px;
}

.footer-menu, 
.footer-menu-group .nav-social,
.footer-menu ul,
.footer-menu-group .nav-social ul{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer-menu, 
.footer-menu ul{
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.footer-menu-group .nav-social,
.footer-menu-group .nav-social ul{
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}


.footer-menu ul li:nth-child(1) {
  -ms-flex-order: 3;
  order: 3;
}

.footer-menu ul li:nth-child(1) div {
  padding: .5rem 1rem;
}

.footer-menu ul li a {
  display: block;
  padding: .5rem 1rem;
  color: #4D2E99;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.footer-menu ul li a:hover {
  color: #666;
}


.footer-menu-group .nav-social {
  margin-left: -20px;
  margin-bottom: 10px;
}


.footer-menu-group .nav-social a{
  padding: .5rem 10px;
  display: block;
  color: #4D2E99;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.nav-social a.link-twitter svg {
  margin-top: 4px;
}

@media (min-width: 768px){

  .footer-menu-group,
  .footer-menu,
  .footer-menu ul{
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
  .footer-menu ul li:nth-child(1){
    -ms-flex-order: 0;
    order: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */


.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    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-comments {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 20px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.hs_recaptcha.hs-recaptcha {
  overflow: auto hidden;
  padding-bottom:15px;
}



/* =======================================Blog Listing   =======================================*/



.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.module-news-feature {
  margin-top: 0;
  margin-bottom: 65px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col,
.col-lg-7,
.col-lg-4{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-single-post-img {
  margin-left: -20px;
}

.blog-single-post-img a {
  width: 100%;
  display: inline-block;
}

.blog-single-post-img a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  width: 100%!important;
}

.body-content-single{
  position: absolute;
  margin-left: 0;
  top: calc(100% - 40px);
  width: 100%;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.article-content {
  padding: 15px;
  background: #fff;
}
hr {
  border-top: 5px solid #4D2E99;
  margin-left: 0;
  margin-right: auto;
  height:auto;
  margin-top: 0;
  width: 50px;
  border-width: 5px;
}

.article-content hr,
.card-body hr{
  margin-bottom: 10px;
  border-color: #b93cc7;
}


.body-content-single .article-content h5 {
  margin-bottom: 10px;
}

.body-content-single .article-content h2.card-title {
  margin-bottom: 19px;
}

.article-content h2.card-title a,
.card-body .card-title a{
  font-size: inherit;
  line-height: inherit;
  color: #1A1A1A;
  display: inline-block;
}

.article-content h2.card-title a:hover,
.card-body .card-title a:hover{
  color: #4D2E99;
  text-decoration: none;
}

.body-content-single .article-content .card-text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.module-news-grid {
  margin-bottom: 40px;
}

.module-news-grid .news-grid-card {
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 10px;
}
a.news-image {
  width: 100%;
}

a.news-image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  width: 100%;
  margin-left: -5px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.module-news-grid .news-grid-card .card-body {
  background: #fff;
  margin-left: 15px;
  margin-top: -40px;
  position: relative;
  margin-bottom: 40px;
  padding: 16px 5px 0 16px;
}
.card-body .card-title {
  margin-bottom: 8px;

}
.module-news-grid .news-grid-card .card-title a {
  font-size: 18px;
  line-height: 26px;
  color: #1A1A1A;
}
.module-news-grid .news-grid-card .card-title a:hover {
  color: #4D2E99;
}
.module-news-grid .news-grid-card h5 {
  margin-bottom: 10px;
}
.module-news-grid .news-grid-card.no-feature .card-body {
  margin-top: 0 !important;
}
.module-news-grid .news-grid-card .card-text {
  margin-bottom: 0;
}

.hs-blog-listing {
  overflow-x: hidden;
}


/* ===================================Blog Pagination  ===================================*/

.blog-pagination {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  text-align: center!important;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-pagination .pagination-link {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  border-radius: 50%;
}

.blog-pagination a {
  display: inline-block;
  color: #4D2E99;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.blog-pagination a.pagination-arrow,
.blog-pagination a.pagination-next {
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-left: 10px;
  background: url(https://4747723.fs1.hubspotusercontent-na1.net/hubfs/4747723/raw_assets/public/Antech_August2020/images/keyboard_arrow_right-24px.svg) top left no-repeat;
}

.blog-pagination a.pagination-arrow span,
.blog-pagination a.pagination-next span {
  display: none;
}
.blog-pagination a.pagination-link.active{
  background-color: #EFEFEF;
  pointer-events: none;
}
.blog-pagination a.pagination-previous {
  margin-right: 23px;
  margin-left: 0;
  transform: rotate(180deg);
}



/* =====================================Blog Post  =====================================*/

.article-detail-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.article-detail-container img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  width: 100%!important;
}
.article-detail-container .article-content-col {
  padding-top: 24px;
  padding-bottom: 40px;
}

.article-content-col hr {
  border-color: #b93cc7;
  margin-bottom: 10px;
}
.article-detail-container h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
}
.article-detail-container .article-subheader {
  font-weight: 600;
}

.article-detail-container .article-info {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.article-detail-container.no-feature .article-content-container {
  top: 0;
  margin-bottom: 70px;
}



/* =========================================Blog Media   =========================================*/

@media (min-width: 992px) {
  .blog-single-post-img {
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: auto!important;
  }
  .body-content-single{
    position: absolute;
    top: 0;
    width: 50%;
    max-width: 585px;
    bottom: 0;
    height: auto;
    margin: auto;
    left: 0;
  }
  .article-content {
    padding: 55px;
    padding-left: 20px;
  }
  .article-content hr{
    margin-top: 0;
    width: 72px;
    border-width: 6px;
    margin-bottom: 15px;
  }
  .body-content-single .article-content h5{
    margin-bottom: 17px;
  }
  .body-content-single .article-content h2.card-title{
    margin-bottom: 26px;
  }
  .article-content .card-text {
    font-size: 16px;
  }
  .module-news-grid{
    margin-bottom: 50px;
  }
  .module-news-grid .news-grid-card {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  a.news-image img{

    margin-left: 0;
  }
  .module-news-grid .news-grid-card .card-body {
    padding: 30px;
    padding-right: 0;
  }
  .card-body .card-title {
    margin-bottom: 18px;
  }
  .module-news-grid .news-grid-card .card-title a {
    font-size: 22px;
    line-height: 28px;
  }
  .module-news-grid .news-grid-card h5 {
    margin-bottom: 12px;
  }
  .blog-pagination a{
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
  }
  .module-news-grid .news-grid-card .card-text {
    font-size: 16px;
    line-height: 24px;
  }

  .article-detail-container .article-img-positioner {
    margin-left: calc( ( ( 100vw - 120px ) * 0.3 ) + 60px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .article-detail-container .article-content-container {
    position: relative;
    top: 140px;
    margin-bottom: 140px;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .article-detail-container .article-content-col {
    background: #fff;
    padding: 55px;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .article-detail-container h1 {
    font-size: 35px;
    line-height: 37px;
  }
}

@media (min-width: 1200px){
  .module-news-grid{
    margin-bottom: 80px;  
  }
  .module-news-grid .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .module-news-grid .news-grid-card {
    padding-left: 30px;
    padding-right: 30px;
  }
  .module-news-grid .news-grid-card .card-body {
    margin-left: 45px;
    margin-top: -80px;
  }
  .blog-pagination a{
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
  }
  .article-detail-container .article-img-positioner {
    margin-left: calc( ( ( 100vw - 160px ) * 0.3 ) + 80px);
  }
  .article-detail-container h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (min-width: 1440px){

  .article-detail-container .article-img-positioner {
    margin-left: 450px;
  }
}


@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.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;
}



.systems-page .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
}
.systems-page input[type=password]{
  height:auto !important;
  margin-top:0 !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  width: auto!important;
  display: inline-block;
}

@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }

}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 479px){
  .systems-page h1{}
  .systems-page h2{}
}