*, *: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;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:400;
  src:url('//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/FMGenerator_July2021/fonts/fa-brands-400.eot') format("embedded-opentype"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Font%20Awesome%205%20Free/fa-regular-400.woff2) format("woff2"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Font%20Awesome%205%20Free/fa-regular-400.woff) format("woff"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Font%20Awesome%205%20Free/fa-regular-400.ttf) format("truetype");
}

@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  src:url('//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/FMGenerator_July2021/fonts/fa-solid-900.eot') format("embedded-opentype"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Font%20Awesome%205%20Free%20solid/fa-solid-900.woff2) format("woff2"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Font%20Awesome%205%20Free%20solid/fa-solid-900.woff) format("woff"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Font%20Awesome%205%20Free%20solid/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: 'themify';
  src: url('//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/FMGenerator_July2021/fonts/themify.eot') format('embedded-opentype'),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/themify/themify.woff) format('woff'),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/themify/themify.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Flaticon";
  src: url("//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/FMGenerator_July2021/fonts/Flaticon.eot")format("embedded-opentype"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Flaticon/Flaticon.woff2) format("woff2"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Flaticon/Flaticon.woff) format("woff"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Flaticon/Flaticon.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family:"Font Awesome 5 Brands";
  font-style:normal;
  font-weight:normal;
  src:url('//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/FMGenerator_July2021/fonts/fa-regular-400.eot') format("embedded-opentype"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff2) format("woff2"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff) format("woff"),
    url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/fonts/Font%20Awesome%205%20Brands/fa-brands-400.ttf) format("truetype");
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  line-height: 1.8;
  word-break: break-word;
  background-color: #fff;
}

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

/* Paragraphs */

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Headings */

h1,
h2,
h3,
h4,
h6 {
  margin-bottom: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}
h1,
h2,
h3,
h4,
h6,
h5{
  margin-top: 0;
}
h5{
  line-height: 1.7rem;
}
h2 {
  margin-bottom: 10px;
}

p{
  margin-top: 0;
  margin-bottom: 1rem; 
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media all and (-ms-high-contrast:none) {
  .fab{
    font-family:"Font Awesome 5 Free" !important;
    font-weight:400;
  }
}
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: 18px;
}

/* Labels */
.hs-form-field > label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: inline-block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* 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 {
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f5f8fa;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100% !important;
  min-height: 40px;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 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: red;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.hs-error-msgs label{
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
form{
  max-width:100%;
  width:100%;
}
@media(min-width:768px){
  form{
    max-width:767px;
    width:100%;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-top-wrap {
  background: transparent;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

.header-navigation {
  position: relative;
}

.navbar-top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
}

.navbar-top ul.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-top ul.top-nav .nav-link {
  display: block;
  padding: 0.5rem 0.5rem;
  padding-left: 0;
}

.navbar-top ul.top-nav .nav-link i {
  -webkit-filter: none;
  filter: none;
  margin-right: 0.625rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.navbar-top-wrap .social-links {
  margin-top: 0 !important;
}

.navbar-top ul.top-nav .nav-link i {
  padding-left: 3px;
}

.navbar-top-wrap .social-links ul li:first-child a,.navbar-top-wrap .social-links ul li:last-child a {
  padding: 0.5rem 0.5rem;
}

.header-navigation .navigation-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 1.25rem;
  padding: 0;
  background-color: #ffffff;
}

.header-logo {
  background-color: #007cba;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.custom-menu-primary,.inner-menu-wrap {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.header-logo a {
  padding-left: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  margin: 0;
  display: inline-block;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.header-logo a img {
  max-width: 116px;
  height: 40px;
}

.header-btn {
  margin-left: auto;
  padding-right: 1.25rem;
  font-size: 0;
}

.header-btn a {
  display: inline-block;
  font-weight: 500;
  color: #888888;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.header-btn > div {
  display: inline-block;
}

.header-btn #hs-button_make_a_payment {
  margin-right: 1.25rem;
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}

.header-btn .cta_button {
  color: #fff;
  background-color: #007cba;
  border-color: #007cba;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #000000;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  position: relative;
  font-weight: 500;
  display: inline-block;
  padding: 15px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
  margin-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  text-decoration: none;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #007cba;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:before{
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: "\e64b";
  font-family: 'themify';
  font-size: 8px;
  border: none;
  vertical-align: .100em;
  display: inline-block;
  margin-left: 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  margin-right: 0;
}

.custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: static;
  float: none;
  color: #888888;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  top: 100%;
  left: 0;
}
.custom-menu-primary .hs-menu-wrapper ul ul li a {
  display: block;
  width: 100%;
  padding: 0.25rem 0;
  clear: both;
  font-weight: 500;
  color: #2d3037;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.is-sticky .header-group {
  position: fixed;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) ;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) ;
}

.is-sticky .header-group .navbar-top-wrap {
  display: none;
}

.is-sticky .header-group .header-logo a {
  padding: 10px 20px;
}

.header-btn #hs-button_make_a_payment:hover {
  color: #fff;
  background-color: #757575;
  border-color: #6f6f6f;
}

