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

body {
    overflow-x: hidden;
  }

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: 20px;
  padding-right: 20px;
}
.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: icomoon; 
  src: url("https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/Grinding_February2021/fonts/icomoon.eot") format("embedded-opentype"), 
    url("https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/fonts/icomoon.woff") format("woff"), 
      url("https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/fonts/icomoon.ttf") format("truetype"), 
        url("https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/fonts/icomoon.svg") format("svg"); 
          font-style: normal; 
          font-weight: 400; 
          }

@font-face { 
  font-family: univers; 
  src: url("https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/fonts/webfont-u-57c.woff2") format("woff2"), 
    url("https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/fonts/webfont-u-57c.woff") format("woff"); 
      font-style: normal; 
      font-weight: 400; 
      }

@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/Grinding_February2021/fonts/fa-brands-400.eot) format("embedded-opentype"), 
    url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/Grinding_February2021/fonts/fa-brands-400.woff2) format("woff2"), 
    url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/Grinding_February2021/fonts/fa-brands-400.woff) format("woff"), 
    url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/Grinding_February2021/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5825;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus,a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

blockquote {
  line-height: 1.5;
  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: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
  margin-bottom:20px;
}

.hs-button {
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  position: relative;
  display: inline-block;
  transition: 150ms all ease-in-out;
  cursor: pointer;
  padding: 14px 14px;
  margin-top:10px;
}

.hs-button:before{
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 14px;
  color: #07a0e1;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
}

.hs-button:hover, .hs-button:focus {
  outline:0;
}

.hs-button:active {
  outline:0;
}


.hs-form label {
  font-family: Arial,sans-serif;
  font-size: .9375rem;
  line-height: 1.1875rem;
  margin-bottom: 7px;
}

.hs-error-msgs label {
  color: #ff0000 !important;
  font-family: Arial,sans-serif;
  font-size: .8125rem;
  line-height: 1.1875rem;
  margin: 0;
  margin-top: 7px;
  padding: 0;
  list-style-type: none;
}

.hs-input,
#hs-pwd-widget-password{
  display: inline-block;
  font-weight: 400;
  color: #777;
  font-family: Arial,sans-serif;
  font-size: .9375rem;
  line-height: 1.1875rem;
  padding: 15px 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width:100%;
  margin-bottom: 18px;
}
.hs-input:focus,
#hs-pwd-widget-password:focus{
  color: #777;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

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

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

.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: 1px solid #ff4747 !important;
  margin-bottom:0;
}
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: 1px solid #ff4747 !important;
}

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


