*, *: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;
}

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

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

.dnd-section .dnd-column {

}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: FontAwesome;
  src: url("https://2491413.fs1.hubspotusercontent-na1.net/hubfs/2491413/raw_assets/public/PublicSafetyGroupLearning_April2023/fonts/FontAwesome.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    }

body {
  line-height: 1.3;
  background-color: #f1f2f6;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover{
  text-decoration:underline;
}
/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
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 */

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

/* Labels */

form label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.35rem;
}

/* 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 {
  max-width: 100%;
  width: 100%;
  color: #636466;
  border: 1px solid;
  font-size: 18px;
  padding: 18px 0px 18px 16px;
  background-color: #fff;
  display:inline-block;
  margin-bottom: 18px;
  cursor: pointer;
  border-radius: 4px;
}
form fieldset {
  max-width: 100% !important;
}

form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus{
  outline:none;
}
/* 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;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
/* 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;
}

/* Validation */

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

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

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

/* Submit button */

.button, .error-page .button, a button, form .hs-button, form input[type=submit] {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  max-width: 462px;
  border-style:solid;
  font-size: 14px;
  margin-bottom: 18px;
  cursor: pointer;
  display: inline-block;
  margin: 20px 0;
  white-space: normal;
  cursor: pointer;
}
.button:active, .button:focus, .button:hover, .error-page .button:hover, button:active, button:focus, button:hover, form .hs-button:active, form .hs-button:focus, form .hs-button:hover, form input[type=submit]:active, form input[type=submit]:focus, form input[type=submit]:hover {
  text-decoration: none;
}
.hs-error-msg ,label.hs-error-msg,label.hs-main-font-element,ul.no-list.hs-error-msgs li label{
  color:#c87872 !important;
  font-size: 13px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: 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;
}
.top-header {
  background-color: #fff;
}
.header-top-container.page-center {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align:right;
}
.header-top-container.page-center .hs-menu-wrapper>ul>li {
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.header-top-container.page-center .hs-menu-wrapper>ul>li>a {
  color: #004B91;
  font-size: 1em;
  text-transform: uppercase;
}
.header-top-container.page-center .hs-menu-wrapper>ul>li:first-child>a:before {
  font-family: FontAwesome;
  content: "\f007";
  padding-right: 4px;
  .
}
.header-top-container.page-center .hs-menu-wrapper>ul>li:last-child>a:before {
  content: "\f07a";
  padding-right: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
.header-top-container.page-center .hs-menu-wrapper>ul>li:last-child{
  margin:0;
}
.header-top-container.page-center .hs-menu-wrapper>ul>li>a:hover{
  text-decoration:none;
}

.header-form form input {
  border: none;
  margin:0;
}

.header-form form input {

  background-color: #f7f7f7;
  background-image: url("https://2491413.fs1.hubspotusercontent-na1.net/hubfs/2491413/raw_assets/public/PublicSafetyGroupLearning_April2023/images/mag-glass-red.png");
    background-repeat: no-repeat;
    background-size: 6%;
    background-position: 11px;
    padding: 13px 16px 12px 55px;
    border: 1px solid #f7f7f7;
    box-shadow: none;
    line-height: 1.3333333;
    color: #555;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 14px;
    width:100%;
    border:none;

    }
.header-form form input:focus {
  outline: none;
}
.header-form {
  padding-top: 2em;
  padding-bottom: 2em;
}
.header-toggle {
  float: right;
  position: relative;
  width: 30px;
  height: 33px;
  line-height: 100px;
  margin-top: 2.5em;
  display: none;
}
span.button-bar {
  border-radius: 3px;
  background-color: #d71920;
  height: 5px;
  margin: 5px 0;
  display: block;
}
.header-logo {
  float: left;
  margin: 8px 2em 18px 6px;
}
.header-logo img {
  width: 141px !important;
}
.bottom-header {
  background-color: #fff;
  width: 100%;
  position: relative;
}
.header-form {
  width: 33.33333333%;
  float: right;
}
.header-menu {
  width: 50%;
  float: left;
  margin-top: 15px;
}
.header-menu .hs-menu-wrapper>ul>li>a {
  font-size: 18px;
  color: #014a91;
  padding: 10px 0.5em;
  position: relative;
  display: block;
  line-height: 22px;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 21px;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
}
.header-menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  position: relative;
}
.header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: currentColor;
  padding-left: 13px;
  font-size: 18px;
}
.header-menu .hs-menu-wrapper>ul>li:hover>a,
.header-menu .hs-menu-wrapper>ul>li>ul>li:hover>a{
  text-decoration: none;
}
.header-menu .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  width: 200px;
  left: 0;
  top: 100%;
  border-top: 5px solid #d71920;
  background-color: #333;
  padding-bottom: 40px;
  z-index: 1000;
}
.header-menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;
  padding: 10px;
  display: block;
}
.header-menu .hs-menu-wrapper>ul>li>ul>li{
  position:relative;
}
.header-menu .hs-menu-wrapper>ul>li>ul>li>ul {
  position: absolute;
  z-index: 1000;
  left: 100%;
  width: 200px;
  border-top: 5px solid #d71920;
  background-color: #333;
  top:0;
  padding-bottom: 40px;
}
.header-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  padding: 8px 20px 8px 20px;
  color: #fff;
  font-weight: 700;
  display: block;
}
.header-menu .hs-menu-wrapper>ul>li:hover>ul,
.header-menu .hs-menu-wrapper>ul>li>ul>li:hover>ul {
  display: block;
}
.header-menu .hs-menu-wrapper>ul>li>ul, 
.header-menu .hs-menu-wrapper>ul>li>ul>li>ul {
  display: none;
}
.header-menu .hs-menu-wrapper>ul>li>a {
  padding-right: 18px;
}
.header-form form input::placeholder {
  color: #333;
}
.header-mobile-menu {
  display: none;
}
.header-mobile-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
}
.header-mobile-menu .hs-menu-wrapper>ul>li{
  width: 100%;
  position: relative !important;
  display: inline-block;
}
.header-mobile-menu .hs-menu-wrapper ul li a:hover {
  text-decoration: none;
}
.header-mobile-menu .hs-menu-wrapper>ul {
  border-top: 5px solid #d71920;
}
.header-mobile-menu .hs-menu-wrapper>ul>li:first-child>a:before {
  font-family: FontAwesome;
  content: "\f007";
  margin-right: 7px;
}
.header-mobile-menu .hs-menu-wrapper>ul>li:first-child>a:before {
  font-family: FontAwesome;
  content: "\f007";
  margin-right: 7px;
  font-size: 18px;
}
.header-mobile-menu .hs-menu-wrapper>ul>li>a {
  font-size: 18px;
  line-height: 22px;
  padding: 18px 25px 16px 25px !important;
  background-color: #3d3d3d;
  color: #fff;
  position:relative;
  border-bottom: 1px solid #555555;
  display: block;
}
.header-mobile-menu .hs-menu-wrapper>ul>li>a {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 900;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}
.header-mobile-menu .hs-menu-wrapper>ul>li:nth-child(4)>a:before {
  font-family: FontAwesome;
  content: "\f07a";
  margin-right: 7px;
  font-size: 18px;
}

