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











































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


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

.banner-section .dnd-section {
    padding-bottom: 0;
    padding-top: 0;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}

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

.dnd-section>.row-fluid ,
.page-center,
.content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@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: 'Nucleo Mini';
  src: url('https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Images/nucleo-mini.eot') format('embedded-opentype'), 
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/nucleo-mini.woff2) format('woff2'),
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/nucleo-mini.woff) format('woff'),
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/nucleo-mini.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family:'FontAwesome';
  src:url('https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Images/fontawesome-webfont.eot');
  src:url('https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Images/fontawesome-webfont.eot') format('embedded-opentype'),
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/fontawesome-webfont.woff) format('woff'),
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/fontawesome-webfont.ttf) format('truetype');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family: 'nc-icon-outline';
  src: url('https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Fonts/nucleo-outline.eot');
  src: url('https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Fonts/nucleo-outline.eot') format('embedded-opentype'),
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/nucleo-outline.woff2) format('woff2'), 
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/nucleo-outline.woff) format('woff'),
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/nucleo-outline.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Mercury';
    src: url('https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Fonts/mercury-regular.eot');
    src: url('https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Fonts/mercury-regular.eot') format('embedded-opentype'),
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/mercury-regular.woff) format('woff'),
    url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/mercury-regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'Thin Regular';
  src: url('https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Fonts/thin-regular.eot');
  src: url('https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Fonts/thin-regular.eot') format('embedded-opentype'),
       url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/thin-regular.woff) format('woff'),
       url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/fonts/thin-regular.woff) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Fonts/MaterialIcons-Regular.woff) format('woff'),
       url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/614group%20March2021/Fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

