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











































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


@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://7050523.fs1.hubspotusercontent-na1.net/hubfs/7050523/Crossfuze_July2020/fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("https://7050523.fs1.hubspotusercontent-na1.net/hubfs/7050523/Crossfuze_July2020/fonts/fa-solid-900.woff2") format("woff2"), 
    url("https://7050523.fs1.hubspotusercontent-na1.net/hubfs/7050523/Crossfuze_July2020/fonts/fa-solid-900.woff") format("woff"), 
    url("https://7050523.fs1.hubspotusercontent-na1.net/hubfs/7050523/Crossfuze_July2020/fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}


html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.45;
  background: #f7f7f7 none no-repeat center top;
  background-size: cover;
  background-size: cover;
  background: #fff url(https://7050523.fs1.hubspotusercontent-na1.net/hubfs/7050523/raw_assets/public/Crossfuze_July2020/images/body-bg-image.png) no-repeat center top;
}


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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  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 li,
ol li {
}

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

blockquote {
  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;
}

@media (max-width: 778px){
  .dnd-section>.row-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  h1 {
    font-size: 39.2px !important;
  }
  h2 {
    font-size: 28.9px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none !important;
  margin-top: 15px;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
  white-space: normal;
}


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

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100% !important;
  height: 40px;
  color: #33475b;
  border: 1px solid ;
  box-sizing: border-box;
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  padding: 5px 15px 5px 15px !important;
  font-size: 18px !important;
  margin-bottom: 15px !important;
}

.systems-page form input[type="password"]{
  display: inline-block;
  width: 100% !important;
  height: 40px !important;
  color: #33475b;
  border: 1px solid ;
  box-sizing: border-box;
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  padding: 5px 15px 5px 15px !important;
  font-size: 18px !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  border-color: rgba(51,51,51,.11);
  background-color: #fdfdfd;
}

.hs-form label, legend.hs-field-desc {
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
}

.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-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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


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

