/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */








































 


/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 0;
}
.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: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"] {
    padding: 0;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid > div {
    padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { font-family: "FontAwesome";
  src: url("//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/IVS_June2021/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/Fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/Fonts/fontawesome-webfont.woff) format("woff"), 
    url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/Fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: normal;
  font-display: block;
}

@font-face { 
  font-family: "fontAwesome";
  src: url("https://5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/IVS_June2021/Fonts/fontAwesome.eot") format("embedded-opentype"), 
    url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/Fonts/fontAwesome.woff2) format("woff2"),
    url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/Fonts/fontAwesome.woff) format("woff"), 
    url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/Fonts/fontAwesome.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: normal;
  font-display: block;
}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7;
  background-color: #ddd;
  -webkit-font-smoothing: antialiased;
}
.body-wrapper {
  background-color: #fff;
  overflow: hidden;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
  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;
  line-height: 1.3;
  margin-bottom: 18px;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2{
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol {
  margin:0;
  margin-bottom: 20px;
  margin-left: 30px;
  padding:0;
}

ul li,
ol li {
  line-height: 1.7;
}
blockquote {
  border:0;
  background-repeat: no-repeat;
  background-position: 20px 24px;
  font-size: 18px;
  font-style: italic;
  background-image: url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/images/quote-small.png);
  background-size: 24px 20px;
  padding: 20px 20px 0 60px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-style: solid;
  margin-bottom: 20px;
}
/* Horizontal Rules */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
a img {
  vertical-align: middle;
}
/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  vertical-align: super;
  font-size: 11px;
  position:static;
  line-height:inherit;
}
sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  -webkit-font-smoothing: auto;
}
h3.form-title {
  font-size: 21px;
  font-weight: bold;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  padding: 12px 24px;
  font-family: Lato;
  
  text-decoration: none;
}
.mac .hs-button {
  font-weight: bold;
}


.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,
label{
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  padding-top: 0;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

.hs-error-msgs label {
  color: #f2545b !important;
}
#hs-pwd-widget-password{
  margin-top:0 !important;
  height: 40px !important;
  margin-bottom: 18px;
}
.hs-input,
.systems-page input[type="password"]{
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 15px;
  min-height: 27px;
  max-width: 100%;
}

