/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */










































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

.wow {
  visibility: hidden;
}

/* Solutions Layout */

.solutions-row-1 .dnd-section {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 80px;
}
.solutions-row-1 .dnd-section .dnd-column .widget-type-rich_text {
  font-family: 'Merriweather',serif;
  color: #6dccd9;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
}
.solutions-row-1 .dnd-section .dnd-column .widget-type-rich_text p {
  color: #001274;
  margin: 0;
  font-family: 'Merriweather',serif;
}
.solutions-row-1 .dnd-section .dnd-column .widget-type-rich_text p a {
  color: inherit;
  font-family: inherit !important;
}
.solutions-row-1 .dnd-section .dnd-column .widget-type-rich_text p a:hover,
.solutions-row-1 .dnd-section .dnd-column .widget-type-rich_text p a:focus,
.solutions-row-1 .dnd-section .dnd-column .widget-type-rich_text p a:active {
  color:rgba(149,244,255,1.0);
}
.solutions-row-2 .dnd-section {
  padding: 0;
}
.breaker-beta__description p {
  margin: 0;
  font-family: 'Merriweather',serif;
}
.solutions-layout .widget-type-header {
  margin-bottom: 90px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.solutions-layout .widget-type-header h1 {
  /*text-transform: uppercase;*/
  color: #001274;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .05em;
}



/* Website Layout */

.body-container__website h2 {
  font-size: 26px;
  color: #001273;
  margin-bottom: 24px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.body-container__website p {
  color: #648398;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
  font-family: 'Merriweather',serif;
}
.body-container__website h3 {
  font-size: 21px;
  color: #6dccd9;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.body-container__website ol {
  padding: 0;
  margin: 0;
  color: #648398;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
  font-family: 'Merriweather',serif;
  list-style: initial;
  padding-left: 1em;
}
.body-container__website ol li {
  line-height: inherit;
}
.body-container__website ul {
  padding: 0;
  margin: 0;
  color: #648398;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
  font-family: 'Merriweather',serif;
  list-style: initial;
  padding-left: 1em;
}
.body-container__website h4 {
  /*text-transform: uppercase;*/
  font-size: 16px;
  margin-bottom: 24px;
  color: #6dccd9;
  font-weight: 400;
  line-height: 1.2;
}
.solutions-row-2 .dnd-section .section-header {
  margin-bottom: 90px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.solutions-row-2 .dnd-section .section-header h1 {
  /*text-transform: uppercase;*/
  color: #001274;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .05em;
}
.solutions-row-2 .dnd-section .section-header p.secondary-header {
  font-family: 'Merriweather',serif;
  font-size: 16px;
  line-height: 24px;
  color: #648398;
}


/* Popup Form */
#free-demo {
  display: none;
  padding: 0 !important;
  margin: 0 !important;
  background: 0 0;
}
.free-demo__form {
  width: 650px;
  padding: 50px 120px;
  background-color: #f0f9ff;
}
.free-demo__form .form-title {
  font-family: 'Merriweather',serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #6dccd9;
  margin: 0;
}
.free-demo__info {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #648398;
  margin-top: 20px;
  margin-bottom: 40px;
}
.free-demo__form form {
  margin-top: 40px;
  margin-bottom: 1em;
}
.free-demo__form form .hs-form-field {
  margin-bottom: 1.3em;
}
.free-demo__form form .hs-form-field label {
  display: inherit;
}
.free-demo__form form .hs-form-field label .hs-form-required {
  display: none;
}
.free-demo__form form .hs-form-field .input > .hs-input {
  display: block;
  width: 100%;
  border: 1px solid #cfd9df;
  height: 40px;
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 12px;
  font-family: 'Gilroy-Regular',sans-serif;
  color: #648398;
  line-height: 1.15;
  background: #fff;
}
.free-demo__form form input.hs-button.primary.large {
  margin-top: 1.3em;
}
.free-demo__form form .hs-form-field .input > .hs-input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

/* Home Layout */

.homepage-banner:before {
  background: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/images/square.png) no-repeat right;
}
.team-info ul li:before,
.listing li:before {
  background: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/images/arrow.png) no-repeat;
}
.home-layout main.body-container-wrapper .dnd-section {
  padding: 0;
}
.team-img:before {
  background: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/images/team-shape-bottom.png) no-repeat;
}
.team-img:after {
  background: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/images/team-shape-top.png) no-repeat;
}
.common-btn {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  cursor: pointer;
  color: #192a81;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 36px;
  font-family: 'Gilroy-Bold';
  border-bottom: 2px solid #192a81;
  padding: 12px 0;
  letter-spacing: .5px;
}
.common-btn:hover, .common-btn:focus {
  transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: .5s all ease-in-out;
  -ms-transition: .5s all ease-in-out;
  color: #6dccd9;
  border-bottom: 2px solid #6dccd9;
  text-decoration: none;
}
.home-layout .testimonials-slider-section .col-content h2 {
  text-transform: none;
  letter-spacing: 0;
}











@media (max-width: 1250px){
  .body-container__website .dnd-section > .row-fluid{
    padding:0 20px;
  }
}


@media (max-width: 1023px){
  .solutions-row-1 .dnd-section {
    margin-top: 0;
  }
  .solutions-row-2 .dnd-section[class*="margin"] {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .free-demo__form {
    padding: 40px;
    width: 400px;
  }
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .solutions-row-1 .dnd-section .dnd-column .widget-type-rich_text {
    font-size: 18px;
    line-height: 30px;
  }
  .solutions-layout .widget-type-header h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .solutions-row-2 .dnd-section .section-header h1 {
    font-size: 20px;
    line-height: 32px;
  }

}

@media (max-width: 400px) {
  .free-demo__form {
    width: 300px;
    padding: 30px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'Gilroy-Bold';
  src: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/Excelforce_August2020/Fonts/Gilroy-Bold.eot) format('embedded-opentype'),
    url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/fonts/Gilroy-Bold.woff) format('woff'),
    url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/fonts/Gilroy-Bold.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/Excelforce_August2020/Fonts/Gilroy-Medium.eot) format('embedded-opentype'),
    url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/fonts/Gilroy-Medium.woff) format('woff'),
    url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/fonts/Gilroy-Medium.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/Excelforce_August2020/Fonts/Gilroy-Regular.eot) format('embedded-opentype'),
    url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/fonts/Gilroy-Regular.woff) format('woff'),
    url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/fonts/Gilroy-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/Excelforce_August2020/Fonts/Gilroy-SemiBold.eot) format('embedded-opentype'),
    url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/fonts/Gilroy-SemiBold.woff) format('woff'),
    url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/fonts/Gilroy-SemiBold.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}