.header-btn .cta_button:hover {
  color: #007cba;
  background-color: #FFF;
  border-color: #007cba;
}

.no-banner .navbar-top-wrap {
  background-color: #000;
}

.no-banner .header-group {
  background: #fff;
}

.no-banner header {
  min-height: 144px;
}


@media (min-width: 576px){
  .navbar-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-top-wrap .social-links{
    margin-left: 2.5rem
  }
  .header-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}



@media (min-width: 992px){
  .header-logo a{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; 
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1071px){
  .header-navigation .navigation-inner{
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
}



@media (min-width: 1200px){
  .header-navigation .navigation-inner{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-toggler{
    display: none;
  }
  .custom-menu-primary,.inner-menu-wrap{
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
    position: absolute;
  }
  .custom-menu-primary #hs_cos_wrapper_header_menu{
    margin-left: 1.25rem 
  }
  .custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    right: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0 5px 9px rgb(55 125 255 / 8%), 0 5px 9px rgb(119 131 143 / 8%);
    box-shadow: 0 5px 9px rgb(55 125 255 / 8%), 0 5px 9px rgb(119 131 143 / 8%);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    padding: 6px 20px;
    min-width: 15rem;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li a{
    font-size: 14px;
    padding: 7px 0px 7px 0px;
    border-radius: 3px;
    position: relative;
    margin: 0px;
    width: auto;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li a {
    display: inline-block !important;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li a:before {
    text-decoration: none;
    position: absolute;
    content: "";
    bottom: 8px;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #007cba;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li> a:hover:before{
    width: 100%;
  }
  .custom-menu-primary,.inner-menu-wrap{
    display:flex !important;
  }
}


@media (max-width: 1199.98px){

  .navbar-toggler {
    color: black;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .navbar-toggler .navbar-toggler-icon {
    background-image: url(//8185604.fs1.hubspotusercontent-na1.net/hubfs/8185604/raw_assets/public/FMGenerator_July2021/images/download.svg);
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  .navbar-toggler {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus{
    background: transparent;
    border-color: rgba(0,0,0,0.1);
  }
  .custom-menu-primary {
    width: 100%;
    height: auto;
    top: 100%;
    background: #ffffff;
    z-index: 9;
    border-top: 1px solid #f2f2f2;
    padding: 10px;
    left: 0;
    position: absolute;
    max-width: 100%;
    flex-basis: auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
    margin-left: .8rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
  }
  .custom-menu-primary #hs_cos_wrapper_header_menu {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #888888;
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul>li>a {
    padding: 10px 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .custom-menu-primary .hs-menu-wrapper ul ul > li > a:hover {
    color: #222429 !important;
    text-decoration: none!important;
    background-color: #f7f9fc!important;
  }
  .inner-menu-wrap {
    display: block !important;  
    max-height: 62vh;
    overflow-y: auto;
    overflow-x: hidden;
  } 
  .child-trigger {
    position: absolute;
    left: 0;
    width: 100%;
    height: 58px;
    top: 0;
    z-index: 5;
    cursor:pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before{
    width: 100%;
  }
}


@media (max-width: 991.98px){
  .header-navigation > .content-wrapper {
    padding: 0;
  }

  .navbar-toggler {
    top: 12px;
  }

  .navbar-top-wrap {
    background: #000000;
  }
  header.header,
  .no-banner header.header{
    min-height: 124px;
  }
}

@media(max-width:575px){
  .no-banner header.header{
    min-height: 168px;
  }
}

@media(max-width:340px){
  .header-btn #hs-button_make_a_payment {
    margin-bottom: 15px;
  }
}
.content_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.BottomLeftCol {
  margin-bottom: 1.25rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.BottomLeftCol > ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.BottomLeftCol > ul > li:not(:last-child) {
  margin-right: 1.25rem;
}

.bottom-footer ul li a {
  padding: 0.375rem 0.75rem;
  color: #888;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 0.875rem;
  line-height: 1.8;
  border-radius: 0.25rem;
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.far {
  font-weight: 400;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.bottom-footer ul li a:before {
  text-decoration: none;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background: linear-gradient(currentColor, currentColor);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bottom-footer ul li a:hover:before {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background: linear-gradient(currentColor, currentColor);
  color: #000000;
}

.bottom-footer ul li a > i {
  padding-right: 3px;
}

.BottomLeftCol>ul {
  margin: 0;
}

.bottom-border {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.footer-top-col:not(:last-child) {
  margin-bottom: 1.25rem;
}

.footer-info img {
  margin-bottom: 0.625rem;
}

.footer-info p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-youtube:before {
  content: "\f167";
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.footer-top-container h5 {
  font-weight: 500;
  margin-bottom: 0.625rem;
}

.footer-top-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contact ul li:nth-child(1),.footer-contact ul li:nth-child(2) {
  margin-bottom: 1.25rem;
}

.footer-contact span {
  font-weight: 600;
  display: block;
}

.footer-contact span i {
  padding-right: 7px;
}

.fa-location-arrow:before {
  content: "\f124";
}

.footer-contact span + label {
  color: #b2b2b2;
  display: inline-block;
}

.fa-phone:before {
  content: "\f095";
}

.footer-contact .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  padding-right: 0;
  text-align: center;
  width: 1.25em;
}

.footer-contact p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer-contact span+label {
  font-weight: 400;
}

.footer-contact p small {
  font-size: 80%;
  font-weight: 500;
}

.footer-menu .hs-menu-wrapper ul {
  list-style: none;
  display: block !important;
}

.footer-menu .hs-menu-wrapper ul li a {
  color: #888888;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 5px 0;
  display: block;
}

.footer-menu .hs-menu-wrapper ul li:first-child a {
  padding-top: 0;
}
footer.footer {
  padding-top: 2.5rem;
}
.footer-menu .hs-menu-wrapper ul li:last-child a {
  padding-bottom: 0;
}

.back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 40px;
  height: 40px;
  margin: 0px;
  font-size: 16px;
  color: #ffffff;
  background: #007cba;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.fa-angle-up:before {
  content: "\f106";
}

.back-to-top a:hover {
  background: #2d3037;
  color: #fff;
}




@media (min-width: 768px){
  .footer-top-col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-top-col:not(:last-child){
    margin-bottom: 2.5rem 
  }
  .footer-info img{
    margin-bottom: 1.25rem
  }
  .footer-top-container h5{
    margin-bottom: 1.25rem
  }
  footer.footer{
    padding-top: 3.75rem
  }
}


@media (min-width: 992px){
  .BottomLeftCol{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .BottomLeftCol > ul{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-info-wrap{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .contact-Info{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-menu{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;


}


/*============================== Slider ========================================*/


.client-logo-container {
  padding: 80px 0 60px;
  text-align: center;
  background-color: #f7f9fc;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.client-logo-container .slider-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.boader-logo-container hr {
  margin-bottom: 0;
  margin-top: 0;
}
.boader-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px){
  .client-logo-container{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}


/*========================================================== Popup Form ======================================================*/

.fade:not(.show) {
  opacity: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  text-align: center
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  padding-bottom: 0;
  border: 0;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  visibility: hidden;
}

.modal-open .modal-backdrop {
  opacity: 0.5;
  visibility: visible;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.subscribe-content h2 {
  color: #007cba;
  font-weight: 500;
}

.subscribe-form-wrap form {
  max-width: 100%;
}

.subscribe-form-wrap form .hs-form-field>label {
  display: none;
}

.subscribe-content #hs_cos_wrapper_subscribet_form_content {
  margin-bottom: 30px;
}

.subscribe-form-wrap form input[type=email] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #2d3037;
  background-color: transparent;
  background-clip: padding-box;
  border: 0 solid #f2f2f2;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  height: 38px;
  padding-left: 25px;
  border-radius: 0 !important;
  min-height: 0;
  font-family: "Archivo", sans-serif;
}

.subscribe-form-wrap form .hs-form-field {
  margin-bottom: 1.25rem;
}

.subscribe-form-wrap form input[type=email]::placeholder {
  color: #888888;
  opacity: 0.6;
}
.subscribe-form-wrap form .hs-email .input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.subscribe-form-wrap form .hs-email i {
  position: absolute;
  top: 12px;
  color: #007cba;
  -ms-flex-item-align: center;
  align-self: center;
}

.subscribe-form-wrap form .hs-button {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #007cba;
  border-color: #007cba;
}

.subscribe-form-wrap form .hs-button:hover {
  color: #007cba;
  background-color: #FFF;
  border-color: #007cba;
}

body.modal-open {
  padding-right: 17px;
  overflow: hidden;
}

.modal.show {
  padding-right: 17px;
}
.modal-backdrop {
  z-index: 1050;
}

.modal-dialog {
  z-index: 1060;
  pointer-events: auto;
}

.modal {
  pointer-events: none;
  z-index: 1060;
}

button.close:hover {
  background: transparent !important;
  color: #000 !important;
}
.subscribe-form-wrap form input[type=email]:focus {
  color: #2d3037;
  background-color: transparent;
  border-bottom: 1px solid #007cba;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgb(0 155 114 / 25%);
  box-shadow: 0 0 0 0 rgb(0 155 114 / 25%);
}
.subscribe-form-wrap form .hs-email .input:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #007cba;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.subscribe-form-wrap form .hs-email .input-focused:after{
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.subscribe-form-wrap form .hs-button:focus {
  color: #fff;
  background-color: #007556;
  border-color: #00684c;
  -webkit-box-shadow: 0 0 0 0 rgb(38 170 135 / 50%);
  box-shadow: 0 0 0 0 rgb(38 170 135 / 50%);
}
@media (min-width: 576px){
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media(max-width:575px){
  .modal-dialog {
    margin: 0.5rem;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}
.banner-section .dnd-section, .banner-section .dnd-section > .row-fluid {
  padding: 0;
}
@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.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;
  }
}
@media (max-width: 768px) {
  .hs-menu-wrapper ul ul {
    display: none;
  }

  .hs-menu-wrapper ul ul.submenu-open {
    display: block;
  }

  .hs-item-has-children > a::after {
    content: " ▼";
    font-size: 0.75em;
  }
}