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


body {
  line-height: 1.6;
  word-break: break-word;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

@media (max-width: 849px) {
  body {
    overflow-x: hidden;
  }
}

@media (max-width:549px) {
  body {
    font-size: 100%;
  }
}


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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

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

/* 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;
}

.content-wrapper,
.dnd-section > .row-fluid,
.page-center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
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;
}
.hs-search-module .input a.hs-button.primary {
  margin-top: 27px;
}
/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear; 
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  white-space: normal;
  margin-top: 10px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  display: block;
  width: 100%;
  z-index: 30;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  -webkit-transition: background-color .3s,opacity .3s;
  -o-transition: background-color .3s,opacity .3s;
  transition: background-color .3s,opacity .3s;
}
header .header-wrapper {
  width: 100%;
  z-index: 30;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  -webkit-transition: background-color .3s,opacity .3s;
  -o-transition: background-color .3s,opacity .3s;
  transition: background-color .3s,opacity .3s;
}

.header-wrapper .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: no-wrap;
  z-index: 11;
  position: relative;
  min-height: 30px;
  background-color: #F7F7F7;
}

.header-wrapper .top-bar .page-center {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1080px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.header-wrapper .top-bar .page-center:after {
  content: "";
  display: table;
  clear: both
}

.top-bar .flex-left {
  max-height: 100%;
  margin-right: auto;
}

.top-bar .flex-right {
  max-height: 100%;
  margin-left: auto;
}

.top-bar .flex-left ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-bar .flex-left ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  position: relative;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  margin-left: 0!important;
  margin-right: 0!important;
  font-size: .75em;
}

.top-bar .flex-left ul li strong {
  font-weight: bolder;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.top-bar .flex-right ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-bar .flex-right ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  position: relative;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.top-bar .flex-right ul li:first-child {
  margin-left: 0;
  font-size: .75em;
}

.top-bar .flex-right ul li:last-child {
  margin-right: 0;
}

.top-bar .flex-right ul li:first-child .social-icons {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: 1em;
  margin-right: 3px;
}

.top-bar .flex-right ul li:first-child .social-icons a {
  background-color: initial;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  color: currentColor;
  -webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
  transition: color .3s,opacity .3s,-webkit-transform .3s;
  -o-transition: color .3s,opacity .3s,transform .3s;
  transition: color .3s,opacity .3s,transform .3s;
  transition: color .3s,opacity .3s,transform .3s,-webkit-transform .3s;
  font-family: sans-serif;
  margin-left: .3em;
  margin-right: .3em;
  font-size: 1em;
  margin-right: 1px;
}

.top-bar .flex-right ul li:first-child .social-icons a i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  min-width: 1em;
}

.icon-facebook::before {
  content: "";
}

.icon-instagram::before {
  content: "";
}

.icon-twitter::before {
  content: "";
}

.icon-linkedin::before {
  content: "";
}

.icon-youtube::before {
  content: "";
}

.top-bar .flex-right ul li a {
  text-decoration: none;
  padding: 10px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(102,102,102,.85);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-size: .8em;
  font-family: "Lato", sans-serif;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400; 
  opacity: 1;
  position: relative
}

.top-bar .flex-right ul li.header-social-icons a:hover {
  color: #082b6d !important;
}

.top-bar .flex-right ul li a:hover {
  color: rgba(17,17,17,.85);
}

.top-bar .flex-right ul li a i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 1em;
  min-width: 1em;
  margin-right: 5px;
}

.icon-envelop::before {
  content: "";
}

.header-wrapper .masthead {
  z-index: 10;
  position: relative;
  /* 	height: 76px; */
}

.masthead .page-center {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1080px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.masthead .logo-wrapper {
  max-height: 100%;
  line-height: 1;
  margin: 0;
  margin-left: 0;
  margin-right: 30px;
  width: 110px;
}

.masthead .logo-wrapper a {
  text-decoration: none;
  display: block;   
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0;
  color: #11519B;
}

.masthead .logo-wrapper a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  opacity: 1;
  display: block;
  width: auto;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
  max-height: 76px;
}

.masthead .hide-for-medium {
  max-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto!important;
  margin-right: auto;
}

.masthead .page-center:afetr {
  content: "";
  display: table;
  clear: both;  
}

.masthead .right-icons {
  max-height: 100%;
  margin-left: auto;
}

.masthead .hide-for-medium ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.masthead .hide-for-medium ul li {
  position: relative!important;
  width: 93%;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 7px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  margin-left: 0!important;
  margin-right: 0!important;
  font-size: .85em;
}

.masthead .hide-for-medium ul li .header-search-form-wrapper .searchform-wrapper {
  font-weight: 400;
  position: relative!important;
  width: 100%;
}

.masthead .hide-for-medium ul li .header-search-form-wrapper .searchform-wrapper form {
  position: relative;
  margin: 0;
}

.searchform-wrapper form .relative {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative!important;
  height: 100%;
}

.searchform-wrapper form .relative .search-form-categories {
  max-height: 100%;
  padding-right: 4px;
}

.searchform-wrapper form .relative .search-form-categories select {
  text-transform: none;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
  -o-transition: color .3s,border .3s,background .3s,opacity .3s;
  transition: color .3s,border .3s,background .3s,opacity .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image : url(//20165488.fs1.hubspotusercontent-na1.net/hubfs/20165488/raw_assets/public/CesHire_August2021/images/errow.svg);
  background-position: right .45em top 50%;
  background-repeat: no-repeat;
  padding-right: 1.4em;
  background-size: auto 16px;
  display: block;
  margin-bottom: 0!important;
  background-color: rgba(0,0,0,3%);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0,0,0,9%);
  color: currentColor!important;
  border-radius: 99px;
  margin: 0;
  outline: none;
  font-size: 14.5112px;
}

.searchform-wrapper form .relative .search-input {
  max-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto!important;
  padding-right: 4px;
}

.searchform-wrapper form .relative .search-input label.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.searchform-wrapper form .relative .search-input input {
  margin-bottom: 0!important;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
  -o-transition: color .3s,border .3s,background .3s,opacity .3s;
  transition: color .3s,border .3s,background .3s,opacity .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  background-color: rgba(0,0,0,3%);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0,0,0,9%);
  color: currentColor!important;
  border-radius: 99px;
  font-size: 14.5112px;
  outline: none;
}

.searchform-wrapper form .relative .button-s {
  max-height: 100%;
  padding-right: 4px;
  margin-left: -2.65em;
} 

.searchform-wrapper form .relative .button-s button {
  position: relative;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  -webkit-transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  -o-transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0!important;
  text-transform: none;
  border-radius: 99px;
  min-width: 2.5em;
  padding-left: .6em;
  padding-right: .6em;
  display: inline-block;
  color: currentColor!important;
  border-color: transparent!important;
  background-color: initial!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  font-size: 14.5112px;
}

.searchform-wrapper form .relative .button-s button i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  vertical-align: middle;
  top: -1.5px;
  font-size: 1.2em;
}

.icon-search::before {
  content: "";
}

.masthead .page-center:after {
  content: "";
  display: table;
  clear: both;
}

.masthead .right-icons ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.masthead .right-icons ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 7px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.masthead .right-icons ul li.header-divider {
  display: inline-block;
  list-style: none;
  padding: 0;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  border-left: 1px solid rgba(0,0,0,.1);
  height: 30px;
  vertical-align: middle;
  position: relative;
  margin: 0 7.5px;
}

.masthead .right-icons ul li a {
  padding: 10px 0;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(102,102,102,.85);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .8em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.masthead .right-icons ul li a:hover {
  color: #111111d9;
}

.masthead .right-icons ul li a i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2; 
  vertical-align: middle;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 20px;
}

.icon-heart::before {
  content: "";
}

.icon-user::before {
  content: "";
}

.icon-shopping-basket::before {
  content: "";
}

.masthead .right-icons ul li:last-child {
  margin-right: 0!important;
}
.masthead .right-icons ul li:last-child {
  display: none;
}
.masthead .right-icons ul li:nth-child(4) {
  display: none;
}

.masthead .right-icons ul li:first-child {
  margin-left: 0!important; 
}

.wide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: no-wrap;
  z-index: 9;
  position: relative;
  min-height: 33px;
  background-color: #1E73BE;
}

.wide-nav .page-center {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1080px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.wide-nav .page-center:after {
  content: "";
  display: table;
  clear: both;
}

.wide-nav .left {
  max-height: 100%;
  margin-right: auto;
}

.wide-nav .right {
  max-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto!important;
  margin-left: auto;
}

.wide-nav .left .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
} 