.hs-field-desc {
  color: #7c98b6;
  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: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
header ul{
  padding:0;
  margin:0;
  list-style:none;
}

header a:hover,
header a:active{
  text-decoration:none;
}

.navigation-primary> ul>ul{
  display:none;
}

.top_menu .hs-menu-wrapper>ul>li>ul{
  display:none;
}

.item--language .hs_cos_wrapper_type_rich_text ul ul,
.item--language .hs_cos_wrapper_type_rich_text ul ul{
  display:none;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.header_top{
  display:none;
}

.header_top_contaienr{
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 3.125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col {

  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.header_top .col{
  border-left: 1px solid #e9e9e9;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.1875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item--link{
  font-family: Arial,sans-serif;
  font-size: .8125rem;
  line-height: 1.875rem;
  color: #2b4799;
  cursor: pointer;
}

.c-meta-bar__item__social {
  padding: 0 7px;
}

.c-meta-bar__item__social--linkedin:before {
  content: "";
  font-size: 24px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2b4799;
}

.c-meta-bar__item__social--youtube:before {
  content: "";
  font-size: 24px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2b4799;
}

.c-meta-bar__item__social--facebook:before {
  content: "";
  color: #07a0e1;
  font-size: 24px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2b4799;
}

.c-meta-bar__item__social--twitter:before {
  content: "";
  color: #07a0e1;
  font-size: 24px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2b4799;
}

header .social_media{
  border-right: 1px solid #e9e9e9;
  margin-right: .9375rem;
}

.top_menu .top_menu_toggle ul li{
  color:#2b4799;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
}
.top_menu .top_menu_toggle ul li:before{
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  margin-top: .125rem;
  padding-right: 7px;
  color: inherit;
}

.topMenuOpen .top_menu{
  background-color: #2b4799 !important;
  color: #fff;
  position: relative;
  z-index: 100;
}

.top_menu .top_menu_toggle ul li:hover{
  color:#07a0e1;
}

.topMenuOpen .top_menu .top_menu_toggle ul li:hover{
  color:#fff;
  background: #2b4799;
}

.topMenuOpen .top_menu_toggle ul li{
  color: #fff;
}

.item--language{
  position: relative;
}

.header_top .item--language  ul ul{
  left: 0;
  position: absolute;
  width: 21.25rem;
  min-height: 70px;
  background: #2b4799;
  top: 100%;
}

.header_top .item--language  ul ul li{
  padding: 24px 24px 0 24px;
  cursor: default;
}

.header_top .item--language  ul ul li a{
  font-family: Arial,sans-serif;
  font-size: .8125rem;
  line-height: 1.5rem;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #07a0e1;
}

.header_top .item--language  ul ul li a span:first-child{
  -webkit-flex: 0 0 1.5rem;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  background: #1b3375;
  border-radius: 1.5rem;
  margin-right: 18px;
}
.header_top .item--language  ul ul li a span img{
  vertical-align: baseline;
}

.header_top .item--language.item-login ul ul li a{
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  transition: all 150ms ease-in-out;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  hyphens: auto;
  word-break: break-word;
  padding: 0;
  text-transform: none;
  font-family: univers;
  font-size: .9375rem;
  line-height: 1.5rem;
  color: #fff;
  display:block;
  position:relative;
}

.header_top .item--language.item-login ul ul li a:hover{
  background: #1b3375;
}

.header_top .item--language.item-login ul ul li a:before{
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 14px;
  color: #07a0e1;
  text-align: left;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  font-size: 1.5rem;
  margin-left: 0;
  padding-right: 7px;
}

.item--language.active_top_child{
  background: #2b4799;
  color: #fff;
  position: relative;
  z-index: 100;
}

.item--language.active_top_child .hs_cos_wrapper_type_rich_text>ul>li ul{
  display:block;
}

.header_top{
  border-bottom: 1px solid #e9e9e9;
}

.header_bottom .row{
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.header__column{
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-menu-primary{
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display:none;
}

.navigation-primary>ul{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation-primary>ul>li{
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 18px;
  padding: 3.25rem 0 0 0;
}
.navigation-primary>ul>li>a{
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #2b4799;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navigation-primary>ul>li>a:before{

  position: absolute;
  bottom: -4px;
  content: '';
  height: 2px;
  width: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: all 150ms ease-in-out;

}
.navigation-primary>ul>li.is-active>a:before{
  width: 100%;
  background: #999;
}

.header__logo img{
  width: auto !important;
  max-height: 2.9375rem;
}

.header_bottom_menu_wrapper{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: .875rem;
}

.searchbar{
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 3.125rem;
}

.searchbar__button{
  padding-right: 11px;
  color: #2b4799;
  background: 0 0;
  width: 1.5rem;
  z-index: 60;
  padding: 0;
  border: 0;
  font-size: 0;
  outline: 0;
  overflow: hidden;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  height: 3.125rem;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 150ms ease-in-out;
  -webkit-flex: 0 1 1.5rem;
  -ms-flex: 0 1 1.5rem;
  flex: 0 1 1.5rem;
  cursor: pointer;
}

.searchbar__button:before{
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  padding-right: 0;
  color: inherit;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.searchOpen .searchbar__button{
  width: 3.125rem;
  height: 3.125rem;
  -webkit-flex: 0 0 3.125rem;
  -ms-flex: 0 0 3.125rem;
  flex: 0 0 3.125rem;
}

.c-searchbar__container{
  position: absolute;
  top: 0;
  right: 0;
}

.c-searchbar__field-frame {
  overflow: hidden;
}

.searchbar__field{
  display: block;
  font-weight: 400;
  font-family: Arial,sans-serif;
  color: #556bad;
  background: #f7f8fb;
  border: 1px solid #dedede;
  height: 3.125rem;
  border-radius: .1875rem;
  right: 0;
  z-index: 50;
  box-shadow: -10px 0 10px 10px #fff;
  outline: 0;
  -webkit-transform: translate(100%,0);
  transform: translate(100%,0);
  width: 0;
  padding: 0;
  opacity: 0;
  transition: all 150ms ease-in-out;
}

.searchbar__field:focus{
  color: #777;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.searchOpen .searchbar__field{
  opacity: 1;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  width: 12.5rem;
  padding: 0 42px 0 14px;
}

.navigation-primary ul.level-2{
  position: absolute;
  margin: 0;
  top: 100%;
  width: 100%;
  z-index: 94;
  left: 0;
  right: 0;
  background: #f7f8fb;
  display: none;
  padding: 42px 0;
  box-shadow: 0 13px 1.875rem -22px rgb(0 0 0 / 50%);
}

.header_bottom{
  position: relative;
  z-index: 95;
  min-height: 5.3125rem;
}

.top_menu_wrapper{
  background: #2b4799;
  display: none;
  transition: min-height .6s cubic-bezier(.3,.37,.06,.99),max-height .6s cubic-bezier(.3,.37,.06,.99);
}


.c-meta-foldout {
  padding: 54px 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  transition: all .3s ease-in-out;
}

.topMenuOpen .c-meta-foldout{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.animate-menu .active-panel{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.foldout__wrapper>ul{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.foldout__wrapper>ul>li{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.foldout__wrapper>ul>li:first-child>img{
  margin-bottom: 64px;
  max-width: 180px;
}

.foldout__wrapper>ul>li:not(:first-child)>a{
  font-family: univers;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  color: #fff;
  margin-bottom: 14px;
  display: block;
}
.foldout__wrapper>ul>li:nth-child(2) .hs-menu-children-wrapper>img,
.foldout__wrapper>ul>li:nth-child(3) .hs-menu-children-wrapper>img,
.foldout__wrapper>ul>li:nth-child(4) .hs-menu-children-wrapper>img{
  margin-bottom: 24px;
}

.foldout__wrapper>ul>li:nth-child(2) ul>li,
.foldout__wrapper>ul>li:nth-child(3) ul>li,
.foldout__wrapper>ul>li:nth-child(4) ul>li{
  border-top: 1px solid #556bad;
}
.foldout__wrapper>ul>li:nth-child(2) ul li:last-child,
.foldout__wrapper>ul>li:nth-child(3) ul li:last-child,
.foldout__wrapper>ul>li:nth-child(4) ul li:last-child{
  border-bottom: 1px solid #556bad;
}

.foldout__wrapper>ul>li:not(:first-child) ul>li>a{
  display: block;
  padding: 14px 0;
  transition: all 150ms ease-in-out;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-wrap: break-word;
  font-family: univers;
  font-size: .9375rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #fff;
}

.foldout__wrapper>ul>li:not(:first-child) ul>li>a:hover{
  background: #1b3375;
}

.foldout__wrapper>ul>li:not(:first-child) ul>li>a>span{
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
}
.foldout__wrapper>ul>li:not(:first-child) ul>li>a>span:before{
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #07a0e1;
  text-align: left;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  font-size: 1.5rem;
  margin-left: 0;
  padding-right: 7px;
}

.foldout__wrapper>ul>li:first-child a{
  font-family: Arial,sans-serif;
  font-size: .8125rem;
  line-height: 1.5rem;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.foldout__wrapper>ul>li:first-child a:hover{
  color: #07a0e1;
}
.foldout__wrapper>ul>li:first-child li:last-child a:last-child{
  margin-bottom:0;
}

.foldout__wrapper .c-svg-link__icon {
  -webkit-flex: 0 0 1.5rem;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  background: #1b3375;
  border-radius: 1.5rem;
  margin-right: 18px;
}
.foldout__wrapper .c-svg-link__icon img{
  vertical-align: inherit;
}

.foldout__wrapper .c-svg-link__title {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.c-header__mobile-opener {
  -webkit-flex: 0 0 2.25rem;
  -ms-flex: 0 0 2.25rem;
  flex: 0 0 2.25rem;
  height: 2.75rem;
  display: block;
  padding-right: 0;
  position: relative;
  cursor: pointer;
  margin-left: 24px;
}
.c-header__mobile-opener:before {
  content: "";
  font-size: 42px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2b4799;
  transition: 150ms color;
}

.c-offcanvas {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #2b4799;
  overflow-y: auto;
  width: 100%;
  max-width: 328px;
  z-index: 9999;
  -webkit-transform: translate(-100%,0);
  transform: translate(-100%,0);
  transition: 150ms -webkit-transform ease-in-out;
  transition: 150ms transform ease-in-out;
  transition: 150ms transform ease-in-out,150ms -webkit-transform ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
}

.c-offcanvas__head {
  background: #1b3375;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-offcanvas__tab {
  color: #fff;
  font-family: Arial,sans-serif;
  font-size: .8125rem;
  line-height: 1.0625rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px 18px;
  cursor: pointer;
  transition: 150ms background ease-in-out;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-offcanvas__tab--home {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
}
.c-offcanvas__tab--home:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 14px;
  color: #07a0e1;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  padding: 0;
  height: 24px;
}

.c-offcanvas__tab--globe {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
}

.c-offcanvas__tab--globe:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #07a0e1;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  padding: 0;
  height: 24px;
}

.c-offcanvas__tab--language {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-offcanvas__tab:hover{
  background: #041740;
}

.c-offcanvas__tab span, .c-offcanvas__tab:before {
  margin-bottom: 6px;
}
.c-offcanvas__tab--language span {
  font-family: Arial,sans-serif;
  font-size: .8125rem;
  line-height: 1.3125rem;
  color: #07a0e1;
  height: 24px;
  text-transform: uppercase;
}

.c-offcanvas__tab--login {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
}
.c-offcanvas__tab--login:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #07a0e1;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  padding: 0;
  height: 24px;
}

.c-offcanvas__tab--close {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.c-offcanvas__tab--close:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  text-align: center;
  padding: 0;
  height: 24px;
  color: #fff;
}

.active_menu .c-offcanvas{
  -webkit-transform: translate(0,0); 
  transform: translate(0,0);
  visibility: visible; 
  opacity: 1;
}

.c-offcanvas__overlay{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(40,40,40,.85);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 150ms all ease-in-out;
}

.active_menu .c-offcanvas__overlay{
  z-index: 9998; 
  display: block; 
  opacity: 1; 
  visibility: visible;
}

body.active_menu{
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
}

.c-offcanvas__content ul{
  list-style:none;
  padding:0;
  margin:0;
}

.child_menu_wrapper>li{
  margin-bottom: 1rem;
}

.foldout__image-wrap img{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
.foldout__image-wrap img:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.foldout__image-wrap{
  margin-top: 24px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50%!important;
  padding: 0;
}


.navigation-primary>ul>li:nth-child(4) .child_menu_wrapper>li:first-child .level-3 li {
  border:none;
}
.navigation-primary>ul>li:nth-child(4) .child_menu_wrapper>li:first-child .level-3 li a{
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  text-align: left;
  margin: 0;
  position: relative;
  padding: 7px 22px;
  border: none;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 150ms all ease-in-out;
  border-radius: 25px;
  background: 0 0;
  color: #2b4799;
  border: 1px solid #e9e9e9;
  margin-top: 24px;
}

.navigation-primary>ul>li:nth-child(4) .child_menu_wrapper>li:first-child .level-3 li a span{
  padding-right:0;
}

.navigation-primary>ul>li:nth-child(4) .child_menu_wrapper>li:first-child .level-3 li a span:before{
  display:none;
}

.navigation-primary>ul>li:nth-child(4) .child_menu_wrapper>li:first-child .level-3{
  margin-top:0;
}

.navigation-primary>ul>li:nth-child(4) .child_menu_wrapper>li:first-child .level-3 li a:hover{
  background: #2b4799;
  border-color: #2b4799;
  color: #fff;
}

@media (min-width: 769px){
  .header_bottom{
    min-height: 7.5rem;
  } 
  .searchOpen .searchbar__field{
    width: 18.75rem;
  }

}

@media (min-width: 1050px){
  .header_bottom .row{
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__logo{
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .header__column{
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .header__logo img{
    margin-top: 2.25rem;
    max-height: 3.375rem;
  }
  .header_bottom_menu_wrapper{
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 0;
  }
  .searchbar{
    margin-top: 2.5rem;
  }
  .custom-menu-primary{
    display: block;
  }
  .header_bottom{
    min-height: 8.125rem;
  } 
  .submenu-type-mega{
    transition: all .3s ease-in-out;
  }

  .child_inner_wrpper{
    max-width: 87.5rem;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .submenu-type-mega{
    opacity: 0;
    transition: all .3s ease-in-out;
  }

  .is-active .submenu-type-mega{
    opacity: 1;
  }

  .child_menu_wrapper{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .child_menu_wrapper>li{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .child_menu_wrapper>li>a{
    font-family: univers;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    color: #2b4799;

  }
  /*   .navigation-primary>ul>li:nth-child(4) .child_menu_wrapper>li:first-child{
  display: block;
} */
  .child_menu_wrapper>li>a:hover{
    color: #07a0e1;
    background-color:transparent !important;
  }
  ul.submenu.level-3 {
    margin-top: 24px;
  }

  ul.submenu.level-3>li{
    border-bottom: 1px solid #dedede;
  }
  ul.submenu.level-3>li:first-child{
    border-top: 1px solid #dedede;
  }

  ul.submenu.level-3>li>a{
    font-family: univers;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    color: #2b4799;
    display: block;
    padding: 14px 0;
    transition: all 150ms ease-in-out;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  ul.submenu.level-3>li>a span{
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 11px;
  }

  ul.submenu.level-3>li>a span:before{
    content: "";
    display: inline-block;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #07a0e1;
    text-align: left;
    line-height: 22px;
    position: relative;
    vertical-align: text-bottom;
    font-size: 1.5rem;
    margin-left: 0;
    padding-right: 7px;
  }

  .c-header__mobile-opener{
    display:none;
  }
  .header_top{
    display:block;
  }

}

@media (min-width:1362px){
  .navigation-primary>ul>li{
    margin-right: 30px;
  }
  .navigation-primary>ul>li>a{
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .header__logo img{
    margin-top: 2rem;
    max-height: 3.75rem;
  }
  .searchbar__field{
    font-size: .9375rem;
    line-height: 1.5rem;
  }
  .child_menu_wrapper>li>a{
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}


@media (max-width:1049px){
  .header__logo{
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .header__column{
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .header_bottom{
    display: flex;
    align-items: center;
  }
  .c-header__mobile-opener:hover:before{
    color: #07a0e1;
  }

  .c-offcanvas__social-media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
  }
  .c-offcanvas__social-media-label {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Arial,sans-serif;
    font-size: .8125rem;
    line-height: 1.3125rem;
    color: #fff;
    padding: 0 0 0 18px;
  }
  .c-offcanvas__social-media-item {
    padding: 0 18px 0 18px !important;
  }
  .c-offcanvas__social-media-item:hover{
    text-decoration:none;
  }
  .c-offcanvas__social-media-item:after {
    transition: 150ms all ease-in-out;
  }
  .c-offcanvas__social-media-item--linkedin:after {
    content: "";
    color: #07a0e1;
    font-size: 24px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .c-offcanvas__social-media-item--youtube:after {
    content: "";
    color: #07a0e1;
    font-size: 24px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .c-offcanvas__social-media-item--twitter:after {
    content: "";
    color: #07a0e1;
    font-size: 24px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .c-offcanvas__social-media-item:hover:after {
    color: #fff;
  }

  .mobile_menu .hs-menu-wrapper ul li{
    display: table;
    border-bottom: 1px solid #1b3375;
    width: 100%;
  }

  .mobile_menu a:hover{
    text-decoration:none;
  }
  .menu-wrapper .hs-menu-wrapper>ul{
    position:relative;
  }
  .mobile_menu .hs-menu-wrapper ul li.hs-menu-item a{
    color: #fff;
    padding: 14px 7px 14px 18px;
    cursor: pointer;
    font-family: univers;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    display: table-cell;
  }
  .mobile_menu .hs-menu-wrapper ul li.hs-menu-item a:hover,
  .c-offcanvas__submenu-indicator:hover,
  .bl_back_icon:hover{
    background: #041740;
    transition:150ms background ease-in-out;
    color: #07a0e1;
  }
  .c-offcanvas__submenu-indicator {
    width: 64px;
    text-align: center;
    cursor: pointer;
    position: relative;
    right: 0;
    top: 0;
    height: 52px;
    display: table-cell;
  }
  .c-offcanvas__submenu-indicator:after {
    content: "";
    color: #07a0e1;
    font-size: 24px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 24px;
    line-height: 36px;
    display: block;
    position: absolute;
    top: 50%;
    left: 18%;
    padding-left: 32%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-left: 1px solid #1b3375;
  }

  .c-offcanvas__social-media-item:last-child{
    padding-right: 24px !important;
  }
  .bl_back_icon {
    font-family: Arial,sans-serif;
    font-size: .9375rem;
    line-height: 1.5rem;
    padding: 24px 18px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 11px;
    color: #fff;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    cursor: pointer;
  }
  .bl_back_icon:before {
    content: "";
    display: inline-block;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 14px;
    color: #07a0e1;
    text-align: left;
    font-size: 24px;
    line-height: 22px;
    position: relative;
    vertical-align: text-bottom;
  }
  /* Mobile menu */

  .animate-menu .hs-menu-children-wrapper,
  .mega-menu{
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    transition: all 150ms ease-in-out;
  }

  .animate-menu .active-panel{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    height:auto;
  }

  

}
/* ******************************************************************************
*********************************************************************************
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: #454d55;
  border-bottom-width: 2px;
}

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.
*********************************************************************************
****************************************************************************** */

.header__container,
.footer__container,
.content-wrapper,
.page-center,
.dnd-section > .row-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100% ;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

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

footer a:hover{
  text-decoration:none;
}

footer a{
  color: #07a0e1;
}
footer .footer_main .hs_cos_wrapper a:hover{
 border-bottom: 1px solid #07a0e1;
}

.c-footer-meta{
  background-image: url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/images/border.png),url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/images/background_pattern.jpg);
  background-repeat: repeat-x,repeat;
  background-size: auto,cover;
  background-color: #fff;
  overflow: hidden;
  max-width: 100%;
}

.c-footer-meta__content{
  padding-bottom: 18px;
  height: 100%;
  position: relative;
  background-image: url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/images/center.png),url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/images/background_pattern.jpg);
  background-repeat: repeat-x,repeat;
  background-position: left top,left top;
  background-size: auto,cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-footer-meta__content:before,
.c-footer-meta__content:after{
  position: absolute;
  z-index: 5;
  top: 0;
  content: '';
  height: 100%;
  background-repeat: no-repeat;
  width: 19.25rem;
}

.c-footer-meta__content:before{
  left: -5rem;
  background-image: url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/images/curve_left.png);
}

.c-footer-meta__content:after{
  right: -5rem;
  background-image: url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/images/curve_right.png);
}

.c-footer-meta__wrapper{
  padding-top: 2.1875rem;
  position: relative;
  z-index: 10;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.footer_meta__links a{
  font-family: Arial,sans-serif;
  font-size: .8125rem;
  line-height: 1.3125rem;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding-right: 30px;
  margin-bottom: 14px;
  color: #16285a;
  font-size: .9375rem;
}

.c-footer-meta__totop {
  padding-top: 2.1875rem;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  z-index: 10;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  display: inline-block;
  padding: 14px;
  right: -.3125rem;
  top: 1.25rem;
  height: 3.125rem;
  cursor: pointer;
}
.c-footer-meta__totop:after{
  content: "";
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 14px;
  color: #07a0e1;
  text-align: left;
  font-size: 1.125rem;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  padding-right: 0;
  padding-left: 0;
}

.c-footer-meta__fix:after, .c-footer-meta__fix:before {
  position: absolute;
  z-index: 5;
  top: 3.125rem;
  content: '';
  height: 100%;
  background-repeat: repeat-y;
  width: 25rem;
}
.c-footer-meta__fix:before {
  left: -12.5rem;
  background-image: url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/images/fix.png);
}

.footer_top{
  background: #1b3375;
  color: #fff;
  padding: 54px 0;
}

.footer-content__column{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Arial,sans-serif;
  font-size: .9375rem;
  line-height: 1.5rem;
}

.c-footer-content__title {
  font-family: univers;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  margin-bottom: 42px;
  color: #07a0e1;
  min-height: 25px;
  font-weight: 400;
}

.footer_top .u-space{
  margin-top: 54px;
}

footer.footer .customer_care ul{
  margin-top: -7px;
}

.customer_care ul li{
  border-bottom: 1px solid transparent;
}

.customer_care ul li:first-child {
  border-top: 1px solid transparent;
}

.customer_care ul li a{
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  display: block;
  transition: all 150ms ease-in-out;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  padding: 7px 0;
}

.customer_care ul li a{
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
}
.customer_care ul li a:before{
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 14px;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  color: #07a0e1;
}

.footer_top .hs-menu-wrapper ul{
  margin-top: -7px;
}

.footer_top .hs-menu-wrapper ul li:first-child{
  border-top: 1px solid transparent;
}

.footer_top .hs-menu-wrapper ul li{
  border-bottom: 1px solid transparent;
}

.footer_top .hs-menu-wrapper ul li a{
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  display: block;
  transition: all 150ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  padding: 7px 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
}
.footer_top .hs-menu-wrapper ul li a:before{
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 14px;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  color: #07a0e1;
}

.c-footer-content__list-item {
  border-top: 1px solid #2b4799;
}

.c-footer-content__list-link {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
  color: #fff;
  padding: 14px;
  transition: all 150ms ease-in-out;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer-content__list-link:hover{
  background: #041740;
  color: #07a0e1;
}

.c-footer-content__list-link:before{
  display: inline-block;
  padding-right: 14px;
  text-align: left;
  position: relative;
  vertical-align: text-bottom;
  color: #fff;
}
.c-footer-content__list-link:hover:before{
  color:#07a0e1;
}

.c-footer-content__list-link--linkedin:before {
  content: "";
  font-size: 24px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-footer-content__list-link--youtube:before {
  content: "";
  font-size: 24px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-footer-content__list-link--facebook:before {
  content: "";
  font-size: 24px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-footer-content__list-link--twitter:before {
  content: "";
  font-size: 24px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.c-footer-strap {
  background: #e9e9e9 url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/images/background_pattern-large.jpg) repeat center top;
  color: #2b4799;
  padding: 30px 0;
}

.update_heading_wrapper{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.update_heading_title{
  font-family: univers;
  font-size: 2rem;
  line-height: 2.25rem;
}

.update_content_wrapper{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.update_content{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.update_text{
  font-family: Arial,sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}

.update_btn_wrapper{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.update_btn_wrapper a{
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  text-align: left;
  margin: 0;
  position: relative;
  padding: 14px 25px 14px 14px;
  border: none;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 150ms all ease-in-out;
  background: #2b4799;
  color: #fff !important;
}

.update_btn_wrapper a:before{
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 14px;
  color: #07a0e1;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
}
.update_btn_wrapper a:hover:before{
  color: #07a0e1;
}

.update_btn_wrapper a:hover{
  color: #07a0e1 !important;
  background: #041740;
}






@media (min-width: 519px){
  .footer-content__column{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media (min-width: 769px){
  .c-footer-meta__wrapper{
    display: block;
  }
  .footer_meta__links a{
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
  }
  .footer_top{
    padding: 90px 0;
  }
  .c-footer-strap {
    padding: 42px 0;
  }
  .update_heading_wrapper{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .update_content_wrapper{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;

  }

}

@media (min-width: 1050px){
  .c-footer-meta__wrapper{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
  }
  .footer_meta__links{
    font-size: 1.0625rem;
    line-height: 1.25;
    width: 100%;
  }
  .footer_meta__links a{
    font-size: .8125rem;
  }
  .footer-content__column{
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
  .update_heading_wrapper{
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .update_content_wrapper{
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .update_content{
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .update_btn_wrapper{
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    text-align: right;
  }
}

@media (min-width:1362px){
  .footer_meta__links{
    width: auto;
  }
  .c-footer-meta__content{
    padding-bottom: 20px;
  }
}



@media (max-width:1049px){
  .footer-content__column{
    margin-bottom: 54px;
  }
  .footer-content__column:last-child{
    margin-bottom: 0px;
  }
  .update_text{
    margin-bottom: 24px;
  }
  .update_heading_title{
    margin-bottom: 24px;
  }
}

@media (max-width:767px){
  .customer_care .c-footer-content__title{
    display:none;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}

.blog-listing {
  margin-top: 54px;
}

.blog-index-wrapper {
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -45px;
}

.post-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 45px;
  position: relative;
  margin-top: 90px;
}

.post-featured-image {
  position: relative;
  overflow: hidden;

}

.post-content {
  padding: 18px 18px 0 18px;
  margin: -24px 28px 0 28px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.post-date {
  font-family: Arial,sans-serif;
  color: #999;
  font-size: 1.063rem;
  line-height: 1.5825;
}

.post-date span {
  font-size: .9375rem;
  line-height: 1.1875rem;
}

.post-title {
  font-family: univers;
  font-size: 1.1875rem;
  line-height: 1.5rem;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  color: #2b4799;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

.post-title a {
  color: #2b4799;
  text-decoration: none;

}
.post-title a:hover {
  color: #2b4799;
}

.read-more {
  margin-top: 24px;
  position: relative;
}

.read-more span {
  padding-right: 11px;
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  position: relative;
  display: block;
  color: #2b4799;
  transition: color 150ms ease-in-out;
  text-decoration: none;
}

.read-more span:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 17px;
  color: #07a0e1;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
}

.read-more span:hover {
  color: #07a0e1;
}


.blog-pagination {
  justify-content: center;
  height: 77px;
  border-top: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
}

.blog-pagination a {
  padding: 0 12px;
  height: 76px;
  display: flex;
  color: #282828;
  font-family: Arial,sans-serif;
  line-height: 1.625rem;
  align-items: center;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s;
  margin: 0 8px;
}

.blog-pagination a:hover {
  color: #07a0e1;
}

a.blog-pagination-number.active {
  border-bottom: 3px solid #2b4799;
  pointer-events: none;
}

a.blog-pagination-prev {
  padding: 0 20px;
  margin-left: 0;
  margin-right: 28px;
  position: relative;
}

a.blog-pagination-next {
  padding: 0 20px;
  margin-left: 28px;
  margin-right: 0;
  position: relative;
}

a.blog-pagination-prev:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
}

a.blog-pagination-next:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
}

.recent-post-wrapper {
  margin-top: 54px;
}

.recent-row {
  margin-top: -36px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.left-column.col-1 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 36px;
  position: relative;
}

.right-column.col-2 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 15px;
  margin-top: 36px;
  padding-left: 25px;
}

.post-content.rec {
  padding: 24px 20px 20px 20px;
  margin: -24px 30px 0 30px;
  margin-top: -100px;
}

h2.post-title.rec {
  font-family: univers;
  font-size: 2.5rem;
  line-height: 2.75rem;
  text-transform: uppercase;
}

h3.o-headline-h3 {
  font-family: univers;
  font-size: 1.6875rem;
  line-height: 1.9375rem;
  color: #2b4799;
  margin-bottom: 24px;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
  margin-left: -15px;
}

.left-column.col-1:after {
  content: '';
  border-right: 1px solid #e9e9e9;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
}

.recent-post-sidebar.rec {
  border-bottom: .0625rem solid #e9e9e9;
  padding-bottom: 1rem;
  padding-top: 1rem; 
}

.recent-post-sidebar.rec:nth-child(2) {
  padding-top: 0;
}

.sidebar-post-date.rec {
  padding-left: 1.5rem;
  line-height: 1.5825;
  font-size: 1.063rem;
}

.sidebar-post-date.rec span {
  display: inline-block;
}

.sidebar-post-date.rec span {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: .5rem;
  font-family: Arial,sans-serif;
  font-size: .9375rem;
  line-height: 1.1875rem;
  color: #999;
}

h2.sidebar-post-title.rec a {
  font-family: univers;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #2b4799;
  margin: 0;
  font-size: 1.0625rem;
  position: relative;
  display: flex;
  padding-right: 11px;
  transition: all 150ms ease-in-out;
  text-decoration: none;
  font-weight: 400;
}

h2.sidebar-post-title.rec a:hover {
  color: #07a0e1;
}

h2.sidebar-post-title.rec a:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: #07a0e1;
  text-align: left;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  font-size: .875rem;
  width: 1.375rem;
}

.rec-post-featured-image img {
  width: 100%;
}

.post-item:after {
  content: '';
  border-right: 1px solid #e9e9e9;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}

.footer-strap-wrapper {
  background: #e9e9e9 url(https://7197985.fs1.hubspotusercontent-na1.net/hubfs/7197985/raw_assets/public/Grinding_February2021/images/background_pattern-large.jpg) repeat center top;
  color: #2b4799;
  padding: 42px 0;
  font-family: Arial,sans-serif;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5825;
}

.footer-strap-row {
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
}

.footer-strap-left {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  align-self: flex-start;
}

.footer-strap-right {
  flex: 0 0 75%;
  max-width: 75%;
  align-self: center;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-strap__title {
  font-family: univers;
  font-size: 2rem;
  line-height: 2.25rem;
  color: #2b4799;
  font-weight: 400;
}

.footer-strap-content {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Arial,sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}

.footer-strap-button {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  align-self: center;
  text-align: right;
  margin-top: -1px;
}

.footer-strap-button a {
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  text-align: left;
  margin: 0;
  position: relative;
  padding: 14px 14px;
  border: none;
  display: inline-block;
  cursor: pointer;
  transition: 150ms all ease-in-out;
  background: #2b4799;
  color: #fff;
  text-decoration: none;
}

.footer-strap-button a span {
  position: relative;
  display: flex;
  padding-right: 11px;
}

.footer-strap-button a span:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 14px;
  color: #07a0e1;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
}

.footer-strap-button a:hover {
  background: #041740;
  color: #07a0e1;
}

.post-page-featured-image-wrapper {
  position: relative;
}

.post-page-featured-image {
  position: relative;
  text-align: center;
}

.post-page-featured-image img {
}

.post-page-title-wrapper {
  transform: translateY(-80px);
  margin-bottom: -80px;
}

.post-page-title-wrapper .content-wrapper {
  padding: 0;
}

.post-page-title {
  color: #fff;
  background: #2b4799;
  padding: 36px;
}

.post-page-title h1 {
  font-family: univers;
  font-size: 2.5rem;
  line-height: 2.75rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.blog-post {
  margin-top: 54px;
}

.post-meta-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.post-meta-left {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.post-meta-right {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.post-meta-left a {
  padding-right: 11px;
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  justify-items: center;
  color: #2b4799;
  display: block;
  position: relative;
  text-decoration: none;
}

.post-meta-left a:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 14px;
  color: #07a0e1;
  text-align: left;
  font-size: 24px;
  line-height: 1;
  position: relative;
  vertical-align: text-bottom;
}

.post-meta-left a:hover {
  color: #07a0e1;
}

.post-meta-date {
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.5825;
}

.post-meta-date span {
  margin-right: 1rem;
  display: inline-block;
  margin-bottom: .5rem;
  font-family: Arial,sans-serif;
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  color: #777;
}

h1.blog-post-title {
  font-family: univers;
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 14px 0 0;
  color: #2b4799;
  font-weight: 500;
}

.blog-post-body {
  margin-top: 54px;
  display: flex;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}

.social-share-wrapper {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 144px;
}

.social-share-inner {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.social-share-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.social-share-inner ul li {
  min-width: 110px;
  max-width: 160px;
  width: auto;
  flex: 1 0 auto;
  margin-right: 1.8%;
  margin-bottom: 10px;
}

.social-share-inner ul li a {
  height: 2.5rem;
  color: #fff;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.social-share-inner ul li a.twitter {
  background-color: #55acee;
}

.social-share-inner ul li a.facebook {
  background-color: #3b5998;
}

.social-share-inner ul li a.linkedin {
  background-color: #0077b5;
}

span.fab.fa-twitter, .fab.fa-facebook-f,.fa-linkedin-in {
  font-size: 24px;
  line-height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle
}

.fa-twitter:before {
  content: "\F099";
  text-align: center;
  vertical-align: middle;
  height: 2.5rem;
  font-family: Font Awesome\ 5 Brands;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #fff;
}

span.fab.fa-facebook-f,.fa-linkedin-in {
  font-size: 19px;
}
.blog-post__tags {
  margin-top: 54px;
}

.blog-post__tags h3 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 24px;
  width: 100%;
  font-family: univers;
  font-size: 1.6875rem;
  line-height: 1.9375rem;
  color: #2b4799;
  font-weight: 500;
}

.blog-post__tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-post__tags ul li a {
  font-family: univers;
  line-height: 1.375rem;
  text-align: center;
  position: relative;
  padding: 7px 16px;
  display: inline-block;
  transition: 150ms all ease-in-out;
  font-size: 15px;
  border-radius: 25px;
  color: #2b4799;
  border: 1px solid #e9e9e9;
  text-decoration: none;
  margin-bottom: .5rem;
  margin-right: .5rem;
}


.blog-post__tags ul li a span {
  display: none;
}

.blog-post__tags ul li a:hover {
  background: #2b4799;
  border-color: #2b4799;
  color: #fff;
}

a.post-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}


.post-featured-image img {
  transition: .4s;
}

.post-item:hover .post-featured-image img {
  transform: scale(1.2);
}

.rec-post-item {
  position: relative;
}
a.blog-pagination-prev.disabled:before,a.blog-pagination-next.disabled:before {
  color: #dfdfdf;
}

a.blog-pagination-prev.disabled,a.blog-pagination-next.disabled {
  pointer-events: none;
}

.fa-facebook:before {
  content: "\F39E";
}

span.fab.fa-facebook {
  line-height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  vertical-align: middle;
  height: 2.5rem;
  font-family: Font Awesome\ 5 Brands;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.fa-facebook-f:before {
  content: "\F39E";
  text-align: center;
  vertical-align: middle;
  height: 2.5rem;
  font-family: Font Awesome\ 5 Brands;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #fff;
}

.fa-linkedin-in:before {
  content: "\F0E1";
  vertical-align: middle;
  font-family: Font Awesome\ 5 Brands;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #fff;
}

.social-share-inner span.share_text {
  font-size: .9375rem;
  font-weight: 700;
  padding-left: 3px;
  line-height: 30px;
  display: inline;
  font-family: Arial,Helvetica,sans-serif;
}

.social-share-inner ul li:last-child {
  margin-right: 0;
}

.social-share-inner ul li a.twitter:hover {
  background-color: #32bbf5;
}

.social-share-inner ul li a.facebook:hover {
  background-color: #4273c8;
}

.social-share-inner ul li a.linkedin:hover {
  background-color: #0369a0;
}

.post-pagination-wrapper {
  background-color: #f7f8fb;
  margin-top: 90px;
  padding: 80px 0;
}

.post-pagination-wrapper .content-wrapper {
  display: flex;
}

.post-pagination-left-section {
  padding: 0 50px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  display: flex;
  align-items: center;
  min-width: 250px;
  font-size: 1.063rem;
  line-height: 1.5825;
}

.post-pagination-right-section {
  padding: 0 78px 0 78px;
  border-right: 1px solid #dedede;
  flex-grow: 1;
  position: relative;
}

.post-pagination-left-section a {
  display: flex;
  padding-right: 11px;
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  justify-items: center;
  color: #2b4799;
  position: relative;
}

.post-pagination-left-section a:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 14px;
  color: #07a0e1;
  text-align: left;
  position: relative;
  vertical-align: text-bottom;
  line-height: 1;
  font-size: 24px;
}

.pagination__subtitle {
  margin-bottom: 22px;
  font-family: Arial,sans-serif;
  font-size: .9375rem;
  line-height: 1.1875rem;
  color: #777;
}

a.pagination_arrow {
  display: inline-block;
  position: absolute;
  top: calc(50% - 13px);
  right: 78px;
}

a.pagination_link {
  font-size: 2rem;
  line-height: 2.25rem;
  display: block;
  padding-right: 50px;
  font-family: univers;
  color: #2b4799;
  hyphens: auto;
}

a.pagination_arrow:after {
  content: "";
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-size: 28px;
  line-height: 22px;
  position: relative;
  padding-left: 14px;
  vertical-align: text-bottom;
  color: #2b4799;
}

a.pagination_arrow:hover:after {
  color: #07a0e1;
}

a.pagination_link:hover {
  color: #07a0e1;
}


/* Slider */
.feature_slider_wrapper{
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  margin-top: 54px;
}
.feature_slider_wrapper .post_inner_card img{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.feature_slider_wrapper .blog_index_post_content{
  box-sizing: content-box;
  background: #2b4799;
  padding: 18px 15px;
}

.post_inner_card{
  position: relative;
}

.post_title_wrapper{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.slide_bullets{
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_title_innerWrapper{
  font-family: univers;
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  color: #fff;
}

.c-teaser-news__date{
  font-family: univers;
  font-family: univers;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  color: #fff;
  font-size: 1.0625rem;
  text-transform: none;
  line-height: 1.5625rem;
  padding-left: 2.5rem;
}

.c-teaser-news__date span{
  font-family: Arial,sans-serif;
  font-size: .9375rem;
  line-height: 1.1875rem;
}

.c-title-slider__title__link__inner a{
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
  font-family: univers;
}

.c-title-slider__title__link__inner a:before{
  content: "";
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 14px;
  color: #07a0e1;
  text-align: left;
  font-size: 24px;
  line-height: 22px;
  position: relative;
  vertical-align: text-bottom;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 24px;
  line-height: 1;
  top: 3px;
}

.slide_bullets .slick-dots{
  position:static !important;
}

.slide_bullets .slick-dots li{
  display: inline-block !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  border: none !important;
  background: 0 0 !important;
  padding: 0 !important;
}

.slick-dots li.slick-active button:before{
  opacity: 1 !important;
  color: #fff !important;
  width: 10px !important;
  height: 10px !important;
  font-size: 40px !important;
}

.slick-dots li button:before{
  color: #556bad !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
  font-size: 40px !important;
}

.post-item:nth-child(3n +3):after {
  display: none;
}
.blog-post-body a {
  border-bottom: 1px solid #07a0e1;
  text-decoration: none;
}

a.simple__backlink {
  display: none;
}

@media (max-width:1361px){


  .right-column.col-2 {
    padding-left: 15px;
  }

  .left-column.col-1:after {
    display: none;
  }

  .post-item {
    padding-right: 15px;
  }

  .post-item:after {
    display: none;
  }

  .left-column.col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-index-wrapper {
    margin-right: -15px;
  }
  h2.post-title.rec {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .social-share-inner {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .post-pagination-right-section {
    padding: 0 52px 0 72px;
  }

  a.pagination_arrow {
    right: 52px;
  }

  a.pagination_link {
    margin-bottom: 8px;
  }

  .post-meta-right {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .blog-post-body {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .post-page-title-wrapper .content-wrapper {
    max-width: 1032px;
  }

  .post-page-title-wrapper {
    transform: translateY(-72px);
    margin-bottom: -72px;
  }

  .post-page-title h1 {
    font-family: univers;
    font-size: 2rem;
    line-height: 2.25rem;
  }

}

@media (max-width:1049px){

  a.simple__backlink {
    height: 22px;
    padding-right: 14px;
    display: inline-block;
  }

  a.simple__backlink:before {
    content: "";
    color: #07a0e1;
    font-size: 24px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 22px;
  }
  .left-column.col-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .right-column.col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .post-content.rec {
    margin-top: -24px;
  }
  .post-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-page-title-wrapper .content-wrapper {
    max-width: 660px;
  }

  .post-page-title-wrapper {
    transform: translateY(-40px);
    margin-bottom: -40px;
  }

  .post-page-title {
    padding: 18px;
    padding-right: 42px;
    padding-left: 15px;
    display: flex;
  }

  .post-page-title h1 {
    font-size: 1.1875rem;
    line-height: 1.375rem;
  }

  .post-meta-left {
    display: none;
  }

  .post-meta-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-post-body {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: -15px;
  }

  .social-share-inner {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .post-pagination-wrapper {
    padding: 0;
  }

  .post-pagination-wrapper .content-wrapper {
    flex-wrap: wrap;
  }

  .post-pagination-left-section {
    padding: 0;
    border: none;
    flex-basis: 100%;
    height: 90px;
  }

  .post-pagination-right-section {
    padding: 40px 0 64px 0;
    border: navajowhite;
  }

  a.pagination_arrow {
    right: 0;
  }


}

@media (max-width:768px){
  .left-column.col-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .right-column.col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-page-title-wrapper .content-wrapper {
    max-width: 100%;
  }

  .pagination__subtitle {
    margin-bottom: 16px;
  }

  a.pagination_link {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0;
  }
  .post-page-title-wrapper {
    transform: none;
    margin-bottom: 0px;
  }

}

@media (max-width:518px){
  .post-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 54px;
  }

  .read-more {
    display: none;
  }

  .post-content.rec {
    margin: 0;
    padding: 0;
  }

  .post-date.rec {
    margin-top: 14px;
  }

  h2.post-title.rec {
    font-size: 24px;
    line-height: 28px;
  }

  .post-content {
    margin: 0;
    padding: 0;
  }

  .post-date {
    margin-top: 14px;
  }

  a.blog-pagination-prev {
    padding-right: 11px;
    padding-left: 0;
    margin-right: 28px !important;
  }

  .blog-pagination a {
    margin: 0;
  }

  a.blog-pagination-next {
    margin-left: 28px;
    padding-right: 0;
    padding-left: 8px;
  }
  .social-share-inner ul li {
    width: 35px;
    margin-right: 3%;
    margin-bottom: 10px;
    height: 2.5rem;
    min-width: 0;
    flex: 0 0 auto;
  }

  .social-share-inner span.share_text {
    display: none;
  }

  span.fab.fa-twitter, .fab.fa-facebook-f, .fa-linkedin-in {
    font-size: 28px;
  }

  span.fab.fa-facebook-f, .fa-linkedin-in {
    font-size: 22px;
  }

  .post-pagination-left-section {
    height: 65px;
  }

  .post-pagination-right-section {
    padding: 30px 0 34px 0;
  }

  .pagination__subtitle {
    margin-bottom: 8px;
  }

  a.pagination_arrow {
    display: none;
  }



}




@media (min-width:1362px){
  .post-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

/* Slider media*/
@media (min-width:769px){
  .feature_slider_wrapper .blog_index_post_content{
    padding: 18px 24px;
    background: #1b3375;
    z-index: 2;
    position: relative;
    left: 50%;
    top: 100%;
    width: 630px;
    margin-left: -339px;
  }
  .slide_bullets{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .post_title_innerWrapper{
    font-family: univers;
    font-size: 1.1875rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    padding-right: 30px;
  }
  .c-title-slider__title__link__inner a:before{
    top: 3px;
  }

}

@media (min-width: 1050px){
  .feature_slider_wrapper .blog_index_post_content{
    padding: 30px 24px;
    width: 960px;
    margin-left: -504px;
  }
  .post_title_innerWrapper{
    font-family: univers;
    font-size: 2rem;
    line-height: 2.25rem;
    text-transform: uppercase;
  }
  .c-title-slider__title__link__inner a:before{
    top: -2px;
  }
}

@media (min-width: 1362px){
  .feature_slider_wrapper .blog_index_post_content{
    padding: 30px 24px;
    width: 1290px;
    margin-left: -669px;
  }
  .post_title_innerWrapper{
    font-family: univers;
    font-size: 2.5rem;
    line-height: 2.75rem;
    text-transform: uppercase;
    text-transform: uppercase;  
  }
  .c-title-slider__title__link__inner a:before{
    top:-5px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Lato, 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 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 10px 20px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, 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 .widget-type-email_simple_subscription .hs-input{
  width: 100% !important;
}

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

.systems-page ul.no-list{
  padding:0;
}

#hs-pwd-widget-password{
  height:auto !important;
}

@media (max-width:767px){
  .systems-page h2{
    
  }
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}