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

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

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

html { }

/* 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 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}

.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}


.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: lato regular;
  src: url("https://use.typekit.net/af/180254/00000000000000000001522c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/180254/00000000000000000001522c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/180254/00000000000000000001522c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: lato regular italic;
  src: url("https://use.typekit.net/af/bdde80/00000000000000000001522d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("https://use.typekit.net/af/bdde80/00000000000000000001522d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("https://use.typekit.net/af/bdde80/00000000000000000001522d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: lato medium;
  src: url("https://use.typekit.net/af/a18530/00000000000000000001522e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/a18530/00000000000000000001522e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/a18530/00000000000000000001522e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face { font-family: lato semibold; 
  src: url("https://use.typekit.net/af/28ba4b/000000000000000000015226/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), 
    url("https://use.typekit.net/af/28ba4b/000000000000000000015226/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), 
    url("https://use.typekit.net/af/28ba4b/000000000000000000015226/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 600; 
  font-display: auto;
}

@font-face {
  font-family: lato bold;
  src: url("https://use.typekit.net/af/220823/000000000000000000015231/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/220823/000000000000000000015231/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/220823/000000000000000000015231/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}

@font-face {
  font-family: "Roboto";
  src: url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2  */

@font-face {
  font-family: "Roboto";
  src: url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2  */

@font-face {
  font-family: "Roboto";
  src: url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* https: ; //fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2 */

/* new brand font below */

@font-face {
    font-family: 'PasticheGrotesque';
    src: 
    local('PasticheGrotesque'),
    url('../fonts/PasticheGrotesqueWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/PasticheGrotesqueWeb-Regular.woff') format('woff'),
    url('../fonts/PasticheGrotesque-Regular.otf') format('otf'),
    url('../fonts/PasticheGrotesqueTT-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal; 
 }

@font-face {
  font-family: 'PasticheGrotesque-Black';
  src: 
  local('PasticheGrotesque-Black'),
  url('/fonts/PasticheGrotesqueWeb-Black.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/PasticheGrotesqueWeb-Black.woff') format('woff'),
  url('/fonts/PasticheGrotesqueTT-Black.ttf') format('truetype'); 
  font-weight: 900;
  font-style: normal; 
}

@font-face {
  font-family: 'PasticheGrotesque-Bold';
  src: 
  local('PasticheGrotesque-Bold'),
   url('/fonts/PasticheGrotesqueWeb-Bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/PasticheGrotesqueWeb-Bold.woff') format('woff'),
  url('/fonts/PasticheGrotesque-Bold.otf')  format('otf'),
 url('/fonts/PasticheGrotesqueTT-Bold.ttf') format('truetype'); 
  font-weight: 700;
  font-style: normal; 
}

@font-face {
  font-family: 'PasticheGrotesque-SemiBold';
  src: 
  local('PasticheGrotesque-SemiBold'),
  url('https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/fonts/PasticheGrotesqueTT-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
  url('https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/fonts/PasticheGrotesque-SemiBold.woff') format('woff'),
  url('https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/fonts/PasticheGrotesque-SemiBold.eot') format('eot'),
  url('https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/fonts/PasticheGrotesqueTT-SemiBold.ttf') format('truetype'); 
  font-weight: 600;
  font-style: normal; 
}

@font-face {
  src: 
  url('/fonts/PasticheGrotesqueWeb-Medium.woff2') format('woff2'), 
  url('/fonts/PasticheGrotesqueWeb-Medium.woff') format('woff'),
  url('/fonts/PasticheGrotesque-Medium.otf') format('otf'),
  url('/fonts/PasticheGrotesqueTT-Medium.ttf') format('truetype'); 
    font-family: PasticheGrotesque-Medium;
}

@font-face {
  font-family: 'Switzer-Medium';
  src: 
  local('Switzer-Medium'),
  url('/fonts/Switzer-Medium.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-Medium.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-Medium.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; 
}

@font-face {
  font-family: 'Switzer-MediumItalic';
  src: 
  local('Switzer-MediumItalic'),
  url('/fonts/Switzer-MediumItalic.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-MediumItalic.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-MediumItalic.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic; 
}

@font-face {
  font-family: 'Switzer-Semibold';
  src: 
  local('Switzer-Semibold'),
  url('/fonts/Switzer-Semibold.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal; 
}

@font-face {
  font-family: 'Switzer-SemiboldItalic';
  src: 
  local('Switzer-SemiboldItalic'),
  url('/fonts/Switzer-SemiboldItalic.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-SemiboldItalic.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-SemiboldItalic.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic; 
}


@font-face {
  font-family: 'Switzer-Bold';
  src: 
  local('Switzer-Bold'),
  url('/fonts/Switzer-Bold.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-Bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-Bold.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal; 
}

@font-face {
  font-family: 'Switzer-BoldItalic';
  src: 
  local('Switzer-BoldItalic'),
  url('/fonts/Switzer-BoldItalic.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-BoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic; 
}

@font-face {
  font-family: 'Switzer-Extrabold';
  src: 
  local('Switzer-Extrabold'),
  url('/fonts/Switzer-Extrabold.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-Extrabold.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-Extrabold.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal; 
}

@font-face {
  font-family: 'Switzer-ExtraboldItalic';
  src: 
  local('Switzer-ExtraboldItalic'),
  url('/fonts/Switzer-ExtraboldItalic.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-ExtraboldItalic.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-ExtraboldItalic.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-ExtraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic; 
}

@font-face {
  font-family: 'Switzer-Black';
  src: 
  local('Switzer-Black'),
  url('/fonts/Switzer-Black.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-Black.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-Black.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal; 
}

@font-face {
  font-family: 'Switzer-BlackItalic';
  src: 
  local('Switzer-BlackItalic'),
  url('/fonts/Switzer-BlackItalic.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-BlackItalic.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-BlackItalic.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic; 
}


@font-face {
  font-family: 'Switzer-Light';
  src: 
  local('Switzer-Light'),
  url('/fonts/Switzer-Light.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-Light.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-Light.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal; 
}

@font-face {
  font-family: 'Switzer-LightItalic';
  src: 
  local('Switzer-LightItalic'),
  url('/fonts/Switzer-LightItalic.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-LightItalic.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-LightItalic.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic; 
}

@font-face {
  font-family: 'Switzer-Thin';
  src: 
  local('Switzer-Thin'),
  url('/fonts/Switzer-Thin.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-Thin.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-Thin.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal; 
}

@font-face {
  font-family: 'Switzer-ThinItalic';
  src: 
  local('Switzer-ThinItalic'),
  url('/fonts/Switzer-ThinItalic.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-ThinItalic.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-ThinItalic.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic; 
}

@font-face {
  font-family: 'Switzer-Extralight';
  src: 
  local('Switzer-Extralight'),
  url('/fonts/Switzer-Extralight.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-Extralight.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-Extralight.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer-ExtralightItalic';
  src: 
  local('Switzer-ExtralightItalic'),
  url('/fonts/Switzer-ExtralightItalic.eot'), /* IE9 Compat Modes */
  url('/fonts/Switzer-ExtralightItalic.woff2') format('woff2'), /* Super Modern Browsers */
  url('/fonts/Switzer-ExtralightItalic.woff') format('woff'), /* Pretty Modern Browsers */
  url('/fonts/Switzer-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic; 
  font-display: auto;
}

/*
  @font-face {
    src: 
    url("fonts/Switzer-Regular.woff2") format('woff2'), 
    url("fonts/Switzer-Regular.woff") format('woff'),
    url("fonts/Switzer-Regular.ttf") format('truetype');
    font-family: Switzer;
  font-weight: 400;
  font-style: normal; 
  font-display: auto;
}
*/

@font-face { 
  font-family: Switzer;  
  src: url('https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/Fonts-Switzer-PasticheGrotesque/Switzer-Regular.woff2') format('woff2'), 
    url('https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/Fonts-Switzer-PasticheGrotesque/Switzer-Regular.woff') format('woff'), 
    url('https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/Fonts-Switzer-PasticheGrotesque/Switzer-Regular.eot'), format('eot'),
    url('https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/Fonts-Switzer-PasticheGrotesque/Switzer-Regular.ttf') format('truetype');
}


html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


body {
  line-height: 1.44;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

/* Paragraphs */

p {
  /*   font-size: 1rem; */
  margin: 0 0 1.4rem;
  color: #000;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
/*   font-size: 0.92rem; */
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form */

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form {
  max-width: 767px;
  padding: 15px;
  background-color: #7D7D7D;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

form {
  max-width: 767px;
  margin-bottom: 20px;
}

/* Form fields */

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

/* Labels */

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

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

.hs-form label {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.44;
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 5px;
}

.inputs-list.hs-error-msgs label {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.44;
  margin-top: .5rem;
  color: #a94442;
}

.hs-error-msgs label {
  color: #a94442;
}

.hs_error_rollup .inputs-list.hs-error-msgs label {
  /*   border: 5px solid #b10e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #a6093d;
  padding: 20px 15px 15px;
  font-weight: 500;
  line-height: 1.6; */
}


/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  display: inline-block;
  font-size: 0.875rem;
  height: 41px;
  padding: 0 1em;
  width: 100% !important;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #32363a;
  line-height: 1.44;
  border: 1px solid #dcdcdd;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
}

textarea.hs-input {
  height: auto;
}


.hs-input:focus {
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

.hs-error-msgs label {
  color: #a94442;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.44;
  position: relative;
  text-decoration: none;
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/arrow__right--white.svg);
  background-size: 15px 12px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}

@media (max-width: 767px) {

  form {
    max-width: 100%;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 9999;
}

.top-bar {
  display: none;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 13px;
}

.header__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.top-bar .header__container:before,
.top-bar .header__container:after {
  content: " ";
  display: table;
}

.top-bar .header__container:after {
  clear: both;
}

.header-bottom .header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Enable code below to keep logo in center for landing page */
.landing .header-bottom .header__container {
justify-content: center;
}
/*************************************************************/

.custom-logo {
  width: 220px;
}

.custom-logo a {
  width: 100%;
  display: block;
}

.custom-logo img {
  width: 100%;
  vertical-align: middle;
}


.top-bar .header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.top-bar .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.top-bar .hs-menu-wrapper > ul > li:nth-of-type(4) {
  padding-left: 1.875em;
}

.top-bar .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}

.top-bar .hs-menu-wrapper > ul > li > a {
  font-family: Lato bold;
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 1.875em;
  padding-right: 1.875em;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 1.44;
  white-space: nowrap;
  text-decoration: none;
}

.top-bar .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  font-size: 13px;
  background-color: transparent;
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/arrow__down--white.png);
  background-size: 15px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  padding-right: 2.7em;
  padding-left: 2px;
  padding-top: 9px;
  padding-bottom: 8px;
  transition: background-color 0.19s;
}

.top-bar .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 240px;
  padding-top: 0;
  padding-bottom: 0;
  color: #32363a;
  border: 2px solid #323232;
  border-top: 0;
  border-radius: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  margin-top: 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background-clip: padding-box;
}

.top-bar .hs-menu-wrapper > ul > li > ul.open {
  display: block;
}

.top-bar .hs-menu-wrapper > ul > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.44;
  white-space: nowrap;
  padding: 3px 20px;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: 1.1em;
}

.top-bar .hs-menu-wrapper > ul > li > ul > li > a:hover {
  text-decoration: none;
}

#toggle-search-bar {
  font-size: 13px;
  line-height: 1.44;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 30px;
  width: 21px;
  border: 0px;
  outline: 0px;
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/icon--magnify--white.png);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 73%;
  padding: 0px;
  margin-left: 3.5em;
  z-index: 1000;
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
  border-radius: 0;
}

.header-search-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 35px;
  z-index: 1;
  background: #323232;
  pointer-events: none;
  opacity: 0;
  max-width: 100%;
  margin: 0;
}

.search-act .header-search-bar {
  pointer-events: all;
  transition: opacity 0.3s ease;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.header-search-bar input[type=text] {
  color: #ffffff;
  height: 100%;
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  outline: none;
  font-weight: normal;
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/icon--magnify.svg);
  background-color: transparent;
  background-size: 21px;
  background-position: left 55%;
  background-repeat: no-repeat;
  padding-left: 2em;
  font-family: Lato,sans-serif;
  font-size: 13px;
  line-height: 1.44;
  margin: 0;
}

.header-search-bar input::-webkit-input-placeholder {
  color: #ffffff;
}

.search-act #toggle-search-bar {
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/icon--close--blue.svg);
}

.header__burger-icon {
  height: 24px;
  width: 40px;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #32363a;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner::before, 
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger-inner::after {
  bottom: -10px;
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-open .hamburger-inner {
  -webkit-transform: rotate(
    45deg
  );
  -ms-transform: rotate(45deg);
  transform: rotate(
    45deg
  );
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.mobile-open .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(
    -90deg
  );
  -ms-transform: rotate(-90deg);
  transform: rotate(
    -90deg
  );
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.mobile-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
}

.custom-logo {

}

.custom-menu-primary.desktop {
  display: none;
  position: relative;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

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

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:not(:first-child) {
  /*   position: relative; */
  margin-left: 1.3em;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  display: inline;
  text-transform: lowercase;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a img {
  width: 15px;
  height: 16px;
  vertical-align: middle;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 52px;
  left: -11px;
  -webkit-transform: translateZ(0) translateY(-100%);
  transform: translateZ(0) translateY(-100%);
  z-index: -1;
  transition: .22s ease;
  padding: 15px 0;
  min-width: 210px;
  font-size: 20px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.clicked > ul {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul > li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul > li > a:hover {
  background-color: #005e7a;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li>ul.mega-menu {
  width: 100%;
  left: 0;
  max-width: 100%;
  top: 100%;
  padding: 34px 0;
}

.custom-menu-primary.desktop {
  position: static;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li {
  position: relative;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child {
  position: static;
}

.custom-menu-primary.desktop .hs-menu-wrapper>ul>li:first-child > ul ul {
  background-color: transparent !important;
}


.menu-row {
  margin-left: -15px;
  margin-right: -15px;
  max-width: 100%;
}

.menu-list {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
  font-family: Lato bold;
  font-size: 28px;
  font-weight: bold;
}

.menu-row:before,.menu-row:after {
  content: "";
  display: block;
  clear: both;
}

.menu-content {
  width: 75%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-content > ul {
  display: none;
}

.menu-content > ul > li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

.menu-content > ul > li:first-child {
  border-right: 1px solid #002d72;
}

.menu-content > ul {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

.menu-content > ul.show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.menu-list-wrap {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.menu-list-wrap > a {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.563em;
  margin: 0 0 22px 0;
  display: block;
  pointer-events: none;
  letter-spacing: normal;
}

.menu-list-wrap > ul > li:not(:last-child) {
  margin-bottom: 16px;
}

.menu-list-wrap > ul li a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  display: inline-block;
}

.menu-list > li {
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/arrow__right--white.svg);
  background-size: 14px 11px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.menu-list>li.child-open {
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/arrow__right--dark-blue.svg);
}

.menu-list>li.child-open > a {
  color: #002d72 !important;
}

.menu-list > li:not(:last-child) {
  margin-bottom: 29px;
}

.menu-list > li > a {
  display: block;
  padding-right: 14px;
}




/* Mobile Menu Styling */


.mobile-nav {
  position: fixed;
  width: 100%;
  height: calc(100% - 75px);
  top: 75px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  background: #ffffff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  transition: -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.mobile-open .mobile-nav {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.mobile-nav__container {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
}

.mobile-nav__more {
  background: #f6f6f6;
}

.mobile-nav__more .content {
  display: none;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__more .content:before, 
.mobile-nav__more .content:after {
  content: " ";
  display: table;
}

.mobile-nav__more .content:after {
  clear: both;
}

.mobile-nav__more .content select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 20px;
  height: 45px;
  border-bottom: 1px solid #dddddd;
  margin: 0.5em 0;
  background-color: transparent;
  color: #002d72;
  font-weight: 600;
  padding: 0;
  outline: none;
}

.mobile-nav__more .content select {
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/arrow__down--light-blue.svg);
  background-size: 15px 11px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}

.mobile-nav__more .content input {
  background-size: 17px 17px;
  background-position: calc(100% - 11px) center;
}

.mobile-nav__more .toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  line-height: 1;
  font-size: 12px;
  color: #989898;
}

.mobile-nav__more .toggle i.icon {
  margin-left: 0.5em;
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/icon--pagination__close.svg);
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(
    -45deg
  );
  -ms-transform: rotate(-45deg);
  transform: rotate(
    -45deg
  );
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: inline-block;
  vertical-align: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mobile-nav__more .toggle i.icon.open {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-nav .input--search-icon {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 20px;
  height: 45px;
  border-bottom: 1px solid #dddddd;
  margin: 0.5em 0;
  background-color: transparent;
  color: #002d72;
  font-weight: 600;
  padding: 0;
  outline: none;
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/icon--magnify.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: calc(100% - 11px) center;
}

.mobile-nav .input--search-icon:focus,
.mobile-nav .input--search-icon:active, 
.mobile-nav__more .content select:focus, 
.mobile-nav__more .content select:active {
  border-bottom-color: #b7b7b7;
}

.mobile-nav form {
  max-width: 100%;
  margin: 0;
}

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

.mobile-nav__grid .hs-menu-wrapper > ul > li {
  position: relative;
  background-color: #0085ad;
  width: 50%;
}

.mobile-nav__grid .hs-menu-wrapper > ul > li:nth-of-type(2), 
.mobile-nav__grid .hs-menu-wrapper > ul > li:nth-of-type(3), 
.mobile-nav__grid .hs-menu-wrapper > ul > li:nth-of-type(6), 
.mobile-nav__grid .hs-menu-wrapper > ul > li:nth-of-type(7) {
  background-color: #339dbd;
}


.mobile-nav__grid .hs-menu-wrapper > ul > li:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.mobile-nav__grid .hs-menu-wrapper > ul > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
}

.mobile-nav__grid .hs-menu-wrapper > ul > li:last-child > a {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 5% 0;
  font-weight: 600;
  color: #ffffff;
  background: #002d72;
  position: static;
  text-decoration: none;
}

.mobile-nav__grid .hs-menu-wrapper > ul > li:last-child {
  position: relative;
  background-color: transparent;
  width: 100%;
}

.mobile-nav__grid .hs-menu-wrapper > ul > li:last-child:before {
  content: none;
}

.mobile-nav__grid .hs-menu-wrapper > ul > li:last-child > a:hover {
  color: #ffffff;
  background: #002d72;
  text-decoration: underline;
}

.mobile-nav__grid .hs-menu-wrapper > ul > li:last-child > a .mobile-nav__grid__item__text {
  padding-top: 0;
  font-weight: 600;
}

.mobile-nav__grid__item__icon-container {
  height: 30%;
  width: 100%;
  margin-top: 13%;
}

.mobile-nav__grid__item__icon-container img {
  height: 100%;
  display: block;
  margin: auto;
  vertical-align: middle;
}

.mobile-nav__grid__item__text {
  padding-top: 13%;
  font-weight: 600;
}

.mobile-nav__grid__item__icon-container {
  height: 30%;
  width: 100%;
  margin-top: 13%;
}

.mobile-nav__grid__item__icon-container img {
  height: 100%;
  display: block;
  margin: auto;
  vertical-align: middle;
}

.mobile-nav__scroll-indicator {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 41px;
  width: 100%;
  background-color: rgba(38, 38, 38, 0.95);
  font-size: 12px;
  color: #ffffff;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10002;
  display: none;
}

.mobile-nav__scroll-indicator span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-nav__scroll-indicator .icon--scroll-indication {
  height: 13px;
  width: 16px;
  margin-left: 0.5em;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  background-image: url(https://2109885.fs1.hubspotusercontent-na1.net/hubfs/2109885/raw_assets/public/CaseWare_August2021/images/arrow__up--light-blue.svg);
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
}

body.mobile-open .mobile-nav__scroll-indicator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__scroll-indicator .icon--scroll-indication.at-bottom {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}


@media (min-width: 62em) {

  .header__burger-icon {
    display: none;
  }

  .custom-header {
    height: auto;
  }

  .top-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-bottom .header__container {
    padding: 20px 0;
  }

  .custom-menu-primary.desktop {
    display: inline;
  }
}

@media (min-width: 75em) {

  .custom-logo {
    width: 300px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:not(:first-child) {
    margin-left: 1.5em;
  }
}


@media (min-width: 768px) and (max-width: 1200px) {

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul {
    top: 47px;
  }
}
.footer {

}

.footer__container:before, 
.footer__container:after {
  content: " ";
  display: table;
}

.footer__container:after {
  clear: both;
}

.footer-top .row {
  max-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-social h3 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin: 0;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 0;
}

.footer-social ul li:not(:last-of-type) {
  margin-right: 5px;
}

.footer-social ul li a img {
  width: 32px;
  vertical-align: middle;
}

.footer-menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-links,
.about-links,
.legal-links,
.support-links {
  margin-bottom: 20px;
}

.product-links .hs-menu-wrapper > ul,
.about-links .hs-menu-wrapper > ul,
.legal-links .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.product-links .hs-menu-wrapper > ul > li > a,
.about-links .hs-menu-wrapper > ul > li > a,
.legal-links .hs-menu-wrapper > ul > li > a {
  font-size: 20px;
  display: inline-block;
  padding-bottom: 16px;
  text-decoration: none;
}

.product-links .hs-menu-wrapper > ul > li > ul,
.about-links .hs-menu-wrapper > ul > li > ul,
.legal-links .hs-menu-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  padding-bottom: 12px;
  font-size: 0.875em;
  margin-bottom: 11.5px;
}

.product-links .hs-menu-wrapper > ul > li > ul > li > a,
.about-links .hs-menu-wrapper > ul > li > ul > li > a,
.legal-links .hs-menu-wrapper > ul > li > ul > li > a {
  text-decoration: none;
}

.product-links .hs-menu-wrapper > ul > li > ul > li > a:hover,
.about-links .hs-menu-wrapper > ul > li > ul > li > a:hover,
.legal-links .hs-menu-wrapper > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

.support-links .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  padding-bottom: 12px;
  font-size: 0.875em;
  margin-bottom: 11.5px;
}

.support-links .hs-menu-wrapper > ul > li:not(:last-of-type) {
  padding-bottom: 11px;
}

.support-links .hs-menu-wrapper > ul > li > a {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}

.support-links .hs-menu-wrapper > ul > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-contact h3 {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.44;
  padding-bottom: 16px;
  margin: 0;
}

.footer-contact h3 a {
  text-decoration: none;
}

.footer-contact h3 a:hover {
  text-decoration: underline;
}

.footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
  font-size: 0.875em;
  margin-bottom: 11.5px;
}

.footer-contact ul li a {
  text-decoration: none;
}

.footer-contact ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  font-size: 0.875em;
  padding: 10px;
}

.copyright {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


@media (min-width: 768px) {

  .footer-menu-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .product-links {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    margin-bottom: 0;
  }

  .about-links {
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    margin-bottom: 0;
  }

  .legal-links {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    margin-bottom: 0;
  }

  .support-links {
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    margin-bottom: 0;
  }

  .footer-contact {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }

  .footer-contact ul li div {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {

  .support-links,
  .footer-contact {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {

  .footer-menu-wrapper {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
}

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

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

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

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

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

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

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