.wide-nav .left .hs-menu-wrapper>ul>li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 7px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  margin: 0;
}

.wide-nav .left .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(102,102,102,.85);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0 .75em;
  font-size: .8em;
  line-height: 47px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: rgba(255,255,255,.8);
}

.wide-nav .right .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wide-nav .right .hs-menu-wrapper>ul>li:first-child {
  display: inline-block;
  list-style: none;
  padding: 0;
  position: relative;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  margin: 0;
  margin-left: 0!important;
  font-size: .85em;
  color: #fff;
}

.wide-nav .right .hs-menu-wrapper>ul>li.header-divider {
  display: inline-block;
  list-style: none;
  padding: 0;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  border-left: 1px solid rgba(0,0,0,.1);
  height: 30px;
  vertical-align: middle;
  position: relative;
  margin: 0 7.5px;
  border-color: rgba(255,255,255,.1);
}

.wide-nav .right .hs-menu-wrapper>ul>li:last-child {
  display: inline-block;
  list-style: none;
  padding: 0;
  position: relative;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  margin: 0;
  margin-right: 0!important;
}

.wide-nav .right .hs-menu-wrapper>ul>li:last-child>ul {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.wide-nav .right .hs-menu-wrapper>ul>li:last-child>ul>li {
  display: inline-block;
  list-style: none;  
  padding: 0;
  position: relative;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.wide-nav .right .hs-menu-wrapper>ul>li:last-child>ul>li:first-child {
  margin-left: 0!important;
}

.wide-nav .right .hs-menu-wrapper>ul>li:last-child>ul>li:last-child {
  margin-right: 0!important;
}

.wide-nav .right .hs-menu-wrapper>ul>li:last-child>ul>li>a {
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .8em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: rgba(255,255,255,.8);
}

.wide-nav .right .hs-menu-wrapper>ul>li:last-child>ul>li>a:hover {
  color: #fff;
}

.wide-nav .right .hs-menu-wrapper>ul>li:first-child>a {
  position: relative;
  display: inline-block;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  text-transform: none;
  color: currentColor;
  -webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
  transition: color .3s,opacity .3s,-webkit-transform .3s;
  -o-transition: color .3s,opacity .3s,transform .3s;
  transition: color .3s,opacity .3s,transform .3s;
  transition: color .3s,opacity .3s,transform .3s,-webkit-transform .3s;
  background-color: initial!important;
  border-color: transparent!important;
  padding-left: .15em;
  padding-right: .15em;
  margin: 0;
  margin-bottom: 0;
  border-radius: 15px!important;
}

.wide-nav .right .hs-menu-wrapper>ul>li:first-child>a:hover {
  opacity: .7;
}


.wide-nav .right .hs-menu-wrapper>ul>li:last-child>ul>li>a>i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 16px;
}

.icon-clock::before {
  content: "";
}
.icon-phone::before {
  content: "";
}

.wide-nav .right .hs-menu-wrapper>ul>li:last-child>ul>li>a>i {
  margin-right: 5px;
}

.wide-nav .left .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  min-width: 260px;
  max-height: 0;
  z-index: 9;
  padding: 20px 0;
  opacity: 0;
  margin: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  color: #777;
  text-align: left;
  display: table;
  left: -99999px;
  font-size: 75%;
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  border: 2px solid #ddd;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3):hover>ul {
  position: fixed;
  margin-left: 0!important;
  margin-right: 0!important;
  left: 50%!important;
  -webkit-transition: opacity .3s!important;
  -o-transition: opacity .3s!important;
  transition: opacity .3s!important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  width: 100%;
  max-width: 1150px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wide-nav .left .hs-menu-wrapper>ul>li>ul:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.wide-nav .left .hs-menu-wrapper>ul>li>ul>li {
  display: block;
  margin: 0;
  vertical-align: top;
}

.wide-nav .left .hs-menu-wrapper>ul>li>ul>li>a {
  text-decoration: none;
  width: auto;  
  padding: 10px 20px;
  line-height: 1.3;
  color: rgba(102,102,102,.85);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
  white-space: normal;
}

.wide-nav .left .hs-menu-wrapper>ul>li:hover>ul {
  opacity:1;
  left:-15px;
  max-height:inherit;
}

.wide-nav .left .hs-menu-wrapper>ul>li>a>i {
  font-family: fl-icons!important;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 16px;
  margin-left: .2em;
  opacity: .6;
}

.icon-angle-down::before {
  content: "";
}

.wide-nav .left .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: rgba(17,17,17,.85);
  background-color: rgba(0,0,0,3%);
}