html {
  font-size: 24px;
}

body {
  font-family: 'Gilroy-Regular';
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Gilroy-Regular';
}

/* Anchor Links */
a {
  font-family: 'Gilroy-Regular' !important;
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: 'Gilroy-SemiBold' !important;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.04;
  letter-spacing: .07em;
  text-transform: none;
}

h2 {
  font-size: 1.6rem;
  letter-spacing: .05em;
  text-transform: none;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.15;

}

h4 {
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.14;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.33;
}

strong {
  font-family: 'Gilroy-Bold';
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5;
}

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

li {font-family: 'Gilroy-Regular';}

blockquote {
  font-family: 'Gilroy-Regular';
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
:focus {
  outline: auto;
  outline-color: #000;
}

.disable-focus-styles :focus {
  outline: none;
}

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 1200px;
  font-family: Gilroy Regular, sans-serif;
}

.hs-button {
  margin: 0;
  display: inline-block;
  font-weight: normal;
  line-height: 1.15;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  margin-top:10px;
  font-family: 'Gilroy-Regular',sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  border-radius: 2px;
  -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
  transition: all .4s cubic-bezier(.215,.61,.355,1);
  cursor: pointer;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: inline-block;
  margin-bottom: .5rem;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #a94442 !important;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 5px;
  font-family: 'Gilroy-Regular',sans-serif;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #a94442;
  color: #a94442;
  background: #f2dede;
  margin-bottom: 0;
}

ul.no-list.hs-error-msgs.inputs-list li {
  padding: 0;
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  margin: 0;
}
.hs-input,
.systems-page input[type="password"]{
  font-weight: normal;
  color: #33475b;
  line-height: 1.15;
  display: block;
  width: 100%;
  border: 1px solid #cfd9df;
  height: 40px;
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 12px;
  font-family: 'Gilroy-Regular',sans-serif;
  color: #648398;
}

.hs-input:focus,
.systems-page input[type="password"]:focus{
  border-width: 2px;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #858688;
}

@-moz-document url-prefix() {
  .footer__newsletter form .hs-input::placeholder,
  .free-demo__form form .hs-form-field .input>.hs-input::placeholder{
    color:#648398 !important;
    opacity: 1;
  }
}


.hs-input::-webkit-input-placeholder {
  color: #858688;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

/* input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
border-color: #c87872;
} */
form .hs-input:focus {
  border-color: rgba(0,0,0,1.0);
  outline: -webkit-focus-ring-color auto 1px;
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 20.5px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Gilroy Regular, sans-serif;
}

@media(max-width:767px){
  form{
    margin-bottom:20px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}


.navigation-primary {
  display: inline-block;
}

.navigation-primary a {
  color: #494A52;
  font-family: 'Gilroy-Regular',sans-serif;;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}
.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.triangle {
  display: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
}

.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: 7px solid black;
  display: none;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 0;
}

.submenu.level-2 {
  font-weight: 500;
  opacity: 0;
  position: absolute;
  text-transform: none;
  -webkit-transition: visibility 0s,opacity .3s;
  -o-transition: visibility 0s,opacity .3s;
  transition: visibility 0s,opacity .3s;
  visibility: hidden;
  width: 240px;
  left: calc(50% - 120px);
  font-size: 15px;
  top: 60px;
  padding: 0 20px;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,63,98,.35);
  box-shadow: 0 5px 11px 0 rgba(0,63,98,.35);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  min-width: 10rem;
  background-color: #fff;
}

.triangle-container.level-2 {
  display: block;
  height: 25px;
  left: 105px;
  overflow: hidden;
  position: absolute;
  top: -25px;
  width: 60px;
}

.triangle.level-2 {
  background-color: #FFF;
  border: 1.79px solid #494A52;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: none;
  height: 30px;
  margin-left: 20px;
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 30px;
}

.triangle-container.level-2.hover .triangle {
  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;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 10px 30px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  text-align:center;
  line-height:24px;
  font-weight:400;
}

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

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

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

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  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 {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  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;
}


.submenu.level-3 .menu-item .menu-link {
  text-decoration: none;
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  padding: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  cursor: pointer;
  line-height: 24px;
  text-align: left;
}

.submenu.level-3 .menu-item {
  margin-bottom: 30px;
}

body .custom-menu-primary .submenu.level-1>li:nth-child(3) .submenu.level-2>li:last-child {
  width: 100%;
}

body .custom-menu-primary .submenu.level-1>li:nth-child(3) .submenu.level-2>li:last-child ul li {
  width: 50%;
  float: left;
}

.submenu.level-2 .menu-item .menu-link:hover {
  transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  -moz-transition: .5s all ease-in-out;
  -ms-transition: .5s all ease-in-out;
}

