*, *:before, *:after {
  box-sizing: border-box;
}
.dis-flex{display:flex;flex-wrap:wrap;}
/*! 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: normal; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  line-height: normal;
}

/**
 * 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;
  max-width:100%;
}

/* 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: 28px;
    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: 28px;
        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: 28px;
        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;
  max-width: 1240px;
  padding: 0 30px;
}

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

.dnd-section {
  padding:0 !important;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  word-break: break-word;
  font-weight:400;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  font-weight:400;
}

strong {
  font-weight: 600;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 300;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: 400;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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 #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button , .cta_button , .cta-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 10.5px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus , .cta_button:hover , .cta-button:hover{
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 13px;
}

fieldset.form-columns-2 > div { width: 48.25% !important; }
fieldset.form-columns-2 > div:last-child { margin-left: 3.5%; }

fieldset.form-columns-3 > div { width: 31% !important;margin-right: 3.5%; }
fieldset.form-columns-3 > div:last-child { margin-right: 0; }

span.hs-form-required { display: none; }


@media(max-width:640px){
  fieldset.form-columns-2>div { width: 100% !important; margin-right: 0 !important; margin-left: 0 !important; }
  fieldset.form-columns-3>div { width: 100% !important; margin-right: 0 !important; margin-left: 0 !important; }
}
/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
  margin-right:0px !important;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  color: #182029;
  display: inline-block;
  font-size: 12px;
  padding: 13px 20px;
  line-height: 20px;
  width: 100% !important;
  resize:none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}
textarea { height: 176px; }

::-webkit-input-placeholder {
  color: #182029 !important;
  opacity:0.4;
}

::-moz-placeholder {
  color: #182029 !important;
  opacity:0.4;
}

:-ms-input-placeholder {
  color: #182029 !important;
  opacity:0.4;
}

:-moz-placeholder {
  color: #182029 !important;
  opacity:0.4;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
}

.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 {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 11px 53px;
  position: relative;
  text-align: center;
  
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */

.header {
  background-color: #F8FAFC;
}

.header-upper-left a svg{height:16px;} 

.search-mobile-wrapper{
  display:none!important;
}

.search-popup-button svg{
  height:16px;
}

ul.submenu.level-2:after{
  position: absolute;
  left: 83px;
  right: 0;
  top: -11px;
  content: '';
  background: #ffffff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border: 1px solid #C9D7E6;
  border-right: 0;
  border-bottom: 0;
}

.header .hamburger.hamburger--squeeze{
  -webkit-appearance:none;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 400;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #F1F1F1;
  border-radius: 4px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 14px;
  opacity: 0;
  min-width: 200px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #F1F1F1;
  left: 50%;
  top: -25px;
  margin-left:0px;
}