.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li,
.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(5)>ul>li{
  margin: 0;
  vertical-align: top;
  text-align: left;
  display: table-cell;
  width: 160px;
  min-width: 160px;
  white-space: normal;
  border-right: 1px solid transparent;
  border-color: #f1f1f1;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child,
.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(5)>ul>li:last-child{
  margin-right: 0!important;
  border-right:0;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a,
.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>a{
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bolder;
  color: #000;
  white-space: normal;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul,
.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul{
  margin: 0;
  padding: 0;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li,
.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li{
  display: block;
  margin: 0;
  vertical-align: top;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li:first-child,
.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:first-child{
  margin-left: 0!important;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li:last-child,
.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li:last-child{
  margin-right: 0!important;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>a,
.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li>a{
  width: auto; 
  padding: 10px 20px;
  line-height: 1.3;
  color: rgba(102,102,102,.85);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
  white-space: normal;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>a:hover,
.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul>li>a:hover{
  color: rgba(17,17,17,.85);
  background-color: rgba(0,0,0,3%);
}

.wide-nav .left .hs-menu-wrapper>ul>li>a:hover {
  background-color: #11519B;
  color: #fff;
}



/* mobile css */

.main-menu-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*   z-index: 1042; */
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.mobile-open .main-menu-overlay {
  opacity: .6;
  z-index: 99;
}

.mobile-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*   z-index: 1043; */
  position: fixed;
  outline: none!important;
  -webkit-backface-visibility: hidden;
  overflow: hidden auto;
}

.mobile-wrapper .close {
  display: inline-block;
  background-color: initial;
  letter-spacing: .03em;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  z-index: 1046;
  box-shadow: none;
  position: fixed;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  padding: 0;
  mix-blend-mode: difference;
  margin: 0!important;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  min-height: 0;
  width: 40px;
  -webkit-backface-visibility: hidden;
  height: 40px;
  line-height: 40px;
  font-family: Arial,monospace;
  transition: opacity .6s,transform .6s,-webkit-transform .6s;
  border-radius: 15px!important;
  opacity: 0;
  -webkit-transition: opacity .6s,-webkit-transform .6s;
  transition: opacity .6s,-webkit-transform .6s;
  -o-transition: opacity .6s,transform .6s;
  transition: opacity .6s,transform .6s;
  transition: opacity .6s,transform .6s,-webkit-transform .6s;
  -webkit-transform: translateY(50%)translateZ(1px);
  transform: translateY(50%)translateZ(1px);
}
.mobile-wrapper .close:hover {
  opacity: 1;
}

.mobile-open .mobile-wrapper .close {
  opacity: .6;
  -webkit-transform: translateY(0)translateZ(1px);
  transform: translateY(0)translateZ(1px);
}

.mobile-wrapper .mobile-wrapper-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-wrapper .mobile-wrapper-inner:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mobile-wrapper-inner .content {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  cursor: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  background-color: rgba(255,255,255,.95);
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  -webkit-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.mobile-open .mobile-wrapper-inner .content {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}

html.mobile-open {
  margin-right: 17px;
  overflow: hidden;
}

.mobile-open .mobile-wrapper {
  z-index: 1043;
}

.content .main-menu .side-bar {
  padding: 30px 0;
}

.side-bar .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.side-bar .hs-menu-wrapper>ul>li {
  padding: 0;
  position: relative;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  width: 100%;
  border-top: 1px solid #ececec;
}

.side-bar .hs-menu-wrapper>ul>li>a {
  padding: 10px 0;
  flex-wrap: wrap;
  color: rgba(102,102,102,.85);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  letter-spacing: .02em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: .8em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.side-bar .hs-menu-wrapper>ul>li.child-open>a {
  color: rgba(17,17,17,.85);
}

.side-bar .hs-menu-wrapper>ul>li:first-child {
  border: none;
  padding: 20px;
}
.side-bar .hs-menu-wrapper>ul>li:first-child:hover {
  background-color: unset;
}
.side-bar .hs-menu-wrapper>ul>li:nth-child(7):hover,
.side-bar .hs-menu-wrapper>ul>li:nth-child(8):hover,
.side-bar .hs-menu-wrapper>ul>li:nth-child(9):hover {
  background-color: unset;
}

.header-search-form-wrapper-m .searchform-wrapper-m {
  font-weight: 400;
  position: relative!important;
  width: 100%;
}

.header-search-form-wrapper-m .searchform-wrapper-m form.searchform {
  position: relative;
  margin: 0;
}

.header-search-form-wrapper-m .searchform-wrapper-m form.searchform .relative-m {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative!important;
}

.relative-m .search-form-categories {
  max-height: 100%;
  padding-right: 4px;
}

.relative-m .search-form-categories select {
  text-transform: none;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
  -o-transition: color .3s,border .3s,background .3s,opacity .3s;
  transition: color .3s,border .3s,background .3s,opacity .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(//20165488.fs1.hubspotusercontent-na1.net/hubfs/20165488/raw_assets/public/CesHire_August2021/images/errow.svg);
  background-position: right .45em top 50%;
  background-repeat: no-repeat;
  padding-right: 1.4em;
  background-size: auto 16px;
  display: block;
  margin-bottom: 0!important;
  background-color: rgba(0,0,0,3%);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0,0,0,9%);
  color: currentColor!important;
  border-radius: 99px;
  margin: 0;
  font-size: 14.5112px;
}

.relative-m .flex-col-i {
  max-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto!important;
  padding-right: 4px;
}

.relative-m .flex-col-b {
  max-height: 100%;
  padding-right: 4px;
  margin-left: -2.25em;
}

.relative-m .flex-col-i input#woocommerce-product-search-field-1 {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
  -o-transition: color .3s,border .3s,background .3s,opacity .3s;
  transition: color .3s,border .3s,background .3s,opacity .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  background-color: rgba(0,0,0,3%);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0,0,0,9%);
  color: currentColor!important;
  border-radius: 99px;
  font-size: 14.5112px;
  line-height: 23.2179px;
  outline: none;
}

.relative-m .flex-col-b button {
  background-color: unset;
  position: relative;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  text-rendering: optimizeLegibility;
  margin-bottom: 0!important;
  text-transform: none;
  border-radius: 99px;
  min-width: 2.5em;
  padding-left: .6em;
  padding-right: .6em;
  display: inline-block;
  color: currentColor!important;
  border-color: transparent!important;
  background-color: initial!important;
  margin: 0;
  font-size: 14.5112px;
}

.relative-m .flex-col-b button i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  vertical-align: middle;
  top: -1.5px;
  font-size: 1.2em;
}

.icon-search::before {
  content: "";
}

.side-bar .hs-menu-wrapper>ul>li:nth-child(7)>a>i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 16px;
  opacity: .6;
  min-width: 1em;
  margin-right: 5px;
}

.icon-envelop::before {
  content: "";
}
.side-bar .hs-menu-wrapper>ul>li:nth-child(8) {
  padding: 20px;
  font-size: 14.96px;
  line-height: 23.936px;
}

.side-bar .hs-menu-wrapper>ul>li:nth-child(8)>a {
  background-color: initial!important;
  border-color: transparent!important;
  padding-left: .15em;
  padding-right: .15em;
  font-size: 14.5112px;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0; 
  line-height: 34.8269px;
  display: inline-block;
  border: 1px solid transparent;
}

.side-bar .hs-menu-wrapper>ul>li:last-child {
  padding: 20px;
}

.side-bar .hs-menu-wrapper>ul>li:last-child .social-icons {
  vertical-align: middle;
  color: #999;
  display: block;
  width: 100%;
  font-size: 1em;
}

.side-bar .hs-menu-wrapper>ul>li:last-child .social-icons a {
  text-decoration: none;
  color: currentColor;
  -webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
  transition: color .3s,opacity .3s,-webkit-transform .3s;
  -o-transition: color .3s,opacity .3s,transform .3s;
  transition: color .3s,opacity .3s,transform .3s;
  transition: color .3s,opacity .3s,transform .3s,-webkit-transform .3s;
  font-family: sans-serif;  
  margin-right: .25em;
  font-size: 17.952px;
  margin-left: .25em;
  position: relative;
  opacity: 1;
  display: inline;
}
.side-bar .hs-menu-wrapper>ul>li:last-child .social-icons a:first-child {
  margin-right: 0;
}
.side-bar .hs-menu-wrapper>ul>li:last-child .social-icons a:not(:first-child) {
  margin-right: -1px;
}

.side-bar .hs-menu-wrapper>ul>li:last-child .social-icons a i {
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
  min-width: 1em;
}

.icon-facebook::before {
  content: "";
}
.icon-instagram::before {
  content: "";
}
.icon-twitter::before {
  content: "";
}
.icon-linkedin::before {
  content: "";
}
.icon-youtube::before {
  content: "";
}

.side-bar .hs-menu-wrapper>ul>li:last-child .social-icons a:hover {
  color: #082b6d;
}

.side-bar .hs-menu-wrapper>ul>li>ul {
  width: 100%;
  position: fixed;
  opacity: 0;
  left: -99999px;
  transition: background-color .6s,transform .3s,opacity .3s,-webkit-transform .3s;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  margin: 0;
  padding: 0;
  display: none;
}


.child-trigger {
  position: relative;
  display: inline-block;
  background-color: initial;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  text-rendering: optimizeLegibility;
  text-transform: none;
  height: auto;
  width: 45px;
  line-height: 1;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  padding: 0;
  color: currentColor;
  opacity: .6;
  margin: 0 5px 0 0;
  border-radius: 15px!important;
  margin-bottom: 0;
}

.child-trigger i {
  vertical-align: middle;
  top: -1.5px;
  font-size: 1.8em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: fl-icons!important;
  font-display: block;
  speak: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  position: relative;
  line-height: 1.2;
}

.icon-angle-down:before {
  content: "";
}

.side-bar .hs-menu-wrapper>ul>li.child-open>ul {
  position: inherit;
  opacity: 1;
  left: auto;
  padding-bottom: 30px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  display: block!important;
}

.side-bar .hs-menu-wrapper>ul>li>ul>li {
  font-size: 1em;
  padding-left: .5em;
  list-style: none;
  margin: 0;
  width: 100%;
}

.side-bar .hs-menu-wrapper>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  color: #666;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  white-space: normal !important;
}

.child-open .child-trigger {
  -webkit-transform: rotate(   -180deg );
  -ms-transform: rotate(-180deg);
  transform: rotate(  -180deg );
}

.side-bar .hs-menu-wrapper>ul>li>ul>li>a:hover {
  opacity: 1;
  color: #111;
}
.side-bar .hs-menu-wrapper>ul>li.child-open {
  background-color: rgba(0,0,0,5%);
}

.side-bar .hs-menu-wrapper>ul>li:hover {
  background-color: rgba(0,0,0,5%);
}

.side-bar .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(17,17,17,.85);
}

.side-bar .hs-menu-wrapper>ul>li>ul>li>ul {
  /*   display: block !important; */
  width: 100%;
  margin: 0;
  padding: 0;
}

.side-bar .hs-menu-wrapper>ul>li>ul>li>ul>li {
  font-size: 1em;
  padding-left: .5em;
  list-style: none;
  margin: 0;
  width: 100%;
}

.side-bar .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  color: #666;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  white-space: normal !important;
}

.side-bar .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a {
  color: #000;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bolder;
}

.side-bar .hs-menu-wrapper>ul>li>ul>li>ul>li>ul {
  display: block !important;
}

.side-bar .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li>a {
  color: #000;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bolder;
}

.side-bar .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li>ul {
  margin: 0;
  padding: 0;
}

.side-bar .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li>ul>li {
  font-size: 1em;
  padding-left: .5em;
  list-style: none;
  margin: 0;
  width: 100%;
}

.side-bar .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  color: #666;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

.side-bar .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:not(:first-child) {
  margin-top: 1em;
}

.side-bar .hs-menu-wrapper>ul>li:nth-child(4)>ul>li {
  margin-bottom: 1em;
}

.side-bar .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover,
.side-bar .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li>ul>li>a:hover {
  opacity: 1;
  color: #111;
}

.animate header .header-wrapper {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
  -webkit-animation: stuckMoveDown .6s;
  animation: stuckMoveDown .6s;
}

.header__main-container .header-wrapper .masthead {
  background-color: rgba(255,255,255,.9);
  padding: 20px 0;
}
.header__main-container .right-icons span.text-section{
  color: #404040;
  font-size: 14px;
}
.animate .header-wrapper .top-bar, .animate .header__main-container .header-wrapper .masthead {
  display:none;
}

.animate .header-wrapper .masthead {
  height: 70px!important;
}
/* end */

/* header popup form css */

.subscribe-form-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  display: none;
}

.form-open .subscribe-form-overlay {
  display: block;
  opacity: .6;
}

.subscribe-form-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none!important;
  -webkit-backface-visibility: hidden;
  overflow: hidden auto;
  display: none;
}