@media(min-width:1200px){
  .submenu.level-2 > li {
    border-bottom: 1px solid #D1D6DC;
    padding: 0;
  }
  .submenu.level-2 > .menu-item > .menu-link {
    display: block;
    padding: 15px 0;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) .submenu.level-2 {
    width: 785px;
    left: -175px;
    position: absolute;
    top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:0;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) .submenu.level-2 > li:nth-child(2) {
    width: 29.4%;
    background-color: #f5f7f9;
    border-right: 1px solid #e6ecf0;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) .submenu.level-2 > li {
    padding: 40px 40px 10px;
  }
  body .custom-menu-primary .submenu.level-1>li.has-submenu:hover>a:before {
    content: '';
    z-index: 7;
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -24px;
    z-index: 9999;
    width: 100%;
  }
  body .custom-menu-primary .submenu.level-1>li.has-submenu:hover > a {
    position: relative;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) .submenu.level-2>li> a {
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f5f7;
    margin-bottom: 30px;
    padding-top: 0;
    text-align:left;
    line-height: 24px;
    font-weight:400
  }
}

@media (max-width: 1199px) {
  .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 {
    display: none;
  }

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

  .submenu.level-1 > li {
    display: block;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    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;
  }

  .triangle-container.level-2 {
    display: 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%;
    padding:0;
  }

  .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: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;
  }
  .submenu.level-1>.has-submenu>a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    vertical-align: .1em;
    content: '';
  }
  body .custom-menu-primary .submenu.level-1>li {
    padding: 10px 0 !important;
  }
  .submenu.level-2 .menu-item .menu-link {
    text-align: left;
    padding: 0;
  }

  .submenu.level-2 .menu-item {
    border: none;
  }
  .child-trigger {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 0;
    cursor: pointer;
  }
  ul.submenu.level-3 {
    display: block;
  }
  .submenu.level-3 .menu-item {
    margin-bottom: 0;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) .submenu.level-2>li:last-child ul li {
    width: 100%;
    float: none;
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item {
    background-color: rgba(255,255,255,0.0);
    color: rgba(109,204,217,1.0);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #e3eff8;;
  border-bottom-width: 1px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.dnd-section {
  padding-left: 20px;
  padding-right: 20px;
}

/*======= Contact Layout ==========*/

.contact-layout .dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.contact-row-1 .dnd-section>.row-fluid {
  max-width: 1100px !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px;
}

.contact-row-1 h3{
  font-family: 'Gilroy-Regular',sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  border-bottom: 1px solid #e3eff8;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #001274;
}

.contact-row-1 table {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  border: none;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

.contact-row-1 table th,.contact-row-1 table td {
  vertical-align: top;
  border: none;
  padding:0;
}

.contact-row-1 table th {
  width: 25%;
}

.contact-row-1 table th.svg {
  padding-left: 28px;
  position: relative;
  border: none;
}

.contact-row-1 table tr:not(:last-child) .svg {
  padding-bottom: 15px;
}

.contact-row-1 table th.svg svg {
  position: absolute;
  left: 0;
  top: 2px;
}

.contact-row-1 table svg {
  width: 16px;
  height: auto;
}

.contact-row-1 table strong {
  margin-right: 30px;
  color: #648398;
  font-weight: 900;
}

.contact-row-1 p {
  font-size: 14px;
  line-height: 22px;
  color: #648398;
  margin-bottom: 30px;
}

.contact-row-1 table a {
  text-decoration: none;
  color: #001273;
}
.contact-layout span.hs-form-required {
  display: none;
}
.contact-layout fieldset.form-columns-2 {
  margin-right: 0;
  max-width: 100%;
}
.contact-layout fieldset.form-columns-2 > div { 
  padding-right: 2%;
}
.contact-layout fieldset.form-columns-2 > div + div {
  padding-left: 2%;
  padding-right: 0;
}
.contact-layout .hs-form label {
  display: none;
}

.contact-layout textarea.hs-input {
  height: 120px;
  padding: 25px 20px 10px;
}
.contact-layout input.hs-button.primary.large {
  margin: 0;
}
.contact-layout hr {
  height: 1px;
  background-color: #cfd9df;
  margin-bottom: 30px;
  margin-top: 0;
}
.contact-row-1 table tr:not(:last-child) th,
.contact-row-1 table tr:not(:last-child) td {
  padding-bottom: 5px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contact-layout form {
  margin-bottom: 16px;
}
.contact-layout fieldset .input {
  margin-right: 0 !important;
}
.contact-layout ul.no-list.hs-error-msgs.inputs-list li label {
  display: block;
}
.contact-layout .hs_error_rollup {
  margin-bottom: 10px;
} 

/*======== End =========*/

.website-lay .hs-oembed__starter {
  margin-top: 40px;
  margin-bottom: 120px;
  max-width: 100% !important;
  width: 700px;
  margin-left: 0;
  height: 315px;
  padding-bottom: 26.375% !important;
}
.website-lay .body-container__website h3{
  font-family: 'Gilroy-Regular',sans-serif;
}
.website-lay .body-container__website p a {
  color: #001273;
  font-family: 'Gilroy-Regular',sans-serif;
}

.website-lay .body-container__website p a:hover {
  color: #6dccd9;
}

.website-lay .body-container__website ul li {
  line-height: inherit;
}
img {
  height: auto;
  max-width: 100%;
}

.solutions-row-2 table {
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 24px;

}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.solutions-row-2 td {
  padding: 10px;
  font-family: 'Gilroy-Regular',sans-serif;
  line-height: normal;
  display: table-cell;
  vertical-align: inherit;
  width:auto ;
}

td, th {
  text-align: left;
}
.solutions-row-2 table a {
  color: #47e5eb;
  text-decoration: none;
}

.solutions-row-2 table a:hover {
  color: #001273;
}
.intro__description strong {
  font-weight: 400;
}
.website-lay .cm-calculator-wrap h3 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*====== Company Layout =======*/

.subpage-nav {
  background-color: #f0f9ff;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 120px;
}
.company-layout .intro {
  margin-bottom: 0;
}

.website-lay .body-container__website p a.cm-link:hover {
  color: #47e5eb;
}
.contact-row-1 table a:hover {
  color: #47e5eb;
}

.contact__location__content table a:hover {
  color: #47e5eb;
}

@media (min-width: 769px){
  .subpage-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Gilroy-Regular',sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin:0;
  }
  .subpage-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 30px;
    line-height: 1.5;
    font-weight: 700;
  }
  .subpage-nav ul a {
    padding: 0;
    text-decoration: none;
    color: #648398;
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Gilroy-Regular', sans-serif;
  }
  .subpage-nav ul a:hover {
    color: #6dccd9;
  }
  .subpage-nav ul .current_page_item a:after {
    content: "";
    left: 0;
    bottom: -40px;
    position: absolute;
    display: block;
    height: 2px;
    background-color: #6dccd9;
    width: 100%;
  }
  .subpage-nav ul li.active a {
    color: #6dccd9;
  }

  .subpage-nav ul li.active a:after {
    content: "";
    left: 0;
    bottom: -40px;
    position: absolute;
    display: block;
    height: 2px;
    background-color: #6dccd9;
    width: 100%;
  }
}


@media(max-width:1023px){
  .subpage-nav ul li {
    padding: 0;
  }
  .subpage-nav {
    margin-bottom: 90px;
  }
  .solutions-row-2 table{
    margin-top:0;  
  }

}

@media (max-width: 768px){
  .subpage-nav ul {
    font-family: 'Gilroy-Regular',sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin:0;
  }
  .subpage-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    line-height: inherit;
  }
  .subpage-nav ul a {
    text-decoration: none;
    color: #001273;
    font-family: 'Gilroy-Regular',sans-serif;
    padding: 0;
  }
  .subpage-nav ul li:not(:last-child):after {
    color: #cfd9df;
    content: "/";
    padding: 0 10px;
  }
  .subpage-nav ul li.active a {
    color: #6dccd9;
    position: relative;
  }

  .subpage-nav ul li.active a:after {
    content: "";
    height: 3px;
    background-color: #001273;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
  }
  .subpage-nav ul a:hover {
    color: #6dccd9;
  }
}
/*========= End =======*/


@media(max-width:1024px){
  .contact-row-1 .dnd-section>.row-fluid> div {
    padding: 0 !important;
  }
  .website-lay .hs-oembed__starter {
    margin-top: 0;
  }
}

@media(max-width:767px){
  .contact__location__content table a {
    word-break: break-all;
  } 
  .contact-layout form {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .solutions-row-2 table {
    display: block;
    overflow: auto;
  }
  p.cm-mobile-font {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}

@media(max-width:479px){
  .contact-layout fieldset.form-columns-2 input {
    width: 100% !important;
  }
  .contact-layout fieldset.form-columns-2>div {
    padding-right: 0;
  }
  .contact-layout fieldset.form-columns-2>div+div {
    padding-left: 0;
  }
}

@media(max-width:360px){
  .contact__location__content table strong {
    margin-right: 5px !important;
  }

  .contact__location__content td {
    font-size: 11px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  height: auto;
  overflow: hidden;
  padding-top: 8px;
}

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

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

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

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

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Gilroy Regular, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.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: white;
}

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

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

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

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

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}
header.header {
  padding: 28px 0 35px;
  width: 100%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
}
/* Styles for the Language Switcher Component */

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

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Gilroy Regular, sans-serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

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

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

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

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

.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 {
  font-family: Gilroy Regular, sans-serif;
  color: #494a52;
}

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

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}
.login.header__login .hs-button {
  border-radius: 8px;
  margin-top:0;
}
/* .login.header__login .hs-button:hover {
border-radius: 0;
} */

/* Login Form */
#login-form {position:absolute;top:100%;right:0;width:350px;margin-top:25px;background-color:#ecf4fa;padding:30px;display:none;}
#login-form:after{content: '';position: absolute;right: 15%;top:-20px;width: 0;height: 0;border-left: 20px solid transparent;border-right: 20px solid transparent;border-bottom: 20px solid #ecf4fa;clear: both;}
#login-form p{position:relative;margin-bottom:20px;padding-bottom:15px;font-size:18px;color:#7e7e7e;line-height:28px;margin:0;}
#login-form label{position:absolute;top:10px;left:20px;font-size:12px;color:#648398;}#login-form label.move-up{top:2px;opacity:.3;}
#login-form input{display:block;color:#648398;font-size:12px;border-radius:2px;width:100%;height:50px;border:1px solid #cfd9df;padding:20px 20px 10px;background-color:#fff;}
#login-form button {padding: 1px 6px;text-indent: 0px;text-shadow: none;display: inline-block;text-align: center;align-items: flex-start;letter-spacing: normal;word-spacing: normal;-webkit-writing-mode: horizontal-tb !important;text-rendering: auto;} 
#login-form .lf-buttons{margin:20px 0;} #login-form .lf-forgot, .login-form .lf-forgot2 {cursor:pointer;float:right;margin-top:10px;background: #ecf4fa;font-size: 12px;color: #001273;font-weight: 700;border: none;outline: none;-webkit-appearance: none;-moz-appearance: none;}.login-form .lf-forgot2{background-color:#fff;float:none;clear:both;}#login-form .lf-forgot:hover, .login-form .lf-forgot2:hover{color:#47e5eb}
#login-form .lf-submit{outline:none;background-color: #001273;text-decoration: none;border: none;font-size: 16px;font-weight: 700;color: #fff;padding: 0 30px;margin: 0;border-radius: 2px;-webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);transition: all .4s cubic-bezier(.215,.61,.355,1);cursor: pointer;height: 40px;}
.chat-login {
  margin-left: 12px;
}
.chat-login ul{
  padding: 0;
  list-style: none;
  margin: 0;
  text-decoration: none;
}
.chat-login li {
  display: inline-block;
  margin: 0 0 0 20px;
  height: auto;
}
.chat-login a {
  font-size: 16px;
  font-family: 'Gilroy-Regular';
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  line-height: 30px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  cursor: pointer;
  font-weight: 400;
}
.header__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  position: relative;
  z-index: 3;
  -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
  transition: all .4s cubic-bezier(.215,.61,.355,1);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  font-size: 14px;
  font-family: 'Gilroy-SemiBold';
  font-weight: 400;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
  padding-right:0;
}
.navigation-primary .submenu.level-1 {
  text-decoration: none;
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  line-height: 24px;
}
body .custom-menu-primary .submenu.level-1 > li > a {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  cursor: pointer;
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  padding: 0;
  line-height: 24px;
  font-weight: 400;
}
.header__logo img {
  max-width: 245px;
}