ul.hs-error-msgs {
  padding: 0;
  margin: 0 !important;
}
ul.hs-error-msgs li label.hs-error-msg, ul.hs-error-msgs li label.hs-main-font-element {
  padding: 0;
  margin: 0;
  color: #f2545b;
  font-family: "Source Sans Pro", Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.form-title {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  clear: both;
  font: normal 24px / 34px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding: 0 5px;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
  width: auto !important;
}
.systems-page form a,
.systems-page p a{
  color: #494a52;
  text-decoration: none;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe form,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form, .section.post-footer, .systems-page form {
  display:block;
  margin: 30px 0;
  padding: 20px;
  box-shadow: 0 0 20px 2px rgba(0,0,0,.25);
  padding-top: 35px;
  max-width: 500px;
}


@media (max-width: 767px){
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .widget-type-blog_subscribe form,
  .widget-span.widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  div#comment-form,
  .body-container .hs_cos_wrapper_type_form,
  .hs-search-field__bar, .section.post-footer, .systems-page form {
    max-width: 100% !important;
  }
  .systems-page .success {
    min-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.cm-height {
  min-height: 90px !important;
  transition: all .4s;
}

.fixed-header .cm-height{
  min-height: 60px !important;
}

.header {
  background-color: transparent;
}


.header.cm-header {
  width: 100% !important;
  display: block;
  transition: all .4s;
  min-height: 90px !important;
  border-bottom: 1px solid;
}
.fixed-header .header.cm-header {
  min-height: 60px !important;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  min-height: 90px;
  transition: all .4s;
}


.fixed-header .header__container {
  min-height: 60px;
}

.header__container {
  max-width: 100% !important;
  padding-right: 50px;
  padding-left: 50px;
}

/* .header__row-1,
.header__row-2 {
display: flex;
justify-content: flex-end;
align-items: center;
width: 100%;
} */







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

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

/* Styles for the Logo */

.header__logo {
  max-width: 200px;
  height: auto;
}

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

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

.header__logo--tablet {
  display: none;
}

.header__logo {
  max-width: 100%;
  height: auto;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo--main > div {
  line-height: 0;
}



/* Styles for the Search Bar */

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

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

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

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

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

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

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

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

/* Styles for the Language Switcher Component */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.header__logo img {
  max-width: 100%;
  width: 231px !important;
}



.header__column.cm-navigation .navigation-primary > ul > li {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
}


.header__column.cm-navigation .navigation-primary > ul > li > a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
  margin: 18px 12px 18px 12px !important;
  padding: 4px 4px 4px 4px !important;
  margin-left: 0;
  display: inline-block;
}


.header__column.cm-navigation .navigation-primary > ul > li:first-child > a {
  margin-left: 0 !important;
}

.header__column.cm-navigation .navigation-primary > ul > li > ul {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  left: 0;
  top: 100%;
  transform: translateX(0%);
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  box-sizing: border-box;
  padding: 9px 10px 9px 10px;
  width: 300px;
  z-index: 9;
}

.header__column.cm-navigation .navigation-primary > ul > li > ul > li {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  border-radius: 0 !important;
  border: none !important;
  position: relative;
  display: block;
}

.header__column.cm-navigation .navigation-primary > ul > li > ul > li > a {
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
  padding: 4px 4px 4px 4px !important;
  margin-left: 0;
  border-radius: 0 !important;
  margin: 0 0 2px 0 !important;
  padding: 10px 10px 10px 10px !important;
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
  font: 18px / 22px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
}



.cm-header-buttons .hs-button.cm-button {
  margin: 0;
  font: 600 16px / 20px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  line-height: 1;
  padding: 11px 24px 11px 24px;
}








.fixed-header .cm-header-buttons .hs-button.cm-button {
  margin-top: -1px;
}



.cm-header-buttons.mobile {
  display: none;
}





.header__logo a {
  display: block;
  padding: 0 75px 0 0;
}



@media (min-width: 1700px) {
  .cm-banner-area {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
}



/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */
@media (min-width: 1471px) {
  .header__column.cm-navigation .header__navigation.header--element {
    display: flex;
    align-items: center;
  }

  .header__column.cm-navigation {
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  .header__column.cm-navigation .navigation-primary > ul {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  .header__column.cm-navigation .navigation-primary > ul > li {
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .header__column.cm-navigation .navigation-primary > ul > li > a {
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 18px 12px 18px 12px;
    padding: 4px 4px 4px 4px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -ms-flex;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: stretch;
    font: normal 18px / 22px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  }
  .header__column.cm-navigation .navigation-primary > ul > li > ul > li > a {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
  }
  .header__column.cm-navigation .custom-menu-primary {
    display: flex;
    align-items: center;
  }
  .cm-header-buttons {
    padding: 0 0 0 5px;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__container {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .header__column.cm-navigation .navigation-primary > ul > li:nth-child(2) > ul,
  .header__column.cm-navigation .navigation-primary > ul > li:nth-child(4) > ul {
    width: auto !important;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 20px 10px 20px 10px;
    width: 620px !important;
  }

  .header__column.cm-navigation .navigation-primary > ul > li:nth-child(2) > ul > li,
  .header__column.cm-navigation .navigation-primary > ul > li:nth-child(4) > ul > li {
    position: static;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    width: 300px;
    position: relative;
    display: block;
    box-sizing: border-box;
  }
  .header__column.cm-navigation .navigation-primary > ul > li:nth-child(2) > ul > li > a,
  .header__column.cm-navigation .navigation-primary > ul > li:nth-child(4) > ul > li > a{
    font: 18px / 20px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
  }
  .fixed-header .header__column.cm-navigation .navigation-primary > ul > li > a{
    margin: 17px 12px 12px 12px !important;
  }

  .fixed-header .header__column.cm-navigation .navigation-primary > ul > li:first-child > a{
    margin-left: 0 !important;
  }

  .fixed-header .header__logo img {
    height: 61px;
  }
  .fixed-header .header.cm-header {
    box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .menu-item-text {
    padding: 0;
    margin: 0;
    line-height: 22px;
  }

  .menu-text {
    padding: 0;
    margin: 0;
    font: normal 18px / 22px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    position: relative;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
  }


  .menu-text:after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    content: "\f005";
    font-family: icomoon-the7-font;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 8px;
    line-height: 1;
    text-align: center;
    color: #393e3b;
  }

  .header__column.cm-navigation .navigation-primary > ul > li:last-child > a > .menu-item-text > .menu-text > sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em;
  }

  .header__column.cm-navigation .navigation-primary > ul > li:nth-child(2) > ul > li:nth-child(1), 
  .header__column.cm-navigation .navigation-primary > ul > li:nth-child(2) > ul > li:nth-child(2),
  .header__column.cm-navigation .navigation-primary > ul > li:nth-child(4) > ul > li:nth-child(1),
  .header__column.cm-navigation .navigation-primary > ul > li:nth-child(4) > ul > li:nth-child(2) {
    padding-top: 1px;
  }
}


@media (max-width: 1503px) {
  .header__column.cm-navigation .navigation-primary > ul > li > a{
    margin: 18px 9px 18px 9px !important;
  }
}



@media (max-width: 1470px) {
  .header__container {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 0;
  }

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

  .header__navigation--toggle:after {
  }

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

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

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

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

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

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

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

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

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

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

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

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

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

  .header.cm-header{
    box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
  }
  .cm-height {
    min-height: 70.5px !important;
  }
  .header.cm-header {
    min-height: 60px !important;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    border-bottom: 0;
  }
  .header__container{
    padding-right: 20px;
    padding-left: 20px;
    min-height: 60px;
  }
  .header__logo--main a {
    padding: 5px 75px 5px 0;
  }

  .header--toggle.header__navigation--toggle {
    position: relative;
    margin-right: 0;
    text-align: center;
    height: 16px;
    width: 22px;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
  }
  .header--toggle.header__navigation--toggle .menu-line {
    content: '';
    transform-origin: 1.5px center;
    transition: transform .2s linear,color .2s linear;
    display: inline-block;
    left: 0;
    z-index: 2;
    width: 22px;
    height: 2px;
    font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
    max-width: 100%;
    position: absolute;
  }
  .header--toggle.header__navigation--toggle .menu-line:first-of-type {
    top: 0;
  }
  .header--toggle.header__navigation--toggle .menu-line:nth-of-type(2) {
    top: 7px;
  }
  .header--toggle.header__navigation--toggle .menu-line:nth-of-type(3) {
    top: 14px;
  }
  .header--toggle.header__navigation--toggle .menu-line:before, .header--toggle.header__navigation--toggle .menu-line:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
  }
  .header--toggle.header__navigation--toggle .menu-line:before {
    opacity: 1;
    background-color: #4c86a0;
    background: #333333!important;
  }
  .header__navigation, .header__search, .header__language-switcher{
    display: unset;
  }
  .header__navigation.open, .header__search.open, .header__language-switcher.open {
    right: 0;
    left: auto;
  }
  .header__navigation.header--element{
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 500px;
    max-width: 100%;
    z-index: 9602;
    box-sizing: border-box;
    background-color: grey;
    transition: transform .5s ease;
    overflow: hidden;
    background-color: #fff;
    width: 330px;
    display: block;
    right: 0;
    transform: translate3d(100%,0,0);
    transition: right .5s ease;
    overflow-y: auto;
  }
  .mobile-open .header__navigation.header--element{
    right: 330px;
  }
  .header__column.cm-navigation .navigation-primary > ul {
    width: calc(330px - 13px);
    padding: 45px 15px 30px 30px;
    box-sizing: border-box;
  }

  .header__column.cm-navigation .navigation-primary > ul > li {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    border: none;
  }

  .header__column.cm-navigation .navigation-primary > ul > li > a {
    text-decoration: none;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px 10px 0;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    color: #333;
    padding: 15.2px 25px 15.2px 0 !important;
    max-width: calc(100% - 55px);
    margin: 0 !important;
  }
  .mobile-sticky-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    background-color: rgba(17,17,17,.5);
  }
  .mobile-open .mobile-sticky-sidebar-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
  }
  .header__column.cm-navigation .navigation-primary > ul > li > a{
    font: bold 16px / 20px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    color: #333;
    text-transform: none;
  }
  .header__column.cm-navigation .navigation-primary > ul > li:before {
    content: "";
    position: absolute;
    top: -.5px;
    height: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-bottom: 1px solid rgba(51,51,51,.12);
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 50px;
    transition: transform .3s ease-out;
    cursor: pointer;
  }
  .child-trigger .next-level-button:before {
    content: "\ef02";
    font-family: icomoon-the7-font;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    line-height: 20px;
    position: relative;
    right: 0;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    min-width: 30px;
    transition: transform .3s ease-out;
    padding: 10.4px 0;
    top: 0;
    line-height: 20px;
    color: rgba(51,51,51,.17);
    padding: 15.2px 0;
  }

  .header__container {
    width: 100%;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  .header__logo {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -ms-flex-order: 0;
    order: 0;
  }

  .header__column.cm-navigation {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 20px;
  }

  .cm-header-buttons.desktop {
    max-width: calc(100% - 45px);
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }

  .header__column.cm-navigation > div {
    padding: 16px 9px 12px 9px;
  }
  .cm-header-buttons .hs-button.cm-button{
    white-space: nowrap;
  }
  .header__column.cm-navigation .navigation-primary > ul > li:first-child:before{
    display:none;
  }
  .header__column.cm-navigation .navigation-primary > ul > li.has-submenu.child-open .child-trigger {
    transform: rotate(45deg);
  }
  .header__column.cm-navigation .navigation-primary > ul > li > ul {
    padding: 0;
    margin: 0;
    box-shadow: none;
    margin-left: 20px;
    margin-bottom: 16px;
    width: 100%;
  }
  .header__column.cm-navigation .navigation-primary > ul > li > ul > li {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    border-radius: 0 !important;
    border: none !important;
    position: relative;
    display: block;
  }
  .header__column.cm-navigation .navigation-primary > ul > li > ul > li > a {
    word-spacing: normal;
    padding: 0 !important;
    margin: 0 !important;
    padding: 5.2px 0 5.2px 0 !important;
    font: 500 13px / 17px "Roboto",Helvetica,Arial,Verdana,sans-serif;
    color: #333;
    text-transform: none;
  }

  .header--toggle.header__navigation--toggle.mobile {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity .5s ease;
    min-width: 12px;
    min-height: 12px;
    padding: 5px 5px 5px 5px;
    margin: 15px 0 0 0;
    border-radius: 0;
    opacity: 1;
    right: 13px;
    height: 30px;
    width: 30px;
  }

  .header--toggle.header__navigation--toggle.mobile:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
    opacity: 1;
    background-color: #4c86a0;
  }
  .header--toggle.header__navigation--toggle.mobile .close-line-wrap {
    position: relative;
    width: 31px;
    height: 31px;
  }
  .header--toggle.header__navigation--toggle.mobile .close-line-wrap .close-line {
    z-index: 2;
    margin: 0;
    display: inline-block;
    transform-origin: 50% 50%;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 0;
    content: '';
    transition: transform .2s ease;
    width: 20px;
    top: 50%;
    margin-top: -1px;
  }
  .header--toggle.header__navigation--toggle.mobile .close-line-wrap .close-line {
    background-color: #4c86a0;
    background: #ffffff!important;
  }
  .header--toggle.header__navigation--toggle.mobile .close-line-wrap .close-line:first-child {
    transform: rotate3d(0,0,1,45deg);
  }
  .header--toggle.header__navigation--toggle.mobile .close-line-wrap .close-line:nth-child(2) {
    display: none;
  }
  .header--toggle.header__navigation--toggle.mobile .close-line-wrap .close-line:before, 
  .header--toggle.header__navigation--toggle.mobile .close-line-wrap .close-line:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
  }
  .header--toggle.header__navigation--toggle.mobile .close-line-wrap .close-line:before {
    opacity: 1;
  }
  .header--toggle.header__navigation--toggle.mobile .close-line-wrap .close-line:after {
    opacity: 0;
  }
  .header--toggle.header__navigation--toggle.mobile .close-line-wrap .close-line:last-child {
    transform: rotate3d(0,0,1,-45deg);
  }
  .header__column.cm-navigation .navigation-primary > ul > li > a:hover {
    color: #4c86a0 !important;
  }
  .header.cm-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .header__column.cm-navigation .navigation-primary > ul > li > ul > li > a:hover{
    color: #4c86a0 !important;
  }
  .header--toggle.header__navigation--toggle:hover .menu-line:last-child {
    transform: translateY(-2px);
  }
  .header--toggle.header__navigation--toggle:hover .menu-line:first-child{
    transform: translateY(2px);
  }
  .header__column.cm-navigation .navigation-primary > ul > li > a > .menu-item-text > .menu-text sup {
    color: #84332E;
  }
}

@media screen and (max-width: 767px){
  .cm-height {
    min-height: 71px !important;
  }
}



@media screen and (max-width: 600px){
  .cm-header-buttons.desktop {
    display: none;
  }
  .cm-header-buttons.mobile {
    display: inline-block;
    padding: 5px 15px 30px 30px;
  }
}

@media screen and (max-width: 425px){
  .header__logo img {
    height: 100%;
  }
}

@media screen and (max-width: 349px){
  .mobile-open .header__navigation.header--element {
    right: 100%;
    width: 100%;
  }
  .header__column.cm-navigation .navigation-primary > ul{
    width: calc(100% - 13px);
  }
  .header.cm-header.no-nav .header__logo img {
    max-width: 157px;
  }
  .cm-height {
    min-height: 61px !important;
  }
}

@media screen and (max-width: 330px){

  .header__logo--main a {
    padding: 5px 65px 5px 0;
  }
  .header.cm-header.no-nav .header__logo img {
    max-width: 148px;
  }
}

@media screen and (max-width: 320px){
  .header.cm-header.no-nav .header__logo img {
    max-width: 138px;
  }
}

@media screen and (max-device-width: 320px){
  .header.cm-header.no-nav .header__logo img {
    max-width: 155px;
  }
  .header__logo img{
    max-width: 155px;
  }
  .header__logo--main a{
    padding: 5px 65px 5px 0;
    display: unset;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  text-align: left;
}
.footer__container {
  margin: 0 auto;
}
.footer.cm-footer .footer__container {
  padding: 0 50px 0 50px;
}
.cm-top-footer img {
  width: 100%;
  max-width: 200px;
}
.cm-top-footer {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 37px;
}
.footer.cm-footer .cm-bottom-footer p {
  padding: 0;
  margin: 0;
}
.footer.cm-footer .cm-bottom-footer {
  padding: 17px 0 17px 10px;
}
.footer.cm-footer {
  padding-top: 0;
}

.cm-footer-group {
  width: 100%;
  display: block;
  margin: 0 -25px;
  width: calc(100% + 50px);
  display: flex;
  padding-bottom: 15px;
}

.cm-footer-group .custom-menu-primary.footer-menu {
  width: 20%;
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 18px;
  line-height: 26px;
}

.cm-footer-group .custom-menu-primary.footer-menu h3 {
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.cm-footer-group .custom-menu-primary.footer-menu ul {
  padding: 0;
  margin: 0;
  display: block;
}

.cm-footer-group .custom-menu-primary.footer-menu ul li {
  padding: 0;
  margin: 0;
  line-height: 26px;
}

.cm-footer-group .custom-menu-primary.footer-menu ul li a {
  padding: 0;
  margin: 0;
  display: inline-block;
}



.cm-footer-group .custom-menu-primary.footer-menu:first-child {
  position: relative;
  top: -1px;
}
.footer.cm-footer.no-nav .cm-top-footer img {
  margin-bottom: 18px;
  top: 0 !important;
}


#toTop {
  position: fixed;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .4s ease;
  text-decoration: none;
  background-color: #000;
  background-color: rgba(0,0,0,.2);
  border-radius: 0;
  right: -45px;
  opacity: 0;
  cursor: pointer;
}

#toTop:hover {
  background-color: rgba(0,0,0,.5);
}


#toTop.active{
  right: 10px;
  left: 20px;
  opacity: 1;
  z-index: 109;
}

#toTop:before {
  content: "\f0290";
  font-family: icomoon-the7-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}


@media(max-width: 1299px) {
  .cm-top-footer img {
    max-width: 196px;
    position: relative;
    top: -1px;
  }
}

@media(max-width: 1250px) {
  .cm-top-footer img {
    max-width: 187px;
    top: -3px;
  }
}

@media(max-width: 1200px) {
  .cm-top-footer img {
    max-width: 177px;
    top: -5px;
  }
}


@media(max-width: 1150px) {
  .cm-top-footer img {
    max-width: 167px;
    top: -9px;
  }
}


@media(max-width: 1100px) {
  .cm-top-footer img {
    max-width: 157px;
    top: -11px;
  }
}

@media(max-width: 1050px) {
  .cm-top-footer img {
    max-width: 146px;
    top: -14px;
  }
}

@media(max-width: 999px) {
  .cm-top-footer img {
    max-width: 136px;
    top: -16px;
  }
}
@media(max-width: 950px) {
  .cm-top-footer img {
    max-width: 127px;
    top: -19px;
  }
}


@media(max-width: 899px) {
  .cm-top-footer img {
    max-width: 116px;
    top: -22px;
  }
}

@media(max-width: 850px) {
  .cm-top-footer img {
    max-width: 106px;
    top: -24px;
  }
}

@media(max-width: 800px) {
  .cm-top-footer img {
    max-width: 98px;
    top: -26px;
  }
}

@media(max-width: 778px) {
  .cm-footer-group .custom-menu-primary.footer-menu {
    width: 100%;
    padding: 0;
  }
  .cm-footer-group {
    display: block;
  }
  .footer.cm-footer .footer__container {
    padding: 0 25px 0 25px;
  }
  .cm-footer-group{
    margin: 0;
    width: 100%;
  }
  .footer.cm-footer .cm-bottom-footer p{
    text-align:center;
  }
  .footer.cm-footer .footer__container {
    padding: 0 20px 0 20px;
  }
  .cm-footer-group .custom-menu-primary.footer-menu:not(:last-child) {
    padding-bottom: 96px;
  }
  .cm-footer-group .custom-menu-primary.footer-menu:first-child {
    padding-bottom: 69px;
  }
  .cm-top-footer img {
    max-width: 462px;
    top: 0;
    width: 100%;
  }
  .cm-top-footer{
    margin-bottom: 63px;
  }
  .footer.cm-footer .cm-bottom-footer {
    padding: 17px 0 17px 0;
  }

  .footer.cm-footer.no-nav .cm-top-footer {
    margin-bottom: 37px;
  }
}



@media(max-width: 768px) {
  .cm-footer-group .custom-menu-primary.footer-menu {
    width: 100%;
    padding: 0;
  }
  .cm-footer-group {
    display: block;
  }
  .footer.cm-footer .footer__container {
    padding: 0 25px 0 25px;
  }
  .cm-footer-group{
    margin: 0;
    width: 100%;
  }
  .footer.cm-footer .cm-bottom-footer p{
    text-align:center;
  }
  .footer.cm-footer .footer__container {
    padding: 0 20px 0 20px;
  }
  .cm-footer-group .custom-menu-primary.footer-menu:not(:last-child) {
    padding-bottom: 96px;
  }
  .cm-footer-group .custom-menu-primary.footer-menu:first-child {
    padding-bottom: 69px;
  }
  .cm-top-footer img {
    max-width: 462px;
    top: 0;
    width: 100%;
  }
  .cm-top-footer{
    margin-bottom: 63px;
  }
  .footer.cm-footer .cm-bottom-footer {
    padding: 17px 0 17px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

#hs_cos_wrapper_cta, #hs_cos_wrapper_cta_ {max-width: 100% !important; 
  height: auto !important;}

.hs-cta-img {max-width: 100% !important; 
  height: auto !important;}



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

.body-wrapper.hs-blog-listing, 
.body-wrapper.hs-blog-post {
  background-image: url(https://7050523.fs1.hubspotusercontent-na1.net/hubfs/7050523/raw_assets/public/Crossfuze_July2020/images/body-bg-image.png);
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
}

.hs-blog-section {
  padding-top: 4%;
}
.blog-header {
  text-align: center;
  padding-right: 5%;
  padding-left: 5%;
  margin-bottom: 35px;
}
h1.blog-header__title {
  color: #84332e;
  font-size: 42px !important;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
p.blog-header__subtitle {
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
  color: #3f454a;
  margin: 0;
}
.blog-tag-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.blog-tag-group .blog-tag-inner-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  float: left;
}
.blog-tag-group .tag-inner-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.tag-inner-container {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
.tag-content-wrapper {
  border: 2px solid transparent;
  font-size: 1em;
  padding: 28px 28px;
  margin-right: 22px;
  position: relative;
}
.blog-tag-group .tag-text {
  padding-right: 14px;
  display: table-cell;
}
.blog-tag-group .tag-text span {
  font: normal 34px / 44px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  font-size: 24px;
  color: #402020;
  line-height: 32px;
  font-family: Source Sans Pro;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}
.blog-tag-group .tag-icon {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  line-height: 0;
}
.blog-tag-group .tag-icon a {
  line-height: 0;
  font-size: 14px;
  background-color: #84332e;
  width: 3.15em;
  height: 3.15em;
  border-radius: 50%;
  max-width: 100%;
  line-height: 1.6em;
  position: relative;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  color: #ffffff;
}

.blog-tag-group .blog-tag-inner-item:nth-child(2) .tag-content-wrapper a{
  background-color: #81b5a1;
}
.blog-tag-group .blog-tag-inner-item:nth-child(3) .tag-content-wrapper a{
  background-color: #4c86a0;
}
.blog-tag-group .blog-tag-inner-item:nth-child(4) .tag-content-wrapper a{
  background-color: #decfa6;
}

.blog-tag-group .tag-icon a .fa-long-arrow-alt-right {
  font-size: 2.15em;
  font-style: normal;
  line-height: 1!important;
  font-size-adjust: none;
  font-stretch: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-language-override: normal;
  font-language-override: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  text-rendering: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 1.6em!important;
  color: #ffffff !important;
}


.blog-tag-groupr .tag-icon a span {
  color: #ffffff;
  font-size: 1.6em;
  transform: translate(-50%,-50%);
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.blog-search {
  margin: 0 -15px;
}
.blog-search-inner {
  width: 60%;
  margin: 0 auto 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-search-inner input.hs-search-field__input {
  font: 14px / 18px "Roboto",Helvetica,Arial,Verdana,sans-serif;
  min-height: 40px;
  height: auto;
  width: 100%;
  border-width: 1px;
  border-color: #4C86A0;
  border-radius: 25px;
  background: #f4f4f4;
  padding: 0 12px 0 12px;
  max-width: 100%;
  color: #8b8d94;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}
.blog-search-inner input.hs-search-field__input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.blog-search-inner button {
  position: absolute;
  top: 0;
  bottom: 12px;
  height: 40px;
  right: 15px;
  background-color: rgba(255,255,255,.01);
  border-color: rgba(255,255,255,.01);
  border-radius: 25px;
  min-height: 40px;
  line-height: 40px;
  padding: 12px 12px 12px 12px;
  width: 40px;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
  color: #fff;
}
.blog-search-inner button svg {
  display: none;
}
.blog-search-inner button .hs_cos_wrapper_type_icon:before {
  content: "\f002";
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  width: inherit;
  height: inherit;
  font-size: 21px;
  text-align: center;
  text-rendering: optimizelegibility;
}
.blog-search-inner button .hs_cos_wrapper_type_icon {
  color: #4C86A0;
  transform: translate(0%,-60%);
  font-size: 1.6em;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.blog-index {
  padding-top: 2%;
}
.blog-search-inner form {
  max-width: 100%;
}

.blog-index-top-group {
  margin-left: -25px;
  margin-right: -25px;
}
.blog-index-top-group .blog-index-left-group {
  padding: 10px;
  position: relative;
  width: 66.66666667%;
  float: left;
}
.blog-index-top-group .blog-index-right-group {
  padding: 10px;
  position: relative;
  width: 33.33333333%;
  float: left;
}
.blog-index-left-group .post-item-large {
  border: 3px solid #d9d8d6;
}
.blog-index-left-group .post-item-large .featured-image-group {
  margin-bottom: 35px;
}
.blog-index-left-group .post-item-large .featured-image-group img {
  width: 100%;
  height: 461px;
  object-fit: cover;
}
.blog-index-left-group .post-listing-content {
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 35px;
  padding-top: 5px;
}
p.byline {
  color: #402020;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  text-transform: uppercase;
}
p.byline .reading-minutes {
  color: #84332e;
}
.blog-index-left-group .post-listing-content h2 {
  color: #402020;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
}
.blog-index-left-group .post-listing-content p {
  margin-bottom: 10px;
}
.read-more a {
  color: #4c86a0;
  text-decoration: underline;
  font-weight: 700;
}
.read-more a:hover {
  color: #4c86a0;
  text-decoration: none;
}
.blog-index-top-group .blog-index-right-group h3 {
  color: #84332e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  margin: 0;
}
.pop-post-group {
  border: 3px solid #d9d8d6;
  padding: 5%;
  margin-top: 27px;
}
.pop-byline {
  color: #402020;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pop-byline .reading-minutes {
  color: #84332e;
}
.blog-index-top-group .blog-index-right-group .pop-post-group h3 {
  color: #402020;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pop-read-more {
  margin-bottom: 10px;
}
.pop-read-more a {
  font-weight: 700;
  color: #4c86a0;
  text-decoration: underline;
}
.pop-read-more a:hover {
  text-decoration: none;
  color: #4c86a0;
}
.pop-post-item {
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.blog-index-bottom-group {
  margin: 0 -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-index-bottom-group .post-item {
  width: 33.33333333%;
  float: left;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-index-bottom-group .post-item .inner-group {
  border: 3px solid #d9d8d6;
}
.blog-index-bottom-group .post-item .featured-image-group img {
  width: 100%;
  height: 223px;
  object-fit: cover;
  display: block;
}
.blog-index-bottom-group .post-item .featured-image-group {
  margin-bottom: 35px;
}
.blog-index-bottom-group .post-item .post-listing-content {
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 35px;
  padding-top: 5px; 
}

.featured-image-group a {
  display: block;
  position: relative;
}
.featured-image-group a:before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(76,134,160,.2);
  background: rgba(76,134,160,.2);
  opacity: 0;
  transition: all 450ms ease;
}
.featured-image-group a:hover:before {
  opacity: 1;
}





.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
  padding-top: 35px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


.blog-post-banner .left-group {
  width: 60%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-post-banner .right-group {
  width: 40%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-post-banner .right-group .bg-wrapper {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-post-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(10deg, rgb(104, 169, 199) 22%, rgb(76, 133, 160) 44%);
}
.blog-post-banner .left-group .content-group {
  width: 100%;
  padding-top: 5%;
  padding-right: 5%;
  padding-bottom: 7%;
  padding-left: 30%;
}
.blog-post-banner .left-group h1 {
  color: #ffffff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
.blog-post-banner p.post-author {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.blog-post-banner p.post-author a {
  color: #fff;
  text-decoration: underline;
}
.blog-post-banner p.post-author a:hover {
  text-decoration: none;
}
.blog-post .left-group {
  width: 20%;
  float: left;
}
.blog-post .right-group {
  float: left;
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
}
.blog-post .left-group {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
}
.blog-post .left-group .reading-minutes {
  color: #3f454a;
  font-weight: 700;
}
.hs-blog-post-section .blog-post {
  margin-left: -15px;
  margin-right: -15px;
}
.comment-date {
  display: block !important;
  margin-bottom: 5px;
}
.hs-button.comment-reply-to {
  color: #333 !important;
}
.related-title {
  margin-bottom: 35px;
  padding-top: 5%;
  text-align: center;
}
.related-title h2 {
  color: #402020;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}
.blog-index-bottom-group .post-item .post-listing-content h3 {
  color: #402020;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-recent-posts {
  padding-bottom: 9%;
}
.blog-bottom-pane {
  background: rgb(64, 32, 32);
  color: #fff;
  padding-top: 4%;
  padding-bottom: 4%;
}
.hs-blog-post .blog-bottom-pane{
  margin-bottom: 70px;
}
.blog-bottom-pane .inner-group {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-bottom-pane .inner-group .left-group {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-bottom-pane .inner-group .left-inner-group {
  padding-top: 3.5%;
  margin-bottom: 35px;
}
.blog-bottom-pane .inner-group .left-group h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 46px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
.blog-bottom-pane .inner-group .right-group {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.blog-bottom-pane .inner-group .right-group .hs-form-required {
  display: none;
}
.blog-bottom-pane .inner-group .right-group .hs-form-field {
  margin-bottom: 0 !important;
}
.blog-bottom-pane .inner-group .right-group ul li.hs-form-booleancheckbox p {
  color: #fff;
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
}
.blog-bottom-pane .inner-group .right-group ul li.hs-form-booleancheckbox {
  padding: 0 15px;
}
.blog-bottom-pane .inner-group .right-group ul li.hs-form-booleancheckbox a {
  color: #4c86a0;
  text-decoration: underline;
}
.blog-bottom-pane .inner-group .right-group ul li.hs-form-booleancheckbox a:hover {
  color: #4c86a0;
  text-decoration: none;
}
.blog-bottom-pane .inner-group .right-group input.hs-button {
  min-width: 175px;
}
.social-share-group {
  padding-top: 6%;
  margin-bottom: 35px;
  text-align: center;
}
.social-share-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-share-group h2 {
  color: #402020;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}
.social-share-group ul li {
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.social-share-group ul li a {
  max-width: 100%;
  line-height: 2.15em;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  width: 56px;
  height: 56px;
  box-sizing: content-box;
  position: relative;
}
.social-share-group ul li a span,
.post-social ul li a span{
  font-size: 30px;
  color: #4c86a0;
}
.post-social ul li a {
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  width: 56px;
  height: 56px;
  box-sizing: content-box;
  position: relative;
  max-width: 100%;
  line-height: 2.15em;
}
.post-social ul {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}
.blog-index-tag-header {
  margin-bottom: 35px;
  text-align: center;
  padding-top: 5%;
}
.blog-index-tag-header h1 {
  color: #402020;
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}


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

}
img.featured-image {
  width: 100% !important;
  object-fit: cover;
}









.blog-author-section.clearfix {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-author-section.clearfix > .left-group {
  float: left;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}

.blog-author-section.clearfix > .right-group {
  float: left;
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}

.blog-author-section.clearfix > .left-group > .inner-group {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 35px;
  text-align: left;
}

.blog-author-section.clearfix > .right-group > .inner-group {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.blog-author-section.clearfix > .left-group > .inner-group img {
  max-width: 750px;
  width: 100%;
  border-radius: 50%;
}

.blog-author-section.clearfix > .right-group > .inner-group h2 {
  word-spacing: normal;
  margin-bottom: 10px;
  clear: both;
  font: normal 34px / 44px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  color: #402020;
  font-size: 42px;
  line-height: 46px;
  font-weight: 600;
  text-align: left;
}

.blog-author-section.clearfix > .right-group > .inner-group p {
  font: normal 300 18px / 26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  word-spacing: normal;
  color: #3f454a;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 35px;
}




.author-socail .blog-header__author-social-links a {
  background-color: transparent;
  font-size: 32px !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  width: 3em;
  height: 2em;
  box-sizing: content-box;
  position: relative;
  max-width: 100%!important;
  margin-bottom: 35px;
  margin-left:12px;
  margin-right:12px;
}
.blog-header__author-social-links a:nth-child(2) {
  margin-left: 38px;
  margin-right: 40px;
}
.author-socail .blog-header__author-social-links {
  position: relative;
}

.blog-author-section.clearfix {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}



.post-item.subscribe-cta > div {
  padding-top: 40%!important;
  padding-right: 5%!important;
  padding-left: 5%!important;
  background: #4c86a0 url(http://crossfuzestage.wpengine.com/wp-content/uploads/2020/06/Crossfuze-CTA-Background-6.png?id=1006)!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  border: 0 !important;
  text-align: center;
}

.blog-index-bottom-group  .post-item.subscribe-cta h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.blog-index-bottom-group .post-item.subscribe-cta p {
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}

.post-item.subscribe-cta .post-listing-content {
  padding: 0;
}

a.sub-button {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  min-height: 30px;
  padding: 12px 25px;
  border-radius: 40px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  background: #4c86a0;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  max-width: 250px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 35px;
}
a.sub-button span.bgc {
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: 0 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.sub-button:hover span.bgc {
  background: #fff;
  opacity: 1;
}
a.sub-button span.text {
  z-index: 3;
  position: inherit;
  display: block;
}
a.sub-button:hover span.text {
  color: rgb(76,134,160);
}
.post-item.subscribe-cta.workbook > div {
  background: #81b5a1 url(http://crossfuzestage.wpengine.com/wp-content/uploads/2020/05/Crossfuze-CTA-Background-5.png?id=913)!important;
}

.hs-blog-section.toipic-page {
  padding-top: 2%;
}
.hs-blog-section.toipic-page .blog-index {
  PADDING: 0;
}
.autor-title .blog-index-tag-header.ff h1 {
  font-size: 32px;
  margin: 0;
  line-height: 36px;
}

.blog-search-inner .hs-search-field--open .hs-search-field__suggestions {
    border-color: #eee;
    background-color: #fff;
}

.blog-search-inner .hs-search-field--open .hs-search-field__suggestions li {
    border-bottom: 1px solid #eee;
    padding: 8px;
}
@media(max-width: 778px){
  .blog-tag-group .tag-text {
    padding-right: 0;
  }
  .tag-content-wrapper{
    padding: 28px 24px;
  }
  .hs-blog-section {
    padding-top: 5%;
  }
  .blog-index-bottom-group{
    margin: 0 -20px;
  }
  .blog-index-top-group {
    margin-left: -20px;
    margin-right: -20px;
  }
  .autor-title .blog-index-tag-header.ff h1 {
    font-size: 32px !important;
    margin: 0;
    line-height: 36px;
  }
}

@media (max-width: 860px) {
  .blog-tag-group .blog-tag-inner-item {
    width: 50%;
  }
  .tag-inner-container {
    width: 100%;
  }
}


@media(max-width: 767px){
  .tag-inner-container {
    width: 100%;
  }
  .blog-tag-group .tag-inner-wrapper {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
  }
  .blog-tag-group .blog-tag-inner-item {
    width: 100%;
    float: none;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tag-content-wrapper {
    margin-bottom: 10px;
  }

  .blog-tag-group .tag-icon a .fa-long-arrow-alt-right{
    top: 55%;
  }
  .blog-search-inner {
    width: 100%;
  }
  .blog-index-top-group .blog-index-left-group {
    width: 100%;
    float: none;
  }
  .blog-index-top-group .blog-index-right-group {
    width: 100%;
    float: none;
  }
  .blog-index-bottom-group .post-item {
    width: 100%;
    float: none;
  }

  .blog-post-banner {
    display: block;
  }
  .blog-post-banner .left-group {
    width: 100%;
    float: none;
  }
  .blog-post-banner .right-group {
    width: 100%;
    float: none;
  }
  .blog-post .left-group {
    float: none;
    width: 100%;
  }
  .blog-post .right-group {
    float: none;
    width: 100% !important;
  }
  .blog-bottom-pane .inner-group .left-group {
    float: none;
    width: 100%;
  }
  .blog-bottom-pane .inner-group .right-group {
    float: none;
    width: 100%;
  }
  .blog-author-section.clearfix>.left-group {
    float: none;
    width: 100%;
  }
  .blog-author-section.clearfix>.right-group {
    width: 100%;
    float: none;
  }
  .author-socail .blog-header__author-social-links a {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px !important;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
@media(max-width: 767px){
  .blog-post-banner .right-group .bg-wrapper {padding-top:200px !important;}
}
/* ******************************************************************************
*********************************************************************************
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 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 18px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: 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;
}

@media (max-width: 778px){
  .content-wrapper{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}