*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Foco"; src: 
  url("//f.hubspotusercontent10.net/hubfs/20591961/Scantron_November2021/fonts/Foco-BoldItalic.eot") format("embedded-opentype"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/Foco-BoldItalic.woff2) format("woff2"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/Foco-BoldItalic.woff) format("woff"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/Foco-BoldItalic.ttf) format("truetype"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/Foco-BoldItalic.svg) format("svg"); font-style: italic; font-weight: 700; }

@font-face { font-family: "FontAwesome"; src: 
  url("//f.hubspotusercontent10.net/hubfs/20591961/Scantron_November2021/fonts/FontAwesome.eot") format("embedded-opentype"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/FontAwesome.woff2) format("woff2"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/FontAwesome.woff) format("woff"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/FontAwesome.ttf) format("truetype"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/FontAwesome.svg) format("svg"); font-style: normal; font-weight: normal; }

@font-face { font-family: "Gotham Pro"; src: 
  url("//f.hubspotusercontent10.net/hubfs/20591961/Scantron_November2021/fonts/GothamPro.eot") format("embedded-opentype"),
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/GothamPro.woff2) format("woff2"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/GothamPro.woff) format("woff"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/GothamPro.ttf) format("truetype"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/GothamPro.svg) format("svg"); font-style: normal; font-weight: 400; }

@font-face { font-family: "Gotham Pro"; src: 
  url("//f.hubspotusercontent10.net/hubfs/20591961/Scantron_November2021/fonts/GothamPro-Bold.eot") format("embedded-opentype"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/GothamPro-Bold.woff2) format("woff2"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/GothamPro-Bold.woff) format("woff"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/GothamPro-Bold.ttf) format("truetype"), 
  url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/fonts/GothamPro-Bold.svg) format("svg"); font-style: normal; font-weight: 700; }



body {
  line-height: 1.6;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin:0 0 12.5px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12.5px;
  line-height: 1.2;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 25px;
  padding: 12.5px 25px;
}

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

.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container .submitted-message,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.widget-type-password_prompt{
  display: block;
  box-shadow: 0 10px 20px rgb(65 64 66 / 20%);
  padding: 30px 15px;
  margin:10px 0;
  background-color: #fff;
}

.hs-form-field {
  float: none;
  padding: 5px 5px;
/*   border: 1px solid #E3E3E3; */
  border-left: 0;
  border-right: 0;
}

/* Labels */

form label {
  color: rgba(95,95,95,1.0);
  float: none;
  font-weight: 700;
  width: auto !important;
  display: block;
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 6px;
  padding-top: 0;
  transition: color .2s;
  margin-bottom: 13px;
}

/* Help text - legends */

form legend {
  color: rgba(95,95,95,1.0);
  float: none;
  font-weight: 700;
  width: auto !important;
  display: block;
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 6px;
  padding-top: 0;
  transition: color .2s;
  margin-bottom: 13px;
}

/* Inputs */

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  height: auto;
  border: none;
  padding: 0;
  font-weight: 400;
  background-image: none;
  display: block;
  transition: background-color linear .15s, border-color linear .15s, box-shadow linear .15s, -webkit-box-shadow linear .15s; 
  font-size: 16px;
  line-height: 19px;
  color: #414042;
  background-color: #fff;
  box-shadow: none;
  width: 100% !important;
  border-radius: 0;
}

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

.field.hs-form-field:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 0px solid #ffffff;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 0;
}

/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

.hs-button,
.hs-button.large.primary,
button,
.button {
  background-color: #00a0df;
  color: #fff ;
  display: inline-block;
  margin-bottom: 0;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  border: none;
  text-shadow: none;
  white-space: normal;
  transition: background-color linear .15s, border-color linear .15s, color linear .15s, box-shadow linear .15s, -webkit-box-shadow linear .15s;
  user-select: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  font-size: 14px;
  line-height: 22px;
  border-radius: 5px;
  min-height: 50px;
  margin:15px auto;
  text-align:center;
  padding: 16px 19px 12px;
}

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  border-color: #00a0df;
  background-color: #00a0df;
}


.hs-search-field__bar form {
  float: none;
  padding: 26px 30px;
  border: 1px solid #e3e3e3;
  border-left: 0;
  border-right: 0;
}

.hs-form-field:focus-within {
  border-left: 0px solid #ffffff;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: top .2s ease-out;
  transition: top .2s ease-out;
  line-height: 1.2;
  display: block;
  z-index: 9;
}
.lp-header .site-branding {
  margin-top: 44px;
  margin-bottom: 42px;
}
.header-hide .upper-header-elements {
  -webkit-transition: margin-top .2s, opacity .2s, visibility 0s .2s;
  transition: margin-top .2s, opacity .2s, visibility 0s .2s;
  opacity: 0;
  margin-top: 0;
}
.header-hide nav.header-navigation {
  margin-top: -26px;
}
.header-hide nav.header-navigation .hs-menu-wrapper>ul>li>a {
  padding: 29px 16px 27px;
}