header.sticky {
  position: fixed;
  padding: 0;
  z-index: 999;
  box-shadow: 0 0 20px 3px rgba(0,0,0,.2);
  top:0;
}
header.sticky .header__logo img {
  max-width: 190px;
  padding-top: 7px;
}
.header__container {
  max-width: 1600px !important;
}
.sticky-header .body-wrapper {
  padding-top: 142.72px;
}
.login a {
  min-width: 142px;
  height: auto;
}
.chat a {
  min-width: 252px;
}

li.login.header__login {
  margin-left: 16px;
}

header.header {
  position: fixed;
  z-index: 999;
  top: 0;
  background: #fff;
}

.body-wrapper {
  padding-top: 142.72px;
  transition: all 0.5s ease-out;
}

.sticky-header .body-wrapper {
  padding-top: 79.73px;
}

@media(min-width:1200px){
  .menu-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }  
  .navigation-primary .submenu.level-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .custom-menu-primary .submenu.level-1>li {
    position: relative;
    padding: 20px;
  }
  .mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 1699px){
  .chat-login {
    margin-left: 0;
  }
  .chat-login li.chat {
    margin-left: 10px;
  }
  .chat-login li {
    margin: 0 0 0 6px;
  }
  .chat a {
    min-width: 210px;
  }
  .login a {
    min-width: 82px;
  }
  .header__container {
    max-width: 1140px !important;
  }
  body .custom-menu-primary .submenu.level-1>li {
    position: relative;
    padding: 20px 5px;
  }
  .header__logo img {
    max-width: 215px;
  }
  .header__logo {
    padding-top: 12px;
  }
  body .custom-menu-primary .submenu.level-1>li.has-submenu:hover>a:before{
    bottom: -23px;
    height: 3px;
  }
  li.login.header__login {
    margin-left: 6px;
  }
  header.sticky .header__logo img{
    padding-top: 4px;
  }
}