.form-open .subscribe-form-wrapper {
  display: block;
}

.subscribe-form-wrapper .subscribe-form-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subscribe-form-wrapper .subscribe-close-btn {
  display: inline-block;
  background-color: initial;
  letter-spacing: .03em;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  max-width: 100%;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  padding: 0;
  mix-blend-mode: difference;
  margin: 0!important;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  min-height: 0;
  width: 40px;
  -webkit-backface-visibility: hidden;
  height: 40px;
  line-height: 40px;
  font-family: Arial,monospace;
  -webkit-transition: opacity .6s,-webkit-transform .6s;
  transition: opacity .6s,-webkit-transform .6s;
  -o-transition: opacity .6s,transform .6s;
  transition: opacity .6s,transform .6s;
  transition: opacity .6s,transform .6s,-webkit-transform .6s;
  -webkit-transform: translateY(50%)translateZ(1px);
  transform: translateY(50%)translateZ(1px);
  -webkit-appearance: button;
  border-radius: 15px!important;
}


.form-open .subscribe-form-wrapper .subscribe-close-btn {
  opacity: .6;
  -webkit-transform: translateY(0)translateZ(1px);
  transform: translateY(0)translateZ(1px);
}

.subscribe-form-wrapper .subscribe-form-inner:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  position: absolute;
}

.subscribe-form-inner .content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity .3s,-webkit-transform .5s;
  transition: opacity .3s,-webkit-transform .5s;
  -o-transition: transform .5s,opacity .3s;
  transition: transform .5s,opacity .3s;
  transition: transform .5s,opacity .3s,-webkit-transform .5s;
  width: 100%;
  top: 32%;
}

.form-open .subscribe-form-inner .content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  cursor: auto;
}

.subscribe-form-inner .content .content-inner {
  background-color: #fff;
  max-width: 875px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
  box-shadow: 3px 3px 20px rgb(0 0 0 / 15%);
  position: relative;
  max-width: 700px;
  padding: 0px;
}

.subscribe-form-inner .content .content-inner .content-inner-p {
  position: relative;
  width: 100%;
  min-height: 30px;
  padding-top: 300px;
  background-color: rgb(2, 51, 106);
}

.subscribe-form-inner .content .content-inner .content-inner-p .banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0!important;
  margin: 0!important;
}

.subscribe-form-inner .banner-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0!important;
  margin: 0!important;
}

.subscribe-form-inner .banner-bg .bg.fill.bg-fill.bg-loaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0!important;
  margin: 0!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: 50%;
  opacity: 1;
  -webkit-transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
  transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
  -o-transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
  transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
  transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
}

.subscribe-form-inner .banner-bg .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -1px;
  right: -1px;
  background-color: rgba(0,0,0,.15);
  -webkit-transition: opacity .6s,-webkit-transform .3s;
  transition: opacity .6s,-webkit-transform .3s;
  -o-transition: transform .3s,opacity .6s;
  transition: transform .3s,opacity .6s;
  transition: transform .3s,opacity .6s,-webkit-transform .3s;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.23);
}

.subscribe-form-inner .banner-inner .banner-layers {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1080px;
  max-height: 100%;
  height: 100%;
  position: relative;
}

.subscribe-form-inner .banner-inner .banner-layers .banner-link {
  position: absolute!important;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0!important;
  margin: 0!important;
}

.subscribe-form-inner .banner-inner .banner-layers:after {
  content: "";
  display: table;
  clear: both;
}

.banner-layers .text-box.banner-layer {
  max-height: 100%;
  width: 70%;
  position: absolute!important;
}

html.form-open {
  margin-right: 17px;
  overflow: hidden;
}

.banner-layers .text-box.banner-layer .text-box-content {
  color: #f1f1f1;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 100%;
}

.banner-layers .text-box.banner-layer .text-box-content .text-center {
  text-align: center;
}

.banner-layers .text-box.banner-layer .text-box-content .text-center h3.uppercase {
  width: 100%;
  font-family: "Lato", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 2em;
  padding: 0;
  font-weight: 400;
  margin-top: .2em;
  margin-bottom: .2em;
  line-height: 1;
  color: #fff;
}

.banner-layers .text-box.banner-layer .text-box-content .text-center p {
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #f1f1f1;
}

.subscribe-form-inner form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.3em;
}

.subscribe-form-inner form .hs_email {
  margin: 0;
}

.subscribe-form-inner form .hs_email>label {
  display: none;
}

.subscribe-form-inner form .hs_email .input input {
  margin-bottom: 1em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
  -o-transition: color .3s,border .3s,background .3s,opacity .3s;
  transition: color .3s,border .3s,background .3s,opacity .3s;
  font-size: 15.52px;
  line-height: 24.832px;
  font-family: Lato, sans-serif;
}

.subscribe-form-inner form .hs_email .input input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.subscribe-form-inner form .hs_submit .actions input.hs-button.primary.large {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  text-rendering: optimizeLegibility;
  margin-top: .5em;
  margin-bottom: .5em;
  border-radius: 15px!important;
  border-color: rgba(0,0,0,5%);
  color: #fff;
  background-color: #11519B;
  margin-left: 0!important;
  margin-right: 0!important;
  font-size: 15.52px;
  line-height: 37.248px;
  font-family: Lato, sans-serif;
}

/* end */


.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>ul>li>a {
  width: auto;
  padding: 10px 20px;
  line-height: 1.3;
  color: rgba(102,102,102,.85);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bolder;
  color: #000;
  border-bottom: 0!important;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>ul>li>ul {
  margin: 0;
  padding: 0;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>ul>li>ul>li {
  display: block;
  margin: 0;
  vertical-align: top;
  margin-left: 0!important;
  margin-right: 0!important;
}

.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>ul>li>ul>li>a {
  text-decoration: none;
  width: auto;
  padding: 10px 20px;
  line-height: 1.3;
  color: rgba(102,102,102,.85);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
  border-bottom: 0!important;
  white-space: normal;
}







.register-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  display: none;
}


.r-open .register-overlay {
  display: block;
  opacity: .6;
}

.register-form {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none!important;
  -webkit-backface-visibility: hidden;
  overflow: hidden auto;
  display: none;
}

.r-open .register-form {
  display: block;
}

.register-form .register-close {
  display: inline-block;
  background-color: initial;
  letter-spacing: .03em;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  max-width: 100%;
  text-transform: none;
  cursor: pointer;
  outline: none;
  z-index: 1046;
  box-shadow: none;
  position: fixed;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  padding: 0;
  mix-blend-mode: difference;
  margin: 0!important;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  min-height: 0;
  width: 40px;
  -webkit-backface-visibility: hidden;
  height: 40px;
  line-height: 40px;
  font-family: Arial,monospace;
  transition: opacity .6s,transform .6s,-webkit-transform .6s;
  -webkit-transform: translateY(50%)translateZ(1px);
  transform: translateY(50%)translateZ(1px);
}

.r-open .register-form .register-close {
  opacity: .6;
  -webkit-transform: translateY(0)translateZ(1px);
  transform: translateY(0)translateZ(1px);
}

.register-form .register-form-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.r-open .register-form .register-form-inner {
  display: block;
}

.register-form-inner .register-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity .3s,-webkit-transform .5s;
  transition: opacity .3s,-webkit-transform .5s;
  -o-transition: transform .5s,opacity .3s;
  transition: transform .5s,opacity .3s;
  transition: transform .5s,opacity .3s,-webkit-transform .5s;
  width: 100%;
  cursor: auto;
  top: 18%;
}