html {
  font-size: 1rem;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  letter-spacing: 0.01em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a:hover, a:focus {
  text-decoration: none;
}

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

h1 {
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: 4.2px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 10px;
  font-style: normal;
}

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

blockquote {
  line-height: 1.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;
}

* {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  width: auto;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.72px;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
}

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

.hs-form label {
  display: block;
  float: none;
  width: auto;
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.75;
  font-family: Merriweather, serif;
  letter-spacing: 0.01em;
  text-align: left;
  font-weight: 700;
}

span.hs-form-required {
  font-size: 14px;
  line-height: 1.75;
  font-family: Merriweather, serif;
  padding-left: 4px;
  font-weight: 700;
      color: #e80000;
}

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

input#hs-pwd-widget-password,
.hs-search-field__input,
form input,
form select,
form textarea,
.hs-input {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-width: 1px;
  border-style: solid;
  padding: 12px 14px;
  line-height: normal;
  font-family: Merriweather, serif;
  max-width:767px;
  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;
}
input#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

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

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

.actions {
  padding: 0;
  margin-bottom: 25px;
}

.hs-input.invalid.error {
  border: 1px solid #e80000;
}

ul.no-list.hs-error-msgs.inputs-list label {
    color: #e80000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 0;
    margin-top: 5px;
}
/* ******************************************************************************
*********************************************************************************
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-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
}

thead th,
thead td {
}

thead th {
  vertical-align: bottom;
}

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


@media (max-width:767px){
 .hs-landing-page form.hs-form.stacked {
    margin-bottom: 20px;
} 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.website-page .dnd-section .dnd-column {
  padding: 10px !important;
}

.website-page .widget-type-header h2 {
  margin-bottom: 20px;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 1.2;
  text-align: center;
}

.website-page main.body-container-wrapper ul li:first-child {
  margin-top: 0;
}

.website-page main.body-container-wrapper ul li {
  margin-top: 4px;
}

.website-page main.body-container-wrapper ul li:before {
  content: '•';
  margin-right: 10px;
  color: #363636;
}

.website-page main.body-container-wrapper ul {
  margin: 0 0 1.5em 2em;
  padding-left: 0;
  list-style: none;
}

.website-page .widget-type-header h1 {
  line-height: 1.2;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  text-align: inherit;
  color: #000000;
  margin-bottom: 20px;
}

.dnd-section[class*="-force-full-width-section"] >.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}

.contact-page .contact-row1-wrapper .page-center {
  padding: 0;
}

.contact-row1-wrapper .top-content {
  padding: 10px;
}

.contact-row1-wrapper .top-content .widget-type-header {
  padding-top: 50px;
  padding-bottom: 38px;
  text-align: center;
}

.contact-row1-wrapper .top-content .widget-type-header h1 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 1.2;
  margin-bottom: 0;
}

.contact-row1-wrapper .row1-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-row1-wrapper .row1-inner .left-col {
  width: 33.333%;
  position: relative;
}

.contact-row1-wrapper .row1-inner .right-col {
  width: 66.666%;
}

.contact-row1-wrapper .row1-inner .right-col .contact-row1-right-section {
  margin: 0 auto;
  padding: 15px 115px 15px 65px;
  width: 100%;
  position: relative;
  max-width: 100%;
}

.contact-row1-wrapper .row1-inner .right-col form .hs-richtext {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  font-family: Merriweather, serif;
  letter-spacing: 0.01em;
  text-align: left;
  color: #363636;
}

.contact-row1-wrapper .row1-inner .right-col form .hs-richtext span.ninja-forms-req-symbol {
  color: #e80000;
}

.contact-row1-wrapper .row1-inner .right-col form select {
  border: 1px solid #141414;
  max-width: 100%;
}

.contact-row1-wrapper .row1-inner .right-col form textarea {
  min-height: 200px;
}


.contact-row1-wrapper {
  padding-bottom: 50px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.contact-page .contact-row1-wrapper .page-center {
  max-width: 1200px !important;
}

.two-col-page .banner-area-wrap .elementor-background-overlay {
  background-color: #363636;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.two-col-page .banner-area-wrap .page-center {
  padding: 0;
}

.two-col-page .banner-area-wrap .banner-inner {
  padding: 10px;
  text-align: center;
  margin: 0;
}

.two-col-page .banner-area-wrap .banner-inner h1 {
  margin: 0;
}


.two-col-row1-wrapper {
  padding-top: 70px;
}

.two-col-row1-wrapper .row1-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.two-col-row1-wrapper .row1-inner .left-col {
  width: 66.666%;
}

.two-col-row1-wrapper .row1-inner .right-col {
  width: 33.333%;
  display: flex;
}

.two-col-row1-wrapper .row1-inner .left-col .two-col-row1-left-section {
  padding: 15px;
  padding-bottom: 35px;
}

.two-col-row1-wrapper .row1-inner .right-col .two-col-row1-right-section {
  align-items: center;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #cb976f;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 15px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-col-row1-wrapper .row1-inner .left-col h2 {
  margin-bottom: 20px;
  text-align: center;
}

.two-col-row1-wrapper .row1-inner .right-col .two-col-row1-right-section>.row-fluid-wrapper {
  width: 100%;
}

.two-col-row1-wrapper .row1-inner .left-col ul li a {
  color: #cb976f;
}

.two-col-row1-wrapper .row1-inner .left-col ul {
  margin: 0 0 1.5em 2em;
  padding-left: 0;
  list-style: none;
}

.two-col-row1-wrapper .row1-inner .right-col .hs-richtext {
  margin: 0;
}

.two-col-row1-wrapper .row1-inner .right-col .nf-form-fields-required {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
}

.two-col-row1-wrapper .row1-inner .left-col ul li {
  margin-top: 4px;
}

.two-col-row1-wrapper .row1-inner .left-col ul li:first-of-type {
  margin-top: 0;
}

.two-col-row1-wrapper .row1-inner .left-col ul li:before {
  content: '•';
  margin-right: 10px;
  color: #363636;
}


.two-col-row1-wrapper .row1-inner .left-col ol {
  list-style: none;
  counter-reset: li;
  margin: 0 0 1.5em 2em;
  padding-left: 0;
  margin-bottom: 0;
}

.two-col-row1-wrapper .row1-inner .left-col ol li {
  margin-top: 4px;
}

.two-col-row1-wrapper .row1-inner .left-col ol li:first-of-type {
  margin-top: 0;
}

.two-col-row1-wrapper .row1-inner .left-col ol li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  margin-right: 10px;
  display: inline-block;
  color: #363636;
}

.two-col-row1-wrapper .row1-inner .right-col h3.form-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 10px;
  line-height: 1.2;
}

form select {
  border: 1px solid #141414 !important;
  color: #686868 !important;
}

.ad-tech-page .banner-area-wrap .banner-inner h1 {
  color: #363636;
}

.ad-tech-row1-wrapper {
  padding-top: 60px;
}

.ad-tech-row1-wrapper .dnd-section>.row-fluid {
  padding: 0 !important;
  max-width: 1200px !important;
}

.ad-tech-row1-wrapper .widget-type-header {
  text-align: center;
  padding-left: 16px;
  margin-bottom: 20px;
  padding-bottom: 32px;
}

.ad-tech-row1-wrapper .widget-type-header h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0px;
}

.ad-tech-row1-wrapper .span6 {
  padding: 10px !important;
  margin: 0 !important;
  width: 50%;
}

.ad-tech-row1-wrapper .span6 p {
  color: #363636;
  font-size: 15px;
  font-weight: 400;
}

.ad-tech-row1-wrapper .span6:first-child {
  padding-left: 18px !important;
}

.ad-tech-page ul {
  margin: 0 0 1.67em 2.2em;
  padding-left: 0;
  list-style: none;
}

.ad-tech-page ul li {
  font-weight: 300;
  color: #363636;
  font-size: 15px;
  margin-top: 4px;
}


.ad-tech-page ul li:first-child {
  margin-top: 0;
}

.ad-tech-page ul li:before {
  content: '•';
  margin-right: 10px;
  color: #363636;
}

.ad-tech-row1-wrapper .span6:last-child {
  padding-right: 2px !important;
}

.ad-tech-row1-wrapper {
  padding-top: 60px;
  padding-bottom: 26px;
}


.ad-tech-page section.title-with-bg {
  position: relative;
}

.ad-tech-page section.title-with-bg .elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  top: -1px;
}

.ad-tech-page section.title-with-bg .elementor-shape svg {
  display: block;
  width: -webkit-calc(100% + 1.3px);
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 60px;
  overflow: hidden;
}

.ad-tech-page section.title-with-bg .elementor-shape svg path.elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(
    0deg
  );
  transform: rotateY(
    0deg
  );
}

.ad-tech-page section.title-with-bg .page-center {
  padding: 10px !important;
}

.ad-tech-page section.title-with-bg .elementor-row {
  padding-top: 70px;
}

.ad-tech-page section.title-with-bg .elementor-row h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.2;
  text-align: center;
  padding-left: 16px;
  margin-bottom: 20px;
}

.ad-tech-row2-wrapper .dnd-section>.row-fluid {
  padding: 0;
  padding-bottom: 20px;
  max-width: 1200px !important;
}

.ad-tech-row2-wrapper .span4 {
  width: 33.333% !important;
  margin: 0 !important;
  padding: 10px !important;
}

.ad-tech-row2-wrapper .image-with-content {
  padding-left: 0;
  padding-right: 0;
}

.ad-tech-row2-wrapper .span4:first-child {
  padding-left: 20px !important;
}

.ad-tech-row2-wrapper p {
  color: #363636;
  font-size: 15px;
  font-weight: 400;
}

.library-wrapper {
  padding-top: 50px;
}

.library-wrapper .dnd-section>.row-fluid {
  max-width: 1200px !important;
  padding: 0 15px !important;
}

.library-wrapper .widget-type-header {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
  padding-left: 16px;
}

.library-wrapper .widget-type-header h1 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ad-tech-row2-wrapper .dnd-section[class*="-force-full-width-section"]>.row-fluid,
.ad-tech-row1-wrapper .dnd-section[class*="-force-full-width-section"]>.row-fluid,
.ad-tech-row3-wrapper .dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
}

.ad-tech-row2-wrapper .span6 {
  width: 50% !important;
  margin: 0 !important;
  padding: 10px !important;
}

.research-event-page .dnd-section>.row-fluid {
  max-width: 1200px !important;
  padding: 0 !important;
}

.research-event-page .dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}

.section-header {
  padding: 10px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 32px;
}



.section-header h1 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.section-header p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  margin: 0;
}

.research-event-page .span6 {
  padding: 10px !important;
  width: 50% !important;
  margin: 0 !important;
}


.research-event-page .span6 p {
  color: #363636;
  font-size: 15px;
  font-weight: 400;
}

.research-event-page .span6:first-child {
  padding-left: 19px !important;
}

.research-event-page  ul {
  margin: 0 0 1.65em 2.12em;
  padding-left: 0;
  list-style: none;
}

.research-event-page  ul li {
  margin-top: 4px;
  color: #363636;
  font-size: 15px;
  font-weight: 400;
}

.research-event-page  ul li:first-child {
  margin-top: 0;
}

.research-event-page  ul li:before {
  color: #363636;
  content: '•';
  margin-right: 10px;
}

.research-event-page .span6 h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
  color: #000000;
  text-transform: capitalize;
}

.research-event-page ul:last-of-type {
  margin-bottom: 0;
}

.research-event-page .widget-type-header h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.2;
  font-family: Montserrat,sans-serif;
  color: #000;
  margin-top: 30px;
  padding: 10px;
  margin-bottom: 40px;
  text-align: center;
}

.research-event2-wrapper .dnd-section>.row-fluid {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.research-event2-wrapper p {
  color: #363636;
  font-size: 15px;
  font-weight: 400;
}

.research-event-page .research-event3-wrapper .widget-type-header h2 {
  margin-top: 15px;
}

.research-event3-wrapper {
  padding-bottom: 30px;
}

.about-us-wrapper h3 {
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  text-align: inherit;
  color: #000000;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 25px;
}

.about-us-wrapper p+h3 {
  margin-top: 51px;
}

.about-us-wrapper .dnd-section>.row-fluid>div {
  padding: 10px !important;
}

.about-us-wrapper p:last-of-type{
  margin-bottom:0; 
}

.about-us-wrapper .team-listing.cherry-team-row .team-listing_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-bottom: 50px;
}

.about-us-wrapper .team-listing.cherry-team-row {
  margin-top: 20px;
  margin-bottom: 0;
}

.library-banner .banner-column.left {
  margin-left: 8px;
}

.about-row1-wrapper .dnd-section>.row-fluid {
  padding: 10px !important;
}

.about-row1-wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
}

.about-row1-wrapper .span4 {
  padding: 10px 10px 10px 19px !important;
  width: 34.333%;
  margin: 0;
}

.about-row1-wrapper .span8 {
  padding: 10px 2px 10px 10px !important;
  width: 66.666%;
  margin: 0;
}

.about-row1-wrapper h2 {
  margin-bottom: 20px;
}

.about-row1-wrapper img {
  vertical-align: top;
}

.about-row2-wrapper .widget-type-header {
  text-align: center;
  padding-top: 55px;
}

.about-row2-wrapper .widget-type-header h2 {
  margin-bottom: 20px;
  color: #363636;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 1.2;
}

.about-row2-wrapper .span6 {
  width: 50%;
  margin: 0 !important;
  padding: 15px !important;
}

.about-row2-wrapper p:last-of-type {
  margin-bottom: 0;
}

.about-page .dnd-section>.row-fluid {
  max-width: 1200px !important;
}

.about-page .dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
}

.events-row1 {
  background-color: #363636;
  color: #fff;
  position: relative;
}

.events-layout img {
  max-width: 100%;
}

.events-row1 .dnd-section {
  padding-top: 20px;
  padding-bottom: 69px;
}

.events-row1 .hs_cos_wrapper_type_rich_text {
  width: 50%;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
}

.events-row1 .span4 .hs_cos_wrapper_type_rich_text {
  width: 100%;
  padding: 0;
}

.events-row1 h3 {
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  padding-top: 13px;
  padding-bottom: 12px;
}

.events-row1 h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 29px;
}


.about-page.about-group .about-members {
  padding: 100px 0px 50px 0px;
  position: relative;
}

.about-page.about-group .about-row1-wrapper .span4 {
  padding: 10px 10px 10px 10px !important;
}

.row1-wrap {
  padding: 0 20%;
}

.about-page.about-group .about-members .title {
  padding-bottom: 20px;
}

.events-row1 svg {
  display: block;
  width: -webkit-calc(100% + 1.3px);
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 60px;
}

.events-row1 .svg-section {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.events-row1 svg path {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  fill: #363636;
}

.research-event2-wrapper .widget-type-rich_text {
  padding-left: 9px;
  padding-right: 9px;
}

.events-layout {
  overflow: hidden;
}


.events-row2 .dnd-section {
  padding-bottom: 40px;
  padding-top: 40px;
}

.events-row2 .dnd-section>.row-fluid>.dnd-column {
  width: 57%;
  margin: 0 auto !important;
  float: none !important;
  padding: 10px 25px !important;
}

.events-row2 h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  padding-top: 20px;
  padding-bottom: 13px;
}

.events-row2 .dnd-section>.row-fluid {
  padding: 0;
}

.events-row2 .span6 {
  float: left !important;
  text-align: center;
}

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

.events-row2 .span6 p {
  font-size: 14px;
  line-height: 1.75;
  font-family: Merriweather, serif;
  letter-spacing: 0.01em;
  color: #363636;
  margin-bottom: 20px;
}
.events-row2 .span6 {
  padding-top: 20px !important;
}

.events-row2 .hs-button {
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.857;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  border-style: solid;
  border-width: 3px;
  border-color: #000000;
  background-color: rgba(0,0,0,0);
  color: #000000;
}

.events-row2 .hs-button:hover {
  color: #cb976a;
  border-color: #cb976a;
  background-color: transparent;
}

.events-row2 .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 0 40px;
}

.events-row3 .form-title {
  background: transparent;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 1.2;
  text-align: center;
}

.events-row3 .dnd-section {
  padding-top: 60px;
  padding-bottom: 46px;
}

.events-row3 form {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.events-row3 form .hs-form-field>label {
  display: none;
}

.events-row3 form input.hs-input {
  font: 14px Helvetica,Arial,sans-serif;
  line-height: normal;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
  font-size: 15px;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.events-row3 form input.hs-button.primary.large {
  margin: 0;
  font: 14px Helvetica,Arial,sans-serif;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: .03em;
  color: #fff;
  background-color: #aaa;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}

.events-row3 form .actions {
  margin: 0;
  width: auto;
  display: inline-block;
  margin-left: 5px;
}

.events-row3 form input.hs-button.primary.large:hover {
  background-color: #777;
  cursor: pointer;
}

.events-row3 form .input {
  width: 350px;
  display: inline-block;
}

.practices-layout img {
  max-width: 100%;
}

.practices-row1 .hs_cos_wrapper_type_header h1 {
  text-align: center;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
}

.practices-row1 .dnd-section {
  padding-top: 60px;
  padding-bottom: 0;
}

.practices-row1 .span8 p {
  letter-spacing: 0.01em;
  color: #363636;
  line-height: 1.75;
  font-family: "Merriweather", Sans-serif;
  font-size: 1.3em;
  text-align: center;
}

.practices-row1 .span4 {
  text-align: center;
  padding: 15px;
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.practices-row1 .span8 {
  padding-top: 16px;
  padding-bottom: 40px;
}

.practices-row1 .dnd-row>.row-fluid {
  display: flex;
}

.practices-row1 .hs_cos_wrapper_type_header {
  display: block;
  padding-bottom: 60px;
}


.practices-row1 .span4 .row-fluid,.practices-row1 .span8 .row-fluid {
  display: block;
}

.thin-icon-lightbulb:before {
  content: '\e851';
}

.thin-icon-calendar:before {
  content: '\e852';
}

.services-section .icon .inner i.thin-icon-gears:before {
  content: '\e80f';
  font-family: 'Mercury';
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.practices-layout {
  overflow: hidden;
}

.practices-row1 .dnd-section>.row-fluid {
  max-width: 1200px;
}

.practices-row5 .dnd-section>.row-fluid {
  max-width: 1200px;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}

.practices-row5 .hs_cos_wrapper_type_header {
  text-align: center;
  display: block;
  padding-bottom: 15px;
}

.practices-row5 .dnd-section {
  padding-top: 60px;
  padding-bottom: 24px;
}

.practices-row5 .hs_cos_wrapper_type_rich_text h2 {
  text-align: center;
  margin: 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 5px;
  padding-bottom: 21px;
  padding-top: 45px;
}

.practices-row5 ul {
  margin: 0 0 1.5em 2em;
  padding-left: 0;
  list-style: none;
}

.practices-row5 ul li:before {
  content: '•';
  margin-right: 10px;
  color: #363636;
}

.practices-row5 ul li+li {
  margin-top: 4px;
}

.home-page .dnd-section>.row-fluid {
  max-width: 1200px !important;
  padding:0 10px !important;
}

.home-page .dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}

.home-row1-wrapper h2 {
  margin-bottom: 20px;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
}

.home-row1-wrapper p {
  font-family: "Merriweather", Sans-serif;
  font-size: 1.3em;
  margin-bottom: 20px;
}

.home-row1-wrapper a.hs-button {  
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.857;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  padding: 20px 30px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  background-color: rgba(0,0,0,0);
  color: #000000;
  border-style: solid;
  border-color: #000000;
  border-width: 3px;
}

.home-row1-wrapper a.hs-button:hover {
  color: #cb976a;
  border-color: #cb976a;
}

.home-row1-wrapper .post-work-section .page-center {
  padding: 0px !important;
}

.home-row1-wrapper .post-work-section h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 10px;
}

.home-row1-wrapper .post-work-section {
  padding-top: 60px;
  padding-bottom: 10px;
}

.home-row1-wrapper .post-work-section .work-content-inner {
  margin: 0;
}

.home-row1-wrapper .post-work-section .image img {
  width: 100%;
  height: 286px;
  object-fit: cover;
  vertical-align: top;
}

.home-row1-wrapper .post-work-section .work-content-inner .image {
  margin-bottom: 22px;
}

.home-row1-wrapper .post-work-section .item .button {
  display: none;
}

.home-row2-wrapper .title-with-bg .elementor-row h2 {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 1.2;
}

.home-page .home-row2-wrapper .dnd-section>.row-fluid {
  padding: 0 0px !important;
}

.home-row1-wrapper .post-work-section h5 {
  font-weight: 400;
  text-align: left;
  margin: 0 0 5px;
  color: #fff;
}

.home-row2-wrapper .insight-wrapper .insight-wrapper-inner {
  margin: 0 -8px !important;
}

.home-row2-wrapper .insight-wrapper .insight-item a.item-button {
  background-color: transparent;
}

.home-row2-wrapper .insight-wrapper .insight-item a.item-button:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.home-row2-wrapper .insight-wrapper .insight-wrapper-inner {
  margin: 0 0 0 -8px !important;
  padding-right: 0px;
}

.home-row2-wrapper .insight-wrapper .insight-item {
  padding: 10px;
  padding-bottom: 10px;
}

.home-row2-wrapper .insight-wrapper {
  margin-left: 8px;
  padding-bottom: 80px;
}

.home-row4-wrapper .logo-slider-section {
  padding-bottom: 38px;
}

.home-row4-wrapper .logo-slider-section img {
  max-width: 100%;
}

.home-row5-wrapper .post-work-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.home-row5-wrapper .post-work-section .page-center {
  padding: 0 10px !important;
}

.home-row5-wrapper .post-work-section h2 {
  margin-bottom: 20px;
}

.home-row5-wrapper .post-work-section .grp-title p {
  color: #363636;
  font-family: "Merriweather", Sans-serif;
  font-size: 1.3em;
  margin: 0 0 9px;
}

.practices-row5 ul li a {
  color: #cb976f;
}

.practices-row4 .logo-slider-section .slick-arrow {
  display: none !important;
}

.home-row5-wrapper .post-work-section .work-content-inner {
  padding: 0;
  margin: 0 -10px;
}

.home-page {
  overflow: hidden;
}

.contact-row1-wrapper .row1-inner .left-col .contact-details {
  height: 100vh;
}

.events-row3 form input.hs-input::placeholder {
  color: #363636;
  opacity: 1;
}

.library-wrapper .insight-wrapper {
  padding-bottom: 40px;
}

.library-wrapper .insight-wrapper .insight-item {
  padding-bottom: 10px;
}

.two-col-row1-wrapper .row1-inner .right-col form .hs-input {
  color: #686868;
}

/* .home-row4-wrapper .logo-slider-section .item:focus {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
} */

@media (max-width:1250px){
  .ad-tech-row1-wrapper .span6:last-child {
    padding-right: 10px !important;
  }

  .ad-tech-row1-wrapper .span6:first-child {
    padding-left: 15px !important;
  }

  .about-page {
    overflow: hidden;
  }
}

@media (max-width:1200px){
  .practices-layout .dnd-section>.row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:1199px){
  .ad-tech-row1-wrapper .span6:first-child {
    padding-left: 10px !important;
  } 

  .ad-tech-row2-wrapper .span4:first-child {
    padding-left: 10px !important;
  }

  .ad-tech-row2-wrapper .image-with-content figure.jet-banner figcaption.jet-banner__content .jet-banner__content-wrap {
    padding: 2em 2em 9em;
  }

  .ad-tech-row2-wrapper .image-with-content figure.jet-banner figcaption.jet-banner__content h5 {
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }

  .research-event-page .span6:first-child {
    padding-left: 10px !important;
  }

  .about-row1-wrapper .span4 {
    padding: 10px 10px 10px 10px !important;
  }

  .events-row1 .hs_cos_wrapper_type_rich_text {
    padding: 0;
    width: 57%;
  }

  .events-row2 .hs_cos_wrapper_type_rich_text {
    padding: 0;
  }

  .events-row2 .dnd-section>.row-fluid>.dnd-column {
    padding: 10px !important;
  }
}

@media (max-width:1024px){
  .home-row5-wrapper .post-work-section .slick-arrow {
    margin-top: 0;
    top: 58%;
  } 
}

@media (max-width:991px){
  .website-page .widget-type-header h1 {
    font-size: 21px;
  } 

  .two-col-row1-wrapper .row1-inner .right-col h3.form-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
  }

  .about-us-wrapper h3 {
    font-size: 21px;
    line-height: 1.5;
  }

  .events-row1 h3 {
    font-size: 21px;
  }

  .events-row1 .hs_cos_wrapper_type_rich_text {
    width: 62%;
  }

  .events-row2 .span6 {
    width: 100%;
  }

  .events-row2 h3 {
    font-size: 21px;
  }

  .events-row2 .dnd-section>.row-fluid>.dnd-column {
    width: 62%;
  }
}