.header-mobile-menu .hs-menu-wrapper>ul>li:first-child>a,
.header-mobile-menu .hs-menu-wrapper>ul>li:nth-child(2)>a,
.header-mobile-menu .hs-menu-wrapper>ul>li:nth-child(3)>a,
.header-mobile-menu .hs-menu-wrapper>ul>li:nth-child(4)>a{
  line-height: 22px;
  padding: 12px 25px 10px 25px !important;
  background-color: #666;
  text-align: left;
  border-bottom: 1px solid #3d3d3d;
  display: block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
}
.header-mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
  content: "\f0d7";
  font-size: 20px;
  font-family: FontAwesome;
  color: currentColor;
  float: right;
}
.header-mobile-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:after{
  font-family: FontAwesome;
  font-size: 20px;
  content: "\f0d7";
  position: absolute;
  right: 5.5%;
}
.header-mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  padding: 8px 10px 8px 53px;
  box-sizing: border-box;
  margin-bottom: 1px;
  background-color: #666;
  color: #fff;
  font-weight: 700;
  display: block;
}
.header-mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
  border-bottom: 1px solid;
  border-color: #3d3d3d;
}
.header-mobile-menu .hs-menu-wrapper>ul>li ul {
  display: none;
}
.header-mobile-menu .hs-menu-wrapper>ul {
  background: #3d3d3d;
}
.header-mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
  background-color: #666;
  text-align: left;
  padding-top: 11px !important;
  padding-bottom: 8px !important;
  padding-left: 35px !important;
  box-sizing: border-box;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  display: block;
  position: relative;
}

