/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

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

.dnd-section {
  padding-left: 30px;
  padding-right: 30px;
}
.page-center,
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}


@media (max-width: 1200px) {
  .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
  .page-center,
  .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@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: Gotham;
  src: url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/HedgePo_August2020/fonts/Gotham-Book.eot#iefix&x61167") format("embedded-opentype"), 
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/Gotham-Book.woff2") format("woff2"),
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/Gotham-Book.woff") format("woff"),
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/Gotham-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: FlamaMedium;
  src: url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/HedgePo_August2020/fonts/FlamaMedium.eot#iefix&x61167") format("embedded-opentype"), 
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/FlamaMedium.woff") format("woff2"),
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/FlamaMedium.woff") format("woff"),
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/FlamaMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Gotham;
  src: url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/HedgePo_August2020/fonts/Gotham-Medium.eot#iefix&x61167") format("embedded-opentype"), 
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/Gotham-Medium.woff2") format("woff2"),
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/Gotham-Medium.woff") format("woff"),
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/Gotham-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Gotham;
  src: url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/HedgePo_August2020/fonts/Gotham-Bold.eot#iefix&x61167") format("embedded-opentype"), 
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/Gotham-Bold.woff2") format("woff2"),
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/Gotham-Bold.woff") format("woff"),
    url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/fonts/Gotham-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

html {
  font-size: 56.25%;
}

body {
  font-family: Lato, serif;
  font-size: 24;
  color: #494a52;
  line-height: 1.333;
}

p {}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {  
  line-height: 1.333;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

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

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

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

h4 {
  font-size: 1.175rem;
  line-height: 1.3333;
}

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

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

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 {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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


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

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.blog-comments input.hs-button.primary,
.hs-button {
  background-color: #000;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,.5);
  box-shadow: 4px 4px 8px 0 rgba(0,0,0,.5);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Gotham,Helvetica,Arial,sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  border:0px solid #000;
  outline: 0;
  margin-top:10px;
  margin-bottom:10px;
  padding: 18px 39px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  
  text-decoration: none;
}

.blog-comments input.hs-button.primary:hover,
.hs-button:hover, .hs-button:focus {
  background-color:#1587c8;
  border-color: #21222a;
  
  color:#ffffff;
}

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

.hs-form label {
  font-size: 1.8rem;
  color: #000000;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.3333;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-form .hs-error-msgs label, 
.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000;
}

input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  line-height:normal;
  color: #000000;
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  display: block;
  font-size: 1.8rem;
  outline: 0;
  padding: 3px 0;
  width: 100%;
}

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

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

.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-form-field,
.field {
  position:relative;
  margin-bottom: 34px;
}

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

@media (min-width: 1200px){
  .hs-form-field,
  .field {
    margin-bottom: 37px;
  }
}

.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: 24;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0;
}

.hs-form-required {
  color: #b8b8b8;
  display: inline-block;
  left: -11px;
  position: absolute;
  top: 3px;
  font-size: 16.2px;
  font-family: Gotham,Helvetica,Arial,sans-serif;
  line-height: 1.3333;
}

.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;
}
 
div.input::after {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


img {
  max-width:100%;
  height:auto;
}
video,embed,iframe{
  max-width:100%;
}

.banner-section .row-fluid [class*="span"] {
  min-height: auto;
}
.cm-contact-top-group .dnd-section > .row-fluid {
  padding: 0;
}
.cm-contact-top-group .dnd-section {
  padding: 0;
}
.contact__form-wrap .actions {
  text-align: right;
}
.contact__info {
  margin-bottom: 52px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2.4rem;
  line-height: 1.25;
}
.contact__info h1 {
  font-family: FlamaMedium,Helvetica,Arial,sans-serif;
  font-size: 3.6rem;
  line-height: 1.111;
  margin-top:0;
  margin-bottom: 27px;
}
.contact__form-wrap .cm-contact-col2 {
  padding: 100px 0px;
}
.contact__form-wrap .hs-form-field > label {
  margin:0;
}
.bottom-container .dnd-section > .row-fluid {
  padding: 0;
}
.bottom-container .map {
  margin-bottom: 29px;
}
.cm-contact-top-group {
  padding-left: 30px;
  padding-right: 30px;
}
.contact__form-wrap .actions input.hs-button.primary.large {
  padding-bottom: 14px;
}
.cm-people-layout .banner-area .dnd-section {
  border: 2px solid #000;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-top: 10px;
}
.cm-people-layout .banner-area .dnd-section > .row-fluid {
  padding: 163px 150px 160px;
}
.cm-people-layout .banner-area .dnd-section p {
  margin-top: 0;
}
.cm-people-layout .banner-area .dnd-section p:last-child {
  margin-bottom: 0;  
}
.cm-people-col1 {
  width: calc(100% - 590px);
  float: left;
}
.cm-people-col2 {
  padding: 60px 68px 65px;
  width: 400px;
  background-color: #f8f6f4;
  float: right;
}
.cm-people-group .dnd-section {
  padding: 0;
}
.cm-people-group .dnd-section > .row-fluid {
  padding: 0;
}
.cm-people-group {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 90px;
}
.cm-people-col1 h1 {
  font-family: FlamaMedium,Helvetica,Arial,sans-serif;
  font-size: 2.6rem;
  line-height: 1.154;
  margin-bottom: 17px;
}
.hs-homepage-layout {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom:58px;
}
.hs-home-group1 .dnd-section > .row-fluid {
  padding:144px 160px 115px;
}
.hs-homepage-layout .banner-area .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hs-home-group1 .dnd-section {
  padding: 0;
}
.hs-home-group2-left {
  margin-bottom: 58px
}
.hs-home-group2-left h1{
  font-family: FlamaMedium,Helvetica,Arial,sans-serif;
  font-size: 3.6rem;
  line-height: 1.111
}
.hs-home-group2-right ul{
  list-style:none;
  margin:0;
  padding:0;
}
.hs-home-group2-right ul li {
  font-family: FlamaMedium,Helvetica,Arial,sans-serif;
  font-size: 1.8rem;
  line-height: 1.222;
  position: relative
}
.hs-home-group2-right ul li:not(:last-child) {
  margin-bottom: 28px
}
.hs-home-group2-right ul li:before {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 7px
}
.hs-home-group2{
  margin-top: 75px;
  padding: 34px 30px 25px;
}
.hs-home-group2 .dnd-section{
  padding:0;
}
.hs-home-group2 .dnd-section > .row-fluid{
  padding:0;
}
.hs-home-group2 .page-center {
  padding: 0;
}
.hs-home-group1 .hs-button {
  margin-top: -75px;
  margin-bottom: 0;
  margin-right: 40px;
  padding: 18px 38px 14px;
}
.hs-events-layout {
  padding-left: 30px;
  padding-right: 30px;
}
.hs-home-group3 {
  margin-top: 45px;
}
.hs-home-group3 .dnd-section {
  padding: 35px 60px 30px;
}
.hs-events-layout main .dnd-section {
  padding: 0 0 58px ;
}
.hs-events-layout main .dnd-section > .row-fluid > .span6 {
  width: 50%;
  margin-left: 0;
}
.hs-home-group4 .dnd-section {
  padding-top: 42px;
}
.hs-events-layout main .dnd-section > .row-fluid > .span6:first-child {
  padding-right: 10px;
}
.hs-events-layout main .dnd-section > .row-fluid > .span6:last-child {
  padding-left: 10px;
}
.hs-home-group6 .dnd-section {
  padding: 26px 30px 13px;
}
.fund-managers-layout.hs-homepage-layout .banner-area .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.fund-managers-layout .hs-home-group2 {
  background-color: #f8f6f4;
  padding-bottom: 78px;
  padding-top: 89px;
  margin-top: 0;
}
.fund-managers-layout{
  padding-bottom:58px;
}
.fund-managers-layout .hs-home-group3 {
  margin-top: 0;
}
.fund-managers-layout .hs-home-group3 .dnd-section {
  padding-top: 52px;
  padding-bottom: 0;
}
.fund-managers-layout .hs-home-group3 .dnd-section img {
  margin-bottom: 56px;
  margin-top: 31px;  
}
.hs-fund-managers-group5 {
  padding-bottom: 40px;
  padding-top: 75px;
}
.hs-home-group5 {
  padding-top: 24px;
}
.hs-home-group5 .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 0;
  margin-top: 63px;
}
.hs-home-group5 .hs_cos_wrapper_type_rich_text p {
  margin-top: 0;
}
.hs-home-group5 .hs_cos_wrapper_type_rich_text {
  display: block;
}
.hs-home-group5 .cm-logo-group {
  margin-top: 13px;
  margin-bottom: 4px;
}
.hs-home-group6 {
  margin-top: 95px;
}
.cm-solutions-feature-group{
    padding : 82px , 0, 35px,0; 
    background-color: #f8F6F4;
}