/* Mobile Styles */

@media (max-width: 1199px) {
  .header__container form {
    max-width: 100%;
  }
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }
  .header__navigation.open {
    background: #fff;
    top: 80px;
    position: absolute;
    width: 124.1%;
    left: -130px;
    padding: 10px;
    display: block;
  }
  .custom-menu-primary {
    position: relative;
    z-index: 999;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 10px;
  }

  .header__search.open,
  .header__language-switcher.open {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .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-right: auto;
    margin-left: 0;
  }

  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

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

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }
  .header__language-switcher--toggle:after {
    content: "Language";
  }

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

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

  .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;
    width: 25px;
    height: 25px;
  }

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

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

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

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

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

  .header__close--toggle.show {
    display: block;
  }
  .header__container {
    max-width: 960px !important;
  }

  .header__logo {
    padding-top: 5px;
  }

  .header__column {
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
  }

  .header__navigation--toggle {
    cursor: pointer;
    outline: none;
    margin-top: 6px;
    position: absolute;
    right: 330px;
    top: 5px;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    font-family: sans-serif;
    border: 1px solid transparent;
    border-radius: .25rem;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/images/menu-toggle.png) no-repeat;
  }
  header.header{
    padding: 28px 0 30px;
  }
  .chat-login {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }  

  header.sticky {
    padding: 11px 0 6px;
  }

  header.sticky .header__logo img {
    padding-top: 0;
  }

  header.sticky .header__logo {
    padding-top: 0;
  }
  .sticky .header__navigation.open {
    top: 55px;
  }
  .dekstp-menu {
    display: none !important;
  }
  .mobile-menu {
    width:100%;
    position: absolute;
    top: 80px;
    background: #fff;
    padding: 10px;
    left: 0;
    z-index:9;
  }
  .header-inner-wrapper {
    position: relative;
  }
  .body-wrapper {
    padding-top: 124px;
  }
  .sticky-header .body-wrapper {
    padding-top: 71.28px;
  }
  body .custom-menu-primary .submenu.level-1>li.has-submenu.menu-item.child-open > a {
    color: #6dccd9;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) .submenu.level-2>li>a {
    color: #001374 !important;
  }

  body .custom-menu-primary .submenu.level-1>li:nth-child(3) .submenu.level-2>li:nth-child(2) {
    background: transparent !important;
  }
  body .custom-menu-primary .submenu.level-1>li:nth-child(3) .submenu.level-2>li>a:hover{
    color: #6dccd9 !important;
  }
  body .custom-menu-primary .submenu.level-2 .child-trigger {
    display: none;
  }
  .sticky .mobile-menu {
    top: 55px;
  }
}