.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-search-module .hs-input, .hs-form-field {
  margin-bottom: 18px;
}
.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: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  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;
}
select.is-placeholder:focus {
  color: #33475b;
}
.hs_error_rollup label {
  font-size: 14px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
.hs-menu-wrapper ul {
  margin:0;
  padding:0;
  list-style:None;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-transform: none;
  font-size: 15px;
  padding: 35px 24px;
  font-weight: 700;
  display: block;
  line-height: 1;
  position:relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
  padding-right: 34px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
  top: 43px;
  right: 14px;
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  line-height: 20px;
  height: 20px;
  margin-top: -9px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
  display:block;
  margin:0;
  margin:0;
  position:absolute;
  top:100%;
  left:0;
  box-shadow: 0px 4px 10px 0px #c1c1c1;
  font-size: 12px;
  min-width: 190px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:999;
}

@media (min-width: 981px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul{
    opacity:1;
    visibility:visible;
    pointer-events:unset;
  }
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li{
  display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
  display:block;
  padding: 10px 15px 11px;
  line-height: 1.7;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
  position: static;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  width:calc(100% - 30px);
  margin:0 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul{
  width: calc(100% - 30px);
  top: 85px;
  margin: 0 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li{
  float:left;
  width:25%;
  padding: 20px 25px 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > a {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 17px;
  display: block;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 1;
  cursor: text;

}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > ul{
  display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > ul > li{
  display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > ul > li > a{
  padding: 7px 10px;
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > a {
  background-color: transparent;
}
.fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul {
  top: 82px;
}

.fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding-bottom: 32px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch > a {
  padding-top: 32px;
}
@media(max-width:1200px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul {
    right: 0;
    left: auto;
  }
}
@media (max-width: 1100px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (max-width: 990px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul{
    text-align:left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    top: 28px;
  }
  .fixed-header .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul {
    top: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch>a{
    padding-top: 17px;
  }
}

@media (min-width: 981px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li.dl-back {
    display: none;
  }
}
@media (max-width: 980px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    float: none;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    position: relative;
    padding: 15px 19.5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 19.5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #fff;
    background: #727272 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.child-open-main {  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position:static;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 16px;
    color: #fff;
    height: unset;
    margin: 0;
    right: 15px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a:hover {
    background: #727272 !important;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul{
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li {
    float: none;
    width: 100%;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > a{
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff !important;
    outline: none;
    margin: 0;
  }  

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li.dl-back > a:after{
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 16px;
    color: #fff;
    left: 20px;
    -webkit-transform: rotate( 180deg );
    -moz-transform: rotate(180deg);
    transform: rotate( 180deg );
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a:after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 16px;
    color: #fff;
    right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > a:hover {
    background: #727272 !important;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a {
    display: block;
    position: relative;
    padding: 15px 20px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 300;
    color: #fff;
    outline: none;    
    background: #727272 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a:hover {
    background: #727272 !important;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    background-color: transparent !important;
    pointer-events: unset;
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 100% !important;
    height: unset;
    min-width: unset !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .3s !important;
    box-shadow: none;
    z-index: 90;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.dl-back > a:after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 16px;
    color: #fff;
    left: 20px;
    -webkit-transform: rotate( 180deg );
    -moz-transform: rotate(180deg);
    transform: rotate( 180deg );
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul {
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li.dl-back-parent {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > ul.hs-menu-children-wrapper{    
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper{
    background-color: transparent !important;
    pointer-events: unset;
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 100% !important;
    height: unset;
    min-width: unset !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .3s !important;
    box-shadow: none;
    z-index: 90;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children.child-open > ul.hs-menu-children-wrapper{   
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li.view-all > a {
    color: #fff !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    background: rgba(255,255,255,.1) !important;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition:all 0.3s;
    opacity:0;
    z-index:0;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
    opacity:1;
  } 

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul > li.dl-back >  a,  
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul > li.dl-back-parent >  a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul > li.hs-menu-depth-2 >  a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back >  a,  
  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back-parent >  a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a{
    position:relative;
    transition:all 0.3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);    
    background-color: #727272 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.child-open-main > li.hs-menu-depth-1 > ul.child-open-main  > li.dl-back >  a,  
  .custom-menu-primary .hs-menu-wrapper > ul.child-open-main > li.hs-menu-depth-1 > ul.child-open-main  > li.dl-back-parent >  a,
  .custom-menu-primary .hs-menu-wrapper > ul.child-open-main > li.hs-menu-depth-1 > ul.child-open-main > li.hs-menu-depth-2 >  a,
  .custom-menu-primary .hs-menu-wrapper > ul.child-open-main > li.dl-back >  a,  
  .custom-menu-primary .hs-menu-wrapper > ul.child-open-main > li.dl-back-parent >  a,
  .custom-menu-primary .hs-menu-wrapper > ul.child-open-main > li.hs-menu-depth-1 > a{
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > a{
    cursor:pointer;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch>a {
    padding-top: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul{
    background-color: #727272 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.dl-back > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li.dl-back > a{
    padding-left: 38px !important;
    background: rgba(0,0,0,.1) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.dl-back a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li.dl-back > a:hover{
    background: rgba(255,255,255,.1) !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 15px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
tr {
    vertical-align: baseline;
}
.hs-company-page th, .hs-company-page td {
    border-width: 0;
    border-bottom-width: 1px;
}

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

/*========== Mobile inner page ==========*/

.hs-mobile-inner-banner-section h1 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 20px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0) !important;
    transform: translate3d(0,50%,0) !important;
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
  }
}
.body-container__mobile-inner4 {
  overflow: hidden;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.hs-advanced-banner .hs-image-column {
  text-align: center;
  animation-name: fadeInUp;
}
.service-wrapper .six.columns {
  animation-name: fadeInUp;
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-globe:before {
  content: "\f0ac";
}
.body-container__mobile-inner3 .dnd-section > .row-fluid > div {
  width: 50%;
  margin: 0 auto;
  float: none;
}

.hs-learning-center-banner-section .hs_cos_wrapper_type_linked_image {
  max-width: 66%;
  display: block;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.hs-learning-center-banner-section .hs_cos_wrapper_type_linked_image img {
  display: block;
  vertical-align: baseline;
}
.hs-bottom-breadcrumbs-menu {
  background-color: #4e4e4e;
}
.hs-bottom-breadcrumbs-menu ul {
  padding: 10px 20px;
  font-size: 1em;
}
.hs-bottom-breadcrumbs-menu ul:after, 
.hs-bottom-breadcrumbs-menu ul:before {
  content: "";
  display: table;
  clear: both;
}
.hs-bottom-breadcrumbs-menu ul:empty {
  margin: 0;
  padding: 0;
}
.hs-bottom-breadcrumbs-menu .hs-breadcrumb-menu-item {
  padding: 0;
  color: #bfbfbf;
  padding-right: 4px;
}
.hs-bottom-breadcrumbs-menu .hs-breadcrumb-menu-item a {
  color: #e2e2e2;
}
.hs-bottom-breadcrumbs-menu .hs-breadcrumb-menu-item a:hover {
  color: #f78e2f;
}
.hs-bottom-breadcrumbs-menu .hs-breadcrumb-menu-item:not(:last-child):after {
  content: " > ";
}
.hs-bottom-breadcrumbs-menu .hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider {
  display: none;
}
.hs-learning-centerInner-banner-section .hs_cos_wrapper_type_linked_image {
  max-width: 66%;
  display: block;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.hs-learning-centerInner-banner-section .hs_cos_wrapper_type_linked_image img {
  display: block;
  vertical-align: baseline;
}
.hs-clinical-skills-banner-section h1 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 20px;
  display: block;
  color: #454545;
}
.fa-microphone:before {
  content: "\f130";
}
.body-container__clinical-skills1 .service-wrapper .six.columns:nth-child(2n+1) {
  clear: both;
}
.hs-video-slider .slick-arrow {
  width: 50px;
  background: url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/images/light-skin-3.png);
  background-position: -82px -22px;
  height: 50px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -40px;
  position: absolute;
  z-index: 110;  
  text-indent: -9999px;
  border: 0;
  outline:0 !important;
  opacity: 0;
  transition: opacity 0.5s ease;  
}
.hs-video-slider:hover .slick-arrow {
  opacity: 1;
}
.hs-video-slider ul.slick-dots li button {
  width: 16px;
  height: 16px;
  background: url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/images/light-skin-3.png) no-repeat;
  background-position: -31px -114px;
  margin: 3px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  text-indent: -9999px;
  cursor: pointer;  
}


.hs-video-slider .slick-prev.slick-arrow {
  left: 15px;
}
.hs-video-slider .slick-next.slick-arrow {
  right: 15px;
  left: auto;
  background-position: -81px -99px;
}
.fa-bookmark:before {
  content: "\f02e";
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.fa-arrows:before {
  content: "\f047";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.parallax-mirror {
  z-index: 10 !important;
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-server:before {
  content: "\f233";
}

.hs-home-layout header.header {
  position: relative;
  z-index: 1;
}
.body-container__home1 .service-wrapper .lv-column-service-item {
  margin-bottom: 40px;
}

.hs-fullwidth-slider .slick-arrow {
  width: 50px;
  background: url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/images/light-skin-3.png);
  background-position: -82px -22px;
  height: 50px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -22px;
  position: absolute;
  z-index: 110;  
  text-indent: -9999px;
  border: 0;
  outline:0 !important;
  opacity: 0;
  transition: opacity 0.5s ease;  
}
.hs-fullwidth-slider:hover .slick-arrow {
  opacity: 1;
}
.hs-fullwidth-slider ul.slick-dots li button {
  width: 16px;
  height: 16px;
  background: url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/images/light-skin-3.png) no-repeat;
  background-position: -31px -114px;
  margin: 3px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  text-indent: -9999px;
  cursor: pointer;  
}
.hs-fullwidth-slider .slick-prev.slick-arrow {
  left: 30px;
}
.hs-fullwidth-slider .slick-next.slick-arrow {
  right: 30px;
  left: auto;
  background-position: -81px -99px;
}

adding: 0 15px;
}
.body-container__home1 .service-wrapper .six.columns:nth-child(2n + 1) {
  clear: both;
}
.body-container__home3 .hs_cos_wrapper_type_header h3 {
  font-size: 30px;
  color: #292929;
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.open-popvideo .hs-video-recording-group .hs-video-caption {
  opacity: 0;
  visibility: hidden;
}
.open-popvideo .hs-video-recording-group .video-iframe{
  opacity: 1;
  visibility: visible;
  z-index:99;
}
.open-popvideo .hs-video-recording-group .hs-video-recording-image-group {
  background: none !important;
}
.hs-video-recording-group .ms-slide-vcbtn-close{
  background: url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/images/light-skin-1.png) no-repeat -24px -28px;
}

img.animated {
  opacity: 0;
  transition: all 5s ease-in-out;
  visibility: hidden !important;
}
img.wow.animated {
  opacity: 1;
  visibility: visible !important;
}
.hs-landing-page .website-page .span6 {
    padding-left: 15px;
    padding-right: 15px;
}




@media only screen and (min-width: 768px) {
  body:not(.scroll-header) .hs-home-layout .custom-header-wrapper {
    background-color: transparent;
  }
  .body-container__home3 {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .migration .dnd-section>.row-fluid, .migration .content-wrapper, .migration .page-center {
      padding-left: 15px;
      padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .hs-learning-center-banner-section .hs_cos_wrapper_type_linked_image {
    max-width: 41%;
    margin-bottom: 1px;
  }
  .hs-learning-centerInner-banner-section .hs_cos_wrapper_type_linked_image {
    max-width: 40.3%;
  }

}



@media only screen and (max-width: 767px) {
  .body-container__mobile-inner3 .dnd-section > .row-fluid > div {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 1px 15px;
  }
  .hs-learning-center-banner-section .hs_cos_wrapper_type_linked_image {
    max-width: 100%;
    margin-bottom: 0;
  }
  .body-container__fixed-menu .dnd-section {
    padding-bottom: 0 !important;
  }
  .hs-bottom-breadcrumbs-menu {
    display: none !important;
  }
  .hs-learning-centerInner-banner-section .hs_cos_wrapper_type_linked_image {
    max-width: 100%;
  }
  .hs-clinical-skills-banner-section .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .hs-home-banner-section {
    display: none !important;
  }
  .body-container__home2 {
    display: none !important;
  }
  .body-container__home3 {
    margin-top: 7px;
  }
}


/*========== End =============*/
/*========= Product page ========*/

.fixed-menu .bookmark-header .body-container-wrapper{
  padding-top: 53px;
}
.fixed-menu .product-inner-page .body-container-wrapper{
  padding-top: 56px;
}
.fixed-menu .bookmark-header .widget-type-simple_menu{
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 99;
}
.bookmark-header .custom-header-wrapper{
  position: static !important;
}
.scroll-header .bookmark-header .custom-header-wrapper.fixed-header{
  display: none;
}
.bookmark-header .custom-header-wrapper.fixed-header {
  display: none !important;
}

.cm-product-inner-sec1 .hs-video-recording-group .hs-video-caption {
  width: 271px;
}
.cm-product-inner-sec1 .hs-video-recording-group .title {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 19px;
}
.fa-upload:before {
  content: "\f093";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-user:before {
  content: "\f007";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-institution:before, 
.fa-bank:before, 
.fa-university:before {
  content: "\f19c";
}
.fa-download:before {
  content: "\f019";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-play:before {
  content: "\f04b";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-camera:before {
  content: "\f030";
}
.product-inner-page .banner-area .hs_cos_wrapper_type_header h3 {
  font-size: 30px;
  margin-bottom: 19px;
}
.cm-product-inner-sec2 .hs_cos_wrapper_type_header h3 {
  margin-bottom: 0;
}
.product-inner-page .banner-area .dnd-section {
  background-position: center 0px !important;
  background-repeat: no-repeat !important;
  background-size: initial !important;
}

.cm-scholarships-sec2 .hs_cos_wrapper_type_header h3 {
  margin-bottom: 0;
  padding-bottom: 23px;
}
.cm-scholarships-sec3 .hs-button, 
.cm-scholarships-sec3 .button--primary {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px;
  margin-bottom: 35px;
  margin-right: 5px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  font-family: "Open Sans";
  line-height: 1.7;
  border-radius: 0;
}

.cm-scholarships-sec1 .hs-video-recording-group .thumbnail.video img {
  cursor: pointer;
  width: 93px;
  height: 92px;
}

.cm-solutions-inner-sec2 .hs_cos_wrapper_type_header h3,
.cm-product-inner-sec2 .hs_cos_wrapper_type_rich_text h4{
  margin-bottom: 0;
  padding-bottom: 23px;
}
.cm-product-inner-sec2 .hs_cos_wrapper_type_rich_text h4{
  font-size:30px;
  line-height:1;
  padding-bottom: 33px;
}
.cm-solutions-inner-sec3 .column-content-wrapper .lv-item-title-divider {
  display: none;
}
.cm-solutions-inner-sec3 .column-content-wrapper .title-wrapper {
  margin-bottom: 10px;
}
.fa-th-large:before {
  content: "\f009";
}

.cm-solutions-inner-sec2 .hs_cos_wrapper_type_rich_text h4 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 33px;
  color: #292929;
}

@media(max-width:767px){
  .cm-product-sec3 .dnd-section {
    padding-bottom: 6.6%;
    padding-top: 5%;
  }
  .cm-product-inner-sec3 .column-content-wrapper.three-col .content-column {
    padding-bottom: 20px;
  }
  .cm-product-inner-sec3 .column-content-wrapper.three-col .content-column:last-child {
    padding-bottom: 0;
  }
  .cm-product-inner-sec2 .hs-video-slider .hs-video-slider-item-inner {
    padding: 0;
  }
}

/*========= End =========*/


/*======= website css =======*/

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.column, .columns {
  float: left;
  position: relative;
  min-height: 1px;
}
.three {
  width: 25%;
}
.six {
  width: 50%;
}
.nine {
  width: 75%;
}
.four {
  width: 33.333%;
}
.fa-shield:before {
  content: "\f132";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-lock:before {
  content: "\f023";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-life-bouy:before, 
.fa-life-buoy:before, 
.fa-life-saver:before,
.fa-support:before, 
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.icon-minus:before {
  content: "\f068";
  font-family: fontAwesome;
  font-style: normal;
}
.icon-plus:before {
  content: "\f067";
  font-family: fontAwesome;
  font-style: normal;
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-th:before {
  content: "\f00a";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-lock:before {
  content: "\f023";
}
.fa-search:before {
  content: "\f002";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-code:before {
  content: "\f121";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-random:before {
  content: "\f074";
}
.fa-money:before {
  content: "\f0d6";
}
img, video {
  max-width: 100%;
  height: auto;
}
.website-page td {
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
}
.body-container-wrapper .widget-type-simple_menu {
  text-align: center;
  line-height: 0;
}

.body-container-wrapper .widget-type-simple_menu ul {
  display: inline-block;
  margin: 0;
}

.body-container-wrapper .widget-type-simple_menu ul li {
  float: left;
  padding: 20px 0;
  line-height: 0;
}

.body-container-wrapper .widget-type-simple_menu ul li a {
  color: #444;
  border: 0;
  font-size: 13px;
  padding: 0 24px;
  margin: 0;
  border-left: 1px;
  border-style: solid;
  border-color: #ccc;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.body-container-wrapper .widget-type-simple_menu ul li:first-child a {
  border: 0;
}

.body-container-wrapper .widget-type-simple_menu ul li:hover a {
  color: #f78e2f;
}
.lv-image-frame-item {
  text-align: center;
  line-height: 0;
}
.lv-frame {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.website-page ol li a {
  word-break: break-word;
}
.website-page .span6 {
  margin: 0;
  width: 50%;
}
.website-page .span9 {
  width: 75%;
}

.website-page .span3 {
  margin: 0;
  width: 25%;
}
.website-page hr {
  height: 0;
}
.website-page  .hs-video-recording-group .thumbnail.video img {
  width: 93px;
  height: 92px;
  -webkit-transform: translateZ(.44px);
  transform: translateZ(.44px);
}
.website-page .body-container-wrapper img.hs-image-widget {
  vertical-align: middle;
}
.lv-item {
  margin: 0 15px 20px;
  min-height: 1px;
}
.lv-button {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px;
  margin-bottom: 15px;
  margin-right: 5px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  border-color: #e6e6e6;
  color: #fff;
  background-color: #f78e2f;
}
.lv-button:hover {
  color: #ffffff;
  background-color: #f68d2e;
}
.fancybox-nav {
  display: none;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 767px){
  .six,.three ,.four,.nine{
    width: 100%;
  }
  .body-container-wrapper .widget-type-simple_menu span {
    display: none;
  }
  .website-page .span6,
  .website-page .span3,
  .website-page .span9{
    width: 100%;
  }
  .website-page .hs-bottom-pane {
    margin: 0;
  }
}


/*====== Contact page  ========*/

.contact-page h3 {
  display: inline-block;
  padding-right: 4px;
  color: #383838;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 23px;
  letter-spacing: 1px;
}
.contact-page .actions {
  margin-top: -8px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.contact-page .span4 {
  width: 33.333%;
}
.contact-page .span4 .dnd-row {
  margin-bottom: 50px;
}
.contact-page .span8 {
  width: 66.667%;
  margin: 0;
}
.contact-page form {
  margin-top: 57px;
}
.contact-page form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}
select.is-placeholder {
  color: #bfbfbf;
  padding: 9px 10px;
}

textarea {
  padding: 10px 15px !important;
}

.contact-page .submitted-message p {
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-page .submitted-message {padding-top: 75px;}

@media(max-width:767px){
  .contact-page .span4 {
    width: 100%;
    order: 2;
  }

  .contact-page .span8 {
    width: 100%;
  }

  .contact-page .body-container .dnd-section > .row-fluid {
    display: flex;
    flex-flow: wrap;
  }

  .contact-page .dnd-section[class*="force-full-width-section"]>.row-fluid div {
    width: 100%;
  } 
}
/*======= End =========*/


/*===== Thank you page ======*/

.thank-you-section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.thank-you-section .inner > div {
  background-color: #efefef;
  color: #3f3f3f;
  padding: 45px 40px 25px;
}
.fixed-menu .thank-you-page .body-container-wrapper {
  padding: 0;
}

/*====== Company page ========*/

.hs-company-page  .custom-header-wrapper.fixed-header {
  position: static;
}
.fixed-menu .hs-company-page .body-container-wrapper .widget-type-simple_menu ul li {
  border-width: 0 0 3px;
  border-style: solid;
  border-color: #fff;
}
.fixed-menu .hs-company-page .body-container-wrapper {
  padding-top: 56px;
}

.hs-company-page  .service-wrapper .six.columns:nth-child(2n+1) {
  clear: none;
}
.service-wrapper#benefits .six.columns:nth-child(2n+1) {clear: none;}

.fixed-menu .product-inner-page.multi-inner-page .body-container-wrapper {
  padding-top: 0;
}
.fancybox-lock .fancybox-overlay {
  z-index: 1111111;
}
.lv-button:focus {
  color: #fff;
  background-color: #F68D2E;
}
div#servers,
div#services {
  margin-top: -60px;
  border-top: 60px solid transparent;
  display: block;
}
.website-page .hs-video-recording-group .et_pb_video_play img {
  -webkit-transform: translateZ(.44px);
  transform: translateZ(.44px);
}
@media(max-width:767px){
  .fixed-menu .hs-company-page .body-container-wrapper {
    padding-top: 0;
  }
  .hs-company-page .hs-fullwidth-content .page-center {
    padding: 0;
  }

  .hs-company-page .hs-fullwidth-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*======= End ========*/
.multi-inner-page .cm-product-inner-sec3 .column-content-wrapper .lv-item {
  padding-bottom: 0;
}
@media (max-width: 991px) and (min-width:768px) {
  .cm-solutions-inner-sec2 .hs-features-media-group .lv-feature-media-item.lv-left .feature-media-thumbnail {
    margin-right: 55px;
  }
}

@media (min-width: 768px) and (max-width:990px){
  .thank-you-section .inner>div h3 {
    font-size: 26px;
  }
  .thank-you-section .inner>div {
    padding: 45px 25px 25px;
  }
}


@media only screen and (max-width: 991px) {
  .fixed-menu .bookmark-header .widget-type-simple_menu {
    position: static;
  }
  .fixed-menu .bookmark-header .body-container-wrapper {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .multi-inner-page .cm-product-inner-sec3 .column-content-wrapper .title-wrapper .lv-item {
    padding-bottom: 20px;
  }
  .cm-product-inner-sec3 .column-content-wrapper.three-col .content-column:nth-child(3) {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 479px) {
  .hs-learning-centerInner-banner-section h1 {
    font-size: 40px;
  }
  .body-container__clinical-skills1 h2 {
    font-size: 30px;
  }
  .fancybox-outer, .fancybox-inner {
    width: 100% !important;
    height: auto !important;
  }
  .fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
    width: 250px !important;
  }
}

@media (max-width: 400px) {
  .body-container__learning-center1 .hs-fullwidth-content h3 {
    font-size: 32px;
  }
  .body-container__clinical-skills1 h3 {
    font-size: 26px;
  }
  .product-inner-page .hs-fullwidth-content h3 {
    font-size: 32px;
  }
}

.hs-fullwidth-content-inner .centered-content h3, 
.hs-fullwidth-content-inner .centered-content p:nth-of-type(1) {
	left: 40%;
	position: relative;
	overflow: hidden;
	width: 50%;
}

@media (max-width: 767px) {
	.hs-fullwidth-content-inner .centered-content h3, 
	.hs-fullwidth-content-inner .centered-content p:nth-of-type(1) {
		left: 0;
		position: relative;
		overflow: hidden;
		width: 100%;
	}
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
 
.custom-header-wrapper.fixed-header {
    opacity: 0;
    transition: opacity .8s ease;
    visibility: hidden;
}
.header__container {
  max-width: 1200px!important;
  margin: 0 auto;
  padding: 0;
  position:relative;
  display: flex;
}
.custom-header-wrapper .header__container:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-logo {
  float: left;
  max-width: 200px;
  width: 100%;
  padding: 20px 0;
  margin: 0 10px 0 0;
}
.header__navigation{
  margin: 0 0 0 10px;
  float: right;
}
.header-block-area-wrapper {
  float: right;
  margin: 22px 0 20px 45px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-phone:before {
  content: "\f095";
}
.header-block-content {
  font-size: 12px;
  line-height: 1.3em;
  display: table-cell;
} 
.header-block-title {
  font-weight: 700;
}
.header-block-icon {
  font-size: 13px !important;
  padding-right: 12px;
  display: table-cell !important;
  vertical-align: middle;
  color: #fff;
}

.header-block-area {
  float: left;
  display: table;
}
.custom-menu-primary {
  float: left;
}
.custom-header-wrapper.fixed-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:99999;
  -moz-box-shadow: 0px 1px 6px rgba(0,0,0,.15);
  -webkit-box-shadow: 0px 1px 6px rgb(0 0 0 / 15%);
  box-shadow: 0px 1px 6px rgb(0 0 0 / 15%);
}
.fixed-header .custom-logo {
  max-width: 220px;
  padding: 12px 0 20px;
}

.scroll-header .custom-header-wrapper.fixed-header {
    opacity: 1;
    visibility: visible;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch {
  border-width: 3px 0 0;
  border-style: solid;
  border-color: #fff;
}

@media (min-width: 991px) {
  .custom-header-wrapper{
    padding-left:5px;
    padding-right:5px;
  }
}


@media (min-width: 981px) {
  li.dl-back,
  li.dl-back-parent {
    display: none !important;
  }
}

@media (max-width: 1165px) {
  .header-block-area-wrapper {
    margin: 22px 0 20px 0;
  }
}

@media (max-width: 1125px) {
  .header-block-area-wrapper {
    display: none;
  }
}



@media (max-width: 990px) {
  .custom-logo {
    margin: 0 auto;
    float: none;
  }
  .header__navigation {
    margin: 0;
    float: none;
  }
  .custom-menu-primary {
    float: none;
    text-align: center;
    padding: 0 0 23px;
  }
}

@media (max-width: 976px) {
  .scroll-header .custom-header-wrapper.fixed-header,
  .custom-header-wrapper.fixed-header{
    display:None;
  }
}



/* Mobile Styles */

@media (max-width: 980px) {
  .custom-logo {
    padding-right: 80px;
    max-width: 280px;
    position: relative;
  }
  .header__navigation.header--element {
    display: none;
  }
  .header--toggle {
    display: block;
    height: 0;
    position: static;
    float: none;
  }
  .dl-trigger {
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #f78e2f;
    border: none;
    width: 43px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    height: 39px;
  }
  .header--toggle:focus .dl-trigger,
  .header--toggle:hover .dl-trigger{
    background-color: #727272;
  }
  .dl-trigger:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 4px;
    background: #fff;
    top: 8px;
    left: 17%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
  }
  .header__navigation.header--element {
    left: 70px;
    background-color: transparent;
    margin: 30px 0 0;
    max-width: 400px;
    width:100%;
    text-align: left;
    position: absolute;
    display: block;
    top: 65px;
    z-index: 99999;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
  .menu-open .header__navigation.header--element{
    opacity:1;
    visibility:visible;
    pointer-events:unset;  
  }
  .custom-menu-primary {
    float: none;
    text-align: center;
    padding: 0;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:all 0.3s;
    z-index:999999;
  }
  .menu-open .custom-menu-primary {
    opacity:1;
    visibility:visible;
    pointer-events:unset;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active.active-branch {
    border: none;
  }
	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li.active>a {
		color: white;
	}

}

@media (max-width: 550px) {
  .header__navigation.header--element {
    width: calc(100% - 80px);
  }
}


@media (max-width: 419px) {
  .header__navigation.header--element {
    width: calc(100% - 0px);
    left: 10px;
  }
}

@media (max-width: 350px) {
  .header__navigation.header--element {
    width: calc(100% - 20px);
    left: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-wrapper {
  background-color: #1e1e1e;
  color: #bfbfbf;
}
.footer__container {
  margin: 0 auto;
}
.footer__container.top-container {
  padding-top: 60px;
}
.copyright-wrapper {
  border-top-width: 1px;
  border-top-style: solid;
  background-color: #0c0c0c;
  color: #3f3f3f;
  border-color: #0c0c0c;
}

.copyright-wrapper > div {
  padding: 15px;
}

.footer-column {
  width: 33.333%;
  float: left;
  position: relative;
  min-height: 1px;
}
.footer-inner {
  margin: 0 15px 20px;
  min-height: 1px;
  margin-bottom: 60px;
}
.footer-wrapper .footer-column .widget-type-text,
.footer-wrapper .footer-column h3{
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
}
.footer-wrapper li.hs-menu-item  {
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #363636;
  position: relative;
}

.footer-wrapper li.hs-menu-item a {
  cursor: pointer;
}

.footer-wrapper li.hs-menu-item:before {
  content: "\f105";
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -1px;
}
.footer-wrapper p {
  margin-bottom: 30px;
}


i.lv-icon {
  margin-right: 10px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-youtube-square:before {
  content: "\f166";
}
.footer-column:first-child {
  padding-bottom: 61px;
}
.footer-wrapper a:hover{
  color:transparent;
}

@media only screen and (max-width: 767px){
  .footer-column {
    width: 100%;
    float: none;
  } 
}
/* ******************************************************************************
*********************************************************************************
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-banner-area {
  background-color: #ececec;
  padding: 14px 0px;
  line-height: 1;
  text-align: center;
}
.blog-banner-area .page-center {
  padding: 0 15px;
}
.blog-banner-area h1{
  margin: 0;
  font-size: 36px;
  font-weight: normal;
  color: #454545;
  font-family: "Open Sans",sans-serif;
  line-height: 1.3;
}
.blog-outer-wrapper .page-center {
  padding: 60px 15px 40px;
}
.post-item {
  margin-bottom: 50px;
}
.hs-featured-image-wrapper {
  margin-right: 30px;
  float: left;
  width: 35%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  background: #000;
}
.hs-featured-image-wrapper img {
  width: 100%;
  transition: all .3s ease;
}
.post-item-content {
  overflow: hidden;
}
.date-and-author{
  margin-bottom: 12px;
  line-height: 18px;
  font-size: 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 6px;
  border-color: #e5e5e5;
}
.blog-tags,
.blog-author,
.blog-date {
  float: left;
  margin-right: 25px;
  margin-bottom: 5px;
  font-style: italic;
  color: #7a7a7a;
}
.blog-tags a,
.blog-author a,
.blog-date a {
  color: #7a7a7a;
  text-decoration:none;
}
.blog-tags a:hover,
.blog-author a:hover,
.blog-date a:hover {
  color: #7a7a7a;
  text-decoration: none;
}
.clear {
  clear: both;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.date-and-author i {
  font-size: 15px;
  margin-right: 8px;
  color: #3c3c3c;
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-folder-o:before {
  content: "\f114";
}
.post-item h2 {
  font-size: 26px;
  margin-bottom: 18px;
  font-weight: 400;
  color: #212121;
  font-family: "Open Sans",sans-serif;
  line-height: 1.3;
}
.post-item h2 a {
  color: #212121;
  text-decoration: none;
  transition: all .3s ease;
}
.post-item h2 a:hover {
  color: #f78e2f;
}
.post-item-content-text{
  margin-bottom: 25px;
}
.post-item-content-text p{
  margin:0;
}
.blog-post__read-more a {
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
  color: #f78e2f;
  text-decoration: none;
  transition: all .3s ease;
}
.blog-post__read-more a:hover {
  color: #f77802;
}
.hs-featured-image-wrapper img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.blog-outer-wrapper .page-center:after {
  content: " ";
  display: table;
  clear: both;
}
.blog-content{
  width: 65.81196581200001%;
  display: block;
  float: left;
}

.hs-blog-post .blog-content .hs-featured-image-wrapper {
  margin:0 0 30px;
  float: none;
  width: 100%;
}


.blog-right-sidebar{
  width: 31.623931624%;
  display: block;
  float: left;
  margin-left: 2.564102564%;
}
.blog-right-sidebar h3{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 23px;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 4px;
  color: #383838;
}
.blog-right-sidebar p{
  margin:0 0 22px;
}
.cm-social-icons a {
  font-size: 24px;
}
.cm-social-icons a i {
  color: #313131 !important;
}
.cm-social-icons a i.lv-icon {
  margin-right: 10px;
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.post-header h2 {
  color: #212121;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 16px;
  font-family: "Open Sans",sans-serif;
  line-height: 1.3;
}
.lv-social-share {
  line-height: 1;
  padding: 15px 25px;
  margin:0 0 40px;
  background-color: #333;
}

.lv-social-share a {
  background-color: #333;
}
.social-share-title {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
  margin-right: 25px;
  color: #fff;
  margin-bottom: 0px;
}
.social-share-title i {
  margin-right: 10px;
  font-size: 15px;
}
.fa-share-alt:before {
  content: "\f1e0";
}
.lv-social-share a {
  display: inline-block;
  width: 28px;
  margin-right: 6px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.lv-social-share a img {
  display: block;
}
.lv-single-nav {
  padding: 30px 40px;
  background-color: #ebebeb;
}
.previous-nav {
  border-color: #ccc;
  width: 50%;
  float: left;
  margin-right: -1px;
  border-right-width: 1px;
  border-right-style: solid;
}
.lv-single-nav a {
  color: #606060;
}
.lv-single-nav a:hover{
  color: #606060;
}
.previous-nav i {
  margin-right: 14px;
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.single-nav-text {
  color: #8e8e8e;
}
.single-nav-text {
  font-size: 13px;
  font-style: italic;
}
.single-nav-title {
  margin-top: 4px;
  font-size: 14px;
}
.lv-single-nav .next-nav {
  width: 50%;
  float: left;
  text-align: right;
}
.lv-single-nav .next-nav i {
  margin-left: 14px;
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.lv-post-author {
  margin-bottom: 45px;
  padding: 40px 40px 45px;
  background-color: #ebebeb;
}
.lv-post-author .post-author-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  color: #373737;
}
.lv-post-author .post-author-avartar {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.post-author-avartar img {
  margin: 0;
  display: block;
  max-width: 90px;
}
.lv-post-author .post-author-content {
  overflow: hidden;
  font-size: 13px;
  color: #828282;
}
.lv-post-author .post-author {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #373737;
}
.lv-post-author .post-author a:hover,
.lv-post-author .post-author a {
  color: #373737;
}
.blog-banner-area p {
  font-size: 15px;
  margin: 19px 0 2px;
  display: block;
  font-weight: normal;
  color: #fff;
  font-style: italic;
  color: #313131;
}
.blog-banner-area.for-author h1,
.blog-banner-area.for-tag h1 {
  line-height: 1;
}
@media(max-width: 767px){
  .hs-featured-image-wrapper {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .blog-content {
    width: 100%;
    display: block;
    float: none;
  }
  .blog-right-sidebar {
    width: 100%;
    display: block;
    float: none;
    margin-left: 0;
  }
  .blog-content {
    margin: 0 0 60px;
  }
}


@media (max-width: 419px){
  .lv-social-share {
    padding: 15px 12px;
  }
}











.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.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-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  margin-bottom: 20px;
  text-align: right;
  padding: 0 5px;
}
.blog-pagination a {
  display: inline-block;
  padding: 7px 12px;
  margin-right: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ebebeb;
  color: #979797;
}
.blog-pagination a.active{
  background-color: #333;
  color: #fff;
  pointer-events: none;
}
.blog-pagination a:hover {
  background-color: #333;
  color: #fff;
}

.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-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
@media (max-width: 479px){
  .lv-post-author .post-author-avartar {
    margin: 0;
    margin-bottom: 20px;
  }

  .lv-post-author .post-author-content {
    overflow: visible;
    width: 100%;
    float: left;
  }  
}
/* ******************************************************************************
*********************************************************************************
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;
  z-index: 0;
}
.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: #ccc;
  z-index: -1;
}
.error404-page-error .lv-page-title-wrapper {
  padding: 14px 0;
  position: relative;
  z-index: 89;
  text-align: center;
  line-height: 1;
  background-color: #ececec;
}
.error404-page-error h1.lv-page-title {
  font-size: 36px;
  font-weight: 400;
  margin: 0 20px;
  display: block;
  color: #454545;
  font-family: "Open Sans";
  line-height: 1.3;
  padding: 0;
}
.error404-page-error .lv-page-caption {
  font-size: 15px;
  margin: 17px 15px 0;
  display: block;
  font-weight: 400;
  color: #fff;
  font-style: italic;
}
.error404-page-error .lv-item {
  margin: 0 0 20px;
  min-height: 1px;
}
.error404-page-error .page-not-found-block {
  text-align: center;
  padding: 50px 50px 60px;
  margin: 50px 0 50px;
  background-color: #d65938;
  color: #fff;
  font-family: "Open Sans";
}
.error404-page-error .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.error404-page-error .page-not-found-icon {
  font-size: 89px;
  line-height: 1;
  margin-bottom: 20px;
}
.error404-page-error .page-not-found-icon i {
  margin-right: 5px;
}
.fa-frown-o:before {
  content: "\f119";
}
.error404-page-error .page-not-found-title {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 17px;
}
.error404-page-error .page-not-found-caption {
  font-size: 20px;
  margin-bottom: 35px;
}
.error404-page-error .page-not-found-search {
  max-width: 300px;
  margin: 0 auto;
}
.error404-page-error .page-not-found-search form {
  position: relative;
}
.error404-page-error .page-not-found-search form input[type=text] {
  background-color: #963a20;
  padding: 12px 15px;
  font-size: 15px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  outline: none;
  height:44px;
  font-family: "Open Sans";
  color: #d57f5c;
  -webkit-font-smoothing: antialiased;
}
.error404-page-error .page-not-found-search ::-webkit-input-placeholder {
  color: #d57f5c;
}
.error404-page-error .page-not-found-search form button {
  background-image: url(//5881113.fs1.hubspotusercontent-na1.net/hubfs/5881113/raw_assets/public/IVS_June2021/images/icon-search.png);
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -8px 0 0;
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: transparent !important;
  background-size: 16px 16px;
  border: none;
  display: inline-block;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.error404-page-error .page-not-found-search form button span {
  display: none !important;
}

.systems-page form{
  max-width:767px;
}

.systems-page #hs_cos_wrapper_subscription_preferences_email_subscriptions form{
  max-width:100%;
}

ul.no-list.hs-error-msgs {
  margin-left: 0;
}
.form-container input.hs-button.primary.large {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .systems-page h1{
    font-size: 35px;
  }
  .systems-page h2,
  .systems-page h3{
    font-size: 25px;
  }
}



@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 40px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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;
}



.dnd_area-row-1-force-full-width-section p img{
  width: auto !important;
}
.body-container__learning-centerInner1 .row-number-6 .row-fluid .span4{
  width:33.333%;
  float: left;
  position: relative;
  min-height: 1px;
  margin: 0 !important;
}

@media only screen and (max-width: 767px){
  .body-container__learning-centerInner1 .row-number-6 .row-fluid .span4 {
    width: 100%;
    float: none;
  }
  .body-container__learning-centerInner1  p a {
    word-break: break-word;
  }
}


/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 99;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 980px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    /*   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
} */
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > ul > li {
    display: block;
} */
.custom-menu-primary .hs-menu-wrapper>ul ul li a { white-space: unset !important; }
.custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color: #fcfcfc;
}
@media(max-width:980px){
    .custom-menu-primary .hs-menu-wrapper>ul ul li { background-color: transparent; }
    .custom-menu-primary .hs-menu-wrapper > ul > li,.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children { position: static; }
}

@media screen and (max-width: 980px) and (min-width: 767px) {
      .desktop-menu.hidden-phone { display: contents!important; }
}