.cm-people-bottom-group .dnd-section {
  padding: 0;
}
.cm-people-bottom-group  .cm-people-bottom-col1 {
  float: left;
  margin-bottom: 0;
  padding-left: 60px;
  width: 400px;
}
.cm-people-bottom-group .page-center {
  padding-left: 0;
  padding-right: 0;
}
.cm-people-bottom-group .dnd-section > .row-fluid {
  padding: 0;
}
.cm-people-bottom-group .cm-people-bottom-col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cm-people-bottom-group .cm-people-bottom-col2 ul li {
  font-family: FlamaMedium,Helvetica,Arial,sans-serif;
  font-size: 1.8rem;
  line-height: 1.222;
  position: relative;
}
.cm-people-bottom-group .cm-people-bottom-col2 ul li:before {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 7px;
}
.cm-people-bottom-col2 h2 {
  font-size: 3rem;
  line-height: 1.467;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.cm-people-bottom-col1 p {
  margin-top: 13px;
}
.cm-people-bottom-col1 h2 {
  margin-bottom: 0;
}
.cm-people-bottom-col2 .hs-button {
  padding: 17px 38px 14px;
  margin-top: 35px;
  margin-bottom: 0;
}
.cm-people-bottom-group {
  margin-bottom: 82px;
  margin-top: 35px;
}

.cm-people-bottom-col1 h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.cm-people-bottom-col1 p {
  margin-top: 13px;
}
.cm-people-bottom-col2 h2 {
  margin-top: 0;
}
.hs-form .hs-error-msgs label, .hs-error-msgs label {
  font-size: 16px;
}
.cm-contact-col1 .dnd-section > .row-fluid > .dnd-column > .dnd-row:last-child .cm-get-in-touch-group {
  margin: 0;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 0;
  margin-left: 0;
}
.hs-fieldtype-select .input {
  position: relative;
}
.hs-fieldtype-select .input:after {
  background-image: url("https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/images/select-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  bottom: 11px;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  width: 28px;
}
.cm-news-blog-post ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.fund-managers-layout .hs-home-group3 .dnd-section {
  padding-left: 0;
  padding-right: 0;
}
.hs-home-group1 .hs-button {
  padding: 17px 38px 13px;
}
.cm-logo-item img,
.team_member_image img,
.cm-features__item__image img {
  image-rendering: --webkit-optimize-contrast;
}

@media (min-width: 1200px) {
  .cm-people-bottom-col1 p {
    margin-top: 13px;
  }
  .cm-people-bottom-col2 h2 {
    font-size: 3.2rem;
    line-height: 1.375;
    margin-bottom: 14px;
  }
  .fund-managers-layout .hs-home-group2{
    padding-left:30px;
    padding-right:30px;
  }
  .hs-home-group6 .dnd-section {
    padding: 26px 60px 65px;
  }
  .hs-home-group2-right {
    margin-left: 543px;
  }
  .hs-home-group2-left h1{
    font-size:7rem;
    line-height: 1.043;
    margin-top: -12px
  }
  .cm-people-bottom-group .cm-people-bottom-col2 ul li:not(:last-child), 
  .hs-home-group2-right ul li:not(:last-child) {
    margin-bottom:20px
  }
  .cm-people-bottom-group .cm-people-bottom-col2 ul li,
  .hs-home-group2-right ul li {
    font-size:2.4rem;
    line-height: 1.583
  }
  .hs-home-group2-left{
    float:left;
    margin-bottom: 0;
    padding-left: 60px;
    width: 400px
  }
  .hs-home-group5 {
    padding-top: 50px;
  }
  .cm-logo-item img,
  .hs-fund-managers-group4 .cm-logo-item img {
    max-height: 100%;
    vertical-align: middle;
    width: auto;
  }

}

@media (min-width: 375px){
  .contact__info {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1024px){
  .contact__info {
    float: left;
    padding-top: 100px;
    width: 270px;
  }
  .contact__form-wrap {
    float: right;
    padding-top: 10px;
    width: 515px;
  }
}

@media (min-width: 1201px){
  .contact__info h1 {
    font-size: 3.8rem;
    line-height: 1.158;
    margin-bottom: 47px;
  }
  .contact__form-wrap {
    margin-right: 160px;
    padding-top: 20px;
  }
  .contact__info {
    float: left;
    padding-left: 95px;
    width: 420px;
  }
  .cm-people-col1 h1 {
    font-size: 3.8rem;
    line-height: 1.158;
    margin-bottom: 21px;
    margin-top: 0;
  }
  .cm-people-bottom-group .cm-people-bottom-col2 {
    margin-left: 543px;
  }
  .hs-home-group1 .span6:first-child {
    width: calc(100% - 400px);
  }
  .hs-home-group1 .span6:last-child {
    width: 400px;
    margin-left: 0;
  }
}

@media (min-width: 1366px) {
  .hs-home-group2-right {
    margin-left: 593px;
  }
  .cm-people-bottom-group .cm-people-bottom-col2 {
    margin-left: 593px;
  }
}

@media (max-width: 1580px){
  .custom-homepage-banner .animated-numbers-background{
    background-size:cover;
  }
}

@media (min-width: 1201px) and  (max-width: 1580px){  
  .hs-home-group4 .dnd-section,
  .hs-home-group2 {
    padding-left:0;
    padding-right:0;
  }
  .cm-people-bottom-group .page-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hs-home-group5 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-home-group1 .hs-button {
    padding: 17px 38px 14px;
  }
 .hs-home-group6 .dnd-section .row-fluid {
   max-width: 1320px;
   padding-left: 0;
   padding-right: 0;
  }
}

@media (max-width: 1088px){
  .hs-homepage-layout {
    padding-bottom: 35px;
  }
  .body-container__website {
    word-break: normal;
  }
}
@media (max-width: 1199px){
  .hs-home-group5 .dnd-section {
    padding-bottom: 0;
  }
  .hs-home-group6 .dnd-section>.row-fluid {
    padding: 0;
  }
  .cm-logo-item:nth-child(n+5) {
    display: none;
  }
  .hs-home-group5 .dnd-section > .row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-testimonial-slider-wrapper .testimonials__icon {
    margin-bottom: 10px;
    margin-top: 2px;
  }
  .hs-home-group4 .dnd-section {
    padding: 29px 0;
  }
  .hs-home-group4 .dnd-section > .row-fluid {
    padding: 0;
  }
  .hs-home-group1 .dnd-section > .row-fluid {
    padding: 30px;
  }
  .fund-managers-layout .hs-home-group3 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
  .fund-managers-layout .hs-home-group3 .dnd-section > div {
    padding-left: 0;
    padding-right: 0;
  }
  .fund-managers-layout .hs-home-group2-left {
    margin-bottom: 34px;
  }
  .fund-managers-layout .hs-home-group2{
    padding:34px 30px 25px;
  }
  .fund-managers-layout .hs-home-group2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .hs-events-layout {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-events-layout .cm-blog-links-top .hs-menu-wrapper>ul {
    margin: 0px 0 28px -20px;
  }
  .cm-get-in-touch-inner-group > a {
    margin-top: 1px;
    display: inline-block;
  }
  .contact__form-wrap .actions {
    text-align: center;
  }
  .cm-get-in-touch-inner-group p {
    margin: 0 0 19px;
  }
  .cm-contact-top-group {
    padding-top: 59px;
  }
  .contact__info{
    font-size: 2rem;
    line-height: 1.3;
  }
  .bottom-container .dnd-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cm-people-layout .banner-area .dnd-section>.row-fluid {
    font-size: 1.4rem;
    line-height: 1.286;
    padding: 67px 65px 55px;
  }
  .cm-people-layout .banner-area .dnd-section {
    margin-top: 27px;
  }
  .cm-people-group {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-people-col1 {
    width: -webkit-calc(100% - 338px);
    width: calc(100% - 338px);
  }
  .cm-people-col2 {
    float: right;
    margin-top: 0;
    width: 308px;
    padding: 25px 30px 26px;
  }
  .cm-people-col1 h1 {
    margin-top: 0;
  }
  .cm-people-bottom-group{
    padding: 34px 30px 25px;
  }
  .cm-people-bottom-group .cm-people-bottom-col1 {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .cm-people-bottom-group .cm-people-bottom-col1 h2 {
    font-size: 2.6rem;
    line-height: 1.154;
  }
  .cm-people-bottom-group .cm-people-bottom-col1 {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 42px;
  }
  .cm-people-bottom-group .cm-people-bottom-col1 p {
    margin-top: 8px;
  }
  .cm-people-bottom-group .cm-people-bottom-col2 ul li:not(:last-child) {
    margin-bottom: 28px;
  }
  .cm-people-bottom-group {
    margin-bottom: 34px;
    margin-top: 0;
  }
  .cm-people-bottom-col2 .hs-button {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .hs-fund-managers-group4 .cm-logo-item:nth-child(n+5){
    display:none !important;
  }
  .hs-fund-managers-group4 .cm-logo-item img{
    width:auto;
  }
  .hs-home-group3 .dnd-section {
    padding: 10px 0 0;
  }
  .cm-logo-group .cm-logo-item:first-child {
    padding-left: 0;
  }
  .hs-home-group2 {
    margin-top: 35px;
    padding: 34px 0 25px;
  }
  .hs-home-group1 .row-fluid [class*="span"] {
    min-height: auto;
  }
  .hs-home-group2-left {
    margin-bottom: 34px;
  }
  .hs-homepage-layout {
    padding-bottom: 35px;
  }
}

@media(max-width:1023px){
  .hs-home-group1 .hs-button {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hs-home-group2 {
    padding:36px 0 40px;
  }
  .hs-home-group2-left {
    margin-bottom: 34px;
  }
  .hs-home-group3 .dnd-section {
    padding: 20px 0;
  }
  .hs-home-group6 .dnd-section > .row-fluid ,
  .hs-home-group4 .dnd-section > .row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .fund-managers-layout .hs-home-group3 .dnd-section .span6{
    width:100%;
    margin-left: 0;
  }
  .fund-managers-layout .hs-home-group3 .dnd-section .widget-type-linked_image {
    width: 100%;
  }
  .fund-managers-layout .hs-home-group3 .dnd-section img {
    margin-bottom: 56px;
    margin-top: 31px;
    width: 100%;
  }
  .fund-managers-layout .hs-home-group3 .dnd-section img {
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
  }
  .fund-managers-layout .hs-home-group3 h2 {
    margin-bottom: 46px;
  }
  .fund-managers-layout .hs-home-group3 .dnd-section .span6:last-child {
    margin-bottom: 54px;
  }
  .fund-managers-layout .hs-home-group3 .span6:first-child {
    margin-top: 14px;
  }
  .hs-home-group1 .dnd-section .span6 {
    width: 100%;
    margin-left: 0;
    text-align:inherit;
  }
  .hs-home-group1 .dnd-section .row-fluid {
    flex-direction: column;
  }
  .contact__form-wrap .cm-contact-col2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .container-fluid.cm-contact-col2 form {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    position: relative;
  }
  .contact__info {
    margin-bottom: 7px;
  }
  .bottom-container .dnd-section {
    padding-top: 52px;
  }
}

@media(max-width:767px){
  .cm-logo-item img,
  .hs-fund-managers-group4 .cm-logo-item img {
    max-height: 100%;
    vertical-align: middle;
    width: auto !important;
  }
  .hs-home-group3 .dnd-section {
    padding: 10px 0 0;
  }
  .fund-managers-layout .hs-home-group3 .span6:last-child img {
    margin-bottom: 64px;
  }
  .fund-managers-layout .hs-home-group3 .span6:first-child img {
    margin-top: 38px;
  }
  .fund-managers-layout .hs-home-group3 .dnd-section img {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .fund-managers-layout .hs-home-group3 .dnd-section {
    padding-top: 58px;
    padding-bottom: 0;
  }
  .fund-managers-layout .hs-home-group2 {
    padding-bottom: 25px;
  }
  .hs-events-layout main .dnd-section>.row-fluid>.span6:first-child {
    padding-right: 0;
  }
  .hs-events-layout main .dnd-section>.row-fluid>.span6:last-child {
    padding-left: 0;
  }
  .hs-events-layout main .dnd-section>.row-fluid>.span6 {
    width: 100%;
    margin-left: 0;
  }
  .contact__info {
    margin-bottom: 7px;
  }
  .contact__form-wrap .cm-contact-col2 {
    padding: 100px 0px 33px;
  }
  .cm-people-col1, .cm-people-col2 {
    width: 100%;
    float: none;
  }  
  .contact__form-wrap .cm-contact-col2 {
    padding: 0 0px 33px;
  }
  .bottom-container .map {
    margin-bottom: 47px;
  }
  .fund-managers-layout .hs-home-group3 .span6:first-child {
    margin-top: 0;
  }
  .fund-managers-layout .hs-home-group3 .dnd-section .span6:last-child {
    margin-bottom: 0;
  }
  .contact__form-wrap .cm-contact-col2 {
    padding: 0;
  }
}

@media(max-width:375px){
  .hs-home-group1 .hs-button{
    margin-right:0;
  }
  .cm-logo-group {
    margin: 0;
  }
  .hs-fund-managers-group4 .cm-logo-item img {
    width: auto;
    height: 90px !important;
    object-fit: contain;
  }
  .cm-people-layout .banner-area .dnd-section > .row-fluid {
    font-size: 1.4rem;
    line-height: 1.286;
    padding: 37px 30px 25px;
  }
  .cm-logo-group {
    margin-left: 0;
    margin-right: 0;
  }
  .cm-logo-inner-item {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-logo-group .cm-logo-item{
    padding-left:0;
  }
  .cm-logo-item{
    width:100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  min-height: 92px;
}
.cm-header-group {
  background-color: #F8FAFC;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

/* like landing page (request demo) logo */
.custom-logo img {
  max-width: 180px;
}

.header__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.custom-logo {
  display: inline-block;
  padding: 30px 0px 24px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header__nav-toggle {
  display: none;
  float: right;
  height: 40px;
  outline: 0;
  position: absolute;
  top: 15px;
  width: 40px;
  right: 30px;
}
.header__nav-toggle span {
  background-color: #000;
  display: block;
  height: 2px;
  left: 6px;
  position: absolute;
  top: 0;
  -webkit-transition: top .1s ease-in-out .1s,-webkit-transform .1s ease-in-out;
  transition: top .1s ease-in-out .1s,-webkit-transform .1s ease-in-out;
  -o-transition: transform .1s ease-in-out,top .1s .1s ease-in-out;
  transition: transform .1s ease-in-out,top .1s ease-in-out .1s;
  transition: transform .1s ease-in-out,top .1s ease-in-out .1s,-webkit-transform .1s ease-in-out;
  width: 28px;
}
.header__nav-toggle span:first-child {
  top: 8px;
}
.header__nav-toggle span:nth-child(2) {
  top: 19px;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.header__nav-toggle span:nth-child(3) {
  top: 30px;
}
.mobile-open .header__nav-toggle span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-open .header__nav-toggle span:nth-child(2) {
  opacity: 0;
}
.mobile-open .header__nav-toggle span:first-child {
  top: 19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__row-1 {
  padding-top: 20px;
}

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

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

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

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

.header__logo--tablet {
  display: none;
}

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

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

/* Mobile Styles */
@media (max-width: 1200px) {
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 20px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 30px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000; /* Icon color */
    display: block;

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

  .mobile-open{
    overflow:hidden;
  }
  .mobile-open .custom-menu-primary .navigation-primary {
    display: block;
    visibility: visible;
    padding-top: 30px;
    padding-left: 64px;
    padding-right: 64px;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
  }
  .mobile-open .custom-menu-primary .navigation-primary > ul {
    margin-bottom: 30px;
  }
  header.header {
    min-height: 70px;
  }
  .header__nav-toggle{
    display:block;
  }
  .header__container {
    flex-direction: column;
  }
  .custom-logo {
    display: inline-block;
    padding: 19px 0px 13px;
  }
  .header__container form {
    max-width: 100%;
  }
  .mobile-open .custom-logo {
    width: 40px !important;
    overflow: hidden;
  }

  .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: #F8FAFC;
    z-index: 2;
  }

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

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

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

  .header__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: 30px;
  }

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

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

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    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;
  }
  .custom-menu-primary .navigation-primary{
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    display:none;
    padding-top: 24px;
    background: #fff;
    padding-left: 65px;
    padding-right: 65px;
  }
}


@media (max-width: 767px) {
  .custom-logo {
    display: inline-block;
    padding: 21px 0px 15px;
  }
  
  /* like landing page (request demo) logo */
  .custom-logo img {
    max-width: 180px;
  }
  
  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__nav-toggle {
    right: 20px;
  }  
}

@media (max-width: 375px) {
  .custom-logo{
    padding: 19px 0px 15px;
  }
  .custom-logo img {
    max-width: 224px;
  }
  .mobile-open .custom-menu-primary .navigation-primary {
    padding-left: 30px;
    padding-right: 30px;
  }
  
}
/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
    padding: 30px
}

.footer__container {
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}

.footer__copyright {
    border-top: 2px solid #000;
    font-size: 1.2rem;
    margin-top: 28px;
    padding-top: 30px;
}

.footer__links .hs-menu-wrapper {
    display: block;
}

.footer__links .hs-menu-wrapper>ul>li {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.333;
}

.footer__links .hs-menu-item a {
    padding: 0;
    color: #000000;
}

.footer__links .hs-menu-item a:focus,
.footer__links .hs-menu-item a:hover {
    color: #1587c8;
}

.footer__links .hs-menu-wrapper ul {
    display: block;
    margin: 0;
}

.footer__copyright p:first-child {
    margin-top: 0;
}

.footer__copyright p:last-child {
    margin-bottom: 0;
}

.footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 320px;
}

footer.footer.no-navigation h2 {
    margin-bottom: 29px;
}

.footer__info__icons {
    border-right: 2px solid #000;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    width: 64px;
}

.footer__info__icons a {
    display: block;
    height: 34px;
    line-height: 34px;
    margin-bottom: 16px;
    vertical-align: top;
    width: 34px;
}

.footer__info__icons__icon:last-child {
    margin-bottom: 0;
}

.footer__info__icons__icon:last-child svg {
    vertical-align: bottom;
}

.footer__info__icons__icon:focus path,
.footer__info__icons__icon:hover path {
    fill: #1587c8;
}

.footer__info__icons__icon.-icon-email svg {
    height: 20px;
    width: 32px;
}

.footer__info__icons a.linkedin svg {
    height: 33px;
    width: 33px;
}

.footer__info__icons a.twitter svg {
    height: 27px;
    width: 34px;
}

.footer__info__column {
    display: inline-block;
    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;
    min-height: 100%;
    vertical-align: top;
}

.footer__info__icons+.footer__info__column {
    padding-left: 30px;
    width: -webkit-calc(100% - 62px);
    width: calc(100% - 62px);
}

.footer__info__column .footer__links {
    display: block;
    margin-top: 10px;
}

.footer__info__column>.widget-type-rich_text {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer h2 {
    margin: 0;
    font-family: FlamaMedium, Helvetica, Arial, sans-serif;
    line-height: 1.333;
    font-size: 1.8rem;
    position: relative;
    top: -3px;
    font-weight: normal;
}

.footer__info .footer__copyright {
    display: none;
    margin-top: 10px;
    padding-top: 0;
}

.footer__links {
    display: none;
}

.footer__locations__location {
    float: left;
    max-width: auto;
    width: auto;
}

.footer__locations__location:nth-last-child(2),
.footer__locations__location:last-child {
    padding-left: 28px;
}

.footer__locations__location h2,
.footer__locations__location__title {
    font-family: FlamaMedium, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    white-space: nowrap;
    margin: 0;
    margin-top: 1px;
    position: static;
}

.footer__locations__location {
    font-size: 1.2rem;
    margin-top: 1px
}

.footer__locations__location p {
    margin-bottom: 0;
    margin-top: 8px;
}

.footer__links svg {
    margin-bottom: 1px;
}

.footer__links__anchor {
    display: block;
    font-size: 1.2rem;
}

.footer__locations {
    border-top: 2px solid #000;
    margin-top: 32px;
    padding-top: 16px;
}

.hs-website-layout main .dnd-section {
    padding-top: 0;
    padding-bottom: 58px;
}

.cm-contact-layout .page-center {
    padding: 0;
}

@media (max-width: 1201px) {
    footer.footer.no-navigation h2 {
        margin-bottom: 31px;
    }
}

@media (min-width: 1200px) {
    .footer__info__icons a {
        margin-bottom: 6px;
    }
}

@media (min-width: 1200px) {
    .footer__info {
        float: left;
        max-width: 330px;
    }

    .footer__copyright {
        border-top: 0;
        display: none;
        font-size: 1.4rem;
    }

    .footer__info__icons a {
        margin-bottom: 11px;
    }

    .footer__info__icons svg {
        height: 16px;
        width: 25px;
    }

    .footer__info__icons a.linkedin svg {
        height: 25px;
        width: 24px;
    }

    .footer__info__icons a.twitter svg {
        height: 23px;
        width: 28px;
    }

    .footer__info__column .footer__links {
        display: none;
    }

    .footer h2 {
        font-size: 2.4rem;
        top: -7px;
    }

    .footer__info .footer__copyright {
        display: block;
    }

    .footer__links {
        border-left: 2px solid #000;
        display: block;
        float: right;
        margin-left: 22px;
        padding-left: 22px;
    }

    .footer__links svg {
        margin-bottom: 22px;
    }

    .footer__links__anchor {
        font-size: 1.4rem
    }

    .footer__locations {
        border-left: 2px solid #000;
        border-top: 0;
        float: right;
        margin-left: 22px;
        margin-top: 0;
        padding-left: 22px;
        padding-top: 0;
        width: auto;
    }

    .footer__locations__location h2,
    .footer__locations__location__title {
        font-size: 2.4rem
    }

    .footer__locations__location {
        font-size: 1.4rem;
        margin-top: 0;
    }

    .footer__info__icons a.linkedin {
        margin-bottom: 41px;
    }

    .footer__info__icons a.twitter {
        margin: 0;
        height: 27px;
    }
}

@media (min-width: 1200px) {
    .footer__info__icons a {
        margin-bottom: 6px;
    }

    .footer {
        padding-bottom: 82px
    }

    .footer__info__icons a.linkedin {
        margin-bottom: 14px;
    }

    .footer__info__icons a.twitter {
        margin-bottom: 0;
        height: 23px;
    }
}

@media (min-width: 1440px) {
    .footer .container {
        padding-left: 60px;
        padding-right: 60px
    }

    .footer__links {
        margin-left: 45px;
    }
}

@media (max-width: 1439px) {
    .footer__container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .cm-get-in-touch-inner-group>a {
        margin-top: 1px;
        display: inline-block;
    }

    .footer__info__icons a.linkedin {
        margin-bottom: 19px;
    }

    .footer__info__icons a.twitter {
        height: 23px;
        margin: 0;
    }

    .footer__locations__location h2,
    .footer__locations__location__title {
        font-size: 2.3rem;
    }
}

@media (max-width: 1023px) {
    .footer__info__icons a.twitter {
        height: 27px;
        margin: 0;
    }

    .footer__locations__location h2,
    .footer__locations__location__title {
        font-size: 1.8rem;
    }

    .footer__info__icons a.linkedin {
        margin-bottom: 41px;
    }

    .footer__links .hs-menu-wrapper>ul>li {
        font-size: 1.2rem;
    }

    .footer__locations__location p {
        margin-bottom: 0;
        margin-top: 1px;
    }

    .footer__info__icons svg {
        width: 32px;
        height: 20px;
    }

    footer.footer.no-navigation h2 {
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    input.email-edit.hs-input {
        max-width: 100%;
    }
}

@media (max-width: 630px) {
    .footer__locations__location:last-child {
        padding-left: 0;
        margin-top: 32px;
    }

    .footer__locations__location {
        width: 50%;
    }
}

@media (max-width: 479px) {
    footer.footer.no-navigation .footer__info__icons {
        display: none;
    }

    footer.footer.no-navigation .footer__info__column {
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .footer__locations__location h2,
    .footer__locations__location__title {
        font-size: 1.6rem;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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


/**************************/
/********** GBA ***********/
/**************************/

/* general blog */
.blog-post__body hr {
  height: 1px;
}


/* --------------------------------- Video Blog ---------------------------------- */

.cm-blog-links-top .hs-menu-wrapper > ul > li {
  width: 33.333%;
  padding-left: 20px;
  line-height: normal;
}
.cm-blog-links-top .hs-menu-wrapper > ul > li a {
  font-size: 1.8rem;
}
.cm-blog-links-top .hs-menu-wrapper > ul > li > a {
  border-top: 2px solid #000;
  color: #000;
  display: block;
  padding: 0;
  margin-top: 20px;
  padding-bottom: 4px;
  padding-top: 6px;
  position: relative;
  font-family: FlamaMedium,Helvetica,Arial,sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  vertical-align: middle;
}
.cm-blog-links-top .hs-menu-wrapper > ul {
  margin: 33px 0 87px -20px;
}
.cm-blog-links-top .hs-menu-wrapper > ul > li > a:after {
  content: "";
  background-repeat:no-repeat;
  background-position:center top;
  background-image: url(https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/images/svg-arrow.svg);
  width: 75px;
  height: 20px;
  position: absolute;
  margin-left: 18px;
  bottom: 1px;
}
.cm-video-blog-layout .post-item {
  width: 25%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.cm-video-blog-layout .post-item-inner-wrap{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:20px;
}
.cm-video-blog-layout .post-item-inner {
  background-color: #f9f7f4;
  padding: 25px 30px 15px;
}
.cm-video-blog-layout .post-description .date {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 11px 0 4px;
}
.cm-video-blog-layout .post-description h2 {
  font-size: 2.4rem;
  line-height: 1.167;
  margin-top: 3px;
  margin: 0;
}
.cm-video-blog-layout .read-more {
  margin-top: 37px;
}
.cm-video-blog-layout .read-more a:focus svg g,
.cm-video-blog-layout .read-more a:hover svg g {
  stroke: #1587c8;
}
.post-item-large {
  border: 2px solid #000;
  width: 100%;
}
.post-item-inner-col1 {
  padding: 26px 25px 25px;
  width: 320px;
  float: left;
}
.cm-video-blog-layout.news-blog .post-bdy-content {
  margin-top: 15px;
  margin-bottom: 37px;
}
.cm-video-blog-layout.news-blog .post-item-inner img.featured-image {
  width: auto !important;
  height: auto !important;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:    -moz-transform, opacity;
  transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}

.post-item-inner-col2 {
  width: calc(100%  - 320px);
  float: left;
  min-height: 1px;
}
.post-item-inner-col1 .date{
  font-size: 1rem;
  line-height: 2.8;
  margin:0;
}
.post-item-inner-col1 h2 {
  font-family: FlamaMedium,Helvetica,Arial,sans-serif;
  font-size: 1.8rem;
  line-height: 1.222;
  margin-bottom: 9px;
  margin-top: 5px;
}
.hs-blog-post .cm-blog-links-top .hs-menu-wrapper > ul {
  margin-bottom:87px; 
}
.post-item-large a.overlay {
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  padding-top: 56.25%;
}
.cm-blog-links-top .hs-menu-wrapper>ul>li.active-branch > a:after {
  display: none;
}
.cm-blog-links-top .hs-menu-wrapper > ul > li:hover > a:after{
  background-image: url(https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/images/svg-arrow-orange.svg);
}
.cm-blog-links-top .hs-menu-wrapper > ul > li:hover > a,
.cm-blog-links-top .hs-menu-wrapper > ul > li.active-branch > a {
  border-top-color: #fe6d39;
  color: #fe6d39;
}
.post-item-inner-col2 iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cm-video-container{
  width: 100%;
  position:relative;
  display: block;
  padding-top: 56.25%;
}
.videos-grid__filters {
  border-bottom: 2px solid #000;
  list-style: none;
  margin: 56px 30px 60px;
  padding-left: 0;
}
.videos-grid__filters li {
  border-top: 2px solid #000;
  display: block;
  font-size: 1.2rem;
  line-height: 1.333;
}
.videos-grid__filters li a {
  display: block;
  padding-bottom: 17px;
  padding-left: 26px;
  padding-top: 18px;
  position: relative;
}
.videos-grid__filters li.active a,
.videos-grid__filters li a:hover,
.videos-grid__filters li a:focus{
  color: #fe6d39;
}
.videos-grid__filters a:before {
  background-color: #fe6d39;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 19px;
  width: 10px;
}
.videos-grid__filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-item-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.post-item-inner-col1 p {
  margin-bottom: 15px;
}
.blog-pagination{
  display: block;
}
.blog-pagination .no-post{
  display: none;
}
.cm-video-blog-layout {
  padding-left: 30px;
  padding-right: 30px;
}






/* ------------------------------------------- News Blog -------------------------------------------- */


.cm-news-blog-post .blog-post {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  background-color: #f9f7f4;
  padding: 25px 30px 15px;
}
.cm-news-blog-post .blog-post h1{
  font-family: FlamaMedium,Helvetica,Arial,sans-serif;
  font-size: 1.8rem;
  line-height: 1.222;
  margin-bottom: 0;
  margin-top: 0;
}
.blog-post_date {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 4px;
}
.cm-news-blog-post img.featured-image{
  width:auto !important;
  height:auto !important;
  margin-bottom:11px;
}
.cm-news-blog-post .blog-post p:first-child {
  margin-top: 0;
}
.cm-news-blog-post .blog-post__body{
  font-size: 1.2rem;
  line-height: 1.333;
  margin-bottom: 12px;
  margin-top: 8px;
  word-break: break-word;
}
.section.post-footer form {
  border: 1px solid #000;
  padding: 30px;
  margin-top:20px;
}
.section.post-footer #comments-listing {
  border: 1px solid #000;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section.post-footer #comments-listing:empty {
  display: none;
}
.cm-news-blog-post {
  padding-bottom: 58px;
}

.cm-news-blog-post .blog-post__body table {
  background: transparent;
  text-align: center;
  border: 0;
}
.cm-news-blog-post .blog-post__body table td {
  text-align: center;
  width: 45%;
  vertical-align: top;
  background: transparent;
  border: 0;
  padding: 0;
}
div#infscr-loading {
  position: absolute;
  bottom: 0;
}
.post-item-wrapper {
  padding-bottom: 40px;
}
@media(min-width:1200px){
  .cm-news-blog-post .blog-post__body{
    font-size: 1.8rem;
    line-height: 1.333;
    margin-bottom: 37px;
    margin-top: 15px;
  }
  .blog-post_date{
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .cm-news-blog-post .blog-post h1{
    font-size: 2.4rem;
    line-height: 1.167;
    margin-top: 3px;
  }
  .post-item-inner-col1 p {
    margin-bottom: 24px;
  }
  .videos-grid__filters a:before {
    height: 13px;
    top: 20px;
    width: 13px;
  }
  .videos-grid__filters__filter a {
    padding-left: 26px;
  }
  .videos-grid__filters li {
    border-top: 0;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.333;
    margin-right: 47px;
    vertical-align: top;
  }
  .videos-grid__filters {
    border-bottom: 0;
    margin: 66px 0 3px;
  }
  .post-item-inner-col1 .date {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .post-item-inner-col1 h2 {
    font-size: 2.4rem;
    line-height: 1.1;
    margin-bottom: 23px;
  }
}

@media(max-width:1199px){
  .post-item-inner-col1 {
    font-size: 1.2rem;
    line-height: 1.333;
  }
  .hs-blog-post .cm-blog-links-top .hs-menu-wrapper > ul {
    margin-bottom: 28px;
    margin-top: 0;
  }
  .cm-video-blog-layout.news-blog .post-bdy-content {
    font-size: 1.2rem;
    line-height: 1.333;
    margin-bottom: 12px;
    margin-top: 8px;
    word-break: break-word;
  }
  .post-item-inner-col1 p {
    margin-top: 0;
  }
  .blog-post_date {
    margin-bottom: 2px;
    margin-top: 1px;
  }
  .cm-video-blog-layout {
    padding-left: 0;
    padding-right: 0;
  }
  .cm-blog-links-top .hs-menu-wrapper>ul {
    margin: 30px 0 28px -20px;
  }
  .post-item-inner-col1 {
    padding: 22px 30px 25px;
  }
  .cm-blog-links-top .hs-menu-wrapper > ul > li > a{
    padding-top: 7px;
  }
  .post-item-inner-col1 h2 {
    margin-top: 4px;
  }
  .cm-blog-links-top .hs-menu-wrapper>ul>li>a:after {
    bottom: 3px;
  }
  .videos-grid__filters li a {
    padding-left: 22px;
  }
  .cm-video-blog-layout .post-item {
    width: 33.3333%;
  }
  .cm-video-blog-layout .post-description .date {
    font-size: 1rem;
    line-height: 1.4;
    margin: 12px 0 2px;
  }
  .cm-video-blog-layout .post-description h2 {
    font-family: FlamaMedium,Helvetica,Arial,sans-serif;
    font-size: 1.8rem;
    line-height: 1.222;
    margin-bottom: 0;
    margin-top: 0;
  }
  .news-blog .cm-blog-links-top .hs-menu-wrapper>ul {
    margin-top: 0;
  }
}

@media(max-width:1024px){
  .post-item-inner-col1, .post-item-inner-col2 {
    width: 100%;
    float: none;
  }
  .cm-video-blog-layout .post-item {
    width: 50%;
  }
  .post-item-inner-large {
    display: flex;
    flex-direction: column-reverse;
  }
  .post-item-inner-col1 p:last-child{
    margin-bottom:0;
  }
}

@media(max-width:767px){
  .cm-video-blog-layout .post-item {
    width:100%;
  }
  .cm-blog-links-top .hs-menu-wrapper > ul > li > a {
    padding-top: 5px;
  }
  .cm-blog-links-top .hs-menu-wrapper > ul > li > a:after{
    right: 0;
    bottom: 5px;
    background-image: url(https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/images/svg-arrow-mobile.svg);
  }
  .cm-blog-links-top .hs-menu-wrapper > ul > li.active > a:after,
  .cm-blog-links-top .hs-menu-wrapper > ul > li > a:focus:after,
  .cm-blog-links-top .hs-menu-wrapper > ul > li > a:hover:after{
    background-image: url(https://8044721.fs1.hubspotusercontent-na1.net/hubfs/8044721/raw_assets/public/HedgePo_August2020/images/svg-arrow-orange-mobile.svg);
  }
  .cm-news-blog-post img.featured-image {
    margin-bottom: 9px;
  }
}

@media(max-width:375px){
  .cm-blog-links-top .hs-menu-wrapper > ul > li >a  {
    padding-top: 3px;
    font-size: 1.6rem;
    padding-right: 6px;
  }
  .cm-blog-links-top .hs-menu-wrapper > ul > li > a:after {
    width: 69px;
    height: 15px;
    background-size: cover;
    background-position: right center;
    right: -6px;
  }
}

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

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

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

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

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

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

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

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

.blog-post__tags {
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

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

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


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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !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 30px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}
input#submitbutton {
  white-space: normal;
}
.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;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media(min-width:1200px) and (max-width:1580px){
  .systems-page {
    padding: 3rem 70px;
  }
}

@media(min-width:768px){
  .systems-page form {
    max-width: 650px;
  }
}
@media(max-width:1350px){
  .systems-page {
    padding: 3rem 70px;
  }
}
@media(max-width:1200px){
  .systems-page {
    padding-left:10px;
    padding-right:10px;
  }
}

/* main css for mega menu */
button,
hr,
input {
  overflow: visible
}

audio,
canvas,
progress,
video {
  display: inline-block
}

progress,
sub,
sup {
  vertical-align: baseline
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

menu,
article,
aside,
details,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {}

button,
select {
  text-transform: none
}

[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

@charset "UTF-8";

:root {
  --black: #000;
  --white: #fff;
}
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  color: var(--black);
  font-family: 'Gotham';
  font-size: 16px;
}
a {
  text-decoration: none;
  color: var(--black);
}

.navigation {
  height: 70px;
  background: transparent;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a {
  display: inline-block;
  width: 180px;
  position: relative;
  top: 6px;
}
.brand a img {
  width: 100%;
}

.nav-container {
  /* max-width: 1000px; */
  max-width: 100%;
  margin: 0 auto;
}

.nav-items {
  float: right;
}
.nav-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-items ul li {
  float: left;
  position: relative;
}
.nav-items ul li a {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  text-decoration: none;
}
.nav-items ul li a.selected {
  background-color: #f8f6f4;
}
.nav-items ul li a .circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
/* .nav-items ul li a:not(:only-child):after,
.nav-items ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
} */
.nav-items ul li ul li {
  min-width: 175px;
}
.nav-items ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background-color: #f8f6f4;
  /* box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); */
}
.nav-dropdown li a {
  font-size: .88em;
  padding: 5px !important;
}
.nav-dropdown.dropdownOne-items,
.nav-dropdown.dropdownTwo-items,
.nav-dropdown.dropdownThree-items {
  padding: 20px;
  margin-top: -20px;
}
.nav-dropdown.dropdownOne-items {
  width: 360px;
}
.nav-dropdown.dropdownTwo-items {
  width: 195px;
}
.nav-dropdown.dropdownThree-items {
  width: 142px;
}
.nav-dropdown.dropdownOne-items .blk-items-wrap {
  display: flex;
}
.nav-dropdown.dropdownOne-items .blk-items-wrap h2 {
  margin: 0 0 5px;
  font-size: 1em;
  position: relative;
  font-family: 'Gotham';
}
.nav-dropdown.dropdownOne-items .blk-items-wrap h2:after {
  content: '';
  width: 140px;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  left: 0;
  bottom: -3px;
}
.nav-dropdown.dropdownOne-items .blk-items-wrap ul li a,
.nav-dropdown.dropdownTwo-items li a,
.nav-dropdown.dropdownThree-items li a {
  padding: 2px 5px !important;
  display: inline-block;
  transition: .3s ease;
}
.blk-items-wrap .head-links {
  cursor: pointer;
}
.nav-dropdown.dropdownOne-items .blk-items-wrap ul li a:hover,
.nav-dropdown.dropdownOne-items .blk-items-wrap ul li a.active,
.blk-items-wrap .blk-1 .head-links:hover,
.blk-items-wrap .blk-1 .head-links.active,
.blk-items-wrap .blk-2 .top .head-links:hover,
.blk-items-wrap .blk-2 .btm .head-links:hover {
  color: #A50101;
}
.nav-dropdown.dropdownTwo-items li a:hover,
.nav-dropdown.dropdownTwo-items li a.active {
  color: #FF5B20E2;
}
.nav-dropdown.dropdownThree-items li a:hover,
.nav-dropdown.dropdownThree-items li a.active {
  color: #53C8C4;
}
.nav-dropdown.dropdownOne-items .blk-items-wrap .blk-2 {
  display: flex;
  flex-direction: column;
}
.nav-dropdown.dropdownOne-items .blk-items-wrap .blk-2 .top {
  margin-bottom: 15px;
}
#sm-navigation {
  display: none;
}
.nav-list > li:first-child a.active,
.nav-list > li:first-child a:hover {  
  color: #A50101;
}
.nav-list > li:nth-child(2) a.active,
.nav-list > li:nth-child(2) a:hover {  
  color: #FF5B20E2;
}
.nav-list > li:nth-child(3) a.active,
.nav-list > li:nth-child(3) a:hover {  
  color: #53C8C4;
}
.nav-list > li:nth-child(4) a.active,
.nav-list > li:nth-child(4) a:hover {  
  color: #F79350;
}
.nav-list > li:nth-child(5) a.active,
.nav-list > li:nth-child(5) a:hover {  
  color: #6605BC;
}
.nav-list > li:nth-child(6) a.active,
.nav-list > li:nth-child(6) a:hover {  
  color: #93E116;
}

@media (max-width: 1024px) {
  #lg-navigation {
    display: none;
  }
  #sm-navigation {
    display: block;
  }
}

/* Tablet and Mobile navigation */
.nav__container {
  width: 100%;
}
.nav__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 20px;
}
.nav__mobile .nav__btn {
  display: block;
}
.nav__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__logo a {
  display: inline-block;
  width: 180px;
}
.nav__logo a img {
  width: 100%;
}
.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.showing {
  max-height: 37rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav__menu li {
  list-style: none;
  position: relative;
  white-space: nowrap;
  padding: 1rem 0;
  position: relative;
  border-top: 1px solid #000;
}
.nav__menu li a {
  display: block;
  /* font-size: 1rem; */
  font-size: 20px;
  color: #222;
  text-decoration: none;
}
.nav__menu li a .circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.nav-toggle {
  display: block;
  background-color: transparent;
  width: 40px;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  position: relative;
  display: block;
  height: 4px;
  border-radius: 35px;
  width: 100%;
  margin-top: 0;
  background-color: #000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.nav-toggle span.mrg {
  margin-top: 5px;
}
.nav-toggle.open span:first-child {
  -webkit-transform: rotate(45deg) translate(6.2px, 6.2px);
  transform: rotate(45deg) translate(6.2px, 6.2px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  -webkit-transform: rotate(-45deg) translate(6.2px, -6.2px);
  transform: rotate(-45deg) translate(6.2px, -6.2px);
}
.nav__menu .dropdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
  /* padding: 0 0 0 15px; */
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav__menu .dropdown ul.show {
  max-height: 50rem;
/*   overflow-y: auto; */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav__menu .dropdown li a {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--black);;
  position: relative;
  text-decoration: none;
}
.nav__menu .dropdown li .dropdown-status {
  font-size: 13px;
  color: #222;
  display: inline-block;
  position: absolute;
  right: -3px;
  top: 14px;
  cursor: pointer;
  z-index: 9;
  padding: 3px;
}
.nav__menu li a:hover {
  color: #0062a3;
}
.menu-toggle {
  max-height: 0;
  padding: 10px 30px 0;
  overflow: hidden;
}
.menu-toggle,
.menu-toggle.active {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-toggle.active {
  max-height: 100vh;
}
.resize-animation-stopper * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
.nav__menu .inner-dropdowns {
  /* padding-left: 30px !important; */
}
.nav__menu .inner-dropdowns.show {
  min-height: 107px;
  transition: all 0.4s;
}
.nav__menu .inner-dropdowns ul {
  padding-left: 15px !important;
}
.nav__menu .inner-dropdowns li,
.nav__menu li.dropdown.new-dps ul li {
  padding: 1rem 0 0;
  border: none;
}
.nav__menu li.dropdown.second-level a.selected,
.nav__menu li.dropdown.third-level a.selected,
.nav__menu li.dropdown.fourth-level a.selected {
  color: #A50101;
}
.nav__menu li.dropdown.lv-2 a.selected {
  color: #FF5B20E2;
}
.nav__menu li.dropdown.lv-3 a.selected {
  color: #53C8C4;
}
.nav__menu .dropdown.new-dps ul {
/*   padding-left: 30px !important; */
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-height: 100vh;
    overflow: visible;
  }
  .nav__container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px;
  }
  .nav__container,
  .nav__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav__mobile .nav__btn {
    display: none;
  }
  .nav__logo img {
    width: 100%;
    max-width: 58px;
  }
  .nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: 100%;
    overflow: visible;
  }
  .nav__menu li {
    list-style: none;
    position: relative;
    white-space: nowrap;
    padding: 1rem;
  }
  .nav__menu li a {
    font-size: 1rem;
    color: #222;
    text-decoration: none;
  }
  .nav__menu li a:hover {
    color: #0062a3;
  }
  .nav__menu .dropdown {
    position: relative;
  }
  .nav__menu .dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    padding: 0 1rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav__menu .dropdown:hover > ul {
    top: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding: 0 1rem;
  }
  .nav__menu .dropdown ul li {
    padding: 0.7rem;
    background-color: #1076c9;
    position: relative;
  }
  .nav__menu .dropdown ul li:hover {
    background-color: #3493e0;
  }
  .nav__menu .dropdown ul li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
  }
  .nav__menu .dropdown ul li a:hover {
    display: block;
    color: #c7e0f5;
  }
  .nav__menu .dropdown > a:after {
    content: "\f107";
  }
  .nav__menu .dropdown .dropdown:hover > ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 1;
    visibility: visible;
  }
  .nav__menu .dropdown .dropdown ul {
    position: absolute;
    top: 0;
    right: calc(100% - 17px);
    left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.nav-list>li>a {
  font-size: 18px;
}

/*** GBA ***/

/* align ordered/unordered bullet points with copy (except in footer menu links) */
.hs_cos_wrapper ul:not([role="menu"]),
.hs_cos_wrapper ol {
  padding-left: 1em;
}

/*# sourceMappingURL=normalize.min.css.map */