@media(max-width:991px){
  .header__container {
    max-width: 720px !important;
  }
  .custom-menu-primary {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px){
  .header__container  {
    max-width: 540px !important;
  }
  .custom-menu-primary{
    max-width: 540px;
  }

  .chat a, .chat a:hover, .chat a:focus {
    background: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/images/chat.png) no-repeat;
    background-size: 30px;
    min-width: auto;
    height: 30px;
    color: transparent;
    width: 40px;
    padding: 0;
    background-color: transparent !important;
    text-indent: -9999px;
  }
  .header__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    background: 0 0;
  }
  .login a, .login a:hover, .login a:focus {
    background: url(//7873124.fs1.hubspotusercontent-na1.net/hubfs/7873124/raw_assets/public/Excelforce_August2020/images/login-icon.png) no-repeat;
    background-size: 30px;
    min-width: auto;
    height: 30px;
    color: transparent;
    width: 40px;
  }
  .chat-login {
    top: 14px;
  }
  .header__navigation--toggle {
    right: 100px;
  }
  body .custom-menu-primary .submenu.level-1>li {
    padding: 5px 0 !important;
  }
  .header__navigation.open{
    width: 142.4%; 
  }
  .custom-menu-primary {
    height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .body-wrapper {
    padding-top: 124.17px;
  }
  .sticky-header .body-wrapper {
    padding-top: 71.77px;
  }
}

@media screen and (max-width: 575px){
  .header__container{
    max-width: 100% !important;
    padding: 0 15px;
  }
  .custom-menu-primary{
    max-width: 100%
  }
  .header__column {
    right: 8px;
  }
}

@media(max-width:479px){
  .header__logo img {
    max-width: 165px;
    width: 165px !important;
  }
  .header__logo {
    padding-top: 0;
  }
  .chat a, .login a, .chat a:hover, .login a:hover, .chat a:focus, .login a:focus {
    background-size: 25px;
    height: 30px;
    width: 25px;
    padding: 0;
  }
  .chat-login {
    right: 23px;
  }
  .chat-login li {
    margin: 0 0 0 2px;
  }
  .header__navigation--toggle {
    right: 82px;
  }
  .header__navigation.open {
    top: 77px;
  }
  .sticky .header__navigation.open {
    top: 53px;
  }
  .custom-menu-primary{
    padding-left: 2px;
  }
  .mobile-menu{
    top: 77px;
  }
  .body-wrapper {
    padding-top: 106.34px;
  }
  .sticky-header .body-wrapper {
    padding-top: 65.34px;
  }
  .sticky .mobile-menu {
    top: 53px;
  }
  li.login.header__login {
    margin-left: 2px;
  }
}

@media(max-width:340px){
  .header__navigation--toggle {
    right: 70px;
  }
  .header__column {
    right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Gilroy Regular, sans-serif;
}
.footer__end {
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer__logo svg {
  display: block;
  height: 60px;
}
svg:not(:root) {
  overflow: hidden;
}

.footer__end__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding:0;
  margin:0;
  list-style:none;
}
.footer__end__nav li:not(:last-child) {
  margin-right: 20px;
}
.footer__end__nav a {
  text-decoration: none;
  -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
  transition: all .4s cubic-bezier(.215,.61,.355,1);
}

.footer__fs svg {
  height: 20px;
  width: 120px;
}

.footer__fs svg * {
  fill: #648398;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer__row>* {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__newsletter {
  padding-bottom: 57px;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.footer__newsletter {
  padding-right: 40px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
}
.footer__newsletter {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__badge > span {
  padding: 10px 20px;
}
.footer__badge img, .footer__badge svg {
  max-width: 54px;
  height: auto;
  width: 100% !important;
  vertical-align:middle;
}
.footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin:0;
  padding:0;
}
.footer__social li:not(:last-child) {
  margin-right: 20px;
}
.footer__social svg {
  display: block;
  width: 24px;
  height: 24px;
}
.footer__social a .menu-item__title {
  display: none;
}
.footer__newsletter__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  width: 20%;
}
.footer__newsletter__form {
  width: 80%;
}
.footer__newsletter form {
  margin: 0;
  width: 100%;
}
.footer__col__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 20px;
  font-family: 'Gilroy-Regular',sans-serif;
  line-height: 20px;
}

.footer__col__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid transparent;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}

.footer__nav {
  font-size: 15px;
  line-height: 20px;
}