.open-menu span.button-bar:first-child {
  -webkit-transform: translateY(0) rotate(-44deg);
  transform: translateY(0) rotate(-44deg);
  top: 9px;
  left: -2px;
  position: absolute;
  width: 35px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.open-menu span.button-bar:nth-child(2) {
  display: none;
}

.open-menu span.button-bar:last-child {
  -webkit-transform: translateY(0) rotate(44deg);
  transform: translateY(0) rotate(44deg);
  top: 9px;
  left: -2px;
  width: 35px;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.search-icon {
  display: none;
}
.bottom-header.lp {
  padding-top: 48px;
}
.bottom-header.lp  .header-logo {
  margin-bottom: 26px;
}
@media(max-width:1000px) and (min-width:992px){
  .header-menu .hs-menu-wrapper>ul>li>a {
    padding-right: 14px;
  }
}
@media(max-width:1199px){
  .header-form {
    width: 25%;
  }

}


@media(max-width:991px){
  .top-header {
    display: none;
  }
  .bottom-header.lp {
    padding-top: 0;
  }
  .header-menu {
    width: 100%;
  }
  .header-menu {
    display: none;
  }
  .header-toggle {
    display: block;
    cursor:pointer;
  }
  .header-form {
    width: 41.66666667%;
    padding-right: 1em;
    padding-left: 1em;
  }

}

@media(max-width:767px){
  .header-form form {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    border-top: 5px solid #d71920;
    background-color: #333;
    text-align: center;
    position: relative;
  }
  .bottom-header.lp  .header-logo {
    margin-bottom: 18px;
  }
  .header-form {
    float: none!important;
    top: 100%;
    position: absolute;
    right: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 999999;
  }
  .header-form form input {
    border-radius: 20px;
    width: 92%;
  }
  .header-logo {
    margin: 22px 2em 18px 6px;
  }
  .search-icon {
    display: block;
    position: relative;
    line-height: 100px;
    border-radius: 4px;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    width: 46px;
    padding-right: 60px;
    padding-top: 6px;
    float: right;
  }
  .search-icon a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    font-size: 30px;
    color: #d71920;
  }
  .header-form.open-mobile-form {
    display: block;
  }
  .search-icon a:hover {
    text-decoration: none;
  }

  .header-form{
    display:none;
  }
}
.cst-footer {
  width: 100%;
  padding-top: 3em;
  position: relative;
  z-index: 99;
  color: #fff;
  background-color: #636466;
}
.cst-footer-copy ul {
  text-align: center;
  line-height: 2;
  color: #b7b7b7;
  margin:0;
  list-style:none;
  padding-bottom: 2em;
}
.cst-footer-menu {
  border-top: 1px solid #555;
  padding-top: 3em;
}
.cst-footer-wrapper.page-center .hs-menu-wrapper>ul {
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}
.cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li {
  width: 25%;
  margin-bottom: 1em;
  padding-right: 15px;
  padding-left: 15px;
}
.cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li>ul>li>a {
  color: #fff;
  line-height: 1.5;
}

.cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li>a {
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 18px;
}
.cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li>ul>li>a:hover{
  text-decoration:underline;
}
.cst-footer1 {
  padding-bottom: 2em;
}
.footer-row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
}
.footer-logos, .footer-social, .footer-button {
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-logo1 span {
  width: 175px;
  height: 59px;
  background-position-x: center;
  background-position-y: center;
  background-size: initial;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  display: inline-block;
}
.footer-logo2 span {
  width: 129px;
  height: 59px;
  margin-left: 35px;
  display: inline-block;
  background-position-x: center;
  background-position-y: center;
  background-size: initial;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}
.footer-logo2, .footer-logo1 {
  display: inline-block;
}
.footer-button {
  margin-top: 2em;
}
.modal-footer span:hover {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.15)),color-stop(1%,rgba(255,255,255,.15)),color-stop(1%,rgba(0,0,0,.1)),to(rgba(0,0,0,.15)));
}
.modal-footer span:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.footer-button a {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 8px 30px;
}
.footer-button a:hover {
  color: #fff ;
  background-color: transparent;
  text-decoration: none;
}
.footer-social {
  margin-top: 10px;
}
.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}
.footer-social ul li {
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}
.footer-social ul li a {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  color: #fff;
  font-size: 30px;
}