form.search-form.active label input {  
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; 
  opacity: 1;
}
form.search-form label:after {
  content: ''; 
  display: block;
  width: 0;
  -webkit-transition: width .2s ease-out;         
  transition: width .2s ease-out;
}
.header-search form.search-form.active label:after {
  width: 100px;
}
form.search-form label span.label:hover {
  color: #00A0DF;
}

.custom-header{
  min-height: 130px;
}
.header-inner {
  position: relative;
  background-color: #FFFFFF;
  border-top: 4px solid #FFFFFF;
  -webkit-box-shadow: 0 1px 3px rgb(51 51 51 / 10%);
  box-shadow: 0 1px 3px rgb(51 51 51 / 10%);
}
.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-branding {
  margin-top: 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  -ms-flex-item-align: center;
  align-self: center;
}
.site-logo {
  width: 290px;
}
.site-logo img.hs-image-widget {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
nav.header-top-links .hs-menu-wrapper>ul>li:hover:after {
  content: "";
  position: absolute;
  display: block;
  padding: 15px 40px;
  top: 50%;
  left: 0;
  right: 0;
}
button.mobile-menu-toggle {
  color: #006FA1 !important;
  background-color: transparent !important;
  font-weight: 700;
  float: right;
  margin-right: -15px;
  border: none;
  font-size: 18px;
  line-height: 22px;
  border-radius: 5px;
  min-height: 50px;
  padding: 16px 15px 12px 15px;
  margin-bottom: 0;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  transition: background-color linear .15s, border-color linear .15s, color linear .15s, box-shadow linear .15s, -webkit-box-shadow linear .15s !important;
  width: auto;
  cursor: pointer;
  display: none;
}
.upper-header-elements {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: margin-top .2s, opacity .2s, visibility 0s;
  transition: margin-top .2s, opacity .2s, visibility 0s;
}
.header-search form.search-form {
  font-size: 15px;
  margin-top: 4px;
  margin-bottom: 0;
  display: block;
  box-shadow: none;
  overflow: hidden;
}
form.search-form label {
  padding-left: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #414042;
  font-weight: inherit;
  cursor: pointer;
  -webkit-transition: color .15s;
  transition: color .15s;
  vertical-align: middle;
  margin: 0;
  max-width: 100%;
  line-height: 1.2;
  font-size: 15px;
}
form.search-form label:before {
  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;
  font-family: FontAwesome;
  content: "";
  position: absolute;
  left: 0;
}
form.search-form label span.label {
  -webkit-transition: opacity .2s, visibility 0s;
  transition: opacity .2s, visibility 0s;
  position: relative;
  z-index: 1;
  display: block;
  color: #414042;
  font-weight: inherit;
}
form.search-form label input {
  font-size: 15px;
  top: -1px;
  left: 19px;
  position: absolute;
  opacity: 0;
  height: auto;
  border: none;
  background-color: transparent;
  right: 0;
  -webkit-transition: opacity .2s, visibility 0s .2s;
  transition: opacity .2s, visibility 0s .2s;
  line-height: 19px;
  border-radius: 0;
  display: block;
  width: 100%;
  font-weight: 400;
  background-image: none;
  color: #414042 !important;
  padding: 0;
}
nav.header-top-links .hs-menu-wrapper>ul>li>ul>li>a sup.reg {
  font-size: .65em;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner form.search-form span.submit-wrap button:hover {
  color: #00A0DF !important;
}
.header-search form.search-form span.submit-wrap {
  display: none;
  width: 1%;
}
form.search-form label:hover:before {
  color: #00A0DF;
}
nav.header-top-links {
  display: block;
}
nav.header-top-links .hs-menu-wrapper>ul {
  margin-right: -12px;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
nav.header-top-links .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
nav.header-top-links .hs-menu-wrapper>ul>li>a {
  font-size: 15px;
  padding: 4px 12px;
  display: block;
  color: #414042;
}
nav.header-top-links .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  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;
  font-family: FontAwesome;
  content: "";
  margin-left: 0.4em;
}
nav.header-top-links .hs-menu-wrapper>ul>li>ul {
  right: -1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s linear, visibility 0s linear .15s, transform .15s ease-out, -webkit-transform .15s ease-out;
  position: absolute;
  z-index: 95;
  top: 100%;
  width: 180px;
  font-size: 14px;
  margin-top: 8px;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
  background-color: #414042;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgb(51 51 51 / 40%);
  box-shadow: 0 1px 4px rgb(51 51 51 / 40%);
}
form.search-form label input::-webkit-input-placeholder {
  color: #aaa !important;
}
form.search-form.active span.label {
  opacity: 0;
  visibility: hidden;
}
nav.header-top-links .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
nav.header-top-links .hs-menu-wrapper>ul>li>ul>li:last-child {
  padding-bottom: 10px;
}

nav.header-top-links .hs-menu-wrapper>ul>li>ul>li:first-child {
  padding-top: 10px;
}
.nav.header-top-links .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
}

nav.header-top-links .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 4px 15px;
  color: #E3E3E3;
  display: block;
}
nav.header-top-links .hs-menu-wrapper>ul>li>ul:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  top: -8px;
  border: 8px solid transparent;
  border-top: none;
  border-bottom-color: #414042;
}
nav.header-top-links .hs-menu-wrapper>ul>li:first-child>a:before {
  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;
  font-family: FontAwesome;
  content: "";
  margin-right: 0.4em;
}
nav.header-navigation {
  margin-top: 18px;
  display: block;
  -webkit-transition: margin-top .2s;
  transition: margin-top .2s;
}
nav.header-navigation .hs-menu-wrapper>ul {
  margin-right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.header-navigation .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}