.footer__col {
  width: 20%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__nav li:not(:last-child) {
  margin-bottom: 5px;
}
.footer__nav a {
  text-decoration: none;
  padding: 0;
  display: inline-block;
}

.footer__nav li {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
}
.footer__address p, .footer__address table {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  border: 0;
}

.footer__address td, 
.footer__address th {
  padding: 0;
  text-align: left;
  border: 0;
  background:none;
  color:inherit;
}
.footer__address th {
  font-weight: 700;
  padding-right: 25px;
}
.footer__address a {
  text-decoration: none;
  -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
  transition: all .4s cubic-bezier(.215,.61,.355,1);
}
.footer__newsletter .widget-type-form {
  margin: 0;
  width: 100%;
}
.footer__newsletter form {
  position: relative;
  display: flex;
  top: 10px;
}
.footer__newsletter form > div.hs_firstname, 
.footer__newsletter form > div.hs-email {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 1.3em;
  margin-right: 0;
}
.footer__fs a {
  display: block;
  height: 20px;
}
.footer__address table {
  margin-bottom: 0;
}
.footer__nav ul {
  margin-top: 0;
}
.footer__newsletter__form .hs-form label {
  margin: 0;
  display:none;
}
.footer__newsletter__form input.hs-button.primary.large {
  font-size: 12px;
  font-weight: 700;
  padding-left: 15px;
  margin-top: 0;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 13px;
}
.footer__newsletter__form span.hs-form-required {
  display: none;
}

.footer__newsletter form .hs-input {
  background: #fff;
  border-radius: 0;
  padding: 10px 20px;
}
.footer__newsletter form .hs-input::placeholder {
  color: #858688;
}
.footer__newsletter form ul.no-list.hs-error-msgs.inputs-list label {
  display: block;
}

.footer__newsletter form .hs_error_rollup {
  bottom: -15px;
  position: absolute;
  width: 100%;
}
.footer__col.footer__address .footer__col__title {
  line-height: 1.5;
}
.footer__newsletter form .hs-input.error,
.footer__newsletter form .hs-input:focus,
input.hs-input:focus,
input.hs-input.error{
  border-radius:5px ;
}
.footer__newsletter form .hs-input:focus,
input.hs-input.error{
  border-width:2px;
}
.footer__newsletter form .hs-input:focus {
    border-color: rgba(0,0,0,1.0);
    outline: -webkit-focus-ring-color auto 1px;
}

@media (min-width: 768px){
  .footer__row>*:nth-child(2n) {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
  .footer__newsletter .widget-type-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media(min-width:1021px){
  .footer__newsletter form>div.hs_firstname .hs-input {
    border-right: none;
  } 
}

@media (min-width: 1024px){
  .footer__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1279px){
  .footer__newsletter__title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer__badge img, .footer__badge svg{
    max-width: 82px;
  }
  .footer__newsletter__form {
    width: 100%;
  }
  .footer__newsletter__form input.hs-button.primary.large{
    margin-right: 20px;
  }
  .footer__newsletter__form span {
    width: 100%;
  } 
}
@media(max-width:1023px){
  .footer__logo {
    display: none;
  }
  .footer__col {
    width: 33.3333%;
  }
  .footer__end__nav {
    display: none;
  }
  .footer__fs {
    display: none;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__nav--1,.footer__nav--2,.footer__nav--3 {
    padding-bottom: 40px;
  }
}

@media(max-width:920px){
  .footer__nav--1,.footer__nav--2,.footer__nav--3 {
    padding-bottom: 40px;
  }
  .footer__newsletter form>div.hs_firstname, .footer__newsletter form>div.hs-email {
    width: 100%;
    margin-bottom: 1em;
  }
  .footer__newsletter form {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .footer__newsletter form>div.hs_firstname .hs-input {
    height: 30px;
  }
  .footer__newsletter form .hs-input {
    height: 30px;
  }
  .footer__newsletter form .hs_error_rollup {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media(max-width:767px){
  .footer__col__holder {
    display: none;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer__badge img, .footer__badge svg {
    max-width: 60px;
  }
  .footer__col.footer__address {
    max-width: 250px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__badge {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__col__holder {
    border-bottom: 1px solid;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Gilroy Regular, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Gilroy Regular, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.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 {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.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-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  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 {
  font-family: Gilroy Regular, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.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;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: auto;
  max-width: 100%;
}


/*====== Blog Listing ========*/

.intro {
  background-color: #001273;
  position: relative;
  margin-bottom: 80px;
}

.intro__bg {
  background-color: #001273;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .75;
}

.intro__content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 2px 0 rgba(0,63,98,.28);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.intro__title {
  font-family: 'Gilroy-Regular',sans-serif;
 /*text-transform: uppercase;*/
  color: #fff;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(0,63,98,.28);
  letter-spacing: .07em;
  font-size: 44px;
  line-height: 46px;
}
.intro--with-description .intro__content {
  padding-top: 120px;
  padding-bottom: 120px;
}
.intro__description {
  font-family: 'Gilroy-Regular',sans-serif;
  margin-top: 30px;
  font-size: 24px;
  line-height: 36px;
}

.categories-nav {
  margin-bottom: 60px;
}

.intro+.subpage-nav, .intro+.categories-nav {
  margin-top: -80px;
}

.cm-blog-cat{
  background-color: #f0f9ff;
  padding-top: 40px;
  padding-bottom: 30px;
}

.categories-nav ul {
  font-family: 'Gilroy-SemiBold',serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
}

.categories-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 20px;
}
.categories-nav ul a {
  text-decoration: none;
  color: #001273;
  font-family: 'Gilroy-SemiBold',serif;
}
.categories-nav ul a:hover {
  color: #6dccd9;
}
.categories-nav ul li:not(:last-child):after {
  color: #cfd9df;
  content: "/";
  padding: 0 10px;
}
.news-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-card {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.news-card__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
  transition: all .4s cubic-bezier(.215,.61,.355,1);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-card__figure {
  -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
  transition: all .4s cubic-bezier(.215,.61,.355,1);
}
.news-card a {
  text-decoration: none;
  color: inherit;
}
.news-card a img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.news-card__content {
  background-color: #f7fcff;
  padding: 25px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
  transition: all .4s cubic-bezier(.215,.61,.355,1);
}
.news-card__meta {
  margin-bottom: 20px;
  color: #648398;
  font-size: 12px;
  line-height: 16px;
}
.news-card a {
  text-decoration: none;
  color: inherit;
}
.news-card__meta a {
  color: #001273;
  font-weight: 700;
}
.news-card__meta a:hover {
  color: #47e5eb;
}
.news-card__title {
  font-family: 'Gilroy-Regular',sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 60px;
  color: #001274;
}
.news-card__title a{
  font-family:'Gilroy-SemiBold',sans-serif;
}

.news-card__title a:hover {
  color: #6dccd9;
}
.news-card__more {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  position: absolute;
  left: 20px;
  bottom: 30px;
  color: #6dccd9;
}
.news-card__more a:hover {
  color: #6dccd9;
}
.news-card:hover .news-card__inner {
  -webkit-box-shadow: 0 0 18px 0 rgba(0,63,98,.2);
  box-shadow: 0 0 18px 0 rgba(0,63,98,.2);
}
.news-card__figure:hover {
  opacity: .7;
}
.posts-navigation .blog-pagination__next-link--disabled {
  display: none;
}
.news-card:hover .news-card__content {
  background-color: #fff;
}
.posts-navigation a.blog-pagination__prev-link--disabled {
  display: none;
}
@media (min-width: 768px){
  .news-cards--4 .news-card {
    width: 50%;
  }
}
@media (min-width: 1025px){
  .news-cards--4 .news-card {
    width: 25%;
  }
}
@media(max-width:767px){
  .intro__title {
    font-size: 24px;
    line-height: 32px;
  } 
}
/*======= End ==========*/


/*====== Blog Post ==========*/
.breadcrumbs-share {
  background-color: #f0f9ff;
  padding: 30px 20px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs ul {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #648398;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul a {
  text-decoration: none;
  color: #6dccd9;
}
.breadcrumbs ul a:hover {
  color: #001273;
}
.breadcrumbs ul li:not(:last-child):after {
  color: #cfd9df;
  content: "/";
  padding: 0 8px 0 7px;
}

.jaotama, .news-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jaotama__title, .news-share__title {
  font-weight: 700;
  margin-right: 20px;
  color: #6dccd9;
}
.jaotama__list, .news-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.jaotama__el:not(:last-child), .news-share__el:not(:last-child) {
  margin-right: 10px;
}

.jaotama__label, .news-share__label {
  display: none;
}

.jaotama__ico svg, .news-share__ico svg {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
  transition: all .4s cubic-bezier(.215,.61,.355,1);
}
.jaotama__ico svg *, .news-share__ico svg * {
  fill: #001273;
}
.cm-blog-post-left {
  max-width: 800px;
}

.news__meta {
  font-size: 14px;
  margin-bottom: 30px;
  color: #648398;
}

.news__meta a {
  font-weight: 700;
  color: #001273;
  text-decoration: none;
}
.news__meta a:hover {
  color: #6dccd9;
}

.content--news h1 {
  font-size: 30px;
  line-height: 45px;
  font-family: 'Gilroy-SemiBold',sans-serif;
  color: #6dccd9;
  margin-bottom: 40px;
  text-transform: none;
  font-weight: normal;
}

.content--news p, .content--news ul, .content--news ol {
  color: #648398;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
  font-family: 'Gilroy-Regular',sans-serif;
}
.content--news ol, .content--news ul {
  padding-left: 1em;
  list-style: initial;
}
.content--news ol {
  list-style: decimal;
}
.content--news ol li, .content--news ul li{
  line-height: 24px;
}

.content--news h4 {
 /*text-transform: uppercase;*/
  
  font-size: 16px;
  margin-bottom: 24px;
  color: #6dccd9;
}
.sidebar {
  max-width: 220px;
  margin-top: 63px;
  width:100%;
}
.posts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 96px;
  margin-top: 96px;
  text-align: center;
  font-family: 'Gilroy-Regular',sans-serif;
  font-weight: 700;
}
.posts-navigation a {
  color: #47e5eb;
  text-decoration: none;
  margin: 0 20px;
  font-family: 'Gilroy-Regular',sans-serif;
}   
.posts-navigation a:hover {
  color: #001273;
}
.sidebar__nav h3 {
  font-family: 'Gilroy-Regular',sans-serif;
  margin-bottom: 30px;
  font-size: 18px;
  color: #6dccd9;
}
.sidebar__nav h3:after {
  content: "";
  margin-top: 30px;
  display: block;
  width: 85px;
  background-color: #f0f9ff;
  height: 2px;
}
.sidebar__nav ul {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar__nav ul li:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar__nav ul li{
  line-height: 1.5;
}
.sidebar__nav ul a {
  text-decoration: none;
  color: #001273;
}
.sidebar__nav ul a:hover {
  color: #6dccd9;
}

span.filter-link-count {
  display:none;
}

@media (min-width: 769px){
  .main-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1279px){
  .main-sidebar {
    padding: 0 20px;
  }
  .cm-blog-post-left {
    /*padding-right: 40px;*/
  }
}

@media(max-width:1023px){
  .cm-blog-post-left {
    /*width: 100%;*/
  } 
  .breadcrumbs-share {
    display: none;
  }
  .main-sidebar .news__meta {
    margin-top: 40px;
  }
  .sidebar {
    margin-top: 103px;
  }
  .sidebar {
    max-width: unset;
    width: 220px;
  }
}

@media(max-width:767px){
  .cm-blog-post-left {
    padding-right: 0;
  }
  .sidebar__nav {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e3eff8;
    margin-bottom: 40px;
  }
  .sidebar {
    width: 100%;
    margin-top: 0;
  }
  .content--news p img {
    float: none !important;
    margin: 0 auto 20px !important;
    width: 100% !important;
  }
}


/*======= End ========*/
.cm-blog-post-left .alignnone {
    margin: 5px auto 5px auto
}

.cm-blog-post-left .aligncenter,.cm-blog-post-left div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.cm-blog-post-left .alignright {
    float: right;
    margin: 5px auto 5px auto
}

.cm-blog-post-left .alignleft {
    float: left;
    margin: 5px auto 5px auto
}

.cm-blog-post-left>.wp-post-image {
    margin-top: 70px;
    display: block;
    margin-bottom: 70px
}

.cm-blog-post-left img {
    display: block;
    /*width: 100%;*/
    max-width: 100%;
    height: auto
}

.cm-blog-post-left table {
    margin-bottom: 24px
}

.cm-blog-post-left table a {
    color: #47e5eb;
    text-decoration: none
}

.cm-blog-post-left table a:hover {
    color: #001273
}

.cm-blog-post-left table td,.cm-blog-post-left table th {
    border: 1px solid #e3eff8;
    padding: 10px;
    color: #648398
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Gilroy-Regular, sans-serif';
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: 'Gilroy-Regular, sans-serif';
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page form {
  max-width: 500px;
}
.cm-full-width .systems-page form {
  max-width: 100%;
}
.hs-form-field {
  margin-bottom: 15px;
}
.hs-membership-loader.hs_submit.hs-submit {
  margin-bottom: 10px;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
input#hs-pwd-widget-password {
  margin: 0 !important;
  height: auto !important;
}

.head-alpha {
  margin-bottom: 90px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.ico404 {
  margin-bottom: 54px;
}
.ico404 svg {
  width: 60px;
  height: auto;
}
.ico404 svg * {
  fill: #001273;
}
.head-alpha__title {
  font-family: 'Gilroy-SemiBold, sans-serif';
  text-transform: uppercase;
  color: #001274;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .05em;
}
.head-alpha__description {
  font-family: 'Gilroy-Regular, sans-serif';
  font-size: 16px;
  line-height: 24px;
  color: #648398;
}
.head-alpha__description a {
  color: #001273;
  font-family:inherit;
}
.head-alpha__description a:hover {
  color: #47e5eb;
  text-decoration: none;
}
@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page form {
    max-width: 100%;
  }
  .systems-page h1 {
    font-size: 26.4px;
  }
  .systems-page h2 {
    font-size: 21.5px;
  }
  .systems-page .success {
    min-width: 100%;
  }
  .head-alpha__title {
    font-size: 20px;
    line-height: 32px;
}
}