.r-open .register-form-inner .register-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.register-content .register-content-w {
  background-color: #fff;
  max-width: 875px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
  box-shadow: 3px 3px 20px rgb(0 0 0 / 15%);
  position: relative;
}

.register-content-w .lightbox-inner {
  padding: 30px 20px;
}

.lightbox-inner .customer_login {
  max-width: 1110px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.lightbox-inner .customer_login:after {
  content: "";
  display: table;
  clear: both;
}

.customer_login .customer_login-p {
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
  padding-bottom: 0!important;
}

.customer_login-p h3.uppercase {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
  font-size: 1.25em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.customer_login-p form {
  margin-bottom: 1.3em;
}

.customer_login-p form .hs_email {
  margin-top: 0;
  margin-bottom: .5em;
}

.customer_login-p form .hs_email label {
  font-weight: 700;
  display: block;
  font-size: 15.84px;
  margin-bottom: .4em;
  color: #222;
}

.customer_login-p form .hs_email .input input {
  border: 1px solid #ddd;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
  -o-transition: color .3s,border .3s,background .3s,opacity .3s;
  transition: color .3s,border .3s,background .3s,opacity .3s;
  margin-bottom: 1em;
}

.customer_login-p form .hs-richtext {
  margin: 0;
}

.customer_login-p form .hs-richtext p {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 17.6px;
}

.customer_login-p form .hs_subscribe_to_our_newsletter {
  margin-top: 0;
  margin-bottom: .5em;
  clear: both;
}

.customer_login-p form .hs_subscribe_to_our_newsletter li.hs-form-booleancheckbox {
  margin: 0;
}

.customer_login-p form .hs_subscribe_to_our_newsletter li.hs-form-booleancheckbox input {
  display: inline;
  margin-right: 10px;
  font-size: 16px;
  margin-bottom: 1em;
  vertical-align: unset;
}

.customer_login-p form .hs_subscribe_to_our_newsletter li.hs-form-booleancheckbox span {
  font-weight: 700;
  font-size: 15.84px;
  margin-bottom: .4em;
  color: #222;
  display: inline;
  vertical-align: unset;
}

.customer_login-p form .hs_emai.hs-emai.hs-fieldtype-booleancheckbox {
  margin: 0;
}

.customer_login-p form .hs_emai.hs-emai.hs-fieldtype-booleancheckbox li.hs-form-booleancheckbox {
  margin: 0;
}

.customer_login-p form .hs_emai.hs-emai.hs-fieldtype-booleancheckbox li.hs-form-booleancheckbox input {
  overflow: visible;
  margin-bottom: 1em;
  display: inline;
  margin-right: 10px;
  font-size: 16px;
  vertical-align: unset;
}
.customer_login-p form .hs_emai.hs-emai.hs-fieldtype-booleancheckbox li.hs-form-booleancheckbox span {
  vertical-align: unset;
  font-weight: 700;
  font-size: 15.84px;
  margin-bottom: .4em;
  color: #222;
  display: inline;
}

.customer_login-p form .hs-richtext p.bottom {
  font-size: 14.96px;
  margin-bottom: 1.5em;
}

.customer_login-p form .hs_submit {
  margin-bottom: .5em;
}

.customer_login-p form .hs_submit .actions input.hs-button.primary.large {
  position: relative;
  display: inline-block;
  font-size: 17px;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 40px;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  text-rendering: optimizeLegibility;
  color: #fff;
  border-color: rgba(0,0,0,5%);
  margin-bottom: 1em;
  background-color: #11519B;
  border-radius: 15px!important;
}

.customer_login-p form .hs_submit .actions input.hs-button.primary.large:hover {
  outline: none;
  opacity: 1;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
  box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

html.r-open {
  margin-right: 17px;
  overflow: hidden;
}


.animate .fixed-wrapper {
  min-height: 155px;
}

.subscribe-form-inner form ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}
.wide-nav .left .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>ul>li {
  margin-top: 5px;
}



.tooltipster-default .tooltipster-content {
  font-family: Arial,sans-serif !important;
  font-size: 14px !important;
  padding: 8px 10px !important;
}

.tooltipster-default {
  background: #111;
}

.tooltipster-arrow span {
  border-color: rgb(17, 17, 17) !important;
}



@-webkit-keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media (min-width:850px) {
  .top-bar .flex-left ul li {
    margin: 0 .7em;
  }
  .top-bar .flex-right ul li {
    margin: 0 .7em;
  }
  .top-bar .flex-right ul li:not(:first-child) a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0,0,0,.1);
    height: 15px;
    margin-top: -7px;
    left: -1em;
  }
  .wide-nav .right .hs-menu-wrapper>ul>li:last-child>ul>li {
    margin: 0 .7em;
  }
  .wide-nav .right .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0,0,0,.1);
    height: 15px;
    margin-top: -7px;
    left: -1em;
    border-color: rgba(255,255,255,.2);
  }
  .toggle-btn {
    display: none;
  }
  .main-menu-overlay {
    display: none;
  }
  .mobile-wrapper {
    display: none;
  }
  .mobile-wrapper .mobile-wrapper-inner {
    display: none;
  }
  .banner-layers .text-box.banner-layer {
    left: 50%;
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    top: 50%;
    -webkit-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    font-size: 16px;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
  }
  .customer_login .customer_login-p {
    padding: 0 30px 30px;
    margin-bottom: 0;
  }
}





@media (max-width:849px) {
  .top-bar .flex-right {
    display: none;
  }
  .top-bar .flex-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto!important;
  }
  .top-bar .flex-left ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wide-nav {
    display: none;
  }
  .masthead .logo-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin: 0 15px;
  }
  .masthead .hide-for-medium {
    display: none!important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1;
  }
  .masthead .right-icons {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .masthead .right-icons ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .masthead .right-icons ul li.header-divider {
    display: none;
  }
  .toggle-btn {
    max-height: 100%;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1;
  }
  .toggle-btn ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .toggle-btn ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .toggle-btn ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .toggle-btn ul li a {
    padding: 10px 0;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(102,102,102,.85);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-size: .8em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  .toggle-btn ul li a:hover {
    color: #111111d9;
  }
  .toggle-btn ul li a i {
    font-family: fl-icons!important;
    font-display: block;
    speak: none!important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    position: relative;
    line-height: 1.2;
    vertical-align: middle;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 1.9em;
    min-width: 1em;
  }
  .toggle-btn ul li a span {
    letter-spacing: .05em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-left: 5px;
  }
  .icon-menu:before {
    content: "";
  }
  .side-bar .hs-menu-wrapper>ul>li:nth-child(6)>ul>li>a {
    color: #000;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bolder;
  }
}

@media (max-width:849px) and (min-width:550px) {
  .banner-layers .text-box.banner-layer {
    font-size: 1.8vw;
    top: 54%;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    left: 50%;
  }
  .subscribe-form-inner form .hs_email .input input {
    font-size: 12.4141px;
  }
  .subscribe-form-inner form .hs_submit .actions input.hs-button.primary.large {
    font-size: 12.4141px;
  }
}


@media (max-width:549px) {
  .header-wrapper .masthead {
    height: 70px;
  }
  .toggle-btn ul li a span {
    display: none;
  }
  .relative-m .flex-col-i input#woocommerce-product-search-field-1 {
    font-size: 13.192px;
    line-height: 21.1072px;
  }
  .side-bar .hs-menu-wrapper>ul>li:last-child .social-icons a {
    opacity: 1;
    position: static;
    display: inline;
  }
  .side-bar .hs-menu-wrapper>ul>li:nth-child(8)>a {
    font-size: 13.192px;
    line-height: 31.6608px;
  }
  .relative-m .search-form-categories select {
    font-size: 13.192px;
    font-family: Lato, sans-serif;
    width: 52.4844px !important;
  }
  .side-bar .hs-menu-wrapper>ul>li:last-child {
    font-size: 13.6px;
    line-height: 21.76px;
  }
  .side-bar .hs-menu-wrapper>ul>li:last-child .social-icons a {
    font-size: 16.32px;
  }
  .side-bar .hs-menu-wrapper>ul>li:last-child .social-icons a:first-child {
    margin-right: 0;
  }
  .banner-layers .text-box.banner-layer {
    left: 50%;
    top: 50.3%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 11px;
  }
  .subscribe-form-inner form .hs_email .input input {
    font-size: 10.67px;
  }
  .subscribe-form-inner form .hs_submit .actions input.hs-button.primary.large {
    font-size: 10.67px;
  }
}