@media (max-width:767px){
  .contact-row1-wrapper .row1-inner {
    display: block;
  } 

  .contact-row1-wrapper .row1-inner .right-col .contact-row1-right-section {
    margin: 0 auto;
    padding: 30px 10px 15px 10px;
    width: 100%;
    position: relative;
    max-width: 100%;
  }

  .contact-row1-wrapper .row1-inner .right-col {
    width: 100%;
    height: auto !important;
    margin-bottom: 45px;
  }

  .contact-row1-wrapper .row1-inner .left-col {
    width: 100%;
    position: relative;
  }

  .two-col-page .banner-area-wrap .page-center {
    padding: 0;
    max-width: 100%;
  }

  .two-col-row1-wrapper .row1-inner {
    display: block;
  }

  .two-col-row1-wrapper .row1-inner .left-col .two-col-row1-left-section {
    padding: 15px;
    padding-bottom: 35px;
    height: auto !important;
  }

  .two-col-row1-wrapper .row1-inner .right-col {
    width: 100%;
  }

  .two-col-row1-wrapper .row1-inner .right-col .two-col-row1-right-section {
    height: auto !important;
  }

  .two-col-row1-wrapper .row1-inner .right-col h3.form-title {
    font-size: 28px;
  }

  .ad-tech-row1-wrapper .span6 {
    padding: 10px !important;
    margin: 0 !important;
    width: 100%;
  }

  .ad-tech-row2-wrapper .span4 {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important;
  }

  .ad-tech-row2-wrapper .image-with-content figure.jet-banner figcaption.jet-banner__content .jet-banner__content-wrap {
    padding: 2em 2em 2em;
  }

  .ad-tech-row2-wrapper .image-with-content figure.jet-banner figcaption.jet-banner__content h5 {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
  }

  .ad-tech-row2-wrapper .span6 {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important;
  }

  .research-event-page .span6 {
    padding: 10px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .research-event-page .widget-type-header h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-wrapper .team-listing.cherry-team-row .team-listing_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 50px;
  }

  .about-row1-wrapper .span4 {
    padding: 10px 10px 10px 10px !important;
    width: 100%;
    margin: 0;
  }

  .about-row1-wrapper p:last-of-type {
    margin-bottom: 0;
  }

  .about-row1-wrapper .span8 {
    padding: 10px 10px 10px 10px !important;
    width: 100%;
    margin: 0;
  }

  .about-row2-wrapper .dnd-section>.row-fluid {
    max-width: 1200px !important;
    padding: 0 15px !important;
  }

  .about-row2-wrapper .span6 {
    width: 100%;
    margin: 0 !important;
    padding: 15px !important;
  }

  .library-banner .banner-column.left {
    margin-left: 0;
  }

  .about-page.about-group .library-banner .banner-column {
    margin-top: -100px;
  }

  .research-event-page .span6 h3 {
    margin-bottom: 31px;
  }
  .research-event1-wrapper .image-with-content {
    padding-bottom: 10px;
  }

  .research-event2-wrapper .widget-type-rich_text {
    padding-left: 0;
    padding-right: 0;
  }

  .events-row1 .dnd-section {
    padding-top: 90px;
    padding-bottom: 59px;
  }

  .events-row1 .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 0 10px;
  }

  .events-row1 .hs_cos_wrapper_type_rich_text {
    width: 100%;
    padding: 0 10px;
  }

  .events-row1 h2 {
    padding-bottom: 22px;
  }

  .events-row2 .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
  }

  .events-row2 .dnd-section>.row-fluid,
  .events-row3 .dnd-section>.row-fluid {
    max-width: 100%;
    padding: 10px;
  }

  .events-row2 .dnd-section {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .events-row3 form .input {
    display: block;
    width: 100%;
  }

  .events-row3 form {
    display: block;
  }

  .events-row3 form input.hs-button.primary.large {
    display: block;
    width: 100%;
  }

  .events-row3 form .actions {
    display: block;
    margin: 0;
    width: 100%;
  }

  .events-row3 form .hs-form-field {
    margin-bottom: 5px;
  }

  .events-row3 .dnd-section {
    padding-top: 53px;
    padding-bottom: 63px;
  }

  .two-col-row1-wrapper .row1-inner .left-col {
    width: 100%;
  }

  .practices-layout .library-banner .banner-column {
    padding-top: 0;
  }

  .practices-row1 .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .practices-row1 .hs_cos_wrapper_type_header h1 {
    text-align: center;
    padding: 0 10px;
  }

  .practices-row1 .dnd-row>.row-fluid {
    display: block;
  }

  .practices-row1 .span4 {
    display: block;
  }

  .practices-row1 .span8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-row1-wrapper .post-work-section .image img {
    height: 57.5vw;
  }

  .ad-tech-row1-wrapper .widget-type-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .home-row5-wrapper .post-work-section .slick-arrow {
    margin-top: 0;
    top: 54%;
}
}