.header__language-switcher .lang_list_class:after {
  left: 50%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media(max-width:1024px){

  ul.submenu.level-2:after{
    display:none;
  }
  .navigation-primary .submenu.level-1>li{margin-left:0!important;}
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 400;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}




/* New Updated Styles */


.header-upper { display: flex;display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 20px 0 16px; position: relative;flex-direction:row; }
/* .header-upper-right:after { content: ''; width: 100%; display: inline-block; height: 1px; background: rgba(255,255,255,1); background: -moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(229,229,229,1) 100%); background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,1)),color-stop(26%,rgba(255,255,255,1)),color-stop(100%,rgba(229,229,229,1))); background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(229,229,229,1) 100%); background: -o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(229,229,229,1) 100%); background: -ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(229,229,229,1) 100%); background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(229,229,229,1) 100%); position: absolute; bottom: 0; left: 0; } */
.header-upper-right:after { content: ''; width: 100%; display: inline-block; height: 1px; background:#f1f1f1;  position: absolute; bottom: 0; left: 0; }
.header-upper-left a { font-size: 14px; font-weight: 400; color: #21364F; display: inline-block; vertical-align: middle; }
.header-upper-left a svg { width: 14px; }
.header-upper-left a svg { width: 16px; display: inline-block; vertical-align: middle; margin-right: 10px; margin-bottom: 5px; }
.header-lower { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;padding:0px 0 10px; }
.header-logo { width: 117px; }
.header-logo a, .header-logo span { display: flex; flex-wrap: wrap; align-items: center; }
/* .header-logo img.hs-image-widget { width: 100% !important; } */

.header-upper-right { display: flex; flex-wrap: wrap; align-items: center;-webkit-align-items:center;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; }

.search-popup-button { color: #314860; width: 16px; display: inline-block; }
.search-popup-wrapper { position: fixed; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; height: 100%; z-index: 333; background: #fff; left: 0; top: 0; opacity: 0; visibility: hidden; transition: 0.7s ease all; }
.search-popup-wrapper.popup-active { opacity: 1; visibility: visible; }
a.popup-close { width: 18px; position: absolute; top: 50px; right: 50px;color: #314860; }

.header__language-switcher { cursor: pointer; padding-right: 0; border-left: 1px solid #F1F1F1; padding-top: 8px; padding-bottom: 8px; padding-left: 20px; margin-left: 20px; }

/* Remove this media query if not needed */
/* @media(max-width:1280px){
.header{display:none;}
} */



@media(max-width:1024px){
  .header-upper-right{display:none;}

  .header{overflow:hidden;}
  body.menu--active .header {overflow: visible;}
  .header.navigation-primary {right: -100%;}
  .menu--active .header .navigation-primary {right: 0;}
  .search-mobile-wrapper .hs-search-field__suggestions{display:none;}
  .search-mobile-wrapper form{margin-top:24px;}
  .search-mobile-wrapper{width:100%;padding:0px;display:block!important;}
  .search-mobile-wrapper form input {height:48px;border: 1px solid #FFFFFF;background-color: #FFFFFF;padding:10px 21px;color: #21364F;font-size: 13px;font-weight: 400;letter-spacing: 0;line-height: 16px;}
  .search-mobile-wrapper form input::placeholder {color: #21364F;font-size: 13px;font-weight: 400;letter-spacing: 0;line-height: 16px;opacity:1;}
  .search-mobile-wrapper form button {background: transparent;padding: 0;position: absolute;top: 15px;right: 21px;max-width: 18px;height: 18px;}
  .header-upper-left:after{
    content: '';
    width: 100%;
    display: inline-block;
    height: 1px;
    background: #f1f1f1;
    /*     background: -moz-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(229,229,229,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,1)),color-stop(26%,rgba(255,255,255,1)),color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 26%,rgba(229,229,229,1) 100%); */
    position: absolute;
    bottom: 0;
    left: 0;  
  }

  .header-upper {padding: 18px 0 11px;}
}

@media(max-width:767px){
  .header-logo { width: 90px; }
/*   .header-lower {padding: 0px 0 3px;} */
   .header-lower {padding: 10px 0;}
}

@media(max-width:375px){
  .navigation-primary .submenu.level-1>li.no-submenu a{
    width:100%;
  }
}


.header__language-switcher{
  display:none;
}



.submenu.level-1>.has-submenu>.menu-arrow,.submenu.level-1>li.has-submenu {
  cursor:pointer; 
}

@media(min-width:1025px){
  .submenu.level-1>li {
    padding: 10px 4px 14px 0 !important;
  }
}
.footer{padding:30px 0;}

.footer-logo { text-align: center; }
.footer-logo a { display: inline-block; width: 114px; }
.footer-logo a img { width: 100% !important; max-width: 100%; } 

.footer-row-2 { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; margin-top: 30px; }
.footer-row-2-1 , .footer-row-2-2 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }

.footer-menu-section { width: 60.5%; }
.footer-form-section { width: 35%; }
.footer-form-wrapper form { display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer-form-wrapper form label{display:none;}
.footer-form-wrapper form input { background: #f8fbfd; width: 100% !important; height: 48px; padding: 0 35px; font-size: 12px; line-height: 20px; }
.footer-form-wrapper form fieldset.form-columns-2 { width: 100%; }
.footer-form-wrapper form fieldset.form-columns-1 { width: 49%; }
.footer-form-wrapper form fieldset.form-columns-1 input{width:100%;}
.footer-form-wrapper form .hs_submit.hs-submit { width: 49%; }
.footer-form-wrapper form fieldset.form-columns-2 .hs-form-field {width: 49%;}
.footer-form-wrapper form fieldset.form-columns-2 .hs-form-field:last-child { margin-left: 2%; }
.footer-form-wrapper form .hs-form-field{margin-bottom:10px;}
.footer-form-wrapper form .input{margin-right:0px !important;}
.footer-form-wrapper form input[type=submit] {width:100% !important;font-size:16px;padding:0 20px;line-height:27px;font-weight:400;}

.footer-menu-upper { margin-bottom: 36px; }
.footer-menu-upper .hs-menu-wrapper > ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer-menu-upper .hs-menu-wrapper>ul > li.hs-menu-item.hs-menu-depth-1 , .footer-menu-lower-items { width: 29%; margin-right: 6.5%; }
.footer-menu-upper .hs-menu-wrapper>ul > li.hs-menu-item.hs-menu-depth-1:nth-child(3n) , .footer-menu-lower-items:nth-child(3n){margin-right:0px;}
.footer-menu-upper .hs-menu-wrapper>ul>li>a , .footer-form-wrapper h3.form-title { color: #446CF5; font-size: 10px; font-weight: 400; letter-spacing: .83px; line-height: 27px; text-transform: uppercase; display: inline-block; margin-bottom: 13px; }
.footer-menu-upper .hs-menu-wrapper>ul > li > ul > li > a{margin-bottom:5px;color: #182029; opacity: 0.8;font-weight:400;font-size:14px;line-height:20px;}
.footer-menu-lower-items > strong { color: #FF9D02;font-size: 10px; font-weight: 400; letter-spacing: .83px; line-height: 27px; text-transform: uppercase; display: inline-block; margin-bottom: 13px; }

.footer-menu-lower { display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer-addresses * { margin-bottom: 5px; color: #182029 !important; font-weight: 400; font-size: 14px; line-height: 24px; }
.footer-addresses strong{font-weight:400; opacity: 0.8;}

.footer-copyright-section { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-top: 30px; padding-top: 30px; border-top: 1px solid #F1F1F1; }

.footer-copyright-left p { margin-bottom: 0; font-size: 12px; opacity: 0.4; color: #182029; font-weight: 400; line-height: 20px; }
.footer-copyright-right { display: flex; flex-wrap: wrap; align-items: center; }


.footer-image-section { margin-top: 83px; text-align: right; }
.footer-image-section img { box-shadow: 0 0 10px 0 rgba(0,0,0,0.1); }
.privacy-links ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; }
.privacy-links li { margin-left: 7px; }
.privacy-links li:last-child:before { content: ''; width: 1px; height: 8px; background: #182029; display: inline-block; margin-right: 4px; opacity: 0.4; }
.privacy-links li a{  margin-bottom: 0; font-size: 12px; font-weight: 400; line-height: 20px;  color: #182029; opacity: 0.4; }
.privacy-links li:hover a{color: #446CF5;opacity:1;}
.social-links { margin-left: 23px; }
.social-links ul{display: flex; flex-wrap: wrap; align-items: center; list-style: none;padding:0px;margin:0px;}
.social-links li{margin-left:11px;}
.social-links li a svg { width: auto; height: 16px;max-width:20px;transition:0.3s all ease-in-out; }
.social-links li:hover a svg{fill:#446CF5;transition:0.3s all ease-in-out;}
@media(max-width:1024px){
  .footer-menu-upper .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1, .footer-menu-lower-items { width: 32%; margin-right: 2%; }
  .footer-menu-section { width: 58%; }
}
@media(max-width:767px){
  .footer { padding: 30px 0 20px; }
  .footer-menu-upper .hs-menu-wrapper>ul{flex-direction:row !important;}
  .footer-menu-section { width: 100%;order:2; }
  .footer-form-section { width: 100%; margin-bottom: 55px; order:1;}
  .footer-image-section { margin-top: 30px; text-align: left; }
  .footer-form-wrapper form fieldset.form-columns-1 {width:100%;}
  .footer-form-wrapper form input {padding: 0 18px;}

}



@media(max-width:640px){
  .footer-logo { text-align: left; }
  .footer-row-3 { margin-top: 10px; padding-top: 20px; border-top: 1px solid #f1f1f1; }
  .footer-copyright-section { position: relative;padding-top:0px;margin-top:0px;padding-right: 75px; border-top: 0px; }
  .footer-copyright-left { width: 100%; }
  .footer-copyright-right { width: 100%; }
  .footer-copyright-right .privacy-links li:first-child{margin-left:0px;}
  .social-links { margin-left: 23px; position: absolute; right: 0; margin: 0; top: calc(50% - 11px); }

  .footer-menu-upper .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1 { width: 48%; margin-right: 4%; }
  .footer-menu-upper .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1:nth-child(3n){margin-right:4%;}
  .footer-menu-upper .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1:nth-child(2n){margin-right:0;}
  .footer-menu-lower-items { width: 48%; margin-right: 4%;margin-bottom:28px; } 
  .footer-menu-lower-items:nth-child(3n){margin-right:4%;}
  .footer-menu-lower-items:nth-child(2n + 1){margin-right:0;}
  .footer-menu-lower-items:first-child { width: 100%; margin-right: 0; }

  .footer-menu-upper { margin-bottom: 0; }
  .footer-menu-upper .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1 { margin-bottom: 28px; }
}
@media(max-width:480px){
  .footer-form-wrapper form fieldset.form-columns-1 { width: 100%; }
  .footer-form-wrapper form fieldset.form-columns-2 .hs-form-field { width: 100%; margin-left: 0 !important; margin-right: 0 !important; }
  .privacy-links li {margin-left:6px;}
  .footer-form-wrapper form input[type=submit] {padding: 0 63px;}
  .footer-form-wrapper form .hs_submit.hs-submit {width: auto!important;}
}
@media(max-width:375px){
  .footer-menu-upper .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1 { width: 100%; margin-right: 0 !important; margin-bottom: 15px !important; }
  .footer-menu-lower-items { width: 100%; margin-right: 0 !important; margin-bottom: 15px; }
  .footer-menu-lower-items>strong.no-content {display:none !important;}


}

@media(max-width:360px){

  .social-links{width:100%;top:0;position:relative;margin-top:10px;}
  .footer-copyright-right {display:block;}
  .footer-copyright-section{display:block;padding-right:0;}
  .footer .social-links li {
    margin-left: 0;
    margin-right: 15px;
  }  
}

/* footer.html */
#scroll-button {
  display: inline-block;
  background-color:#FAAC3D;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scroll-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  position: relative;
  top: -3px;
}
#scroll-button:hover {
  cursor: pointer;
  background-color:#446CF5;
}
#scroll-button:active {
  background-color: #555;
}
#scroll-button.show {
  opacity: 1;
  visibility: visible;
}

@media(max-width:1200px){
  #scroll-button{display:none;}
}




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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
/* 
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
 */
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

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

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

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

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.hs-blog-listing .content{display:none;}
#loadMore {
    width: 100%;
    box-sizing: border-box !important;
    color: #1b1b1b;
    display: block;
    text-align:left;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 4px;
    margin-top: 44px;
    margin-bottom: 15px;
    transition: all ease-in-out .2s;
}

.no-content{
   display:none!important;
}

.blog-pagination{
   display:none!important;
}
.grey-fourt-author { margin: 0; font-size: 14px; line-height: 24px; color: #21364F; }
.grey-fourt-author strong { font-weight: 600; }
.blog-listing-wrapper .post-item .post-header h4 a:hover,.grey-fourt-author a:hover,.post-header h2 a:hover,.blog-recent-list p a:hover,.blog-post-filter ul li a:hover,.ias-trigger a:hover,.featured-post-header h4 a:hover,.blog-browse-blog-list h6 a:hover{color:#446CF5;transition:all 0.5s ease;}
.blog-marg-bott{margin-bottom:15px;}
.readmore-blue-sixte{color: #446CF5; font-size: 16px; font-weight: 600; line-height: 27px;}
.date-blue-twel{ text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);text-transform:uppercase;color:#446CF5; font-size: 12px; font-weight: bold; letter-spacing:1px; line-height: 20px; }

.blog-wrap{background-color: rgba(245,249,251,1); padding: 93px 0px 121px;}
.content-sidebar-flex { display: flex; flex-wrap: wrap; }
.content-sidebar-flex .content-sidebar-left,.blog-wrap.topic-view.listing-view .content-sidebar-flex .content-sidebar-left { width:calc(100% - 259px);padding-right:55px; }
.content-sidebar-flex .content-sidebar-right,.blog-wrap.topic-view.listing-view .content-sidebar-flex .content-sidebar-right{ width: 259px; }

.blog-listing-wrapper .post-item .post-header h4 a{color:#182029;}
.blog-listing-wrapper .post-item .post-header h4{line-height:30px;}
.blog-wrap.listing-view{background:none;padding: 64px 0px 78px;}
.blog-wrap.listing-view .post-listing{display:flex;flex-wrap:wrap;}
.blog-wrap.listing-view .blog-listing-wrapper a.hs-featured-image-link{height:212px;}
.blog-wrap.listing-view .blog-listing-wrapper .post-item{width: 31%;box-shadow:none;border-radius:0;margin-right:3.5%;background:none;margin-bottom:65px;}
.blog-wrap.listing-view .blog-listing-wrapper .post-item:last-child,.blog-wrap.listing-view .blog-listing-wrapper .post-item:nth-of-type(3n){margin-right:0;}
.blog-wrap.listing-view .content-sidebar-flex .content-sidebar-right{display:none;}
.blog-wrap.listing-view .content-sidebar-flex .content-sidebar-left{width:100%;padding-right:0px;}
.blog-wrap.listing-view .post-item-content {padding: 17px 0px 0px;}
.blog-wrap.listing-view .post-header { margin-top: 11px; }

.blog-wrap.topic-view.listing-view{background-color: rgba(245,249,251,1);}
.blog-wrap.topic-view.listing-view .content-sidebar-flex .content-sidebar-right{display:block;}
.blog-wrap.topic-view.listing-view .blog-listing-wrapper .post-item{width: 47.45%;    margin-right: 5.1%;}
.blog-wrap.topic-view.listing-view .blog-listing-wrapper .post-item:nth-of-type(3n){margin-right: 3.5%;}
.blog-wrap.topic-view.listing-view .blog-listing-wrapper .post-item:nth-of-type(2n){margin-right:0;}



/* Listing page css starts */

.blog-listing-wrapper a.hs-featured-image-link { height:595px; width: 100%; display: block;  }
.blog-listing-wrapper .blog-header__author-avatar,.post-posting .blog-header__author-avatar {     background-color: #fff;height: 69px; width: 69px; margin: 0 auto 14px; }
.blog-listing-wrapper .post-item:not(:last-child){margin-bottom:57px;}
.blog-listing-wrapper .post-item .post-header h2,.blog-listing-wrapper .post-item .post-header h4 {margin-bottom: 17px;}
.post-body-listing ol,.post-body-listing ol>div, .post-body-listing, .post-body-listing p, .post-body-listing i, .post-body-listing h1, .post-body-listing h2, .post-body-listing h3, .post-body-listing h4, .post-body-listing h5, .post-body-listing h6, .post-body-listing a, .post-body-listing span, .post-body-listing strong, .post-body-listing em, .post-body-listing li { font-weight: 400; margin: 0; padding: 0; float: none;    color: rgba(24,32,41,0.6);font-size: 16px; font-style: normal; line-height:27px; display: inline;  list-style: none; }
.post-body a{color:#446CF5;}
.post-item-content { padding:29px 49px 29px; }
.post-date-author {    margin-bottom: -24px; align-items: flex-end; justify-content: space-between; position: relative; top: -45px; }


.blog-listing-wrapper .post-item {box-shadow: 0 0 10px 0 rgba(0,0,0,0.08); background: #fff; border-radius: 3px;}

.read-tag-flex p{margin:0;}
.read-tag-flex{ justify-content: space-between; align-items: flex-end;     margin-top: 14px;}


.blog-subscribe-form{margin-bottom:40px;}
.blog-subscribe-form form input[type=submit]{ width: 100%; }
.blog-subscribe-form p{font-size:14px;line-height:24px;}

.blog-recent-postwrap { margin-bottom: 43px; }
.blog-recent-postwrap h6,.blog-subscribe-form h6{font-weight:400;letter-spacing: -0.45px; line-height: 35px;    margin-bottom: 0px;}
.blog-recent-list p,.blog-post-filter ul li{font-size:14px;color:#101729;margin: 0 0 8px;line-height:24px;}
.blog-recent-list:last-child p, .blog-post-filter ul li:last-child{margin:0;}
.blog-recent-list .date-blue-twel{ margin-bottom: 11px;}

.blog-post-filter h3{ font-size: 18px;}
.blog-post-filter ul { margin: 0; padding: 0; list-style: none; }
.blog-post-filter span.filter-link-count{display:none;}
.blog-post-filter ul li { margin-bottom: 2px; }

.ias-trigger{text-align: left!important;    margin-top:9px;}
.ias-trigger a{    text-transform: capitalize;font-size:16px;color:#2E485D;opacity:0.8;font-weight:400;}

.blog-browse-blog-wrap { background-color: rgba(245,249,251,1); padding: 86px 0 80px; }
.blog-browse-blog-flex{    margin: 0px -0.75%;}
.blog-browse-blog-list{ text-align: center;padding: 26px;box-shadow: 0 0 10px 0 rgba(0,0,0,0.08); background: #fff; border-radius: 3px; width: 23.68%; margin: 0px 0.75% 20px;}
.blog-browse-blog-list:nth-of-type(4n), .blog-browse-blog-list:last-child { margin-right: 0; }
.blog-browse-blog-list h6{margin:20px 0px 10px;font-weight:700;}
.blog-browse-image { padding: 0px 42px; }
.blog-browse-content * { background: none !important; font-size: 14px;line-height:24px; margin-bottom:0;color: #21364f !important; }
.blog-browse-image{height:101px;}
.blog-browse-image img { width: 100%; height: 100%; object-fit: contain; }

.ffd-blog-tag-banner .home-banner-image{text-align:right;}
.ffd-blog-tag-banner .home-banner-image img { max-width: 280px; margin: 0 0 0 auto; }
.tag-banner-content * { background: none!important; font-size: 16px; color: #101729!important;opacity:0.8; }


/* case study page Listing page css starts */
.case-study-wrap.blog-wrap{padding: 52px 0px 140px;background:none;    position: relative;}
.case-study-wrap.blog-wrap:after { position: absolute; right: 0; top: -420px; content: ''; background: url(https://7013772.fs1.hubspotusercontent-na1.net/hubfs/7013772/Firefly%20-%20August%202020/Images/Shapes/Wave%20Pattern-1.png)no-repeat; background-size: cover; background-position: center center; width: 1540px; height: 1540px; z-index: -1; }
.case-study-wrap.blog-wrap.posting-view:after{display:none;}
.case-study-wrap.blog-wrap .content-sidebar-flex .content-sidebar-right{display:none;}
.case-study-wrap.blog-wrap .content-sidebar-flex .content-sidebar-left{width:100%;padding-right:0px;}
.case-study-wrap.blog-wrap .blog-listing-wrapper a.hs-featured-image-link,.feat-image-slider-bg{height:478px;}
.case-study-wrap .post-item-content {display: flex; flex-wrap: wrap;padding: 0px 0px 2px;margin-bottom:40px;}
.case-study-wrap .blog-listing-wrapper .post-item{padding:60px 80px;}
.case-study-wrap .cs-fetch-subt{text-transform:uppercase;margin-bottom:18px;}
.case-study-wrap .cspost-item-content-rt ul { margin-bottom:0;display: flex; flex-wrap: wrap;list-style: none; padding: 0; }
.case-study-wrap .cspost-item-content-rt ul li{width:50%;padding-right:10px;color:#21364F;font-size:14px;line-height:24px;    margin: 28px 0px 0;}
.case-study-wrap .cspost-item-content-rt ul li span{color:#446CF5;font-size:24px;font-weight:600;display:inline-block;line-height:29px;}
.case-study-wrap .cspost-item-content-lf { width: 68%; padding-right: 50px; }
.case-study-wrap .cspost-item-content-rt { width: 32%;    padding-top: 6px; }
.featured-image-slider ul.slick-dots{margin:0;padding:0;position:absolute;bottom:26px;right:34px;}
.featured-image-slider ul.slick-dots button{background:#fff;}
.featured-image-slider ul.slick-dots li.slick-active button,.featured-image-slider ul.slick-dots li button:hover {background: #ffffff; }


.case-study-wrap.blog-wrap.posting-view .content-sidebar-flex .content-sidebar-left{max-width:764px;}
.blog-wrap.case-study-wrap.posting-view{padding: 80px 0px 86px; background: #F4F7FF;}
.blog-wrap.case-study-wrap.posting-view .case-study-title h1 { margin-bottom: 15px; }
.blog-wrap.case-study-wrap.posting-view .post-posting .blue-subheading{margin-top:20px;}


.section.post-body  h1,.section.post-body h2,.section.post-body h3,.section.post-body h4,.section.post-body h5,.section.post-body h6{color:#2E485D;font-weight:700;}
.section.post-body p,.section.post-body ul li{opacity:0.8;}
.section.post-body ul.blue-counter { padding: 0; display: flex; align-items: center; justify-content: space-between; }
.section.post-body ul.blue-counter li {opacity:1; width: 100%; text-align: center; padding: 20px;list-style: none; font-size: 14px; color: #21364F; line-height: 24px; }
.section.post-body ul.blue-counter li span{margin-bottom: 30px;font-weight: 700;display:block;color:#446CF5;font-size:60px;line-height:35px;letter-spacing:-1.5px;}
/* case study page Listing page css ends */


/* Listing page css ends */



/* posting page css starts */


.blog-wrap.posting-view{background:none;    padding: 60px 0px 68px;}
.blog-post-banner {background-color: rgba(245,249,251,1);padding:56px 0 60px;}
.post-banner-date {margin: 0 0 19px; }
.blog-post-banner h2 { margin-bottom:20px; }
.blog-post-banner-authcatgory { display: flex; align-items: center; }
.blog-post-banner-authcatgory .post-author { display: flex; align-items: center; }
.blog-post-banner-authcatgory .blog-header__author-avatar{margin-right: 10px;height: 46px; width: 46px;    background-color: #446CF5;}
.seaparator-postbaner { margin: 0px 10px; }

.post-posting a.hs-featured-image-link { height:451px; width: 100%; display: block;  }
.post-posting .post-author { text-align: right; position: relative; top: -48px; padding: 0px 33px;margin-bottom: -16px; }
.post-posting .blog-header__author-avatar { margin: 0 0 20px auto; }

.custom-share { margin-top: 36px; }
.custom-share ul { padding: 0; align-items: center;display: flex; list-style: none; }
.custom-share ul li a:hover img{opacity:0.7;}
.custom-share ul li img { width: 24px; }
.custom-share ul li{color:#21364F;font-size:14px;font-weight:600;margin-right:5px;padding: 0; align-items: center;}


.featured-post { background-color: rgba(245,249,251,1); padding: 84px 0 54px; }
.featured-post-title{text-align:center;}
.featured-post-title h4{color:#182029;margin-bottom: 57px;}
.featured-post .featured-post-image{height:220px;}
.featured-post-wrap { display: flex; flex-wrap: wrap; }
.featured-post-item {  position: relative;margin-bottom:20px;width: 31%; margin-right: 3.5%; }
.featured-post-item:nth-of-type(3n),.featured-post-item:last-child{margin-right:0;}
.featured-post-content {    padding:18px 0px; }
.featured-post-content .read-more-sec { position: absolute; bottom: 27px; }
.featured-post-header h4 { font-weight: 700; letter-spacing: -0.45px; margin: 13px 0 9px; }
.featured-post-header h4 a{color:#2E485D;}
.post-body-featured ol, .post-body-featured, .post-body-featured p, .post-body-featured div, .post-body-featured i, .post-body-featured h1, .post-body-featured h2, .post-body-featured h3, .post-body-featured h4, .post-body-featured h5, .post-body-featured h6, .post-body-featured a, .post-body-featured span, .post-body-featured strong, .post-body-featured em, .post-body-featured li { font-weight: 400; margin: 0; padding: 0; float: none; color:#21364F; font-size: 14px; font-style: normal; line-height:24px; display: inline;  list-style: none; }

.section.post-body{      margin-top:24px;}
.post-body p,.post-body li,.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:#182029;}

/* .date-blue-twel { margin-bottom: 10px; } */

/* posting page css ends */


/* Blog header */

.blog-header {
  background-color: #F4F7FF;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}


@media (min-width:1921px){
  .blog-post-banner {  padding: 106px 0 110px; }
}

@media (max-width:1280px){
  .case-study-wrap.blog-wrap:after { width: 1300px; height: 1300px; }
}

@media (max-width:1200px){
  .blog-listing-wrapper a.hs-featured-image-link { height: 515px;}
  .post-item-content { padding:29px; }

  .case-study-wrap .blog-listing-wrapper .post-item { padding: 60px; }
  .case-study-wrap.blog-wrap{padding: 52px 0px 100px;}

  .section.post-body ul.blue-counter li span{    font-size: 42px;}
}

@media (max-width:1024px){
  .section.post-body ul.blue-counter li span{    font-size: 36px;}
  .section.post-body ul.blue-counter li span {margin-bottom: 20px;}
}

@media (max-width:991px){
  .blog-wrap { padding: 73px 0px 91px; }
  .blog-listing-wrapper a.hs-featured-image-link,.case-study-wrap.blog-wrap .blog-listing-wrapper a.hs-featured-image-link,.feat-image-slider-bg { height: 415px;}
  .post-item-content { padding:20px; }

  .featured-post {  padding: 64px 0 40px; }
  .featured-post-title h4 {  margin-bottom: 37px; }
  .featured-post-item { width:100%; margin-right:0; }
  .featured-post-item:last-child{margin-bottom:0;}

  .blog-browse-blog-wrap {  padding: 64px 0px 40px; }

  .case-study-wrap .blog-listing-wrapper .post-item { padding: 40px; }
  .case-study-wrap .cspost-item-content-lf { width: 57%; padding-right: 30px; }
  .case-study-wrap .cspost-item-content-rt { width: 43%; padding-top: 6px; }

  .blog-wrap.case-study-wrap:after{width: 900px; height: 910px;}
  .case-study-wrap.blog-wrap{padding: 52px 0px 80px;}

  .blog-wrap.listing-view .blog-listing-wrapper .post-item { width: 48.25%;margin-bottom:44px;}
  .blog-wrap.listing-view .blog-listing-wrapper .post-item:nth-of-type(3n) { margin-right: 3.5%;}
  .blog-wrap.listing-view .blog-listing-wrapper .post-item:nth-of-type(2n) { margin-right: 0; }

}

@media (max-width:800px){
  .blog-listing-wrapper a.hs-featured-image-link,.post-posting a.hs-featured-image-link ,.case-study-wrap.blog-wrap .blog-listing-wrapper a.hs-featured-image-link,.feat-image-slider-bg{ height: 315px;}

  .blog-browse-blog-list {  width: 48.5%;}
}

@media (max-width:767px){
  .blog-wrap {padding: 60px 0px;}
  .content-sidebar-flex .content-sidebar-left,.blog-wrap.topic-view.listing-view .content-sidebar-flex .content-sidebar-left { width: 100%; padding-right: 0; }
  .content-sidebar-flex .content-sidebar-right ,.blog-wrap.topic-view.listing-view .content-sidebar-flex .content-sidebar-right{ width: 100%;    margin-top: 50px; }
  .blog-listing-wrapper .post-item:not(:last-child) { margin-bottom: 37px; }
  .post-item-content{margin-bottom:20px;}

  .section.post-body{       margin-top: 20px;}
  .post-posting .post-author {text-align: left;padding: 0px 20px;}
  .post-posting .blog-header__author-avatar { margin: 0 0 20px 0; }

  .ffd-blog-tag-banner .home-banner-image {text-align: center;}

  .case-study-wrap .blog-listing-wrapper .post-item { padding: 30px; }
  .case-study-wrap .cspost-item-content-lf { width:100%; padding-right:0px; }
  .case-study-wrap .cspost-item-content-rt { width: 100%; padding-top: 6px; }
  .case-study-wrap.blog-wrap:after { width: 691px; height: 691px; top: -110px; }

  .blog-wrap.case-study-wrap.posting-view { padding:60px 0px; }

}

@media (max-width:640px){
  .blog-wrap { padding: 45px 0px; }

  .blog-wrap.listing-view{padding:45px 0px;}

  .read-tag-flex { margin-top: 0px; }
  .ias-trigger { margin-top: 0px;}

  .blog-post-banner { padding: 36px 0 40px; }
  .blog-wrap.posting-view { padding: 45px 0px; }

  .featured-post { padding: 45px 0;}
  .featured-post-content .read-more-sec { bottom: 12px; }

  .blog-browse-blog-wrap {  padding: 45px 0px; }
  .blog-browse-blog-list {  width:100%;}
  .blog-browse-blog-list:last-child{margin-bottom:0;}
  
  .case-study-wrap.blog-wrap{padding:45px 0px;}
  .case-study-wrap .blog-listing-wrapper .post-item {padding: 30px 20px;}
  .featured-image-slider ul.slick-dots{bottom:15px;right:15px;}

  .blog-wrap.listing-view .blog-listing-wrapper .post-item { width:100%;margin-right:0;}
  .blog-wrap.listing-view .blog-listing-wrapper .post-item:nth-of-type(3n) { margin-right:0;}

  .blog-wrap.topic-view.listing-view .blog-listing-wrapper .post-item { width:100%;margin-right:0; }

  .blog-post-banner-authcatgory { display: block; }
  .blog-post-banner-authcatgory .post-author { margin-bottom: 15px; }
  .seaparator-postbaner { display:none;}

  .ffd-blog-tag-banner .home-banner-image img { max-width: 200px; margin: 0 auto 0 auto; }
  .blog-wrap.case-study-wrap.posting-view { padding:135px 0px 45px; }

}

@media (max-width:480px){
  .blog-listing-wrapper a.hs-featured-image-link,.post-posting a.hs-featured-image-link,.case-study-wrap.blog-wrap .blog-listing-wrapper a.hs-featured-image-link,.feat-image-slider-bg { height: 205px; }
  .post-date-author ..post-author { order: 1; } 
  .post-date-author .date-blue-twel { order: 2; }
  .blog-listing-wrapper .blog-header__author-avatar {  margin: 0 0 20px; }
  .blog-listing-wrapper .post-item:not(:last-child) { margin-bottom: 27px; }
  .blog-recent-postwrap { margin-bottom:34px; }
  .blog-recent-list .date-blue-twel { margin-bottom: 5px; }

  .blog-subscribe-form{margin-bottom:31px;}

  .case-study-wrap .blog-listing-wrapper .post-item { padding: 20px; }
  .case-study-wrap .cspost-item-content-rt ul li { width: 100%; padding-right: 0px; color: #21364f; margin: 6px 0px; }

  .blog-wrap.listing-view .blog-listing-wrapper a.hs-featured-image-link { height: 170px;}

  .featured-post .featured-post-image {height: 170px;}
  
  .section.post-body ul.blue-counter {display: block;}
  .section.post-body ul.blue-counter li{padding:20px 0px;}
  .section.post-body ul.blue-counter li span { margin-bottom: 7px; }
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: 400;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: 400;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: 400;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: 400;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* Site Search Input */
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

/* menu-section */
.navigation-primary {
  display: inline-block;
}


.navigation-primary .search-mobile{
  display:none;
}

.navigation-primary a {
  color: #21364F;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.navigation-primary a.active-item {
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #446CF5;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 { display: flex; flex-wrap: wrap; align-items: center; }

.submenu.level-1 > li { display: inline-block; padding: 10px 4px 10px 0; margin-right: 15px; }
.navigation-primary > .submenu >li:last-child { margin-right: 0px; padding: 0;margin-left:10px; }
.navigation-primary > .submenu >li:last-child a{font-size:16px;position:relative;font-weight:400;color:#fff;background:#FF9D02;line-height:27px;min-width:200px;text-align:center;display:inline-block;text-align:center;padding:10.5px 10px;border-radius: 2px;transition: all 300ms ease 0ms !important;}
.navigation-primary>.submenu>li:last-child a:hover{     padding-right: 34px;   background-color: rgba(210,132,21,1.0) !important;transition: all 300ms ease 0ms !important; color: rgba(255, 255, 255, 0.5) !important;}
.navigation-primary > .submenu >li:last-child a:after{
   position: absolute;
  right: 34px;
  top: 20px;
  content: '';
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(135deg);
  color: #fff;
  opacity:0;
  transition: all 300ms ease 0ms!important;
  }
.navigation-primary > .submenu >li:last-child a:hover:after,.navigation-primary > .submenu >li.no-submenu.menu-item a:hover:after{
  opacity:1;
   transition: all 300ms ease 0ms!important;
   border-color:rgb(255,255,255, 0.5);
}


.submenu.level-1 > li.has-submenu {position: relative;}
.submenu.level-1>.has-submenu>.menu-arrow { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #21364F; display: block; height: 0; margin-left: 1px; position: relative; right: 0; width: 0; display: inline-block; vertical-align: middle; margin-top: 1px; }
.submenu.level-2 {
  border: 1px solid #446CF5;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.08);
  font-weight: 400;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 44px;
  width: 409px;
  visibility:hidden;
  z-index:11;
}

.submenu.level-2 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.submenu.level-2 > li:first-child:before {
  background-color: #FFF;
  border: 1px solid #446CF5;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.08);
  content: '';
  display: block;
  height: 50px;
  left: 13%;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  top: -12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 26px;
  z-index: 1;
}

.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submenu.level-2 > li {
  padding: 0;
  position:relative;
  z-index:2;
}

.submenu.level-2 .menu-item .menu-link {
  background-color: #FFF;
  display: block;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 10px 48px;
}
.submenu.level-2 .menu-item .menu-link:hover strong{color: #101729;}
.menu-link strong { font-size: 16px; color: #446CF5; line-height: 27px; }
.menu-link p { margin-bottom: 0; font-size: 12px; color: #101729; line-height: 21px; opacity: 0.8; }

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 3px 3px 0 0;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 3px 3px;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0 0 3px 3px;
}

.submenu.level-2 .menu-item:first-of-type .menu-link{ padding-top: 48px;}
.submenu.level-2 .menu-item:last-of-type .menu-link { margin-bottom: 20px; }

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #446CF5;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 60px;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: -57px;
  opacity: 1;
  visibility: visible;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}


.navigation-primary > .submenu >li:last-child a:hover:after,
.navigation-primary > .submenu >li.no-submenu.menu-item> a:hover:after{
   opacity:1;
   transition: all 300ms ease 0ms !important;
}


/* @media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 20px;
  }

  .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 0;
    top: 40px;
  }

  .submenu.level-2 {
    left: 0;
  }
} */
/* 
@media (max-width: 767px) {
  .navigation-primary a {
    font-size: 26px;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    border-top: 2px solid #CED4DB;
    display: block;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    font-weight: 400;
    padding: 7px 30px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 20px;
  }

  .submenu.level-2 > li:first-child:before {
    content: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }

  .submenu.level-2 .menu-item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 60px;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
} */


@media(max-width:1270px){

/* .submenu.level-1>li.has-submenu:hover .submenu.level-2,
.submenu.level-1>li.has-submenu.focus .submenu.level-2{
   width: 369px;
   left:-97px;
} */
  
.submenu.level-2 {
    width: 369px;
    left:-97px;
}
  
.submenu.level-2 .menu-item .menu-link{
   padding:10px 28px;
}
}


@media(max-width:1024px){
  
.header{
  position:fixed!important;  
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  z-index: 11;
}
  
  .body-container-wrapper{
     margin-top: 114px;
  }
  

.navigation-primary>.submenu>li:last-child a{
   padding:11px 40px;
}
  
.navigation-primary>.submenu>li:last-child a:hover{
     padding-right: 50px!important;
    padding-left: 30px!important;
}
.navigation-primary>.submenu>li:last-child a:hover{padding-right:10px;}
  
.navigation-primary .submenu{background: #F5F9FB;padding: 24px 0px 42px;align-items:end;width:100%;position:fixed;height:100vh;z-index:11;top:120px!important;}
.navigation-primary .submenu.level-1>li{width:100%;display:block;margin-right:0;}
.navigation-primary .submenu.level-1>li{padding:10px 34px;}
.navigation-primary .submenu.level-1>li:last-child a{width:100%;min-width:100%;display:block;}
.navigation-primary .submenu.level-1>li:last-child {margin-top:13px;}
.submenu.level-1>.has-submenu>.menu-arrow {top: -2px;right: -3px;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid #21364f;transform: rotate(-90deg);}
.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  opacity: 0;
  visibility: hidden;
}
body .header .navigation-primary .menu-item.active ul.submenu {display:block;left:0!important;opacity:1!important;visibility:visible!important;}
.navigation-primary .menu-item .submenu.level-2 {position:fixed;height:100vh;padding-bottom:240px;overflow-y:scroll;bottom:0;background: #F5F9FB;top: 128px;border:none;}
.submenu.level-2 .menu-item:first-of-type .menu-link{padding-top:0;}
.submenu.level-2 .submenu__wrapper {max-width: 86%;margin: 0 auto;padding: 20px 0 2px;background: #ffffff;}
body.menu--active{overflow:hidden!important;}
.submenu.level-2 > label{text-align:center;margin-bottom: 20px;}
.submenu.level-2 .menu-item .menu-link {padding:10px 24px;}
.navigation-primary {right:-100%!important;left:auto!important;transition: 0.3s all ease-in-out!important;}
.menu--active .header .navigation-primary {right: 0!important;left:auto!important;transition: 0.3s all ease-in-out!important;}
.header .hamburger {padding:0;}
.header .hamburger-box {width: 20px;}
.header .hamburger-inner,.header .hamburger-inner::before,.header .hamburger-inner::after{width:20px;height:2px;}
.header .hamburger-inner::before {top:-7px;}
.header .hamburger-inner::after {bottom: -7px;}
.header .submenu.level-2 .back{position: absolute;left: 25px;top: 32px;}
.header .submenu.level-2 .back:before {top: 0px;left: 0px;border-left: 6px solid transparent;border-right: 6px solid transparent;opacity:0.8;border-top: 6px solid #446CF5;position:absolute;content:'';transform: rotate(90deg);}
.header .submenu.level-2 {right: -100%;width:100%;left: auto!important;transition:0.3s all ease-in-out;}
body .header .navigation-primary .menu-item.active ul.submenu.level-2 {right:0;transition:0.3s all ease-in-out;box-shadow:none;}
.submenu.level-2 > label{color: #446CF5;opacity: 0.81;font-size: 14px;line-height: 17px;font-weight: 400;}
.menu-link strong {font-size: 14px;line-height: 27px;font-weight: 400;}
  
}

@media(max-width:767px){
.navigation-primary .menu-item .submenu.level-2{top:115px;}
.navigation-primary .search-mobile{
  display:block;
}
  
  .navigation-primary .submenu{
     top:107px!important;
  }
}


 .submenu.level-2 > label {
    display: none;
  }
  @media (max-width: 1024px) {
    .submenu.level-2 > label {
      display: block;
    }
    .hamburger {
      padding: 15px 15px;
      display: inline-block;
      cursor: pointer;
      transition-property: opacity, filter;
      transition-duration: 0.15s;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      overflow: visible; }
    .hamburger:hover {
      opacity: 0.7; }

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

    .hamburger-inner {
      display: block;
      top: 50%;
      margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 40px;
      height: 4px;
      background-color: #000;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
      content: "";
      display: block; }
    .hamburger-inner::before {
      top: -10px; }
    .hamburger-inner::after {
      bottom: -10px; }


    .hamburger--squeeze .hamburger-inner {
      transition-duration: 0.075s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--squeeze .hamburger-inner::before {
      transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
    .hamburger--squeeze .hamburger-inner::after {
      transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .menu--active .hamburger--squeeze .hamburger-inner {
      transform: rotate(45deg);
      transition-delay: 0.12s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .menu--active .hamburger--squeeze .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
    .menu--active .hamburger--squeeze .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

    .header {
      position: relative;
    }
    .navigation-primary > ul {
      flex-direction: column;
    }

    .navigation-primary {
      position: absolute;
      left: 100%;
      top: 100%;
      background-color: #fff;
      width: 100%;
      transition: all ease 300ms;
    }
    .menu--active .navigation-primary {
      left: 0;
    }


    .menu-item.active > ul {
      display: block;
      visibility: visible;
      opacity: 1;
    }
  }


/* Homepage Banner Cm */
.home-banner-section{position:relative;z-index:1;}
.home-banner-section:after {position:absolute;right:0;top:0;content:'';background:url('https://7013772.fs1.hubspotusercontent-na1.net/hubfs/7013772/Firefly%20-%20August%202020/Images/Shapes/Wave%20Pattern-1.png')no-repeat;background-size:cover;background-position:center center;width:980px;height:980px;z-index:-1;}
.three-col-card-module{padding-bottom:35px;}
.slick-slide{margin:8px;}
.three-col-item { border-radius: 3px;position:relative; background-color: #FFFFFF; box-shadow: 0 0 10px 0 rgba(0,0,0,0.08); padding: 41px 43px 98px; text-align:center;}
.three-col-item-image {margin-bottom:0px;min-height:200px;}
.three-col-item-image img { margin: 0 auto;max-width:136px!important; }
.three-col-item p { text-align: left; color: #446CF5; opacity: 0.8; }
.three-col-item a.cta_button { width:auto; display: inline-block; box-sizing: border-box !important;position:absolute;left:43px;right:43px;bottom:46px; }
.three-col-item a.cta_button:after{right:69px;}
.home-banner { padding: 70px 0 60px; }
.home-banner-flex { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.home-banner-content-wrapper { width: 53%; }
.home-banner-image { width: 39.552%; }
@media(max-width:1024px){
  .three-col-item{padding:20px 20px 98px;}
  .three-col-item a.cta_button {left: 20px;right: 20px;bottom: 46px;padding: 11px 0;}

  .home-banner-section:after {width:900px;height:910px;}
}

@media(max-width:991px){
  .three-col-item a.cta_button:after {right: 38px;}
}

@media(max-width:767px){
  .three-col-card-module{padding-bottom:28px;}
  .home-banner-section:after {width: 461px;height: 516px;top: auto;bottom: 60px;}
  .three-col-item p {text-align:center;}
  .three-col-item-image {margin-bottom: 30px;min-height: auto;}
  .three-col-item {padding: 20px 34px 98px;}
  .three-col-item a.cta_button {left:52px;right:52px;}
  .home-banner {padding: 38px 0 60px;}

}

@media(max-width:767px){
  .home-banner-content-wrapper { width: 100%;margin-bottom:10px; }
  .home-banner-image { width: 70%;margin:0 auto; }
}
@media(max-width:640px){
  .home-banner-image{width:100%;}
}

@media(max-width:700px){
  .three-col-item a.cta_button:after{
    right: 28px;
  }
}

/* Video Content Module */
.video-section { padding: 35px 0 80px;position:relative;overflow:hidden; }
.video-section-wrapper { max-width: 800px; margin: 0 auto; text-align: center; }
.video-popup-wrapper,.video-section-wrapper-cont { width: 100%; height: 410px; display: inline-block; box-shadow: 0 5px 15px 0 rgba(0,0,0,0.25); position: relative; }
.video-popup-wrapper > img,.video-section-wrapper-cont .video-section-container> img { width: 100%; position: absolute; height: 100%; object-fit: cover; left: 0; }
.video-popup-wrapper .video-section-container>img {width: 100%; position: absolute; height: 100%; object-fit: cover; left: 0;}

.video-popup-wrapper > a { position: absolute; width: 116px; height: 116px; border-radius: 50%; background: #fff; cursor: pointer; box-shadow: 0 0 0 rgba(255,255,255,0.4); animation: pulse 1.5s infinite; display: flex; z-index: 2; left: 0; right: 0; margin: 0 auto; top: calc(50% - 58px); flex-wrap: wrap; align-items: center; justify-content: center; }
.video-popup-wrapper > a img { width: 18.23px;height:24px!important; }
.video-popup-wrapper .play-button-icon,.video-section-wrapper-cont .play-button-icon {position: absolute; width: 116px; height: 116px; border-radius: 50%; background: #fff; cursor: pointer; box-shadow: 0 0 0 rgba(255,255,255,0.4); animation: pulse 1.5s infinite; display: flex; z-index: 2; left: 0; right: 0; margin: 0 auto; top: calc(50% - 58px); flex-wrap: wrap; align-items: center; justify-content: center;}
.video-popup-wrapper .play-button-icon>img,.video-section-wrapper-cont .play-button-icon>img {width: 18.23px;height:24px!important;}
.video-content { padding: 0 10px; margin-bottom: 20px; display: inline-block; width: 100%; }
.video-content p {color:#182029;}

.vs-left-image { position: absolute; left: -226px; top: 35px; width: 616px; z-index: -1; }
.vs-right-image { position: absolute; bottom: 80px; width: 500px; right: -208px;z-index: -1; }

span.kicker-text { font-size: 12px; font-weight: 400; letter-spacing: 1px; line-height: 20px; text-align: center; text-shadow: 0 0 10px rgba(0,0,0,0.08); text-transform: uppercase; margin-bottom: 20px; display: inline-block; }
.blue{color: #446CF5;}
.video-cta { margin-top: 52px; }
.video-section-wrapper .video-section-container {height:410px;}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255,255,255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255,255,255, 0);
    box-shadow: 0 0 0 30px rgba(255,255,255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

@media(max-width:1024px){
  .vs-left-image{width:302px;left:-117px;}
  .video-popup-wrapper,.video-section-wrapper-container { width: 100%; height: 310px; }
  .video-section-wrapper .video-section-container {height:310px;}
  .video-popup-wrapper>a{width: 80px;height: 80px;top: calc(50% - 40px);}
  .video-popup-wrapper, .video-section-wrapper-cont {height:310px;}
  .video-popup-wrapper .play-button-icon,.video-section-wrapper-cont .play-button-icon {width: 80px;height: 80px;top: calc(50% - 40px);}
  .video-content { padding: 0 20px; margin-bottom: 10px; display: inline-block; width: 100%; }
  .video-content h2 { padding: 0 25px; }
  .video-cta { margin-top: 40px; }
}
@media(max-width:767px){
  .vs-right-image{display:none;}
  .video-section { padding: 28px 0 56px;}
  .video-cta { margin-top:  30px; }
  .video-content h2{padding:0 0px;}
  
  
}
@media(max-width:480px){
  .video-popup-wrapper { width: 100%; height: 207px; }
  .video-section-wrapper .video-section-container {height:207px;}
  .video-popup-wrapper>a { width: 46px; height: 46px; top: calc(50% - 23px); }
  .video-popup-wrapper .play-button-icon,.video-section-wrapper-cont .play-button-icon {width: 46px;height: 46px;top: calc(50% - 23px);}
  .video-popup-wrapper>a img { width: 10px; }
  .video-popup-wrapper .play-button-icon>img,.video-section-wrapper-cont .play-button-icon img{width: 10px;}
  .video-cta { margin-top:  40px; }
  .video-content {padding:0;}
}

@media(max-width:400px){
.video-content h2{padding:0;}
}

/* Two Column Flip Card Section */
.two-col-flip-section { padding: 90px 0 80px; }
.two-col-flip-intro { display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap; align-items: center;-webkit-align-items:center; justify-content: space-between; margin-bottom: 50px; }
.two-col-flip-intro-left { width: 57.7%; }
.two-col-flip-intro-right { width: 35.16%; }
.two-col-flip-section .mobile-heading-container{display:none;}
.two-col-flip-section .load-content {display:none;}
.flip-cards { display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex; flex-wrap: wrap; }
.card-holder { width: 47.657%;margin-right:4.686%;margin-bottom: 48px;display:flex;display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;justify-content:center;align-items:center;-webkit-align-items:center;-webkit-justify-content:center;}
.card-holder:nth-child(2n){margin-right:0px;}
.card-holder {position: relative;width: 47.657%;cursor:pointer;}
.flip-cards.card-flip .card-holder {min-height: 388px;}
.flip-cards.card-flip .card-holder .front-card-item {height:388px;width:100%;}
.flip-cards.card-flip .card-holder:hover .front-card-item{transform: rotateY(0.5turn);}
.flip-cards.card-flip .card-holder:hover .back-card-item{transform: rotateY(1turn);background:#000000;min-height:388px;}
.flip-cards .card-holder .back-card-item p{color:#ffffff;width:100%;}
.flip-cards.card-flip .card-holder .card-item {position: absolute;transition: transform 1s ease;backface-visibility: hidden;}
.flip-cards.card-flip .card-holder .back-card-item{transform: rotateY(0.5turn);display: flex;display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;flex-direction: column;justify-content: center;align-items: center;-webkit-align-items:center;-webkit-justify-content:center;text-align: center;padding: 0 70px;top:0;bottom:0;left:0;right:0;background:#000000;}
.flip-cards.card-flip{perspective: 1000px;}
.card-holder.card-flip .front-card-item {display: flex;display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;flex-direction: column;justify-content: center;align-items: center;-webkit-align-items:center;-webkit-justify-content:center;}
.two-col-flip-section #loadMore {color: #446CF5;font-size: 16px;font-weight: 400;letter-spacing: 0;opacity:0.8;line-height: 27px;text-align:center;margin-top:0px;display:block;}

.flip-cards.card-hover .card-holder .front-card-item {opacity:1;height:388px;width:100%;transition:0.5s all ease-in-out;background-repeat:no-repeat;background-size:cover;background-position:center center;}
.flip-cards.card-hover .card-holder .back-card-item {transition:0.5s all ease-in-out;text-align:center;opacity:0;display:flex;flex-wrap:nowrap;display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;background:#000000;position:absolute;left:0;right:0;top:0;bottom:0;padding:0 70px;justify-content:center;align-items:center;-webkit-align-items:center;-webkit-justify-content:center;flex-direction:column;}
.flip-cards.card-hover .card-holder:hover .front-card-item {transition:0.5s all ease-in-out;opacity:0;}
.flip-cards.card-hover .card-holder:hover .back-card-item {transition:0.5s all ease-in-out;opacity:1;}
.flip-cards.card-hover .card-holder {transition:0.5s all ease-in-out;}



@media(max-width:1024px){
  .two-col-flip-section { padding: 50px 0 40px; }
  .flip-cards.card-flip .card-holder .back-card-item {padding:0 40px;}
  .flip-cards.card-hover .card-holder .back-card-item {padding:0 40px;}
  .flip-cards.card-flip .card-holder .back-card-item{transform:rotateY(0);opacity:0;}
  .flip-cards.card-flip .card-holder .card-item {backface-visibility: initial;}
  .flip-cards.card-flip .card-holder:hover .back-card-item {opacity:1;}
  .flip-cards.card-flip .card-holder:hover .front-card-item {opacity:0;}
  .flip-cards.card-flip .card-holder:hover .back-card-item {transform:rotateY(0);}
  .flip-cards.card-flip .card-holder:hover .front-card-item{transform:rotateY(0);}
  .flip-cards.card-flip .card-holder .card-item {transition:transform(0);}
  .flip-cards.card-flip .card-holder {transition:0.5s all ease-in-out;}
  .flip-cards.card-flip {perspective: initial;}
}
@media(max-width:767px){
  .two-col-flip-intro-left { width: 49%;order:1; }
  .two-col-flip-intro-right { width: 45%; order: 2; margin-bottom: 20px; }
  .two-col-flip-section .mobile-heading-container{display:block;margin-bottom:50px;}
  .two-col-flip-section .flip-intro-desktop{display:none;}
  .two-col-flip-section .two-col-flip-intro {margin-bottom:0;}
  .two-col-flip-section .card-item {width: 100%;margin-right: 0;margin-bottom: 15px;}
  .two-col-flip-section .card-holder {width:100%;margin-right:0;min-height:270px;margin-bottom:10px;}
  .two-col-flip-section .card-holder .back-card-item {padding:0 20px;min-height:270px;}
  .two-col-flip-section .card-holder .front-card-item {min-height:270px;}
  .two-col-flip-section #loadMore {margin-top:20px;}
  .flip-cards.card-flip .card-holder {min-height: 271px;margin-bottom:14px;}
  .flip-cards.card-flip .card-holder .front-card-item {height: 100%;}
  .flip-cards.card-flip .card-holder .back-card-item {padding: 0 20px;}
  .flip-cards.card-hover .card-holder .back-card-item {padding: 0 20px;}
  .flip-cards.card-flip .card-holder:hover .back-card-item{min-height:100%;}
  .flip-cards.card-flip .card-holder .back-card-item a {padding:11px 40px;}
  .flip-cards.card-hover .card-holder .back-card-item a {padding:11px 40px;}
  .flip-cards.card-hover .card-holder .front-card-item {height:100%;}
  .two-col-flip-section .card-holder .front-card-item {min-height: 100%;}
  body .flip-cards.card-hover .card-holder .back-card-item a {
    padding-left: 34px;
    padding-right: 54px;
}
  
  body .flip-cards.card-hover .card-holder .back-card-item a:after{
    right:39px;
  }
}

@media(max-width:600px){
.two-col-flip-intro-left{width:100%;order:2;margin-bottom:20px;}
.two-col-flip-intro-right { width: 100%;margin-bottom: 20px;order:1; }
}

/* Happy Clients Section */
.happy-clients-section .heading-container {text-align:center;margin-bottom:40px;}
.happy-clients-section {padding:0px 0 70px;}
.happy-clients-section ul.slick-dots {justify-content:center;margin-top:20px;margin-bottom:30px;}
.happy-clients-section .logos-slider .logo {width: 12%;float: left;padding: 0 10px;}
.happy-clients-section .logos-slider {display:flex;justify-content:center;flex-wrap:wrap;}

@media(max-width:1024px){
.happy-clients-section .logos-slider .logo {width:16%;}
}

@media(max-width:767px){

.happy-clients-section .logos-slider .logo{padding:0;}
}

@media(max-width:480px){
.happy-clients-section ul.slick-dots li{margin-bottom:17px;}
.happy-clients-section ul.slick-dots {margin-bottom:10px;}
}


/* Awards Section */
.awards-section{padding:96px 25px 308px;position:relative;z-index:1;overflow:hidden;background-repeat:repeat; background-size: cover; background-position: center center;}
.awards-section h2 { color: #fff; text-align: center; }
.awards-section > div > p { max-width: 590px; margin: 0 auto 30px; text-align: center; color: #fff; }
.awards-slider { display: flex; flex-wrap: wrap; }
.awards-item { width: 23.829%; margin-right:0; cursor:pointer;padding: 40px 12px 28px; border: 1px solid rgba(255,255,255,0.2);text-align: center;border-radius: 3px;transition:0.3s ease-out; }
.awards-item:nth-child(4n){margin-right:0px;}
.award-image { width: 48px; height: 48px;margin: 0 auto 15px; }
.awards-item h6{color:#ffffff;}
.awards-item p{color:#ffffff;}
.awards-item:not(:hover) .award-image{}
.awards-item:hover { background: #fff; box-shadow: 0 0 10px 0 rgba(0,0,0,0.08); }
.award-after-image { position: absolute; width: 428px; left: 0; right: 0; margin: 0 auto; bottom: -127px; }
.award-after-image img { width: 100%; }
.award-image .hover-image {display:none;}
.awards-item:hover .award-image .hover-image {display:block;}
.awards-item:hover .award-image .normal-image {display:none;}
.awards-item:hover h6{color:#2E485D;}
.awards-item:hover p{color:#21364F;}
.awards-item .normal-image {opacity:0.4;}
.awards-item p{font-size:14px;line-height:24px;}
.awards-item h6{margin-bottom:12px;font-weight:normal;}
.slick-slide { margin: 8px; }
.awards-section:before {position:absolute;left:-120px;top:50px;z-index:-1;content:'';background:url('https://7013772.fs1.hubspotusercontent-na1.net/hubfs/7013772/Firefly%20-%20August%202020/Images/Homepage/5%20-%20leaf%20image%20%281%29.png')no-repeat;background-size:cover;background-position:center center;width:399px;height:365px;-moz-transform: scaleX(-1);-webkit-transform: scaleX(-1);-o-transform: scaleX(-1);transform: scaleX(-1);-ms-filter: fliph;filter: fliph;}
.awards-section:after {position:absolute;right:-110px;top:60px;z-index:-1;content:'';background:url('https://7013772.fs1.hubspotusercontent-na1.net/hubfs/7013772/Firefly%20-%20August%202020/Images/Homepage/5%20-%20leaf%20image%20%281%29.png')no-repeat;background-size:cover;background-position:center center;width:399px;height:365px;}
.awards-slider  button.slick-next.slick-arrow {
    bottom: auto;
    right: -25px;
    background-image: url('https://7013772.fs1.hubspotusercontent-na1.net/hubfs/7013772/Firefly%20-%20August%202020/Images/Homepage/next-white-no-hover.svg');
    top: calc(50% - 11px);
}
.awards-slider  button.slick-next.slick-arrow:hover{
  background-image: url('https://7013772.fs1.hubspotusercontent-na1.net/hubfs/7013772/Firefly%20-%20August%202020/Images/Homepage/next-white-hover.svg');
}
.awards-slider button.slick-prev.slick-arrow {
    bottom: auto;
    right: auto;
    background-image: url('https://7013772.fs1.hubspotusercontent-na1.net/hubfs/7013772/Firefly%20-%20August%202020/Images/Homepage/left-arrow-white-no-hover.svg');
    left: -25px;
    top: calc(50% - 11px);
}
.awards-slider button.slick-prev.slick-arrow:hover{
  background-image: url('https://7013772.fs1.hubspotusercontent-na1.net/hubfs/7013772/Firefly%20-%20August%202020/Images/Homepage/left-arrow-white-no-hover.svg');
}



@media(max-width:1200px){

.awards-section:after{width: 299px;height: 245px;}
.awards-section:before{width: 299px;height: 245px;}
}

@media(max-width:767px){
.awards-section {padding:70px 25px 232px}
.award-after-image { position: absolute; width: 309px; left: 0; right: 0; margin: 0 auto; bottom: -91px; }
.awards-section:after{display:none;}
.awards-section:before {width:190px;height:176px;}
.awards-item {background:#ffffff;}
.awards-item .award-image .hover-image {display:block;}
.awards-item .award-image .normal-image {display:none;}
.awards-item h6{color:#2E485D;}
.awards-item p{color:#21364F;}
.awards-slider .slick-slide img{margin:0 auto;}
}

/* Zigzag Content Cm */
.description.des__text3 p a{color:#446CF5;}
.zigzag-main { padding: 95px 0; }
.zigzag-main .cta-container {margin-top:30px;}
.zigzag-flex {align-items: flex-start;display: flex; flex-wrap: wrap; justify-content: space-between; }
.zigzag-item { margin-bottom: 103px; }
.zigzag-item:last-child{margin-bottom:0px;}
.zigzag-left { width: 41.15%; }
.zigzag-right { width: 41.24%; display: flex; flex-wrap: wrap; }
.zigzag-logo-item{  background: #fff; box-shadow: 0 0 10px 0 rgba(0,0,0,0.08); border-radius: 3px;    text-align: center;display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.zigzag-right.three .zigzag-logo-item { width: 32.215%; margin-right: 1.6775%; margin-bottom: 1.6775%; padding: 33px 37px; }
.zigzag-right.three .zigzag-logo-item:nth-child(3n){margin-right:0px;}
.zigzag-main .slick-slide img{max-width:50px!important;}
.zigzag-main button.slick-prev.slick-arrow {right:8%;}
.zigzag-main .moretext{display:none;}
.zigzag-right.two .zigzag-logo-item { width: 48.545%; margin-right: 2.91%; margin-bottom: 2.91%; padding: 24px 35px; text-align: center;  }
.zigzag-right.two .zigzag-logo-item:nth-child(2n) {margin-right:0px;}
.zigzag-right.slider .zigzag-logo-item{margin-right: 2.91%;margin-bottom: 2.91%;padding: 0px 35px;text-align: center;height: 114px;justify-content: center;align-items: center;display: flex!important;}
.zigzag-main .moreless-button3{font-size:16px;opacity:0.8;font-weight:400;color: #446CF5;line-height:27px;display:block;margin-top:28px;} 
.zigzag-right.two .zigzag-logo-item img{max-width:130px!important;}
.zigzag-right.three .zigzag-logo-item img{max-width:60px!important;}
.zigzag-main .zigzag-left h1 span,
.zigzag-main .zigzag-left h2 span,
.zigzag-main .zigzag-left h3 span,
.zigzag-main .zigzag-left h4 span,
.zigzag-main .zigzag-left h5 span,
.zigzag-main .zigzag-left h6 span{
  color:#446CF5;
}

.zigzag-main .zigzag-left h1,
.zigzag-main .zigzag-left h2,
.zigzag-main .zigzag-left h3,
.zigzag-main .zigzag-left h4,
.zigzag-main .zigzag-left h5,
.zigzag-main .zigzag-left h6{
   font-weight: 400;
  text-decoration: none;
  font-size: 30px;
  letter-spacing: -0.75px;
   margin-bottom: 28px;
}

@media(max-width:1024px){
  .zigzag-right , .zigzag-left { width: 48%;}
  .zigzag-right.three .zigzag-logo-item{    padding: 27px 32px;}
  .zigzag-main .zigzag-left h1,
.zigzag-main .zigzag-left h2,
.zigzag-main .zigzag-left h3,
.zigzag-main .zigzag-left h4,
.zigzag-main .zigzag-left h5,
.zigzag-main .zigzag-left h6{
  font-size: 24px;
  letter-spacing: -0.6px;
}

}
@media(max-width:767px){
  .zigzag-main { padding: 60px 0 50px; }
  .zigzag-item { margin-bottom: 50px; }
  .zigzag-left { width: 100%; margin-bottom: 16px; }
  .zigzag-right { width: 100%; display: flex; flex-wrap: wrap; order: 2; }
  .zigzag-right.three .zigzag-logo-item{padding:28px;}
  .zigzag-right.three .zigzag-logo-item img {max-width: 50px!important;}
  .zigzag-main .cta-container {margin-bottom:30px;}
  
}

@media(max-width:360px){
.zigzag-right.two .zigzag-logo-item img{max-width:90px!important;}
}

/* Client Testimonial */
.client-testimonial { padding: 90px 30px 88px; }
.client-testimonial .slick-track {padding: 20px 0;}
.client-testimonial .slick-slide {margin:0 10px;}
.client-testimonial-left span.kicker-text { color: #101729;font-size:12px;line-height:20px;letter-spacing:1px;font-weight:400;margin-bottom:17px;display:block;text-align:left; }
.client-testimonial-intro { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0 8px 46px; }
.client-testimonial-left { width: 49.22%; }
.client-testimonial-right { width: 43.85%; }
.client-testimonial-content { padding-right: 60px; }
.client-testimonial a.modalButton{font-size: 14px;display:block;line-height: 24px;color:#21364F;font-weight:normal;margin-bottom:22px;}

.client-slider-items { padding: 56px 48px 150px;position:relative; border: 1px solid #F1F1F1; border-radius: 3px; background-color: #FFFFFF; box-shadow: 0 0 10px 0 rgba(0,0,0,0.08); }
.client-slider-details { display: flex; flex-wrap: wrap; align-items: center;position:absolute;bottom:55px; }
.client-slider-details img { width: 74px; height: 74px; border-radius: 100%;margin-right:40px; }
.client-slider-details h6 { margin-bottom: 0; letter-spacing: -0.45px; font-weight: 400; line-height: 35px; text-shadow: 0 0 10px rgba(0,0,0,0.08); color: #000000;    width: calc(100% - 114px); }
.client-slider-details h6 strong { font-weight: 400; color: #101729; margin-left: 10px; }
p.client-slider-content { font-size: 14px; line-height: 24px;margin-bottom:0; }
.client-slider-star { display: inline-block; }
.client-slider-title { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.client-slider-title h6 { margin-bottom: 0; width: calc(100% - 90px); font-weight: 400; color: #101729; letter-spacing: -0.45px; }
.client-slider-star svg { width: 13px; height: 13px; }
.client-slider-star svg path { fill: #FF9D02; }
.morecontent span {
    display: none!important;
}
.morelink {
    display: none;
}

.client-testimonial .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
.client-testimonial .modalWindow {
    display: none;
    position: fixed;
    top: 20%;
    left: 0;
    right:0;
    z-index: 999 !important;
    width: 600px;
    min-height: 200px;
    margin:0 auto;
    float:none;
    cursor: default;
}
.client-testimonial .modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #000000;
    z-index: 997;
    cursor: pointer;
    opacity:0.3;
}
.client-testimonial .modalWindow .modalWrapper {
    margin: 0px;
    padding: 15px;
    text-align: left;
    line-height: 20px !important;
}
.client-testimonial .closeBtn {
    position: absolute;
    right: -20px;
    top: -23px;
    cursor: pointer;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}

body.show-popup{overflow:hidden;}

@media(max-width:1200px){
  .client-slider-items{padding:56px 48px 160px;}
}

@media(max-width:1024px){
  .client-slider-items { padding: 30px 30px 160px;}
  .client-slider-details img {width: 54px;height: 54px;margin-right: 10px;}
  .client-slider-details h6 {width: calc(100% - 64px);line-height:normal;}
  .client-testimonial-intro{padding: 0 8px 26px;}  

}
@media(max-width:767px){
  .client-testimonial-left span.kicker-text{text-align:center;}
  .client-testimonial { padding: 48px 0 60px; }
  .client-slider-title h6 { width: 100%; font-weight: 400; color: #101729; letter-spacing: -0.45px; margin-bottom: 10px; }
  .client-slider-title{margin-bottom:20px;}
  .client-slider-details img { width: 40px; height: 40px; border-radius: 100%; margin-right: 23px; }
  .client-slider-details h6 { color: #000; width: calc(100% - 63px); font-size: 16px; letter-spacing: -0.4px; }
  .client-slider-details{position:absolute;bottom: 30px;left: 30px;right: 30px;}
  .client-testimonial-right { width: 61%; margin: 0 auto 30px;}
  .client-testimonial-left { width: 100%; order: 2; text-align: center; }
  .client-testimonial-intro{padding: 0 0 25px;}
  .client-testimonial-content { padding-right: 0; }
  .client-testimonial .modalWindow {width:100%;max-width:470px;padding:0 20px;}
  .client-testimonial .closeBtn{right:10px;}
   .client-slider-items {
    padding: 30px 30px 100px;
}
}


@media(max-width:340px){

.client-slider-details h6 strong{display:block;line-height:normal;margin-left:0;}
  
}

/* Talk of the town */
.talk-of-the-town { background: linear-gradient(135deg,#0098ec 0%,#45bbca 100%); padding: 48px 0 85px; }
.talk-of-the-town-main { display: flex; flex-wrap: wrap; }
.talk-of-the-town-left { width: 71%; padding-top: 48px; }
.talk-of-the-town-right { width: 23%; margin-left: auto; }
.talk-of-the-town-flex { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.talk-of-the-town-item { width: 25%; padding: 0 18px; }
.talk-of-the-town-item:first-child{padding-left:0px;}
span.kicker-text { color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 400; letter-spacing: 1px; line-height: 20px; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); display: inline-block; margin-bottom: 40px; }


@media(max-width:1024px){
  .talk-of-the-town { background: linear-gradient(135deg,#0098ec 0%,#45bbca 100%); padding: 70px 0; }
  .talk-of-the-town-left { width: 71%; padding-top: 0; }
  .talk-of-the-town-main { display: flex; flex-wrap: wrap; align-items: center; }
  .talk-of-the-town-item { width: 25%; padding: 0 15px; }
}
@media(max-width:767px){
  .talk-of-the-town-right{display:none;}
  .talk-of-the-town {padding: 40px 0 30px; }
  .talk-of-the-town-left { width: 100%; padding-top: 0; text-align: center; padding: 0 20px; }
  .talk-of-the-town-item { width: 50%; padding: 0 50px !important; margin-bottom: 20px; }
}
@media(max-width:480px){
  .talk-of-the-town-item { width: 50%; padding: 0 20px !important; margin-bottom: 20px; }
  .talk-of-the-town-left{padding:0px;}
}

/* Homepage Faq Cm */

.home-faq-cm {padding:96px 0 104px;}
.home-faq-cm .content-wrapper {max-width:824px;}
.home-faq-cm .heading-container {display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:46px;}
.home-faq-cm .heading-container h2 {margin-bottom:0;}
.home-faq-cm .heading-container .text-col {width:70%;}
.home-faq-cm .heading-container .image-col {width:30%;}
.home-faq-cm .faq-container span {display:flex;flex-wrap:wrap;}
.home-faq-cm .faq-container span>.hs_cos_wrapper {width:100%;margin-bottom:16px;}
.home-faq-cm .faq-container .accordion_header h4 {font-size:16px;width:100%;cursor:pointer;padding-right:40px;position:relative;line-height:27px;color:#182029;font-weight:normal;margin-bottom:0;}
/* .home-faq-cm .content {display:none;} */
.home-faq-cm .showmoreless {color: #446CF5;transition:0.3s all ease-in-out;justify-content:center;cursor:pointer;text-align:center;font-size: 16px;font-weight: 500;letter-spacing: 0;opacity:0.8;line-height: 27px;text-align:center;margin-top:32px;display:block;}
.home-faq-cm .faq-container .accordion_header:after {transition:all 0.5s ease;position:absolute;cursor:pointer;right:55px;top:42%;content:'';width:12px;height:12px;transform:rotate(225deg);border-top: 2px solid #182029;border-left: 2px solid #182029;transition:0.3s all ease in-out;}
.home-faq-cm .faq-container .accordion_group.expanded .accordion_header:after{transform: rotate(45deg);transition:0.3s all ease in-out;}
.home-faq-cm .faq-container .accordion_content p{margin-bottom:0;margin-top:10px;font-size:14px;line-height:24px;}
.home-faq-cm .faq-container .accordion_header {padding: 12px 64px;position:relative;box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);border-radius: 3px;background: #ffffff;display: flex;align-items: center;min-height: 96px;width: 100%;}
.home-faq-cm .faq-container .accordion_content {opacity:0;background: #ffffff;padding: 12px 64px 32px;box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);}
.home-faq-cm .content-box {display: none;}
.home-faq-cm .content-box.current { display: block;}
.home-faq-cm .option_dropdown2 {display:none;}
.home-faq-cm .tab-container ul {list-style-type:none;margin-top:60px;margin-bottom:0;padding-left:0;}
.home-faq-cm .tab-container ul li {    padding: 10px;display:inline-block;cursor:pointer;color: #182029;font-size: 16px;font-weight: 500;letter-spacing: 0;line-height: 27px;opacity:0.8;}
.home-faq-cm .tab-container ul li.current {background:#FF9D02;border-radius:3px;color:#ffffff;opacity:1;text-align:center;}
.home-faq-cm .tab-container ul li:first-child{ padding: 10px 20px; }
.home-faq-cm #tab-1 .load-content {display:none;}
.home-faq-cm .heading-mobile {display:none;}
.home-faq-cm .showmoreless:hover {color:#FF9D02;transition:0.3s all ease-in-out;}


.home-faq-cm .faq-container .accordion_group.expanded .accordion_content{opacity:1;box-shadow:none;}
.home-faq-cm .faq-container .accordion_group.expanded .accordion_header{box-shadow:none;    margin-bottom: -24px;}
.home-faq-cm .faq-container .accordion_group.expanded{box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);}
/* .home-faq-cm .faq-container .accordion_group.expanded .accordion_header h4{color:#FF9D02;} */
.home-faq-cm .faq-container .accordion_group.expanded .accordion_header:after{    transform: rotate(45deg);}
.home-faq-cm .tab-container ul li:hover{color:#FF9D02;}
.home-faq-cm .tab-container ul li.current:hover{color:#ffffff;}


@media(max-width:1024px){

  .home-faq-cm .faq-container .accordion_header{padding: 12px 30px;min-height: 114px;}
  .home-faq-cm .faq-container .accordion_content{padding: 12px 30px;}
  .home-faq-cm .faq-container .accordion_header:after {right:30px;}
  .home-faq-cm {padding: 80px 0 88px;}

}

@media(max-width:767px){
  .home-faq-cm .heading-mobile {display:flex;}
  .home-faq-cm .heading-desktop{display:none;}
  .home-faq-cm .heading-container .image-col{width: 42%;}
  .home-faq-cm .heading-container .text-col {width: 58%;}
  .home-faq-cm .faq-container span>.hs_cos_wrapper {width:100%;margin-right:0;}
  .home-faq-cm .faq-container .accordion_header h4{padding-right:60px;font-size:14px;line-height:20px;}
  .home-faq-cm .faq-container .accordion_header{padding:12px 20px;}
  .home-faq-cm .faq-container .accordion_header:after {right: 20px;top: 47%;width: 8px;height: 8px;}
  .home-faq-cm .faq-container .accordion_content{padding: 12px 20px 27px;}
  .home-faq-cm {padding: 50px 0 50px;}
  .home-faq-cm .faq-container .accordion_header {min-height:71px;}
  .home-faq-cm .faq-container .accordion_content p {font-size:14px;line-height:normal;}
  .home-faq-cm .tab-container ul{margin-top:20px;text-align:center;padding:0 40px;}
  .home-faq-cm .tab-container ul li {font-size:14px;margin-bottom:12px;}
  .home-faq-cm .tab-container ul li:first-child{ padding: 3px 10px; }
  .home-faq-cm .tab-container ul li.current {background: #FF9D02;border-radius: 3px;color: #fff;padding: 3px 10px 3px;text-align: center;}
  .home-faq-cm .heading-container {margin-bottom:26px;}

}

@media(max-width:400px){
  .home-faq-cm .tab-container ul{padding:0;}
}

/* Footer-menu-clone */
.footer-mobile{display:none;}

@media(max-width:480px){
.footer-mobile{display:block;}
.footer-menu-desktop{display:none;}
 body .row-fluid .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: unset;
    opacity: unset;
    -webkit-transition: unset;
    position: unset;
    z-index: unset;
    left: unset;
  }

  .footer-mobile ul li .hs-menu-children-wrapper{
    display:none;
  }


  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    text-align:center;
    max-width: 100%;
    margin: 0 auto;
    width:100%;
  }


  .footer-mobile .footer-child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 20px;
    top: 8px;
  }


  .footer-mobile .footer-child-trigger:after{
    position: absolute;
    content: '';
    background: url('https://7013772.fs1.hubspotusercontent-na1.net/hubfs/7013772/Firefly%20-%20August%202020/Images/Homepage/Mobile%20footer%20arrow.svg');
    background: url('https://7013772.fs1.hubspotusercontent-na1.net/hubfs/7013772/Firefly%20-%20August%202020/Images/Homepage/back.svg') no-repeat;
    width: 10px;
    height: 10px;
    top: 4px;
    right: 0;
    background-size:cover;
    background-position:center center;
    transform: rotate(-90deg);
    transition:0.3s all ease-in-out;
  } 
  .footer-mobile .footer-child-trigger.footer-child-open:after{transform: rotate(90deg);transition:0.3s all ease-in-out;}

  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100% !important;
    max-width: 100% !important;
    font-weight: normal!important;
    white-space: inherit;

  }

  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    padding-bottom:10px;
  }

  .footer-mobile  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    padding-bottom: 13px;
    float: none;
    max-width:220px;
    margin: 0 auto;
  }

  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    font-weight:normal;
    max-width:100%;
    width:100%;
  }

  .footer-section .footer-bottom-row .right-cont ul li {
    display: inline-block;
    padding-right: 50px;
  }


  .footer-bottom-row .row-fluid{
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    padding-bottom: 0;
    float: none;
    max-width: 100%!important;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 0!important;
    margin-right:0!important;
}
  
  .footer-mobile li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    width:100%!important;
    margin-right:0!important;
  }
}