/* tooltip css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
  transition:opacity .2s ease;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ccc;
  text-align: center;
  background-color: #333;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}


/* end */

/* Updates on 21/2/2022 */

/* .hs-landing-page .main-menu-overlay,.hs-landing-page .mobile-wrapper{
display: none;
} */


@media(max-width: 767px){
  .hs-landing-page img#hs-cta-img-906e4555-6d46-4dd4-90b2-fb2ce63b51a6{
    width: 100%;
    height: auto;
  }
}


.header__main-container .top-bar{
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.header__main-container .top-bar .nav-left em{
  color: #323232;
}
.header__main-container .searchform-wrapper form .relative .search-input input{
  position: relative;
  padding-left: 40px;
  border-radius: 4px;
  clear: both;
  font-size: 16px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
}
.header__main-container .searchform-wrapper form .relative .button-s{
  left: 0;
  margin-left: 0;
  position: absolute;
  z-index: 1;
}
.header__main-container .searchform-wrapper form .relative .button-s i{
  color: #ccc;
}
.header__main-container .nav-icons .icon-list .icon-wrapper:first-child{
  border-left: none;
}
.header__main-container .nav-icons .icon-list .icon-wrapper:last-child{
  padding-right: 0;
}
.header__main-container .header-hs-menu-wrapper .menu__list >  li > a{
  position: relative;
}
.header__main-container .header-hs-menu-wrapper .menu__list >  li > a:hover::before{
  transform: scale(1,1);
  transform-origin: left center;
}
.header__main-container .header-hs-menu-wrapper .menu__list >  li > a:hover{
  background: transparent !important;
}
.header__main-container .header-hs-menu-wrapper .menu__list >  li > a::before{
  border-bottom: 1px solid #ccc;
  content: "";
  display: block;
  left: 10px;
  position: absolute;
  bottom: 12px;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .6s cubic-bezier(.28,.75,.22,.95);
  width: calc(100% - 20px);
}
.header__main-container .wide-nav .right{
  flex: unset;
}
.header__main-container .wide-nav .page-center{
  justify-content: space-between;
}
.header__main-container .wide-nav .left .hs-menu-wrapper > ul > li, .header__main-container .wide-nav .left .hs-menu-wrapper > ul{
  position: static;
}
.header__main-container .wide-nav .left .hs-menu-wrapper > ul > li:hover > ul{
  left: 0;
  width: 100%;
}
.header__main-container .wide-nav{
  background-color: #0b508c;
  min-height: 61px;
}
.header__main-container .header-primary-menu-layout.overlay-visible .hs-menu-wrapper > ul > li > a{
  opacity: 0.65;
}
.header__main-container .wide-nav .left .hs-menu-wrapper > ul > li > a > i, .header__main-container .header-primary-menu-layout.overlay-visible .hs-menu-wrapper > ul > li > a.hoveractive{
  opacity: 1;
}
.header__main-container .wide-nav .left .hs-menu-wrapper > ul > li > a{
  text-transform: inherit;
  /* 	opacity: .65; */
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.header__main-container .woocommerce-Price-amount{
  font-size: 15px;
  font-weight: 600;
}
.header__main-container .shoptimizer-cart-icon .mini-count{
  background-color: #dd3333;
  border-color: #dd3333;display: inline-block;
  position: relative;
  top: 5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 8px;
  line-height: 18px;
  text-align: center;
  transition: .2s all;
}
.header__main-container .header-hs-menu-wrapper li a:hover i{
  transform: rotate(180deg);
}
.header__main-container img{
  max-width: 100%;
}
.header__main-container .sub-menu-main-wrapper{
  display: flex;
  justify-content: center;
  width: 100%;
}
.header__main-container .sub-menu-main-wrapper > li > a.custom-menu-item{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor:auto;
}
.header__main-container .sub-menu-main-wrapper > li .badge-text > a{
  background-color: #0b508c;
  color: #ffffff;
  min-width: inherit;
  min-height: inherit;
  font-size: 20px;
  border-radius: 4px;
  padding: 9px 9px;
  opacity: .8;
  line-height: 20px;
  font-weight: 400;
}
.header__main-container .wide-nav .left .hs-menu-wrapper .sub-menu-main-wrapper .card__title > a{
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #2c2d33;
}
.header__main-container .wide-nav .left .hs-menu-wrapper .sub-menu-main-wrapper .card__btn > a{
  background-color: #f19526;
  display: block;00% - 30px);
  height: 40px;
  padding: 0;
  border-radius: 4px;
  color: #fff;
  opacity: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  transition: all .1s;
}
.header__main-container .wide-nav .left .hs-menu-wrapper .sub-menu-main-wrapper ul > li a{
  color: #323232;
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
  line-height: 1.4;
  padding: 2px 0;
  position: relative;
  display: inline-block;
}
.header__main-container .sub-menu-main-wrapper > li .card__image{
  position: relative;
}
.header__main-container .wide-nav .left .sub-menu-wrapper .sub-menu-main-wrapper  ul li, .header__main-container .wide-nav .left .sub-menu-wrapper .sub-menu-main-wrapper  ul{
  display: block;
}
.header__main-container  .wide-nav .left .hs-menu-wrapper > ul > li.hs-menu-depth-3 .hs-sub-menu-depth-4 .badge-text > a{
  background-color: #dd5656;
  color: #ffffff;
}
.header__main-container .sub-menu-main-wrapper > li .card__image .badge-wrapper{
  font-size: 11px;
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header__main-container .wide-nav .left .custom-menu-item:hover{
  color: #001535;
}
.header__main-container .wide-nav .left .hs-menu-wrapper .sub-menu-main-wrapper ul > li a::after{
  display: block;
  position: absolute;
  top: calc(100% + -2px);
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  content: "";
  transition: transform .6s cubic-bezier(.28,.75,.22,.95);
  transform: scale(0,1);
  transform-origin: right center;
}
.header__main-container .wide-nav .left .hs-menu-wrapper .sub-menu-main-wrapper ul > li a:hover::after{
  transform: scale(1,1);
  transform-origin: left center;
}
.header__main-container .sub-menu-main-wrapper > li{
  display: inline-block;
  float: none;
  flex-basis: 23%;
  margin: 20px 0;
  padding-right: 25px;
  padding-left: 25px;
  border-left: 1px solid #eee;
}
.header__main-container .wide-nav .left .hs-menu-wrapper > ul > li > a:hover{
  background: transparent;
}
.header__main-container .sub-menu-main-wrapper > li:hover .card__inner-content{
  transform: translateY(-40px);
  transition: transform .2s ease-out;
}
.header__main-container .sub-menu-main-wrapper > li:hover .card__inner-content .card__btn a{
  opacity: 1 !important;
}
.header__main-container .sub-menu-main-wrapper > li .card__inner-content{
  min-height: 110px;
  padding-top: 10px;
  background-color: #fff;
}
.header__main-container .sub-menu-main-wrapper > li:last-child{
  border-right: 1px solid #eee;
}
/* .header__main-container .wide-nav .left .hs-menu-wrapper > ul > li.hs-menu-depth-1 .hs-sub-menu-depth-3{
flex-basis: 40%;
} */
.header__main-container .wide-nav .left .hs-menu-wrapper > ul > li:nth-child(3):hover > ul{
  position: absolute;
  transform: unset;
  left: 0 !important;
  max-width: 100% !important;
}
/* .header__main-container .wide-nav .left .hs-menu-wrapper > ul > li > a span.line-separator{
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #eee;
display: block;
} */
.listing-social .icon.button{
  z-index:1;
}
.mb-visible{
  display: none;
}
/* .header-primary-menu-layout span.line-separator{
  font-size: 20px;
} */
.header-primary-menu-layout .hs-menu-depth-5{
  pointer-events: none;
}
@media(max-width: 992px){
  .header__main-container .cart-icon-widget .cart-contents span.amount{
    display: none;
  }
  .header__main-container .mobile-wrapper-inner .content{
    background: #fff;
  }
  .header__main-container .mb-visible .search-icon{
    padding-top: 6px;
    padding-right: 10px;
  }
  .header__main-container .side-bar .hs-menu-wrapper > ul > li > ul > li > a	{
    color: #222;
    font-size: 14px;
    font-weight: 400;

  }	
  .header__main-container .side-bar .hs-menu-wrapper > ul > li > a{
    padding: 6px 15px;
  }
  .header__main-container .header-social-icons .custom-social-links__icon:hover svg{
    fill: #999;
  }
  .header__main-container .side-bar .hs-menu-wrapper > ul > li.child-open{
    background: #fff;
  }
  .header__main-container .side-bar .child-trigger{
    color: #222;
  }
  .header__main-container .header-social-icons .custom-social-icons {
    padding-left: 15px;
  }
  .header__main-container .header-social-icons .custom-social-links__icon svg{
    height: 20px;
  }
  .header__main-container .side-bar .textwidget ul li a{
    font-size: 14px;
    color: #222;
  }
  .header__main-container .header-social-icons .custom-social-links__icon{
    width: 25px;
  }
  .header__main-container .side-bar .textwidget ul, .header__main-container .side-bar .top-bar-right{
    list-style: none;
    padding-left: 15px;
  }
  .header__main-container .side-bar  .section-title h4{
    margin-top: 0;
    margin-bottom: 5px;
    padding: 25px 0 0 15px;
    opacity: .6;
    font-size: 11px;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .header__main-container .side-bar .hs-menu-wrapper > ul > li > a{
    text-transform: inherit;
    font-size: 15px;
    color: #222;
  }
  .header__main-container .side-bar .hs-menu-wrapper > ul > li:first-child, .header__main-container .side-bar .hs-menu-wrapper > ul > li:last-child{
    padding: 0;
  }
  .header__main-container .header-wrapper .masthead{
    padding: 0;
  }
  .header__main-container .logo-wrapper > .hs_cos_wrapper{
    max-width: 72px;
  }
  .header__main-container .cart-icon-widget svg{
    color: #000;
  }
  /*   .header__main-container .mb-visible{
  display:flex;
  justify-content: flex-end;
} */
  /*   .mb-visible{
  display: block;
} */
  .header__main-container .top-bar{
    display: none;
  }
}



@media(max-width: 849px){
  .header__main-container .mb-visible{
    display:flex;
    justify-content: flex-end;
  }
  .mb-visible{
    display: block;
  }
  .mobile-wrapper .side-bar ul > li.hs-item-has-children{
    display: flex;
    flex-flow: row wrap;
  }
  .child-open .hs-item-has-children .sub-menu-child{
    transform: rotate(0deg);
  }
  .child-open .hs-item-has-children.child-open .sub-menu-child{
    transform: rotate(180deg);
  }
  .mobile-wrapper .side-bar .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a{
    text-transform: inherit;
  }
  .mobile-wrapper .side-bar .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:not(:first-child) {
    margin-top: 0;
  }
  .mobile-wrapper .side-bar .hs-menu-wrapper>ul>li:nth-child(4)>ul>li {
    margin-bottom: 0;
  }
  .side-bar .hs-menu-wrapper>ul>li>ul>li:last-child>ul>li>a {
    color: #666;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 400;
  }
}
footer.footer {
	display: block;
	width: 100%;
	position: relative;
}

footer .bottom {
	padding: 10px 0 15px;
	font-size: .9em;
	background-color: #001535;
	color: rgba(255,255,255,.5);
}

footer .bottom .page-center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1080px;
}

footer .bottom .page-center:after {
	content: "";
	display: table;
	clear: both;
}

.bottom .footer-secondary {
	margin-right: 0!important;
	float: right;
	padding: 7.5px 0;
}

.bottom .footer-primary {
	margin-left: 0!important;
	float: left;
}

.footer-secondary .payment-icons {
	display: inline-block;
}

.footer-secondary .payment-icons .payment-icon {
	display: inline-block;
	opacity: .6;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	border-radius: 5px;
	padding-bottom: 0;
	padding: 3px 5px 5px;
	margin: 3px 3px 0;
	background-color: rgba(255,255,255,.1);
	margin-left: -.5px;
}

.footer-secondary .payment-icons .payment-icon svg {
	overflow: hidden;
	vertical-align: middle;
	height: 20px;
	width: auto!important;
	fill: #fff;
}

.copyright p {
	margin: 0;
}

.copyright p a {
	color: currentColor;
}

.menu-footer-menu-container ul {
	padding: 0;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 5px 0 !important;
	font-size: .85em;
	padding-bottom: 5px;
	opacity: .8;
	border-bottom: 1px solid #ddd;
	border-color: rgba(255,255,255,8%);
}

.menu-footer-menu-container ul li {
	margin: 0 .4em;
	display: inline-block;
	margin-right: 2px;
}

.menu-footer-menu-container ul li:first-child {
	margin-left: 0;
}

.menu-footer-menu-container ul li:last-child {
	margin-right: 0;
}

.menu-footer-menu-container ul li a {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	color: currentColor;
}

.menu-footer-menu-container ul li a:hover {
	color: #fff;
}

.copyright p a:hover {
	color: #fff;
}


a.back-to-top {
	font-size: .97em;
	letter-spacing: .03em;
	cursor: pointer;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-shadow: none;
	min-height: 2.5em;
	padding: 0 1.2em;
	max-width: 100%;
	position: fixed!important;
	border-radius: 5px;
	z-index: 21;
	margin: 0;
	opacity: 0;
	bottom: 20px;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	text-transform: none;
	color: currentColor;
	-webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
	transition: color .3s,opacity .3s,-webkit-transform .3s;
	-o-transition: color .3s,opacity .3s,transform .3s;
	transition: color .3s,opacity .3s,transform .3s;
	transition: color .3s,opacity .3s,transform .3s,-webkit-transform .3s;
	line-height: 2.19em;
	border: 2px solid;
	background-color: initial;
	margin-left: .12em;
	margin-right: .12em;
	min-width: 2.5em;
	padding-left: .6em;
	padding-right: .6em;
	display: inline-block;
	left: 20px;
	right: unset;
}

a.back-to-top i {
	vertical-align: middle;
	top: -1.5px;
	font-size: 1.2em;
	font-family: fl-icons!important;
	font-display: block;
	speak: none!important;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	position: relative;
	line-height: 1.2;
}

.icon-angle-up::before {
	content: "";
}

.back-open a.back-to-top {
	opacity: 1;
	pointer-events: inherit;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

a.back-to-top:hover {
	color: #fff;
	background-color: #11519B;
	border-color: #11519B;
}

footer .top {
	padding: 30px 0 0;
	border-top: 1px solid rgba(0,0,0,5%);
	background-color: rgba(0,47,94,0.02);
}

footer .top .page-center {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	width: 100%;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 0!important;
}

footer .top .column {
	position: relative;
	margin: 0;
	padding: 0 15px 30px;
	width: 100%;
	padding-bottom: 0!important;
	margin-bottom: 1.5em;
}

footer .top .page-center:after {
	content: "";
	display: table;
	clear: both;
}

footer .top .column .right-text span.widget-title {
	line-height: 1.05;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
}

footer .top .column .right-text p.is-divider.small {
	height: 3px;
	display: block;
	background-color: rgba(0,0,0,.1);
	margin: 1em 0;
	width: 100%;
	max-width: 30px;
	margin-top: .66em;
}

footer .top .column .right-text p {
	margin-bottom: 1.3em;
	margin-top: 0;
}

.right-text .f-social {
	display: inline-block;
	vertical-align: middle;
	font-size: .85em;
	color: #999;
}

.right-text .f-social a {
	position: relative;
	font-size: .97em;
	letter-spacing: .03em;
	cursor: pointer;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 0;
	text-shadow: none;
	min-height: 2.5em;
	padding: 0 1.2em;
	max-width: 100%;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
	text-rendering: optimizeLegibility;
	color: silver;
}

.right-text .f-social a i {
	font-family: fl-icons!important;
	font-display: block;
	speak: none!important;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	position: relative;
	line-height: 1.2;
	vertical-align: middle;
	top: -1.5px;
	min-width: 1em;
	font-size: 1.2em;
	margin: 0;
}

.right-text .f-social a {
	position: relative;
	font-size: .97em;
	letter-spacing: .03em;
	cursor: pointer;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 0;
	text-shadow: none;
	min-height: 2.5em;
	padding: 0 1.2em;
	max-width: 100%;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
	color: silver;
	margin-bottom: 1em;
	border-radius: 999px!important;
	-o-object-fit: cover;
	object-fit: cover;
	text-transform: none;
	line-height: 2.19em;
	border: 2px solid;
	background-color: initial;
	margin-left: .12em;
	margin-right: .12em;
	min-width: 2.5em;
	display: inline-block;
	opacity: 1;
	padding-left: 0;
	padding-right: 0;
}

footer .top .column .form-t span.widget-title {
	line-height: 1.05;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
}

footer .top .column .form-t p.is-divider.small {
	height: 3px;
	display: block;
	background-color: rgba(0,0,0,.1);
	margin: 1em 0;
	width: 100%;
	max-width: 30px;
	margin-top: .66em;
}

footer .top .column .right-section {
	margin-bottom: 1.3em;
}

.email-form form .hs_email {
	margin-bottom: .5em;
}

.email-form form .hs_email .input input {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 .75em;
	height: 2.507em;
	font-size: 17.072px;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	-webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
	-o-transition: color .3s,border .3s,background .3s,opacity .3s;
	transition: color .3s,border .3s,background .3s,opacity .3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 1em;
	min-height: unset;
	line-height: 27.3152px;
	font-family: Lato, sans-serif;
}

.email-form form .hs_email .input input::-webkit-input-placeholder {
	color: rgb(117, 117, 117);
	font-size: .97em;
}

.email-form form .hs_email>label {
	margin: 0;
	display: none;
}

.email-form form .hs_submit .actions input.hs-button.primary.large {
	margin-bottom: 1em;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 1em;
	text-shadow: none;
	line-height: 2.4em;
	min-height: 2.5em;
	padding: 0 1.2em;
	max-width: 100%;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
	text-rendering: optimizeLegibility;
	font-size: .8em;
	border-radius: 15px!important;
	color: #fff;
	border-color: rgba(0,0,0,5%);
	background-color: #11519B;   
	font-family: Lato, sans-serif;
	font-size: 14px;
	line-height: 34px;
}

.right-section .images1 .f-img-1 {
	display: inline-block;
	margin-right: 7px;
}

.right-section .images1 .f-img-2 {
	display: inline-block;
}

.right-section .images1 .f-img-2 img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
	width: 103px !important;
}

.right-section .images1 .f-img-1 img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
	max-width: 160px;
	transition: 0.3s ease opacity;
}

.right-section .images2 .f-img-3,
.right-section .images2 .f-img-4,
.right-section .images2 .f-img-5 {
	display: inline-block;
}

.images2 .f-img-3 img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
}