nav.header-navigation .hs-menu-wrapper>ul>li>a {
  padding: 20px 16px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: color .15s, padding .2s;
  transition: color .15s, padding .2s;
  color: #006FA1;
}
nav.header-navigation .hs-menu-wrapper>ul>li>a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  border: 8px solid transparent;
  border-top: none;
  border-bottom-color: #006FA1;
  opacity: 0;
  -webkit-transition: opacity .15s, border-bottom-color .15s;
  transition: opacity .15s, border-bottom-color .15s;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul {
  height: 300px;
  min-height: 300px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .15s .0s, visibility 0s .15s, height .2s ease-out;
  transition: opacity .15s .0s, visibility 0s .15s, height .2s ease-out;
  border-top: 4px solid #006FA1;
  background-color: #F5F5F5;
}
nav.header-navigation .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 91;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
  width: 100%;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 50%;
  height: 100%;
} 
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  width: 100%;
  flex: 1 1 auto;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul {
  padding: 30px 40px;
  font-size: 22px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  font-weight: 700;
  line-height: 1.2;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul>li {
  margin-bottom: 12px;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul>li>a {
  display: inline;
  color: #414042;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul>li>ul {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  width: 50%;
  transition: opacity .2s .2s,transform .2s .2s,-webkit-transform .2s .2s;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul>li.child-open>ul {
  opacity: 1;
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul>li:first-child>a:hover {
  color: #ae132a;
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul>li.educational-assessment>a:hover {
  color: #7ac03d;
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul>li.analytics-and-early-warning>a:hover {
  color: #f47b20;
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul>li.surveys>a:hover {
  color: #febc11;
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul>li.hardware-support-services>a:hover {
  color: #7ac03d;
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul>li.managed-it-services>a:hover {
  color: #febc11;
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul>li.managed-print-services>a:hover {
  color: #ae132a;
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul>li:last-child>a:hover {
  color: #00a0df;
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul>li:first-child>a:hover {
  color: #00b1ac;
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul>li:nth-child(2)>a:hover {
  color: #7ac03d;
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul>li:nth-child(3)>a:hover {
  color: #00a0df;
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul>li:last-child>a:hover {
  color: #febc11;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.brochures>a:hover {
  color: #00b1ac;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.case-studies>a:hover {
  color: #ae132a;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.webinars>a:hover {
  color: #8c8d8e;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.news>a:hover {
  color: #febc11;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.videos>a:hover {
  color: #4d407e;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.training>a:hover {
  color: #7ac03d;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.ebooks>a:hover {
  color: #00a0df;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.blog>a:hover {
  color: #f47b20;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul>li>ul>.transform>li:last-child {
  max-width: 700px;
  color: #fff;
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul>li>ul>.transform>li>a {
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
nav.header-navigation .hs-menu-wrapper>ul>li:last-child>ul>li>ul>li>ul>li>ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child {
  -webkit-box-flex: 0;
  border-top: 1px solid #e3e3e3;
  background-color: #fff;
  height: 60px;
  bottom: 0;
  margin-bottom: -23px;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner {
  padding: 10px 40px;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner form.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 5px;
  box-shadow: none;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner form.search-form label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  margin: 0;
  max-width: 100%;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner form.search-form label span.label {
  margin-right: 24px;
  white-space: nowrap;
  color: #414042;
  font-size: 14px;
  margin-top: 8px;
  display: block;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner form.search-form label:before {
  display: none;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner form.search-form label input::-webkit-input-placeholder {
  color: #aaa;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner form.search-form label input {
  font-size: 16px;
  line-height: 19px;
  border-radius: 0;
  border-width: 1px;
  height: 30px;
  padding: 5px 0 4px 0;
  border: 0;
  background-color: transparent;
  display: block;
  width: 100%;
  font-weight: 400;
  background-image: none;
  transition: background-color linear .15s,border-color linear .15s,box-shadow linear .15s,-webkit-box-shadow linear .15s;
  color: #414042;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner form.search-form span.submit-wrap {
  display: block;
  margin-left: 10px;
  width: auto;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner form.search-form span.submit-wrap button {
  padding: 0;
  background-color: transparent;
  min-height: 0;
  color: #414042 !important;
  overflow: hidden;
  text-indent: -10000px;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: -1px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 5px;
  display: inline-block;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background-color linear .15s, border-color linear .15s, color linear .15s, box-shadow linear .15s, -webkit-box-shadow linear .15s;
  margin: 0 0 0 -1px!important;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner form.search-form span.submit-wrap button:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  text-indent: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child {
  position: absolute;
  right: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #E3E3E3;
  overflow: hidden;
  display: block;
  width: 50%;
}
.preview.root.has-content .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.preview.root.has-content .bg:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #006FA1;
  opacity: .85;
}
.preview.root.has-content .inner {
  width: 100%;
  max-width: 700px;
  color: #fff;
  position: relative;
}
.preview.root.has-content .inner h3 {
  color: inherit;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
} 
.preview.root.has-content .inner .preview-excerpt {
  font-size: 20px;
  line-height: 1.5;
}
.preview.root.has-content .inner .preview-excerpt p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: inherit;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child .preview.root.has-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
  transition: opacity .2s .2s, transform .2s .2s, -webkit-transform .2s .2s;
}
nav.header-navigation .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:before {
  opacity: 1;
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li:first-child .preview.root.has-content .bg{
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/GettyImages.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li:first-child .preview.root.has-content .bg{
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/GettyImages-490774222-800x554.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li:first-child .preview.root.has-content .bg{ 
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Test-form-800x531.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li:first-child .preview.root.has-content .bg{
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Laptop-and-Phone-800x533.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul.remove-bg>li:first-child .preview.root.has-content {
  opacity: 0;
  visibility: hidden;
}

nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul>li>ul>.transform>li .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul>li .bg:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .85;
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.3)), to(rgba(51, 51, 51, 0)));
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 0) 100%);
}
nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul>li.child-open>ul>.transform {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; 
}
.transform {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: opacity .2s .2s,transform .2s .2s,-webkit-transform .2s .2s;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul li:first-child .bg {  
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/CL-Hero-800x294.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul li.educational-assessment .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/javier-quesada-222120-unsplash-800x533.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul li.analytics-and-early-warning .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/chart-close-up-data-590022-1-800x576.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul li.surveys .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/GettyImages-654381814-800x567.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul li.hardware-support-services .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/GettyImages-900493258-800x533.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul li.managed-it-services .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/GettyImages-918951042-800x582.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul li.managed-print-services .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/buttons-close-up-depth-of-field-193057-800x532.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul li:last-child .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/david-von-diemar-706916-unsplash-800x1200.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul li:first-child .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/OpScan4ES_clip-800x523.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul li:nth-child(2) .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Test-form-800x531.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul li.pre-packaged-and-customized-data-capture-forms .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Form-Fan-800x450.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul li:last-child .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/GettyImages-1163992402-800x533.jpg);  
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul li.brochures .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Laptop-and-Phone-800x533.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul li.case-studies .bg {  
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Laptop-and-Phone-800x533.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul li.webinars .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Laptop-and-Phone-800x533.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul li.news .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/GettyImages-505756788-800x534.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul li.videos .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Laptop-and-Phone-800x533.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul li.training .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Laptop-and-Phone-800x533.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.ebooks>ul li:first-child .bg{
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Laptop-and-Phone-800x533.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul li.blog .bg {
  background-image: url(https://47008204.fs1.hubspotusercontent-na1.net/hubfs/47008204/raw_assets/public/Scantron_November2021/images/Laptop-and-Phone-800x533.jpg);
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.brochures .bg:before {
  background-color: #00b1ac;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.case-studies .bg:before {
  background-color: #ae132a;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.webinars .bg:before {
  background-color: #8c8d8e;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.news .bg:before {
  background-color: #febc11;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.videos .bg:before {
  background-color: #4d407e;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.training .bg:before {
  background-color: #7ac03d;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.ebooks>ul li:first-child .bg:before {
  background-color: #00a0df;
}
nav.header-navigation .hs-menu-wrapper>ul>li.resources>ul>li>ul>li>ul>li>ul>li.blog .bg:before {
  background-color: #f47b20;
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul>li:first-child .bg:before {
  background-color: #00b1ac;
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul>li:nth-child(2) .bg:before {
  background-color: #7ac03d;
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul>li.pre-packaged-and-customized-data-capture-forms .bg:before {
  background-color: #00a0df;
}
nav.header-navigation .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>ul>li>ul>li:last-child .bg:before {
  background-color: #febc11;
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul>li:first-child .bg:before {
  background-color: #ae132a;
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul>li.educational-assessment .bg:before {
  background-color: #7ac03d;
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul>li.analytics-and-early-warning .bg:before {
  background-color: #f47b20;
}
nav.header-navigation .hs-menu-wrapper>ul>li.assessment-solutions>ul>li>ul>li>ul>li>ul>li.surveys .bg:before {
  background-color: #febc11;
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul>li.hardware-support-services .bg:before {
  background-color: #7ac03d;
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul>li.managed-it-services .bg:before {
  background-color: #febc11;
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul>li.managed-print-services .bg:before {
  background-color: #ae132a;
}
nav.header-navigation .hs-menu-wrapper>ul>li.technology-solutions>ul>li>ul>li>ul>li>ul>li:last-child .bg:before {
  background-color: #00a0df;
}




@media (max-width: 1350px){
  nav.header-navigation .hs-menu-wrapper>ul>li>a {
    padding: 20px 14px;
    font-size: 17px;
  }
  nav.header-navigation .hs-menu-wrapper>ul {
    margin-right: -14px;
  }
  .lp-header .site-branding {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .custom-header {
    min-height: 126.39px;
  }
  .header-hide nav.header-navigation .hs-menu-wrapper>ul>li>a {
    padding: 31px 14px 29px;
  }
}




@media (max-width: 1200px){
  nav.header-navigation .hs-menu-wrapper>ul>li>a {
    padding: 14px 12px;
    font-size: 15px;
  }
  .header-hide nav.header-navigation .hs-menu-wrapper>ul>li>a {
    padding: 17px 12px 15px;
  }
  .upper-header-elements {
    margin-top: 10px;
  }
  .lp-header .site-branding {
    margin-top: 29px;
    margin-bottom: 26px;
  }
  .custom-header {
    min-height: 86px;
  }
  nav.header-navigation {
    margin-top: 0;
  }
  nav.header-navigation .hs-menu-wrapper>ul {
    margin-right: -12px;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul {
    font-size: 18px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 30px 30px;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner {
    padding: 10px 30px;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child {
    margin-bottom: -41px;
  }
  .site-logo {
    width: 193.33333px;
  }
}


@media (max-width: 992px){
  .site-logo {
    width: 145px;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li>a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .lp-header .site-branding {
    margin-top: 24px;
    margin-bottom: 22px;
  }
  .header-hide nav.header-navigation .hs-menu-wrapper>ul>li>a {
    padding: 19px 8px 17px;
  }
  .header-hide nav.header-navigation {
    margin-top: -22px;
  }
  form.search-form label {
    font-size: 12px;
    padding-left: 16px;
  }
  nav.header-top-links .hs-menu-wrapper>ul {
    margin-right: -8px;
    margin-left: 8px;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>a {
    padding: 10px 8px;
    font-weight: 700;
    font-size: 12px;
  }
  nav.header-navigation .hs-menu-wrapper>ul {
    margin-right: -8px;
  } 
  .custom-header {
    min-height: 70.78px;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul>li.child-open>ul {
    opacity: 0;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>ul {
    padding: 30px 20px;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul {
    padding: 0;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child {
    display: none;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>ul {
    height: 260px;
    min-height: 260px;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child>.inner {
    padding: 10px 20px;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li>ul {
    right: -6px;
  }
  nav.header-navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:last-child {
    margin-bottom: 0;
  }
}



@media (min-width: 768px){
  .mobile-menu {
    display: none;
  }
}



@media (max-width: 767px){
  .upper-header-elements {
    display: none;
  }
  nav.header-navigation {
    display: none;
  }
  .lp-header .site-branding {
    margin-top: 16px;
    margin-bottom: 14px;
  }
  button.mobile-menu-toggle:before {
    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;
    font-family: FontAwesome;
    content: "";
    margin-right: 2px;
  }
  button.mobile-menu-toggle {
    display: block;
    margin-top: 0 !important;
  }
  .custom-header {
    min-height: 54px;
  }
  .mobile-menu {
    transition: transform 0.2s ease-out, visibility 0s linear 0.2s, -webkit-transform 0.2s ease-out;
    background-color: #333333;
    color: #fff;
    position: fixed;
    width: 250px;
    top: 0;
    left: 100%;
    bottom: 0;
    overflow: hidden;
    visibility: hidden;
    line-height: 1.2;
  }
  .mobile-open .mobile-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
  .mobile-open .body-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
  .body-wrapper {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .mobile-menu-inner {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 250px;
    -webkit-transform: translate3d(-125px, 0, 0);
    transform: translate3d(-125px, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .mobile-open .mobile-menu-inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile-search form.search-form {
    background-color: #444;
    border-top: 4px solid #111;
    -webkit-box-shadow: 0 0px 4px rgb(0 0 0 / 40%);
    box-shadow: 0 0px 4px rgb(0 0 0 / 40%);
    margin: 0;
    display: block;
    max-width: 300px;
  }
  .mobile-search form.search-form label {
    display: block;
    position: relative;
    vertical-align: middle;
    margin: 0;
    font-weight: 700;
    padding: 0;
    line-height: 1.2;
    max-width: 100%;
  }
  .mobile-search form.search-form label:before {
    text-rendering: auto;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    content: "";
    font-size: 18px;
    line-height: 1;
    color: #fff;
    display: block;
    position: absolute;
    left: 15px;
    top: 14px;
  }
  .mobile-search form.search-form label span.label {
    display: none;
  }
  .mobile-search form.search-form label input {
    font-size: 16px;
    line-height: 19px;
    border-radius: 0;
    border-width: 0;
    height: 50px;
    padding: 16px 14px 15px;
    color: #fff !important;
    background-color: transparent;
    border-color: #E3E3E3;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 40px;
    display: block;
    width: 100%;
    font-weight: 400;
    background-image: none;
    border-style: solid;
    font-family: inherit;
    position: relative;
    left: 0;
    right: 0;
    opacity: 1;
  }
  .mobile-search form.search-form span.submit-wrap {
    display: none;
  }
  .mobile-scroll-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .scroll-contents-inner {
    padding: 10px 0;
  }
  nav.mobile-navigation {
    border-top: 1px solid #3e3e3e;
    padding-top: 6px;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 10px;
    display: block;
  }
  nav.mobile-links {
    border-top: 1px solid #3e3e3e;
    padding-top: 14px;
    padding-bottom: 6px;
    display: block;
  }
  .mobile-menu-container {
    font-size: 18px;
    font-weight: 700;
  }
  .mobile-menu-container .hs-menu-wrapper>ul {
    list-style: none;
    padding-left: 0;
    font-style: inherit;
    color: inherit;
    margin: 0;
  }
  .mobile-menu-container .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .mobile-menu-container .hs-menu-wrapper>ul>li>a {
    position: relative;
    color: #fff;
    display: block;
    padding: 6px 25px 6px 15px;
    line-height: 21.6px;
  }
  .mobile-menu-container .hs-menu-wrapper>ul>li>ul {
    padding-bottom: 10px;
    display: none;
  }
  .mobile-menu-container .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
  }
  .mobile-menu-container .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 4px 15px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
  .mobile-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    line-height: 1;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.6em;
    width: 0.7em;
    text-align: center;
    color: #fff;
  }
  nav.header-top-links .hs-menu-wrapper>ul {
    display: block;
    margin: 0;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li {
    position: relative;
    display: block;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: 4px 15px;
    color: #fff !important;
    font-size: 14px;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li:first-child>a:before {
    display: none;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li>ul {
    display: block;
    visibility: visible;
    opacity: 1;
    position: relative;
    right: 0;
    width: 100%;
    margin: 0;
    transform: unset;
    background: transparent !important;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li>ul:before {
    display: none;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li>ul>li:first-child {
    padding-top: 0;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li>ul>li>a {
    color: #aaa !important;
    display: block;
    padding: 3px 15px;
    font-size: 13px;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li>ul>li:last-child {
    padding-bottom: 0;
  }
  nav.header-top-links .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: none;
  } 
  .mobile-menu-container .hs-menu-wrapper>ul>li.hs-item-has-children.mobile-child-open>a:after {
    content: "";
  }
  .mobile-search form.search-form label input::-webkit-input-placeholder {
    color: #888;
  }
}
.footer {
  background-color: #F5F5F5;
  line-height: 1.2;
  position: relative;
  display: block;
}
.lp-footer .top-footer>.footer__container>.inner {
  justify-content: flex-end;
}
.footer:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 14px;
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 100%);
  background-repeat: repeat-x;
}
.footer-legal-navigation ul li {
  display: inline;
}
.top-footer {
  background-color: #fff;
}

.top-footer .footer__container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bottom-footer .footer__container {
  padding-top: 26px;
  padding-bottom: 26px;
}

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

.footer-navigation {
  margin-bottom: 30px;
}

.footer-menu .hs-menu-wrapper>ul,
.footer-menu .hs-menu-wrapper>ul>li>ul{
  list-style: none;
  padding-left: 0;
  font-style: inherit;
  color: inherit;
  margin: 0;
}

.footer-menu .hs-menu-wrapper>ul > li {
  margin-bottom: 0;
  position: relative;
}

.footer-menu .hs-menu-wrapper>ul > li >a {
  color: #414042;
  font-size: 18px;
  font-weight: 700;
  display:block;
}

.footer-menu .hs-menu-wrapper>ul > li >a:hover {
  color: #00A0DF;
}

.footer-menu .hs-menu-wrapper>ul>li>ul{
  margin-top: 12px;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li:first-child{
  margin-top:0;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li {
  margin-top: 12px;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li>a{
  font-size: 16px;
  font-weight: 400;
  color: #414042;
  display:block;
}

.footer-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #00A0DF;
}

span.contact-head {
  margin-bottom: 30px;
  font-size: 18px;
  display:block;
  font-weight: 700;
}

span.contact-head a {
  color: #006fa1;
}

span.contact-head a:hover{
  color: #003a55;
}

.footer-contact-info {
  margin-bottom: 15px;
}

.footer-contact-info ul {
  list-style: none;
  padding-left: 0;
  font-style: inherit;
  margin: 0;
  color: #414042;
  font-size: 14px;
}

.footer-contact-info li span.label {
  font-size: 12px;
  color: #8C8D8E;
  font-weight: 400;
  margin-bottom: 2px;
}

.footer-contact-info li span.value {
  font-size: 18px;
}

.footer-contact-info li span.alt-value:before {
  content: '(';
}

.footer-contact-info li span.alt-value:after {
  content: ')';
}

.footer-contact-info li + li {
  margin-top: 12px;
}
.footer-contact-info ul > li {
  margin-bottom: 0;
  position:relative;
}

.footer-contact-info li a {
  font-weight: 400;
}

.footer-contact-info li a:hover {
  color: #006FA1;
}

.footer-contact-info li span {
  display: block;
}

.footer .language-switcher {
  margin-bottom: 30px;
  position: relative;
}

.language-switcher button.menu-toggle {
  min-height: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #333333 !important;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  display: inline-block;
  margin-bottom: 0;
  font-family: "Gotham Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: background-color linear .15s, border-color linear .15s, color linear .15s, box-shadow linear .15s, -webkit-box-shadow linear .15s !important;
  user-select: none;
  text-decoration: none !important;
  box-shadow: none;
  width: auto;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
}

.language-switcher button.menu-toggle:after {
  display: none;
  margin-right: 0;
  margin-left: 0.4em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  content: "";
}

.language-switcher.active button.menu-toggle:after {
  content: "";
}

.language-switcher select {
  display: none;
}

.language-switcher .menu-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .15s linear, visibility 0s linear .15s, -webkit-transform .15s ease-out;
  transition: opacity .15s linear, visibility 0s linear .15s, -webkit-transform .15s ease-out;
  transition: opacity .15s linear, visibility 0s linear .15s, transform .15s ease-out;
  transition: opacity .15s linear, visibility 0s linear .15s, transform .15s ease-out, -webkit-transform .15s ease-out;
  position: absolute;
  z-index: 95;
  left: -13px;
  top: 100%;
  width: 180px;
  font-size: 14px;
  font-size: 14px;
  padding-top: 8px;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
  text-align: left;
}

.language-switcher.active .menu-container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.language-switcher .menu-container:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 10px;
  top: 0;
  border: 8px solid transparent;
  border-top: none;
  border-bottom-color: #414042;
}

.language-switcher .menu-container > .inner {
  background-color: #414042;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgb(51 51 51 / 40%);
  box-shadow: 0 1px 4px rgb(51 51 51 / 40%);
  max-height: 150px;
  overflow: auto;
}

.language-switcher .menu {
  list-style: none;
  padding-left: 0;
  font-style: inherit;
  color: inherit;
  margin: 0;
  padding: 10px 0;
}

.language-switcher .menu > li {
  margin-bottom: 0;
  position: relative;
}

.language-switcher .menu a {
  display: block;
  padding: 4px 15px;
  color: #E3E3E3;
}

.footer .top-anchor {
  font-size: 18px;
  font-weight: 700;
}

.footer .top-anchor:after {
  display: none;
  margin-right: 0;
  margin-left: 0.4em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  content: "";
}

.footer .top-anchor:before{
  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;
  font-family: FontAwesome;
  content: "";
  margin-right: 0.4em;
}

.language-switcher select {
  display: none;
}
.footer-mid-connect {
  margin-top: 30px;
}

.footer-social-links {
  margin-bottom: 40px;
}

.footer-social-links h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-social-links .social-media-profile-links {
  list-style: none;
  padding-left: 0;
  font-style: inherit;
  color: inherit;
  margin: 0 -5px -10px;
  display: flex;
  flex-wrap: wrap;
}

.footer-social-links .social-media-profile-links li {
  margin: 0 5px 10px;
}

.footer-social-links .social-media-profile-links a .label {
  display: none;
}

.footer-social-links .social-media-profile-links li.twitter a {
  border-color: #00A0DF;
  color: #00A0DF;
}

.footer-social-links .social-media-profile-links a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #414042;
  color: #414042;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer-social-links .social-media-profile-links a:hover:before {
  opacity: .2;
}

.footer-social-links .social-media-profile-links li.twitter a:before {
  background-color: #00A0DF;
}

.footer-social-links .social-media-profile-links a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #414042;
  opacity: 0;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.footer-social-links .social-media-profile-links a:after {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FontAwesome;
  display: block;
  line-height: 1;
  font-size: 18px;
  position: relative;
}

.footer-social-links .social-media-profile-links li.facebook a {
  border-color: #006FA1;
  color: #006FA1;
}

.footer-social-links .social-media-profile-links li.twitter a:after {
  content: "";
}

.footer-social-links .social-media-profile-links li.facebook a:before {
  background-color: #006FA1;
}

.footer-social-links .social-media-profile-links li.facebook a:after {
  content: "";
}

.footer-social-links .social-media-profile-links li.linkedin a {
  border-color: #F47B20;
  color: #F47B20;
}

.footer-social-links .social-media-profile-links li.linkedin a:before {
  background-color: #F47B20;
}

.footer-social-links .social-media-profile-links li.linkedin a:after {
  content: "";
}

.footer-legal-navigation {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-legal-navigation ul {
  list-style: none;
  padding-left: 0;
  font-style: inherit;
  color: inherit;
  margin: 0;
}

.footer-legal-navigation ul > li {
  margin-bottom: 0;
  position:relative;
  display: inline;
}

.footer-legal-navigation a {
  color: inherit;
}

.footer-legal-navigation li + li:before {
  content: '|';
  margin-left: 0.2em;
  margin-right: 0.2em;
  display: inline;
  position: static;
  height: auto;
  border-left: none;
}

.site-legal p {
  font-size: 14px;
  margin-bottom: 0;
}

.site-credit {
  font-size: 14px;
  margin-bottom: 0;
}

.site-credit a {
  color: inherit;
}

.language-switcher button.menu-toggle:before{
  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;
  font-family: FontAwesome;
  content: "";
  margin-right: 0.4em;
}

@media (min-width: 1200px){
  .footer-navigation,
  .conatct-us {
    flex: 0 0 16.66667%!important;
  }
}

@media (min-width: 992px){
  .top-footer > .footer__container > .inner {
    flex-wrap: nowrap;
  }
  .footer-mid-connect {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0!important;
  }
  #site-credit {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 100%;
    flex: 2 1 100%;
  }
  .footer-navigation {
    flex: 0 0 25%;
  }
  .conatct-us {
    flex: 0 0 25%;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .footer-legal-navigation {
    flex: 1 1 100%;
  }
  .site-legal {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 100%;
    flex: 2 1 100%;
  }
  .site-credit {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 100%;
    flex: 2 1 100%;
  }
}

@media (max-width:991px) and (min-width: 768px){
  .footer-navigation,
  .conatct-us {
    flex: 1 1 auto;
  }
  .footer-mid-connect {
    flex: 1 1 100%;
  }



}

@media (min-width: 768px){
  .top-footer > .footer__container > .inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  #site-credit {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }
  .footer-navigation {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .conatct-us {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
    position: relative;
  }
  span.contact-head {
    text-align: right;
    margin-bottom: 40px;
  }
  .footer-contact-info {
    text-align: right;
    margin-bottom: 0;
  }

  .footer .language-switcher {
    margin-bottom: 0;
    text-align: right;
    position: absolute;
    right: 180px;
    bottom: 2px;
  }
  .footer .language-switcher button.menu-toggle:after {
    display: inline;
  }
  .language-switcher .menu-container {
    left: auto;
    right: -13px;
  }
  .language-switcher .menu-container:before {
    left: auto;
    right: 10px;
  }

  .footer .top-anchor {
    position: absolute;
    right: 15px;
    bottom: 0;
    text-align: right;
  }
  .footer .top-anchor:after {
    display: inline;
  }
  .footer-mid-connect {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
  }
  .footer > .bottom-footer .footer__container > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-legal-navigation {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    text-align: center;
  }
  .site-legal {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .site-credit {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }
  .footer .top-anchor:before,
  .language-switcher button.menu-toggle:before{
    display:none;
  }
}
/* Menu and simple menu */
.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
flex-direction: column;
}
@media (max-width: 767px) {
.hs-menu-wrapper.hs-menu-flow-horizontal ul {
flex-direction: column;
}
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
flex-direction: column;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
display: inline-flex;
}
@media (max-width: 767px) {
.hs-menu-wrapper.hs-menu-flow-vertical ul {
display: flex;
}
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
position: relative;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
left: -9999px;
opacity: 0;
position: absolute;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
display: block;
white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
left: 0;
opacity: 1;
top: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
left: 100%;
opacity: 1;
top: 0;
}
@media (max-width: 767px) {
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
left: 0;
opacity: 1;
position: relative;
top: auto;
}
} */