a.blog:before {
  content: "\f086";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

a.fb:before {
  content: "\f09a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

a.ytt:before {
  content: "\f16a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

a.linkdin:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: "\f0e1";
}

a.twi:before {
  content: "\f099";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
.footer-button, .footer-social {
  text-align: center;
}
.footer-social ul li a:hover,.cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li>a:hover{
  text-decoration:none;
}
body.open-form .footer-form {
  opacity: 1;
  visibility: visible;
  pointer-events:auto;
}
.footer-form-wrapper {
  margin: auto;
  width: 92%;
  -webkit-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  position: relative;
  max-width: 600px;
  text-align: center;
}
body.open-form .footer-form .footer-form-wrapper {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.footer-form-inner {
  text-align: center;
  position: relative;
  padding: 15px;
  border-radius: 6px;
  background: #fff;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.footer-form {
  color: #fff;
  background-color: rgba(0,0,0,.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  pointer-events:none;
}
.modal-form {
  max-height: 700px;
  overflow-y: auto;
}
.modal-form {
  margin: 20px auto;
  padding: 30px;
  background-color: #fff;
}
.modal-form input.hs-button.primary.large {
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #004b91;
  border-color: #004b91;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  white-space: pre-wrap;
}

.modal-form .actions {
  background: transparent;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
  border-top: none;
  margin-left: -20px;
  padding-left: 20px;
  text-align: center;
}

.modal-form .hs-richtext.hs-main-font-element {
  margin-bottom: 3px;
  color: #33475b;
  line-height: 18px;
  font-size: 12px;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-weight: 400;
}

.modal-form .hs-richtext.hs-main-font-element p {
  font-size: 12px;
  text-align: left;
  margin: 0 0 10px;
}

.modal-form .hs-richtext.hs-main-font-element p a {
  color: #0000EE;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-weight: 400;
  border: 2px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  padding: 0;
  background-color: transparent;
  font-size: 12px;
}

.modal-form .hs-richtext.hs-main-font-element p a:hover {
  color: #551A8B;
  text-decoration:underline;
}

.modal-form .modal-footer span {
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.42857143;
  border: 1px solid transparent;
  padding: 6px 12px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  border-radius: 4px;
  border-color: #ccc;
  font-weight: 400;
  cursor: pointer;
}

.modal-form {
  text-align: left;
}
.modal-form form label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 12px;
  color: #33475b;
}
.modal-form li.hs-form-radio>label,
.modal-form li.hs-form-checkbox>label{
  font-weight: normal;
  text-align: left;
  line-height: 20px;
}

.modal-form form .inputs-list > li {
  margin: 0;
}
.modal-form fieldset.form-columns-2>.hs_firstname input,
.modal-form fieldset.form-columns-2>.hs_state select {
  width: 90% !important;
}

.modal-form form input[type=text],
.modal-form form input[type=email],
.modal-form form input[type=password],
.modal-form form input[type=tel],
.modal-form form input[type=number],
.modal-form form input[type=file],
.modal-form form select,
.modal-form form textarea {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom:0;
  min-height: 27px;
  width:100% !important;
}
.modal-form form input[type=email]:focus,
.modal-form form input[type=file]:focus,
.modal-form form input[type=number]:focus,
.modal-form form input[type=password]:focus,
.modal-form form input[type=tel]:focus,
.modal-form form input[type=text]:focus,
.modal-form form select:focus,
.modal-form form textarea:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
.modal-form form .inputs-list {
  padding-top: 6px;
  padding-left: 5px;
}
.modal-footer span{
  font-family: inherit;
  font-size: 14px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 400;
  color: #333;
  cursor:pointer;
  display:inline-block;
  line-height: 1.42857143;
  padding: 6px 12px;
  border-color: #ccc;
  background-color: #fff;

}
.cst-footer-copy ul {
  padding-left: 0;
}

@media(max-width:991px){
  .footer-logo1 {
    width: 100%;
    display: block;
    margin: 0px auto 40px auto;
  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li>a {
    margin-left: 25px;
    margin-bottom: 12px;
    position:relative;

  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li>ul>li {
    background-color: #333;
    text-align: left;
    padding: 12px 5px 11px 35px;
    margin-bottom: 1px;
  }

  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li>a:after {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f0d7";
    position: absolute;
    right: 5.5%;
  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li.main>a:after {
    content: "\f0d8";
  }

  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li{
    width:50%;
    text-align: left;
    border-bottom: 1px solid #555;
  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li.main>ul {
    display: block;
  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .footer-social {
    margin-top: 30px;
  }
  .footer-logo2 {
    width: 100%;
    display: block;
    margin: 0px auto 14px auto;
  }
  .cst-footer-copy {
    margin-top: 30px;
  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul {
    margin: 0;
  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li {
    padding: 0;
  }
  .cst-footer-wrapper.page-center {
    width: 100%;
  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li:nth-child(2n) {
    padding-left: 15px;
    padding-right: 30px;
  }
  .footer-logo2 {
    margin: 0px auto 40px auto;
  }
}
@media(max-width:850px){
  .footer-button, .footer-logos, .footer-social {
    width: 100%;
    text-align: center;
  }
  .footer-row {
    flex-wrap: wrap;
  }
}
@media(max-width:767px){
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-row {
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul>li {
    width: 100%;
    padding: 0;
  }
  .footer-button, .footer-logos, .footer-social {
    padding-left: 0;
    padding-right: 0;
  }
  .cst-footer-wrapper.page-center .hs-menu-wrapper>ul {

    margin-left: 0;
    margin-right: 0;
  }
  .modal-form fieldset.form-columns-2>.hs-form-field {
    width: 100% !important;
    float: none !important;
  }

  .modal-form fieldset.form-columns-2>.hs_firstname input,
  .modal-form fieldset.form-columns-2>.hs_state select{
    width: 100% !important;
  }

  .modal-form  fieldset.form-columns-3>.hs-form-field {
    width: 100% !important;
  }
}
/* Menu and simple menu */

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