@media (max-width:479px){
  .ad-tech-row2-wrapper .image-with-content figure.jet-banner figcaption.jet-banner__content .jet-banner__content-wrap {
    padding: 2em 2em 9em;
  }

  .ad-tech-row2-wrapper .image-with-content figure.jet-banner figcaption.jet-banner__content h5 {
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  } 

  .research-event3-wrapper .image-with-content figure.jet-banner figcaption.jet-banner__content .jet-banner__content-wrap {
    padding-bottom: 10em;
  }

  .two-col-row1-wrapper .row1-inner .left-col .two-col-row1-left-section {
    padding: 15px;
    padding-bottom: 35px;
  }
}

@media (max-width:350px){

}
/* ******************************************************************************
*********************************************************************************
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.site-header.header {
  margin-top: 52px;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(20 20 20 / 6%);
  box-shadow: 0px 0px 10px 5px rgb(20 20 20 / 6%);
}

header.site-header.header .mobile-panel.invert {
  visibility: visible;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  padding: 11px 1.25rem;
  height: 52px;
  background-color: #141414;
  color: #ffffff;
}

header.site-header.header .header-container {
  position: relative;
  padding: 5px 0 1px;
}

header.site-header.header .header-container .header-container_wrap {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.header-container__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.site-branding, .header-components {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.site-logo {
  margin: 0;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  font-family: 'Libre Franklin', sans-serif;
}

.header-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}

.header-search form {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: -1;
  top: -999em;
  left: 0;
  right: 30px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  margin-top: -2px;
}

.navigation-primary {
  display: block;
}

.header-components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .header-components > * {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.search-form__toggle {
  margin-top: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  display: inline-block;
  color: #363636;
}

.search-form__toggle:before {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea66';
}

.search-active .header-search form {
  top: 50%;
  opacity: 1;
  visibility: visible;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-search .hs-search-field {
  position: static;
}

.header-search input.hs-search-field__input {
  font: inherit;
  margin: 0;
  line-height: normal;
  color: #686868;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  padding: 17.5px 0;
  font-size: 12px;
  background: none;
  border: none;
}

.site-header.search-active .header-components > * {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.header-search form button {
  font: inherit;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  font-style: normal;
  opacity: 0.8;
  color: #cb976f;
  font-weight: 700;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 0;
  line-height: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 1px 10px 0 5px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  margin-right: 0;
}

.header-search form button div,
.header-search form button span {
  display: none;
}

.header-search form button:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  font-size: 0.875rem;
  content: '\ea66';
  position: initial;
  opacity: 1;
  background: none;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
}

.header-search .search-form__close {
  margin-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  position: absolute;
  top: -999em;
  right: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  opacity: 0;
  margin-left: 1.25rem;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out;
  transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  color: #363636;
}

.site-header.search-active .search-form__close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.search-form__close:before {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\ea5c';
}

.header-search .hs-search-field__suggestions li#results-for {
  padding: 10px;
}

.header-search .hs-search-field__suggestions li a {
  padding: 10px;
}

.header-search .hs-search-field__suggestions {
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #363636;
}

::-moz-placeholder {
  color: #363636;
}

:-moz-placeholder {
  color: #363636;
}

:-ms-input-placeholder {
  color: #363636;
}

.scroll-body .navigation-primary>ul {
  padding: 10px 0 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}

.search-form__toggle:hover,
.header-search .search-form__close:hover {
  color: #cb976f;
}

.site-logo.site-logo--image.whitelogo {
  display: none;
}

.cm-header header.site-header.header .header-container {
  position: absolute !important;
  left: 0;
  right: 0;
  z-index: 90;
}

.cm-header header.site-header.header .header-container .site-logo.site-logo--image {
  display: none;
}

.cm-header header.site-header.header .header-container .site-logo.site-logo--image.whitelogo {
  display: block;
}

.cm-header .navigation-primary>ul>li>a {
  color: #ffffff;
}

.cm-header .navigation-primary>ul>li:hover>a {
  color: #a8a8a8;
}

.cm-header .search-form__toggle {
  color: #ffffff !important;
}

.scroll-body .cm-header .navigation-primary>ul {
  background-color: #141414;
}

.cm-header .search-form__toggle,  .cm-header .header-search .search-form__close {
  color: #ffffff !important;
}

.cm-header .search-form__toggle:hover {
    color: #a8a8a8 !important;
}

.cm-header header.site-header.search-active .header-search form button {
    color: #fff !important;
}

.site-logo img {
    max-width: 160px !important;
    width: 100% !important;
}

.cm-header header.site-header.search-active .header-search form button:hover,  .cm-header header.site-header.search-active .header-search .search-form__close:hover {
  color: #cb976f !important;
}

.cm-header .header-search input.hs-search-field__input::placeholder {
 color:#fff; 
}


.cm-header .header-search input.hs-search-field__input {
 color:#fff; 
}


@media (min-width: 544px) {
  .header-nav-wrapper .header-components {
    margin-left: 30px;
  }

  .header-container__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .header-container__flex > * {
    margin-left: 15px;
    margin-right: 15px;
  }

  .site-header .site-branding,
  .site-header .main-navigation,
  .site-header .menu-toggle {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .navigation-primary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .scroll-body .navigation-primary>ul {
    position: fixed !important;
    z-index: 1000;
    margin: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 10px 5px rgb(20 20 20 / 6%);
    box-shadow: 0px 0px 10px 5px rgb(20 20 20 / 6%);
    top: 0px;
  }
}

@media (min-width: 768px){
  header.site-header.header {
    margin-top: 0;
    position: relative;
  }

  header.site-header.header .mobile-panel.invert {
    display: none;
    visibility: hidden;
    left: -999em;
    height: 0;
  }

  header.site-header.header .header-container .header-container_wrap {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .header-container__flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header-nav-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    justify-content: flex-end;
  }

  .navigation-primary {
    width: auto;
  }

  .site-header.search-active .site-branding {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  .site-header.search-active nav#site-navigation {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  .cm-header .header-components {
    margin-top: -15px;
  }
}

@media (max-width: 1025px){
  .cm-header header.site-header.header .header-container {
    position: relative !important;
    left: 0;
    right: 0;
    z-index: 90;
    background-color: #141414;
  }
}

@media (max-width: 767px) {
  .mobile-panel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-toggle {
    letter-spacing: 0.72px;
    border-radius: 0;
    vertical-align: top;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    font: inherit;
    text-transform: none;
    background: none;
    margin: 0;
    margin-left: -10px;
    overflow: visible;
    padding: 10px 10px;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #93a3b1;
  }

  .menu-toggle-box {
    width: 14px;
    height: 12px;
    display: block;
    position: relative;
  }

  .menu-toggle-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
  }

  .menu-toggle-inner, .menu-toggle-inner::before, .menu-toggle-inner::after {
    width: 14px;
    height: 2px;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-color: #ffffff;
  }

  .menu-toggle-inner::before, .menu-toggle-inner::after {
    content: "";
    display: block;
  }

  .menu-toggle-inner::before {
    top: -5px;
  }

  .menu-toggle .menu-toggle-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }

  .menu-toggle-inner::after {
    bottom: -5px;
  }

  .menu-toggle .menu-toggle-inner::after {
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .search-form__toggle {
    color: #ffffff !important;
    margin-top: 5px;
  }

  .header-container .vertical-menu-toggle, 
  .header-container .header-components, 
  .header-container .header-search {
    display: none;
  }

  .mobile-open .navigation-primary {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .mobile-open .menu-toggle-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .mobile-open .menu-toggle-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }

  .mobile-open .menu-toggle-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .invert .search-form__toggle:hover,
  .invert .header-container .search-form__submit:hover {
    color: #a8a8a8;
  }

  .header-search form {
    left: 55px;
  }

  .header-search .search-form__close {
    margin-top: 2px;
    right: 20px;
    color: #fff !important;
  }

  .header-search form button {
    color: #fff;
    margin-right: 10px;
    margin-top: 6px;
  }

  .header-search input.hs-search-field__input::-webkit-input-placeholder {
    color: #fff;
  }

  .header-search input.hs-search-field__input::-moz-placeholder {
    color: #fff;
  }

  .header-search input.hs-search-field__input:-moz-placeholder {
    color: #fff;
  }

  .header-search input.hs-search-field__input:-ms-input-placeholder {
    color: #fff;
  }

  .header-search input.hs-search-field__input {
    position: relative;
    top: 2px;
  }

  .header-search form button:hover {
    color: #cb976f;
  }

  .header-search .hs-search-field__suggestions {
    width: 100%;
    position: static;
  }

  .header-search .hs-search-field__suggestions li#results-for {
    color: #000;
  }
  
  header.site-header.header.no-nav {
    margin-top: 0;
}
  
  .header-search input.hs-search-field__input {
    color: #fff !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}

footer.site-footer .footer__container {
  padding: 19px 0;
}

footer.site-footer .site-info-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

footer.site-footer .site-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.site-footer nav.footer-menu {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

footer.site-footer .site-info__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  text-align: left;
  margin-top: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: 100%;
  padding-top: 6px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  position: relative;
  border-top: 1px solid rgba(231, 231, 233, 0.15);
}

footer.site-footer .site-info__bottom .footer-copyright {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  padding-top: 10px;
}

footer.site-footer .site-info__bottom .contact-block {
  width: 100%;
  text-align: center;
}

footer.site-footer .site-info__bottom .contact-block span.hs_cos_wrapper {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.site-footer .site-info__bottom .contact-block h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  font-size: 14px;
}

footer.site-footer .site-info__bottom .contact-block h5 i {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  margin-right: 6px;
  color: #cb976f;
}

footer.site-footer .site-info__bottom .contact-block h5 i.email:before {
  content: "\ea3a";
}

footer.site-footer .site-info__bottom .contact-block h5 span a {
  text-decoration: none;
  font-weight: normal;
  font-family: Merriweather, serif;
}

footer.site-footer .site-info__bottom .contact-block h5 i.location:before {
  content: "\ec7d";
}

footer.site-footer .site-info__bottom .contact-block h5 i.phone:before {
  content: "\ee89";
}

footer.site-footer .site-info__bottom .contact-block h5 span {
  font-size: 0.75rem;
  line-height: 1.5;
  padding-top: 2px;
}

footer.site-footer nav.footer-menu .hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -18px;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.site-footer nav.footer-menu .hs-menu-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 13px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: .72px;
  font-weight: 400;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer.site-footer nav.footer-menu .hs-menu-wrapper ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.857;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  padding: 0;
}

#toTop {
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 40px;
  height: 40px;
  z-index: 999;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  background-color: #cb976f;
}

#toTop:before {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  line-height: 40px;
  font-size: 13px;
  content: "\e929";
}

#toTop:hover {
  background-color: #7b7b7b;
}

@media (min-width: 768px){
  footer.site-footer .footer__container .footer-container_wrap {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  footer.site-footer .site-info__bottom .contact-block span.hs_cos_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  #toTop {
    right: 20px;
    bottom: 80px;
  }
}

@media (min-width: 992px){
  footer.site-footer .site-info-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer.site-footer nav.footer-menu {
    text-align: left;
    width: auto;
  }

  footer.site-footer .site-info__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer.site-footer .site-info__bottom .footer-copyright {
    margin-right: 30px;
    text-align: left;
    width: auto;
  }

  footer.site-footer .site-info__bottom .contact-block {
    width: auto;
    text-align: center;
  }

  footer.site-footer .site-info__bottom .contact-block span.hs_cos_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.site-footer nav.footer-menu .hs-menu-wrapper ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width:991px){
  footer.site-footer .site-info__bottom .contact-block {
    width: 100%;
    text-align: center;
    padding-bottom: 2px;
  }

  footer.site-footer .site-info__bottom .footer-copyright {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
  }

  footer.site-footer nav.footer-menu {
    margin-right: 15px;
    width: 100%;
    text-align: center;
  }

  footer.site-footer .site-info__bottom {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  footer.site-footer nav.footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  footer.site-footer nav.footer-menu .hs-menu-wrapper ul {
    margin: 0;
  }

  footer.site-footer .site-info-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  footer.site-footer .site-info__bottom .contact-block span.hs_cos_wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width:767px){
  footer.site-footer .site-info__bottom .contact-block h5 {
    padding-top: 7px;
    padding-bottom: 7px;
  } 

  footer.site-footer .site-info__bottom .contact-block {
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
  }

  footer.site-footer .site-info__bottom .footer-copyright {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  footer.site-footer .site-info__bottom {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

.custom-blog-wrapper {
  margin-top: 3em;
}

.custom-blog-wrapper .span8 {
  width: 66.66667%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.custom-blog-wrapper .span4 {
  margin-left: 0;
  width: 33.33333%;
  padding-left: 3.75rem;
  padding-right: 1.25rem;
}

.blog-inner>.row-fluid {
  width: auto;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.post-item {
  width: calc(100% / 2 - 2.5rem);
  float: left;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  margin-bottom: 63px;
}

.post-item:nth-of-type(odd) {
  clear: left;
}

.custom-blog-wrapper img {
  max-width: 100%;
}

.post-lists-section {
  width: auto;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.post-item .post-thumbnail a {
  display: block;
  margin-bottom: 1.6em;
}

.post-item .post-thumbnail img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 271px;
  object-fit: cover;
}

.post-item .entry-header {
  margin-bottom: 2px;
}

.entry-header .post__cats {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1.75;
  padding-top: 1px;
}

.entry-header .post__cats a {
  font-family: Montserrat, sans-serif;
}

h5.entry-title,h2.post-listing-simple {
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.15em;
  text-align: inherit;
  color: #000000;
  font-size: 18px;
  margin: 0;
}

h5.entry-title a,
h2.post-listing-simple a {
  color: inherit;
}

h5.entry-title a:hover,
h2.post-listing-simple a:hover {
  color: #cb976f;
}

.blog-pagination {
  clear: both;
  overflow: hidden;
  padding: 5px 1.25rem;
  margin-bottom: 85px;
  text-align: center;
}

.entry-meta {
  font-style: italic;
  line-height: 2;
  margin-left: -8px;
  margin-right: -8px;
}

.entry-meta, .post-meta, .post-date {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 2;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.07em;
  display: inline-block;
  position: relative;
}

.entry-meta > * {
  padding-left: 8px;
  padding-right: 8px;
}

.posted-by, .posted-by a, 
.post__date-link, 
.post__comments-link {
  color: #363636;
  text-decoration: none;
}

.posted-by, .posted-by a:hover,
.post__date-link:hover,
.post__comments-link:hover {
  color: #cb976f;
}

.blog-pagination .nav-links {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e7e7e9;
  padding-top: 10px;
}

.blog-pagination .nav-links a {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  color: #363636;
  display: inline-block;
  padding: 3px 5px;
  margin: 0 7px;
  border: none;
  min-width: initial;
  height: initial;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 3;
}

.blog-pagination .nav-links a:hover {
  color: #cb976f;
}

.blog-pagination a[class*="disabled"] {
  display: none;
}

.blog-pagination .nav-links a.blog-pagination__link--active {
  color: #cb976f;
  pointer-events: none;
}

.custom-blog-sidebar {
  position: relative;
}

.custom-blog-sidebar h3 {
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.15em;
  text-align: inherit;
  color: #000000;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
  margin-bottom: 1.42em;
}

.blog-search form {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-search form input.hs-search-field__input {
  color: #686868;
  width: 100%;
  padding-left: 40px;
  max-width: 246px;
  border: 1px solid #E0E0E2 !important;
}

.blog-search form {
  position: relative;
}

.blog-search form:before {
  content: "\ea66";
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  font-size: 14px;
  left: 15px;
  position: absolute;
  top: 15px;
  color: #363636;
}

.blog-search form button {
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 11px;
  padding-bottom: 8px;
  margin-left: 5px;
  border: 1px solid;
  font-size: 11px;
  line-height: 1.857;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  opacity: 0.8;
  border-color: #93a3b1;
  background: transparent;
  color: #cb976f;
  font-weight: 700;
}

.blog-search form button div,.blog-search form button span {
  display: none;
}

.blog-search form button:before {
  content: 'Go!';
}

.custom-blog-sidebar>div {
  margin-bottom: 70px;
}

.custom-blog-sidebar>div+div {
  padding-top: 57px;
  border-top: 1px solid #e7e7e9;
}

.blog-search .hs-search-field__suggestions li#results-for {
  padding: 10px;
}

.blog-search .hs-search-field__suggestions li a {
  padding: 10px;
}

.blog-signup-form .indicates-required {
  text-align: right;
  font: 14px Helvetica,Arial,sans-serif;
  font-size: 11px;
  margin-right: 4%;
}

.blog-signup-form .indicates-required .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

.blog-signup-form form {
  padding-top: 7px;
}

.blog-signup-form form .hs-form-field>label {
  font: 14px Helvetica,Arial,sans-serif;
  display: block;
  margin-bottom: 3px;
}

.blog-signup-form form input[type="text"],
.blog-signup-form form input[type="email"] {
  font: 14px Helvetica,Arial,sans-serif;
  margin: 0;
  background-color: #fff;
  color: #686868;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}

.blog-signup-form form .hs-form-field {
  padding-left: 3%;
  margin-bottom: 9px;
  padding-right: 12px;
}

.blog-signup-form form .hs-form-required {
  font: inherit;
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

.blog-signup-form form .hs-richtext {
  margin: 0;
}

.blog-signup-form form input[type="text"]:focus, 
.blog-signup-form form input[type="email"]:focus {
  border-color: #333;
}

.blog-signup-form form input.hs-button.primary.large {
  font: 14px Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

.blog-signup-form form .actions {
  margin: 0;
  padding-left: 3%;
  padding-bottom: 10px;
}

.blog-signup-form form .hs_email {
  padding-top: 1px;
}

.blog-signup-form form input.hs-button.primary.large:hover {
  background-color: #777;
}

.blog-signup-form form .hs-input.invalid.error {
  border: 2px solid #e85c41;
}

.blog-signup-form form .hs-error-msgs label {
  font: 14px Helvetica,Arial,sans-serif;
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px !important;
  font-weight: normal !important;
  z-index: 1;
  color: #e85c41 !important;
}

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

.blog-categories ul .filter-link-count {
  display: none;
}

.blog-categories ul li + li {
  margin-top: 11px;
}

.blog-categories ul li {
  display: block;
}

.blog-categories ul li:before {
  display: inline-block;
  position: inherit;
  font: normal normal normal 14px/1 'Nucleo Mini';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  padding-top: 5px;
  margin-left: -20px;
  width: 5px;
  font-size: 12px;
  content: "\e930";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 17px;
  color: #cb976f;
}

.blog-categories ul li a {
  color: #cb976f;
}

.blog-categories ul li:hover:before {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-search form button:hover {
  border-color: #cb976f;
  background: #cb976f;
  color: #ffffff;
}

.custom-post-banner {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background-color: #141414;
}

.custom-post-banner .cm-post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.custom-post-banner .cm-post-thumbnail>img {
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: .5;
  width: 100%;
  height: 100%;
}

.custom-post-banner .page-center {
  position: relative;
  z-index: 2;
}

.custom-post-banner .post-entry-header {
  margin-bottom: 20px;
}

.custom-post-banner .post-entry-header .post__cats {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.custom-post-banner .post-entry-header .post__cats a {
  color: #a8a8a8;
}

.custom-post-banner .post-entry-header .post__cats a:hover {
  color: #fff;
}

.custom-post-banner h2.entry-title {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  text-align: inherit;
  font-weight: 600;
}

.custom-post-banner .entry-meta a {
  color: #ffffff;
}

.custom-post-banner .entry-meta a:hover {
  color: #a8a8a8;
}

.custom-post-blog-wrapper .site-content_wrap {
  margin-top: 3em;
}

.custom-post-blog-wrapper .site-content_wrap .blog-inner {
  max-width: 66.66667%;
  margin: 0 auto;
  position: relative;
}

.navigation.post-navigation {
  overflow: hidden;
  padding-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #e7e7e9;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  line-height: 1;
  width: 100%;
}

.post-navigation .nav-previous {
  float: left;
  padding-right: 10px;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
  padding-left: 10px;
  margin-top: 25px;
}

.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  position: relative;
}

.post-navigation .nav-previous > a {
  padding-left: 35px;
}

.post-navigation .nav-previous > a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  content: '\e948';
  vertical-align: top;
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-navigation .nav-next > a {
  padding-right: 35px;
}

.post-navigation .nav-next > a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  content: '\e949';
  vertical-align: top;
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation.post-navigation a {
  color: #cb976f;
}

.custom-post-blog-wrapper .grecaptcha-badge {
  margin: 0 !important;
}

.blog-comments p.comment-reply-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  font-family: Merriweather, serif;
  letter-spacing: 0.01em;
  text-align: left;
  color: #363636;
  margin-bottom: 30px;
}

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 13px;
  display: block !important;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
  padding: 10px 0; 
  border-bottom: medium none;
  display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.custom-post-blog-wrapper img {
  max-width: 100%;
}

.blog-signup-form form .hs_error_rollup {
  padding-left: 10px;
  padding-right: 10px;
}

.custom-post-blog-wrapper .blog-post__body > span > p:first-of-type:first-letter {
  display: block;
  float: left;
  margin: 5px 12px 5px 0;
  text-align: center;
  line-height: 1;
  padding: 8px 15px 7px;
  width: 40px;
  color: #fff;
  background-color: #93a3b1;
  line-height: 1.5;
  font-size: 12px;
  font-family: Merriweather, serif;
}

.custom-post-blog-wrapper .page-center {
  padding-left: 0;
  padding-right: 0;
}

.custom-post-blog-wrapper .site-content_wrap .blog-inner {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.blog-post__body .wp-block-image {
  margin-bottom: 1em;
}

.blog-post__body figure {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 0;
  display: table;
  text-align: left !important;
}

.blog-post__body figure img {
  max-width: 100%;
  vertical-align: top;
  height: auto !important;
}

.blog-post__body figure figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  display: table-caption;
  caption-side: bottom;
}

.blog-post__body {
  margin-bottom: 60px;
}

.section.post-footer {
  position: relative;
  margin-bottom: 60px;
  border-top: 1px solid #e7e7e9;
  padding-top: 60px;
}

.blog-post__body h4 {
  font-size: 22px;
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  text-align: inherit;
  color: #000000;
  margin-top: 0;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 28px;
}

.blog-post__body p+h4 {
  margin-top: 56px;
}


.blog-post__body figure.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  margin: 0;
}

.blog-post__body  blockquote {
  text-align: center;
  position: relative;
  margin: 67px 0 32px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.15em;
  color: #000000;
  border: 0;
  padding: 0;
  quotes: none;
}

.blog-post__body  blockquote:before {
  content: "\201c";
  font-family: "Times New Roman", Times, serif;
  display: block;
  padding-top: 15px;
  font-size: 90px;
  line-height: 35px;
  font-weight: 700;
  color: #93a3b1;
}

.blog-post__body  blockquote:after {
  content: '';
}

.blog-post__body  blockquote p {
  font-size: 1.75em;
  line-height: 1.6;
}

.blog-post__body  blockquote p:last-child {
  margin: 0;
}

.blog-post__body ul {
  margin: 0 0 1.5em 2em;
  padding-left: 0;
  list-style: none;
}

.blog-post__body ul {
  margin: 0 0 1.5em 2em;
  padding-left: 0;
  list-style: none;
}

.blog-post__body ul li {
  margin-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  font-family: Merriweather, serif;
  letter-spacing: 0.01em;
  color: #363636;
}

.blog-post__body ul li:first-child {
  margin-top: 0;
}

.blog-post__body ul li:before {
  content: '•';
  margin-right: 10px;
  color: #363636;
}

.blog-post__body figure.wp-block-pullquote cite {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  font-family: Merriweather, serif;
  letter-spacing: 0.01em;
  display: block;
  margin-top: 12px;
  font-style: italic;
}

.blog-post__body figure.wp-block-pullquote cite:before {
  content: "— ";
}

.blog-post__body p a {
  color: #cb976f;
}

.blog-post__body h3 {
  font-size: 32px;
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  text-align: inherit;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.blog-post__body p+h3 {
  margin-top: 51px;
}

.blog-post__body h5 {
  font-size: 18px;
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.15em;
  text-align: inherit;
  color: #000000;
  font-style: normal;
  font-weight: 300;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.blog-post__body p+h5 {
  margin-top: 60px;
}

.blog-post__body hr.wp-block-separator {
  background-color: #e7e7e9;
  border: 0;
  height: 1px;
  margin: 60px 0;
  clear: both;
}

.blog-post__body a.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: .667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  margin-bottom: 15px;
  line-height: 1.75;
  font-family: Merriweather, serif;
  letter-spacing: 0.01em;
}

.custom-post-banner h2.entry-title {
  text-transform: capitalize;
}

p.has-medium-font-size {
  font-size: 1.25em;
}

.blog-post__body h2 {
  line-height: 1.2;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  text-align: inherit;
  color: #000000;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 21px;
}

.blog-post__body .wp-block-columns.has-3-columns {
  display: flex;
  margin-bottom: 1.75em;
}

.blog-post__body .wp-block-columns.has-3-columns .wp-block-column {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.blog-post__body .wp-block-columns.has-3-columns .wp-block-column h4 {
  margin: 0;
}

p.has-text-align-center {
  text-align: center;
}

.blog-post__body a.wp-block-button__link.no-border-radius {
  border-radius: 0!important;
}

.custom-post-banner.no-image {
  background-color: rgb(217,217,217);
}

.custom-post-banner.no-image h2.entry-title {
  color: #000000;
}

.custom-post-banner.no-image span.post__cats a {
  color: #cb976f;
}

.custom-post-banner.no-image span.post__date a {
  color: #cb976f;
}

.blog-post__body table {
  margin: 0 0 1.5em;
  max-width: 100%;
  border: 1px solid #e7e7e9;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

.blog-post__body table td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #e7e7e9;
}

.blog-post__body ol {
  margin: 0 0 1.5em 2em;
  padding-left: 0;
  list-style: none;
  counter-reset: li;
}

.blog-post__body ol li {
  margin-top: 4px;
}

.blog-post__body ol li:first-child {
  margin-top: 0px;
}

.blog-post__body ol li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  margin-right: 10px;
  display: inline-block;
  color: #363636;
}

.blog-post__body .tm-pg_front_gallery {
  padding: 0;
  margin-bottom: 20px;
}

.blog-post__body .tm-pg_front_gallery .tm-pg_front_gallery-grid>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin: -2.5px;
}

.blog-post__body .tm-pg_front_gallery .tm_pg_gallery-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  padding: 2.5px;
  min-height: 188px;
}

.blog-post__body .tm-pg_front_gallery .tm_pg_gallery-item img {
  height: 188px;
  object-fit: cover;
}

@media (min-width: 544px) {
  .custom-post-banner h2.entry-title {
    font-size: 21px;
  }

  .custom-post-banner .entry-meta {
    font-size: 14px;
  }

  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 50%;
  }

  .post-navigation .nav-next {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .custom-post-banner {
    padding: 120px 0;
  }

  .blog-post__body .wp-block-columns.has-3-columns {
    flex-wrap: nowrap;
  }

  .blog-post__body .wp-block-columns.has-3-columns .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }

  .blog-post__body .wp-block-columns.has-3-columns .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}

@media (min-width: 992px) {
  .custom-blog-sidebar:before {
    position: absolute;
    width: 1px;
    height: calc( 100% - 70px);
    content: '';
    background: #e7e7e9;
    top: 0;
    left: 0;
  }

  .custom-blog-sidebar h3 {
    font-size: 18px;
  }

  .custom-post-banner {
    padding: 170px 0 200px;
  }

  .custom-post-banner .post-entry-header {
    margin-bottom: 40px;
  }

  .custom-post-banner h2.entry-title {
    font-size: 35px;
  }

  .post-navigation .nav-previous > a {
    padding-left: 55px;
  }

  .post-navigation .nav-next > a {
    padding-right: 55px;
  }
}

@media (min-width: 1200px) {
  .custom-blog-sidebar:before {
    left: 25px;
  }

  .custom-post-blog-wrapper .site-content_wrap {
    margin-top: 7em;
  }
}

@media (max-width: 1199px) {
  .post-item .post-thumbnail img {
    min-height: 205.97px;
  }

  .custom-blog-wrapper .span4 {
    padding-left: 1.25rem;
  }

  .blog-search form input.hs-search-field__input {
    max-width: 208px;
  }

  .blog-signup-form form .hs-form-field {
    margin-bottom: 8px;
  }

  .blog-signup-form form .hs_email {
    padding-top: 0;
  }

  .blog-categories ul li:before {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .custom-blog-wrapper .span8 {
    width: 100%;
  }

  .custom-blog-wrapper .span4 {
    width: 100%;
  }

  .blog-search form input.hs-search-field__input {
    max-width: 80%;
  }

  .blog-categories ul li:before {
    margin-left: -20px;
  }

  .custom-blog-sidebar h3 {
    margin-bottom: 1.25em;
  }

  .blog-signup-form form .hs-form-field {
    padding-bottom: 3%;
    padding-right: 27px;
    margin-bottom: 0;
  }

  .blog-signup-form form .hs_firstname {
    margin-bottom: -2px;
  }

  .blog-signup-form .indicates-required {
    padding-top: 3px;
  }

  .custom-blog-sidebar h3 {
  }

  .blog-search form {
    padding-top: 3px;
  }

  .blog-search form:before {
    top: 18px;
  }

  .custom-post-blog-wrapper .site-content_wrap .blog-inner {
    max-width: 100%;
  }

  h5.entry-title, h2.post-listing-simple {
    font-size: 15px;
  }

  .blog-signup-form form .hs_error_rollup {
    padding-left: 3%;
    padding-right: 3%;
  }

  .blog-post__body h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
  }

  .blog-post__body h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5;
  }

  .blog-post__body h5 {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
  }

  .blog-post__body h2 {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
  }

  .blog-post__body .tm-pg_front_gallery .tm_pg_gallery-item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-post__body .tm-pg_front_gallery .tm_pg_gallery-item img {
    height: 253px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .post-item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0 1.25rem;
  }

  .post-item .post-thumbnail img {
    min-height: 403.92px;
  }

  h5.entry-title,h2.post-listing-simple {
    font-size: 15px;
    line-height: 1.4;
  }

  .blog-search form button {
    width: 18%;
  }

  .blog-post__body .wp-block-columns.has-3-columns .wp-block-column {
    flex-basis: 100%!important;
  }

  .blog-post__body .wp-block-columns.has-3-columns {
    display: block;
    margin-bottom: 1.75em;
  }
  
  .blog-post__body .tm-pg_front_gallery .tm_pg_gallery-item img {
    height: 200px;
    object-fit: cover;
}
}

@media (max-width: 590px) {
  .post-item .post-thumbnail img {
    min-height: 68vw;
  }

  .blog-search form input.hs-search-field__input {
    max-width: 76%;
  }

  .blog-signup-form form .hs-form-field {
    padding-right: 0;
    padding-left: 0;
  }

  .blog-categories ul li:before {
    margin-left: 0;
  }

  .blog-signup-form form .actions {
    padding-left: 0;
  }

  .blog-signup-form form .hs_error_rollup {
    padding-left: 0;
    padding-right: 0;
  }
  
}

@media (max-width:767px){
  .custom-post-banner .post-entry-header {
    margin-bottom: 18px;
  } 
}

@media (max-width:479px){
 .blog-post__body .tm-pg_front_gallery .tm_pg_gallery-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
} 
  
  .blog-post__body .tm-pg_front_gallery .tm_pg_gallery-item img {
    height: auto;
    object-fit: cover;
}
  
  .blog-post__body blockquote p {
    font-size: 1.4em;
    line-height: 1.6;
}
}
/* ******************************************************************************
*********************************************************************************
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: 5rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.error-page-wrap .site-content_wrap {
  background-image: url(https://1725037.fs1.hubspotusercontent-na1.net/hubfs/1725037/raw_assets/public/614Group_March2021/images/bg_404.jpg);
  background-color: #cb976f;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}
.error-page-wrap .site-content_wrap .error-page {
  padding: 230px 15px 200px;
}

.error-page-wrap .site-content_wrap .error-page:before {
  display: none;
}

.error-page-wrap .site-content_wrap .error-page h2 {
  font-size: 35px;
  color: #ffffff;
  line-height: 1.2;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.2em;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 21px;
  margin-top: 0;
  text-transform: capitalize;
}

.error-page-wrap .site-content_wrap .error-page h6 {
  line-height: 1.5;
  font-family: Merriweather, serif;
  letter-spacing: 0.24em;
  margin-top: 0;
  text-transform: capitalize;
  font-style: normal;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  margin: 0;
}

.error-page-wrap .site-content_wrap .error-page p a.btn.btn-primary {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 10px 30px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.857;
  font-family: Montserrat, sans-serif;
  margin-top: 35px;
  letter-spacing: 0;
  background-color: #ffffff;
  color: #93a3b1;
  opacity: 0.8;
}

.error-page-wrap .site-content_wrap .error-page p a.btn.btn-primary:hover {
  opacity: 0.8;
  background-color: #93a3b1;
  color: #fff;
}

.error-page-wrap .site-content_wrap .error-page p a.btn.btn-primary:before {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background-color: #93a3b1;
}

.error-page-wrap .site-content_wrap .error-page p a.btn.btn-primary:hover:before {
  opacity: 1;
}

.error-page-wrap .site-content_wrap .error-page p:last-of-type {
  margin: 0;
}

.content-wrapper {
  margin: 0 auto;
}

form#email-prefs-form input.email-edit.hs-input {
  max-width: 767px;
  width: 100% !important;
  padding: 12px 14px !important;
  margin-bottom: 10px;
}

form#hs-membership-form .hs-input {
  display: block;
  margin-bottom: 15px;
}

form#hs-membership-form .hs-input[type=checkbox] {
  display: inline-block;
  width: auto;
}

form#hs-membership-form ul.no-list.hs-error-msgs {
  padding-left: 0;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  display: block;
  margin-bottom: 20px;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  width: auto;
}

.search-page .hs-search-results__listing li:first-of-type {
  border: none;
  padding-top: 0;
}

.search-page .hs-search-results__listing li {
  padding-top: 55px;
  border-top: 1px solid #e7e7e9;
  margin-bottom: 50px;
}

.search-page .hs-search-results__listing li a.hs-search-results__title {
  line-height: 1.4;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.15em;
  text-align: inherit;
  color: #000000;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
}

.search-page .hs-search-results__listing li a.hs-search-results__title:hover {
  color: #cb976f;
}

.search-page .hs-search-results__listing li p.hs-search-results__description {
  margin-top: 14px;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  font-family: Merriweather, serif;
  letter-spacing: 0.01em;
  text-align: left;
  color: #363636;
}

@media (max-width:991px){
  .error-page-wrap .site-content_wrap .error-page h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
  }

  .error-page-wrap .site-content_wrap .error-page h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.5;
  }
}

@media (max-width:767px){
  .error-page-wrap .site-content_wrap .error-page {
    padding: 150px 15px 150px;
  } 
}

@media (max-width:500px){
  .systems-page h1 {
    font-size: 25px;
  }

  .systems-page h2 {
    font-size: 21px;
    letter-spacing: 0;
  }
}