.images2 .f-img-4 img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
}

.images2 .f-img-5 img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
}

.images2 .f-img-3 {
	margin-right: 10px;
}

.images2 .f-img-4 {
	margin-right: 11px;
}

.right-section .email-form {
	margin-bottom: 28px;
}

.right-text .f-social a {
	margin-right: -2px;
}

footer .top .column .middle-t span.widget-title {
	line-height: 1.05;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
}

footer .top .column .middle-t p.is-divider.small {
	height: 3px;
	display: block;
	background-color: rgba(0,0,0,.1);
	margin: 1em 0;
	width: 100%;
	max-width: 30px;
	margin-top: .66em;
}

.right-text .f-social a.facebook:hover {
	color: #3a589d!important;
	background-color: currentColor!important;
}

.right-text .f-social a:hover i {
	color: #fff!important;
}

.right-text .f-social a.twitter:hover {
	color: #2478ba!important;
	background-color: currentColor!important;
	border-color: initial!important;
}

.right-text .f-social a.email:hover {
	color: #111!important;
	background-color: currentColor!important;
	border-color: initial!important;
}

.right-text .f-social a.linkedin:hover {
	color: #0072b7!important;
	background-color: currentColor!important;
	border-color: initial!important;
}

.right-text .f-social a.youtube:hover {
	color: #c33223!important;
	background-color: currentColor!important;
	border-color: initial!important;
}

.top .column:nth-child(2) h3 {
	display: none;
}
.top .column:nth-child(2) .hs-rss-module {
	margin: 0;
	padding: 0;
}

.top .column:nth-child(2) .hs-rss-module .hs-rss-item {
	list-style: none;
	margin-bottom: .3em;
	text-align: left;
	margin: 0;
	border-top: 1px solid #ececec;
}

.top .column:nth-child(2) .hs-rss-module .hs-rss-item:first-child {
	border-top: 0;
}

.top .column:nth-child(2) .hs-rss-module .hs-rss-item .hs-rss-item-text {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
	vertical-align: top!important;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0;
}

.top .column:nth-child(2) .hs-rss-module .hs-rss-item .hs-rss-item-text a.hs-rss-title {
	line-height: 1.2;
	display: block;
	margin-bottom: 6px;
	color: #334862;
	text-decoration: none;
}

.top .column:nth-child(2) .hs-rss-module .hs-rss-item .hs-rss-item-text a.hs-rss-title:hover {
	color: #082b6d;
}

.hs_error_rollup {
	display: none;
}
.feedreader_box .hs-with-featured-image{
	display: flex;
	flex-flow: row nowrap;
	flex-direction: row-reverse;
	padding: 10px 0;
}
.feedreader_box .hs-rss-item-image-wrapper{
	margin-right: 15px;
	line-height: 0;
}
footer .feedreader_box .hs-rss-item-text{
	padding: 0 !important;
}
footer .feedreader_box .hs-rss-item-text a{
	margin-bottom: 0 !important;
}
footer .contact-address .section-title h3{
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: 0.5em;
}
footer .location-details a,
footer .location-details a:hover{
	color:#777;
}
footer.footer-main-container .top{
	padding-top: 0;
}
footer.footer-main-container .footer__row-1{
	padding: 4rem 0;
}
.copyright-footer a{
	color: hsla(0,0%,100%,.5);
}
footer.footer-main-container .title span{
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.5;
	display: inline-block;
}
footer.footer-main-container  a{
	line-height: 1.5;
}
footer.footer-main-container .footer-social-icons .custom-social-icons .icon-flex, footer.footer-main-container .footer-social-icons .custom-social-icons .icon-flex > a{
	display: flex;
  align-items: flex-start;
  width: 100%;
}
footer.footer-main-container .review p{
	font-size: 14px;
	margin-bottom: 0;
}
footer.footer.footer-main-container a:hover{
	color: #fff;
	text-decoration: underline;
}
footer.footer-main-container .footer-social-icons .custom-social-links__icon svg{
	position: static;
	transform: none;
	height: auto;
}
footer.footer-main-container .copyrigh-text p{
	font-size: 15px;
	margin-bottom: 0;
}
footer.footer-main-container .footer-social-icons .custom-social-links__icon{
	width: 25px;
}
footer.footer-main-container .footer__row-2{
	margin-top: -3rem;
}
@media (min-width:850px) {
	footer .top .column {
		max-width: 33.3333333333%;
		-ms-flex-preferred-size: 33.3333333333%;
		flex-basis: 33.3333333333%;
	}
}

@media(max-width: 991px){
	footer.footer-main-container .footer-flex-row{
		flex-direction: column;
		align-items: flex-start !important;
	}
	footer.footer-main-container .copyrigh-text{
		margin-bottom: 15px;
	}
	footer.footer-main-container .footer__row-1{
		padding: 2.5rem 0 1rem 0;
	}
	.blog-wrapper .blog-container, .body-container-wrapper .right-section-listing{
		width: calc(100% - 30px);
	}
	.body-container-wrapper .right-section-listing{
		margin: 0 auto;
	}
	footer.footer-main-container .row-fluid .span3{
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}
}

@media (max-width:849px) {
	footer .bottom {
		text-align: center;
		width: 100%;
		float: none;
	}
	.bottom .footer-secondary {
		float: none;
	}
	.bottom .footer-primary {
		float: none;
	}
}

@media (max-width:549px) {
	.email-form form .hs_submit .actions input.hs-button.primary.large {
		font-size: 12.8px;
		line-height: 30.72px;
		margin-bottom: 10px;
	}
	.email-form form .hs_email .input input {
		font-size: 15.52px;
	}
}

@media (max-width:322px) {
	.footer-secondary .payment-icons .payment-icon {
		margin-left: 0.5px;
	}
}
/* Menu and simple menu */

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

/* Horizontal menu */

@media (max-width: 767px) {
 
}

/* 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 a {
  display: block;
  white-space: nowrap;
}

.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) {
}

form label,
form .hs-button{
  font-family:Lato !important;
}

form .hs-button{
  
  border-radius: 6px !important;
  border-width: 0px !important;  
/*   font-family: 'Trebuchet MS', Geneva, Tahoma, sans-serif !important; */
  height: auto !important;
  transition: all .4s ease !important;
  padding: 6px 18px !important;
  text-shadow: none !important;
  width: auto !important;
  font-size: 18px !important;
  line-height: 1.5em !important;
}