/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Headings and Fonts */
.black-heading {
  color: #000000;
  font-weight: 100;
  margin-bottom: 0px;
  line-height: 1.2em;
}

.white-heading {
  color: #ffffff;
  font-weight: 100;
  margin-bottom: 0px;
}

.bluegreen {
  color: #6796bf;
  font-weight: 100;
}

.blue-upper-heading {
  color: #6796bf;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.bluegreen span {
  color: #a7cf38;
  display: block;
}

.green-subheading,
.dark-bg h2.green-subheading,
.dark-bg .green-subheading {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 30px;
  color: #a7cf38;
}

.dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6{
  color: #ffffff;
}

.vertical-line{
  border-left: 1px solid #6796bf; 
  width: 1px;
  height: 100%;
}

.bulletlist {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}

.bulletlist li {
  position: relative;
  padding-left: 32px; /* espacio para el ícono */
  margin-bottom: 10px;
}

.bulletlist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;utf8,<svg id='Layer_2-2' xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'><path id='Trazado_1653' data-name='Trazado 1653' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm6.231,7.906L11.376,19.274,6.457,14.733A1.165,1.165,0,1,1,8.038,13.02l2.885,2.663L16.774,6.64a1.165,1.165,0,1,1,1.957,1.266Z' fill='%23adc75d'/></svg>");
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.bulletlist li span {
  text-transform: uppercase;
  font-weight: bold;
}

.bulletlist__twocol {
  columns: 2;
  column-gap: 40px;
}

.bulletlist__twocol li {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .bulletlist__twocol {
    columns: 1;
  }
  .bulletlist__twocol li {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .bluegreen {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px){
  .bluegreen{
    margin-top: 30px;
  }
  .bluegreen span{
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .black-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}


/* Layout */
.row {
  display: flex;
  flex-flow: row;
}

.valign {
  align-self: center;
}

.column-1-4 {
  width: 25%;
}

.column-3-4 {
  width: 75%;
}

.column-1-3 {
  width: 33.33%;
}

.column-2-3 {
  width: 66.66%;
}

.column-1-2 {
  width: 50%;
}

.column-5-12 {
  width: 45%;
}

.column-7-12 {
  width: 55%;
}

.margin-bg-left {
  float: right;
  max-width: 580px;
}

.mb-10 {
  margin-top: 0;
  margin-bottom: 10px;
}


.blueline {
  border-top: 1px solid #6796bf;
  margin-bottom: 25px;
  margin-top: 10px;
  height: 1px;
}

.hubspot-disable-focus-styles #main-content {
  margin-top: 0px !important;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  content: unset;
}



/* Backgrounds */

.dark-bg {
  background-color: rgba(10, 24, 22, 1);
}

.dark-bg span {
  color: white;
}

.dark-bg h1 {
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  margin: 0.3rem 0;
}

.dark-bg h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.dark-bg h5 {
  font-weight: 500;
  font-size: 19px;
  color: #a7cf38;
  margin-bottom: 30px;
}

.dark-bg p,
.dark-bg li {
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
}

.white-bg {
  max-width: 600px;
}

.white-bg h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
}

.white-bg p {
  font-weight: 100;
  font-size: 16px;
  line-height: 2;
}

.set-of-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-flow: row;
}

@media (max-width: 991px) {
  .set-of-buttons { 
    flex-wrap: wrap;
  }
  .hs_cos_wrapper .hs-button{
    margin-left: 1rem;
  }
  .set-of-buttons .hs-button {
    width: auto;
    margin-left: 0px !important;
  }
}

.page .set-of-buttons .hs-button,
.set-of-buttons .hs-button,
.hs-landing-page .hs-button{
  margin-top: 0px;
  margin-bottom: 10px;
}

.page .hs-button, .hs-landing-page .hs-button {
  color: #000000;
  border-radius: 30px;
  background-color: #a7cf38;
  display: inline-block;
  font-weight: 500;
  padding: 10px 40px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: ease all 0.3s;
  text-decoration: none !important;
  text-align: center;
}

.page .hs-bigger {
  padding: 15px 80px;
}

.page .hs-button:hover, .hs-landing-page .hs-button:hover {
  color: #a7cf38 !important;
  background-color: #000000;
}

.v-space {
  margin-top: 70px;
}

.image-fit {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.full-width-image img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .column-1-4,
  .column-3-4,
  .column-1-3,
  .column-2-3,
  .column-5-12,
  .column-7-12 {
    width: 100%;
  }
  .row {
    flex-flow: column;
  }
}



/* Add Line to second section if has background 
.body-container:not(.body-container--service-child) .dnd_area-row-2-background-color {
  border-top: 1px solid #6796bf;
}
*/
/* remove pages top/bottom padding in mobile */

@media screen and (max-width: 992px){
  .dnd-section .dnd-column{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

/* forms */

.form-columns-1 input[type="text"].hs-input, .form-columns-1 input[type="number"].hs-input, .form-columns-1 textarea.hs-input,
.form-columns-1 input[type="tel"].hs-input, .form-columns-1 input[type="email"].hs-input {
    width: 100% !important;
}

.dark-bg .hs-field-desc{
  color: #ffffff !important;
}
.dark-bg .hs-error-msgs label{
  color: yellow;
}

.embed-cta{
  float: right; 
  margin-left: 20px;
}
.qualification-questionnaire__cta--heading{
  margin-bottom: 0px !important;
}
@media screen and (max-width: 991px){
  .cta-calculator{
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767px){
  .embed-cta{
    float: none; 
    margin-left: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 540px){
  .table-1 td, .table-1 th{
    padding: 5px !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 479px){
  .table-1 td, .table-1 th{
    padding: 2px !important;
    font-size: 12px;
  }
  .qualification-questionnaire__cta--heading{
    font-size: 38px !important;
  }
  .cta-calculator{
    max-width: 236px;
  }
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
/* Custom */

.row{
  display: flex;
  flex-flow: row;
}
.valign{
  align-self: center;
}
.column-1-4{
  width: 25%;
}
.column-3-4{
  width: 75%;
}
.column-1-3{
  width: 33.33%;
}
.column-2-3{
  width: 66.66%;
}
@media screen and (max-width: 1023px){
  .column-1-4, .column-3-4, .column-1-3, .column-2-3{
    width: 100%;
  }
  .row{
    flex-flow: column;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 992px) {
  .dnd-section .dnd-column {
    padding: 0.5rem 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.2em;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* CTA BLOG Button */
.call-to-action__content a.post__cta--btn span{
  font-size: 16px;
  color: #000000;
  transition: ease all 0.3s;
}
a.post__cta--btn:hover{
  background-color: #000000 !important;
}
a.post__cta--btn:hover span{
  color: #a7cf38 !important;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Contact Form on Contact Page - field just for resident */
.hs-form-4bc579f1-9ebe-4803-abb3-bef060291951 > fieldset:nth-child(2),
.hs-form-4bc579f1-9ebe-4803-abb3-bef060291951 > *:nth-child( n + 3):not(iframe) {
  display: none;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 99999999;
  position: relative;
  align-items: center;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 991px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header__container {
    background-color: #f2f2f2;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .header__logo {
    padding: 0 20px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.mobile-logo {
  display: none;
}

@media (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 2px solid #d1d6dc;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 991px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 991px) {
  .header__search {
    border-top: 2px solid #ced4db;
    order: 1;
    padding: 30px;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #ebeff3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
  content: '';
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 991px) {
  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 991px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #f2f2f2;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==)
      no-repeat 100% 100%;
    mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==)
      no-repeat 100% 100%;
    background-color: #a7cf38;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: 'Menu';
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: 'Language';
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: 'Search';
  }

  .header__close--toggle {
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=)
      no-repeat 100% 100%;
    mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=)
      no-repeat 100% 100%;
    background-color: #a7cf38;
    background-size: 110%;
    display: none;
    height: 25px;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* Top Header */

.top-header {
  background-color: #f2f2f2;
}
.top-header > .content-wrapper {
  display: flex;
  flex-flow: row;
}

@media (min-width: 992px) {
  .top-header .content-wrapper .thc-left {
    width: 20%;
  }

  .top-header .content-wrapper .thc-right {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    width: 80%;
  }
}

.top-header .content-wrapper .thc-left .button {
  color: #6796bf;
  font-weight: 600;
  padding: 0.7rem 0rem !important;
  transition: ease all 0.3s;
}

.top-header .content-wrapper .thc-left .button:hover {
  background-color: transparent !important;
  color: #A7CF38;  
}

.top-header .content-wrapper .thc-right li a,
.top-header .content-wrapper .thc-right li span {
  color: #747474;
  text-transform: capitalize;
  font-size: 13px;
}

.top-header .content-wrapper .thc-right li:not(:last-child) {
  border-left: 1px solid rgba(116, 116, 116, 0.5);
}

.top-header .content-wrapper .thc-right li:not(:last-child):hover a{
  color: #6796bf;
}

.top-header .content-wrapper .thc-right li:last-child {
  background-color: #6796bf;
  font-weight: 500;
  transition: 0.2s;
}

.top-header .content-wrapper .thc-right li:last-child:hover {
  background-color: black;
}

.top-header .content-wrapper .thc-right li:last-child a,
.top-header .content-wrapper .thc-right li:last-child span {
  color: #ffffff;
  transition: ease all 0.3s;
}

.top-header .content-wrapper .thc-right li:last-child:hover a,
.top-header .content-wrapper .thc-right li:last-child:hover span {
  color: #a7cf38;
}

.top-header .content-wrapper .thc-right .hs-menu-depth-1 {
  padding: 0.5rem 0.875rem !important;
}

.top-header .content-wrapper .thc-right * {
  height: 100%;
}

.top-header .content-wrapper .thc-right li,
.top-header .content-wrapper .thc-right li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .top-header {
    position: fixed;
    bottom: 0px;
    z-index: 9;
    width: 100%;
  }

  .top-header .content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .top-header > .content-wrapper > * {
    width: 50%;
    text-align: center;
  }

  .top-header .content-wrapper .thc-left .button {
    border: 0px!important;
    background-color: #a7cf38 !important;
    border-radius: 0;
    color: white;
    width: 100%;
  }

  .thc-right .hs-menu-wrapper ul {
    display: block;
    margin: 0;
    width: 100%;
  }

  .thc-right li:not(:last-child) {
    display: none !important;
  }
}

/* Navbar */

.header__container .menu li a,
.header__container .menu li span {
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
}

.header__container .menu li a:hover,
.header__container .menu li span:hover {
  color: #6796bf;
}

/* transparent navbar */

@media (min-width: 992px) {
  .hs-site-page.hs-content-id-57648391094 #main-content {
    position: relative;
    margin-top: -95px;
  }

  .hs-site-page.hs-content-id-57648391094 header {
    background-color: transparent;
  }

  .body-wrapper:not(.hs-content-id-57648391094) .header {
    border-bottom: 1px solid #6796bf;
  }
}
footer {
  background-color: #000000;
  border-top: 1px solid #a7cf38;
}

footer .footer-row {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 58px;
  padding-bottom: 30px;
}

footer .footer-row > div:nth-child(1) {
  width: 25%;
}

footer .footer-row > div:nth-child(2),
footer .footer-row > div:nth-child(3),
footer .footer-row > div:nth-child(4) {
  width: 15%;
}

footer .footer-row > div:nth-child(5) {
  width: 20%;
}

footer .contact-info{
  margin-top: 30px;
}

footer .contact-info a{
  transition: ease all 0.3s; 
}

footer .contact-info a:hover{
  color: #ffffff !important;
}

footer .contact-info > div {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}

footer .contact-info div {
  color: #ffffff !important;
}

footer .contact-info > div > div:first-child {
  padding-right: 10px;
  padding-top: 5px;
}

footer .footer-menu ul li {
  padding: 0px !important;
  display: block !important;
}

footer .footer-menu ul li a {
  color: #ffffff;
  transition: ease all 0.3s;
}

footer .contact-info a,
footer .contact-info div {
  color: #a7cf38;
  font-size: 12px;
}

footer .contact-info div:first-child {
  margin-bottom: 15px;
}

footer #hs_cos_wrapper_address,
#hs_cos_wrapper_phone {
  line-height: 2;
}

footer #hs_cos_wrapper_menu-footer-6 {
  margin-top: 30px;
}

footer .menu__item--depth-1 > span,
footer .menu__item--depth-1 > a {
  color: #a7cf38 !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
}

footer .menu__item--depth-1 > a{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

footer .menu__submenu {
  display: block !important;
  width: auto !important;
}

footer .menu__submenu--level-2 > .menu__item:first-child:before {
  content: unset !important;
}

footer .menu .menu__submenu {
  background-color: unset !important;
  border: unset !important;
  position: unset !important;
}

footer .menu__item--has-submenu .menu__submenu {
  margin-top: 30px;
}

footer .menu__submenu .menu__item {
  border-bottom: unset !important;
}

footer .menu__submenu .menu__link,
footer .menu__submenu .menu__link:hover,
footer .menu__submenu .menu__link:focus {
  background-color: unset !important;
  padding: 0px !important;
  font-size: 12px;
  font-weight: 500;
}

footer .menu__submenu .menu__link {
  color: #ffffff !important;
  transition: ease all 0.3s;
}

footer.footer-menu ul li a:hover {
  color: #6796bf !important;
}

footer .menu__item--depth-1 > a:hover {
  color: #ffffff !important;
}

footer .menu__item--depth-2 > a:hover{
  color: #a7cf38 !important;
}

.footer-img-social {
  display: flex;
  gap: 10px;
  flex-flow: row;
  align-items: center;
  margin-top: 40px;
}

/* Copyright section */

footer .footer-bottom {
  border-top: 1px solid #ffffff;
}

footer .footer-bottom .content-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 67px;
}

footer .footer-bottom .content-wrapper > div {
  color: #ffffff;
  font-size: 12px;
}

footer .footer-bottom .content-wrapper > div:first-child {
  padding-right: 2px;
}

footer .footer-bottom .content-wrapper > div a {
  color: #ffffff;
  transition: ease all 0.3s;
}

footer .footer-bottom .content-wrapper > div a:hover{
  color: #a7cf38;
}

footer .submenu.level-1 > li > a.active-item {
  font-weight: 400 !important;
}

footer .submenu.level-1 > li > a.active-item:after {
  background-color: transparent !important;
}

footer .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: unset !important;
} 

#hs_cos_wrapper_footer-button{
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  footer .footer-col .dropdown_list {
    display: block;
    height: auto;
  }

  footer .footer-menu ul li:not(:first-child) {
    border-bottom: none !important;
  }

  footer .footer-row {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 10px;
    align-items: center;
  }

  .footer__services {
    order: -5;
  }

  .footer__property-types {
    order: -4;
  }

  .footer__solutions {
    order: -3;
    display: contents;
  }

  .footer__solutions #hs_cos_wrapper_menu-footer-4 {
    order: -3;
    width: 100%;
  }

  .footer__about {
    order: -2;
    display: flex;
    flex-direction: column;
  }

  .footer__about #hs_cos_wrapper_menu-footer-6,
  .footer__about #hs_cos_wrapper_menu-footer-6 .menu.menu--mobile,
  .footer__about #hs_cos_wrapper_menu-footer-6 .menu.menu--mobile .menu__wrapper {
    display: contents;
  }

  .footer__about #hs_cos_wrapper_menu-footer-6 hr {
    width: 100%;
  }

  .footer__about #hs_cos_wrapper_menu-footer-6 .menu__item:last-of-type,
  .footer__about #hs_cos_wrapper_menu-footer-6 hr:last-of-type {
    order: -4;
  }

  footer .footer-row > div {
    width: 100% !important;
    text-align: center;
  }

  footer .footer-row > div #hs_cos_wrapper_menu-footer-6 {
    margin-top: 0px;
  }

  footer .footer-row > div #hs_cos_wrapper_social-icons .social-links__link {
    margin-top: 20px;
  }

  footer .footer-row > div .submenu.level-1 > li:last-child {
    border-bottom: none !important;
  }

  footer .footer-row > div:last-child .footer-menu {
    order: 1;
  }

  footer .footer-row > div:last-child .contact-info {
    order: 2;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
  }

  footer .footer-row > div:last-child .contact-info > div {
    width: 136px;
  }

  footer .footer-logo {
    display: none;
  }

  footer .footer-bottom {
    border-top: none;
  }

  footer .menu__item--depth-1 a.menu__link {
    text-align: left;
    padding: 0 0 0 10px;
  }

  footer .menu__child-toggle {
	  display: none;
  }

  footer .menu__item--has-submenu .menu__submenu {
	  margin-top: 0;
  }

  footer .menu__item--depth-2 a.menu__link {
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    padding: 5px 20px 5px 5px;
  }

  footer .contact-info div:first-child {
    margin-bottom: 0;
  }

  footer .contact-info a,
  footer .contact-info div {
    text-align: left;
  }

  footer .footer-bottom .content-wrapper {
    justify-content: center !important;
  }

  footer .footer-bottom .content-wrapper {
    text-align: center;
  }

  footer .footer-bottom .content-wrapper span {
    display: none;
  }

  footer .contact-info > div:last-child {
    margin-bottom: 20px;
  }

  footer .button:hover,
  footer .button:active,
  footer .button:focus {
    background-color: white;
  }

  #hs_cos_wrapper_footer-button {
    width: 100%;
    border-top: 1px solid #a7cf38;
    padding-top: 20px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Templates
Ckasses for specific templates
*/

/* Blog header */
.body-container--blog-index .hs-breadcrumb-menu {
  padding: 1rem;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
  padding: 2rem 0;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
  .blog-index__post--small{
    flex: 0 0 calc(100% / 3) !important;
  }

  .blog-index__tag-header:not(.blog-index__case-study) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .blog-index__case-study .blog-category-search {
    justify-content: end;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #2b637f;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
  margin-top: 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  padding: 1rem;
  padding-bottom:0;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}

.blog-index__tag-header h1 {
  margin-bottom: 0;
}

.blog-index__tag-header.blog-index__author {
  justify-content: flex-end;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-category-search {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-category-search .hs_cos_wrapper_type_post_filter {
  position: relative;
}

.blog-category-search .search {
  display: flex;
  align-items: center;
  position: relative;
}

.blog-category-search .search .fas {
  padding: 10px;
  right: 0px;
  left: auto;
  position: absolute;
  z-index: 9;
}

.blog-category-search .search .hs_cos_wrapper_type_module {
  width: 250px;
  transition: 2s;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

.blog-index__post > div {
  background: white;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  overflow: hidden;
  height: 100%;
}

.blog-index__post-content {
  padding: 0 20px 10px;
}

.blog-index__post.blog-index__post--large {
  padding: 0;
  background-color: #25aedd;
}

.blog-index__post.blog-index__post--large a.blog-post__tag-link,
.blog-index__post.blog-index__post--large .blog-post__meta a {
  color: white;
  opacity: 0.8;
}

.blog-index__post.blog-index__post--large a.blog-post__tag-link:hover,
.blog-index__post.blog-index__post--large .blog-post__meta a:hover {
  color: white;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

@media screen and (max-width: 768px) {
  .blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post-content a.orange-btn {
  color: white;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog Subscription */

.blog-subscribe-block .blog-header__inner {
  padding: 30px;
  display: flex;
  align-items: center;
  height: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog Tag Selector */

.body-container--blog-index .widget-type-post_filter .widget-module {
  display: none;
  height: 250px;
  overflow-y: scroll;
  background-color: #f2f2f2;
  border-radius: 0px;
  padding: 20px;
  position: absolute;
  width: 300px;
}

.body-container--blog-index .widget-type-post_filter .widget-module::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.body-container--blog-index .widget-type-post_filter .widget-module::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.body-container--blog-index .widget-type-post_filter .widget-module::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.body-container--blog-index .widget-type-post_filter .widget-module::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.body-container--blog-index .widget-type-post_filter .widget-module ul {
  list-style: none;
  padding-left: 0;
}

.body-container--blog-index .widget-type-post_filter .widget-module a,
.body-container--blog-index .widget-type-post_filter .widget-module span.filter-link-count {
  color: #0A1816;
}

.body-container--blog-index .widget-type-post_filter .widget-module a:hover{
  color: #6796BF;
}

.blog-category-search .block:before {
  content: 'Refine by: ';
  display: inline-block;
  margin-right: 9px;
}

.blog-category-search .search form input[type=text] {
  border-radius: 0;
  border: 0;
}

.body-container--blog-index .widget-type-post_filter .block h3 {
  margin-bottom: 0;
  cursor: pointer;
  padding-right: 22px;
  width: 220px;
  display: inline-block;
  background: white;
  border: 0;
  border-radius: 0;
  padding: .7rem;
  text-align: left;
  line-height: 20px;
  position: relative;
}

.body-container--blog-index .widget-type-post_filter .block h3:after {
  content: "";
  background: white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
  display: block;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 0;
}

.body-container--blog-index .widget-type-post_filter .block:hover .widget-module {
  display: block;
}

@media (max-width: 620px) {
  .blog-category-search {
    justify-content: center;
  }

  .blog-category-search > div {
    width: 100%;
  }

  .body-container--blog-index .widget-type-post_filter .block {
    right: 0;
    left: 0;
  }

  .blog-category-search .search {
    margin-top: auto;
    margin-bottom: 0;
  }

  .blog-category-search .search,
  .blog-category-search .search .hs_cos_wrapper_type_module {
    width: 100% !important;
  }

  .blog-category-search .hs_cos_wrapper_type_post_filter {
    position: initial;
  }

  .body-container--blog-index .widget-type-post_filter .block {
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
  }

  .body-container--blog-index .widget-type-post_filter .block h3 {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    width: calc(100% - 100px);
  }
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-post img{
  max-width: 100%;
  width: auto;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #f89521;
  text-decoration: underline;
}

.blog-post__meta a:hover {
  color: #f9aa4d;
}

.blog-post__meta span {
  color: #494a52;
}


.blog-post__tags {
  color: #000;
  line-height: 1;
  margin-top: 10px;
}

/* Case Study Blog Posts */
.hs-blog-id-57892525359.hs-blog-post .blog-post__tags {
  margin-top: 30px;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

a.blog-post__tag-link {
  color: #6796BF;
  font-size: .8rem;
}

a.blog-post__tag-link:hover {
  color: #0B1816;
}

.hs_cos_wrapper_type_social_sharing {
  padding: 15px 0; 
}

.hs_cos_wrapper_type_social_sharing img {
  height: 30px !important;
  width: 30px !important;
  margin-right: 5px;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto 40px;
  max-width: 680px;
}

.blog-comments h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: #A7CF38;
  color: #000000 !important;
  display: inline-block;
  transition: .3s;
}

.blog-comments .hs-button:hover {
  background-color: #000000;
  color: #A7CF38 !important;
  text-decoration: none;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  padding-left: 35px;
  background-position-x: 15px;
}

.blog-comments .comment-reply-to:hover {
  background-color:  #f9aa4d;
  color: white;
  text-decoration: none;
}

.blog-comments .hs_comment textarea {
  height: 200px;
}

.new-comments {
  margin-bottom: 50px;
}

/* Recent Posts */
@media (min-width: 1000px) {
  main .blog-recent-posts__list.hs-rss-module {
      display: flex;
  }
}

.blog-recent-posts {
  padding-top: 0px;
  padding-bottom: 80px;
}

h2.blog-recent-posts-title  {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.blog-recent-posts .read-more {
  color: #0B1816;
  background: #A7CF38;
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: auto;
  transition: ease all 0.3s;
}

.blog-recent-posts .read-more:hover {
  background: #0B1816;
  color: #A7CF38;
  text-decoration: none;
}

.blog-recent-posts .blog-index__post>div {
  min-height: 470px;
  display: flex;
  flex-direction: column;
}

.blog-recent-posts .blog-subscribe-block.blog-index__post>div {
  flex-direction: row;
}

/* Author Cards in Posts */

.blog-author-card {
  padding-bottom: 3.3rem;
}

.blog-author__inner {
  display: flex;
  margin: 0 auto;
  max-width: 960px;
}

.blog-author__inner .blog-author-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  height: 100px;
  margin: 0 20px 1.5rem 0;
  width: 100px;
}

.blog-author__inner .blog-author-content {
  flex: 4 0 0;
}

.blog-author__inner .blog-author-content h3 {
  margin-bottom: 0;
}

.hs-blog-listing .header, .hs-blog-post .header{
  background-color: #0A1816;
}
.hs-blog-listing h1{
  margin-top: 0px;
}
.hs-search-field__input{
  border: 2px solid #d1d6dc;
  padding: 0.57rem;
}
.hs-blog-listing.hs-blog-id-57892525359 .blog-post__meta, .hs-blog-id-57892525359 .blog-post__meta, 
.hs-blog-id-57892525359 .blog-index__post-content.blog-index__post-content--small > a:first-child{
  display: none;
}

.hs-blog-post .blog-post__body > img.hs-image-widget{
  display: none;
}

.hs-blog-post #hs_cos_wrapper_social_sharing{
  padding-top: 0px;
}

.hs-blog-post:not(.hs-blog-id-57892525359) #hs_cos_wrapper_social_sharing{
  float: right;
}

.hs-blog-post .blog-post__meta{
  float: left;
  padding-top: 5px;
}

.hs-blog-id-7333466430 .h-case-studies, .hs-blog-id-57892525359 .h-blog{
  display: none;
}


/* Blog CTA in the middle of the posts */
.blog-middle-cta span,
.blog-middle-cta a,
.blog-middle-cta img {
  width: 100%;
  display: block;
}

.blog-middle-cta > div {
  background: transparent;
}

@media screen and (min-width: 768px){
  #hs_cos_wrapper_casestudy_cta .ctaa__bg{
    max-height: 350px;
  }
}

/* Blog Icons Left / Text Right */

.post__element--image img{
  height: auto; 
  max-width: 100%; 
  width: 100px;
}
.post__element{
  display: flex;
  flex-flow: row;
  margin-top: 30px;
  margin-bottom: 30px;
}
.post__element--image{
  width: 130px;
  align-self: center;
}
.post__element--text{
  width: calc(100% - 130px);
  align-self: center;
}
.post__element--text p:last-child{
  margin-bottom: 0px;
}
.post__element--column6{
  width: 50%;
}
.post__element--cta{
  align-self: center;
}
.post__element--cta .hs-cta-embed {
  overflow: hidden;
}
.post__element--otherside{
  width: calc(100% - 420px);
  align-self: center;
}
.post__element--cta--text h2{
  font-size: 48px;
  font-weight: 100;
  line-height: 1.1;
  color: #ffffff;
}
.post__element--cta--text p{
  font-size: 24px !important;
  font-weight: 100;
  line-height: 1.3;
}
.post__element ul{
  margin-bottom: 0px;
}
@media screen and (max-width: 991px){
  .blog-post__body .post__element--image img{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .blog-post__body table{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .post__element--cta{
    padding-left: 20px;
  }
  .post__element--cta{
    width: 440px;
  }
  .post-img-block {
    float: right;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767.99px){
  .post-img-block {
    text-align: center;
    margin-bottom: 20px;
  }
  .post__element--column6, .post__element--otherside, .post__element--text{
    width: 100% !important;
  }
  .post__element{
    flex-flow: column;
  }
  .post__element--otherside{
    margin-bottom: 30px;
  }
  .post__element--image{
    align-self: flex-start;
    margin-bottom: 20px;
  }
}
.careers-container {
  display: flex;
  flex-wrap: wrap;
}
.career-box { 
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  flex: 30%;
}
.career-header{
  background-color: #0A1816;
}
/* link */
.button-simple {
  width: fit-content;
  margin-top: 20px;
}
.button-simple .button-simple-arrow svg {
  fill: var(--color-primary);
  transition: transform 330ms ease-in-out;
  width: 10px;
  margin-top: 2px;
}
.button-simple:hover .button-simple-arrow svg {
  fill: #000;
}
.button-simple:hover .button-simple-arrow svg {
  transform: translateX(5px);
  transition: transform 330ms ease-in-out;
}
.button-simple a {
  color: var(--color-primary);
  display: flex;
  font-family: var(--primary-font);
  font-weight: 700;
  gap: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}
.button-simple:hover a {
    color: var(--color-primary-variant);
}
.nojob-listed {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 40px 0px;
}
.career-subheader-inner {
  text-align: center;
}
.career-index__post h4 {
  font-family: "Roboto Light";
  font-size: 28px;
  font-weight: 400;
}
.career-index__post {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}
.career-subheader {
  background-color: rgba(242, 242, 242, 1);
}
.career-subheader-inner {
  max-width: 966px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.career-index__post-content h2 {
  font-family: "Roboto" !important;
  font-weight: 300 !important;
  font-size: 28px !important;
}
.career-button {
  margin-top: 40px;
}

/* Single career */

.careers-post {
  display: flex;
  gap: 40px
}
.careers-post .careers-content {
  padding-right: 30px;
  padding-bottom: 40px;
  flex: 1;
}
.careers-title{
  margin-top: 0px;
}
.careers-title span {
  color: #575757;
}
.careers-title #hs_cos_wrapper_name, .careers-post .breadcrumbs li a, .careers-post .breadcrumbs li span{
  color: #000000;
}

/* Form Styles */
.text-form-form {
  width: 100%;
}
.text-form-form .form-title {
  margin-bottom: 0px;
}
.contact-form {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000 !important;
}
.contact-form form label {
  color: #ffffff;
  font-size: 17px;
}
.contact-form form input[type="text"],
.contact-form form input[type="tel"],
.contact-form form input[type="email"] {
  border-radius: 5px;
  height: 38px;
}
.contact-form form textarea {
  width: 100% !important;
  height: 130px;
  border-radius: 5px;
}
.contact-form select {
  width: 100% !important;
  padding: 0.5rem 0.7rem !important;
  border-radius: 5px;
}
.contact-form form>fieldset:last-of-type .hs_by_using_this_form_you_agree_with_the_storage_and_handling_of_your_data_by_this_website_ label,
.contact-form .hs-error-msg {
  font-size: 12px;
  line-height: 1;
}
.contact-form form>fieldset:last-of-type .inputs-list>li {
  margin-top: 0px;
}
.contact-form form input[type="file"] {
  border: none !important;
  background-color: transparent;
  color: #ffffff;
}
.contact-form form .hs-form-required {
  color: #ffffff;
}
.contact-form form .hs_upload_cv___resume {
  display: flex;
  flex-flow: column;
}
.contact-form form .hs_upload_cv___resume label {
  order: 1;
}
.contact-form form .hs_upload_cv___resume .input {
  order: 2;
}
.contact-form form .hs_upload_cv___resume legend {
  order: 3;
  color: #ffffff;
  font-size: 12px;
  margin-top: 8px;
}

/* career Form */
.careers-post .careers__form__wrapper {
  flex: 1;
  flex-flow: column;
  justify-content: center;
}
.career__form {
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  max-width: 500px;
  margin: auto;
}
.careers__form__wrapper h2 {
  color: #ffffff;
}
.careers__form__wrapper form {
  margin-right: 0px !important;
}
.careers__form__wrapper fieldset {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
.careers__form__wrapper fieldset>div {
  width: 100%;
}
.careers__form__wrapper .hs-form-field {
  margin-bottom: 0.6rem;
}
.careers__form__wrapper .form-columns-2>div:first-child {
  margin-right: 5px;
}
.careers__form__wrapper .form-columns-2>div:last-child {
  margin-left: 5px;
}

@media screen and (min-width: 1024px) and (max-width: 1539px) {
  .careers-post .careers__form__wrapper {
    padding-left: 3rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px){
  .careers-post .careers__form__wrapper {
    padding-left: 2.2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .body-container--careers-post {
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg,
        rgba(0, 0, 0, 1) 50%,
        rgba(255, 255, 255, 1) 50%);
  }
  .careers__form__wrapper {
    position: sticky;
    top: 118px;
    height: 100vh;
  }
  .career-index {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    margin-bottom: 40px;
    padding-top: 90px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 991px) {
  .careers-post .careers__form__wrapper {
    padding-left: 1rem;
  }

  .careers-post {
    flex-flow: column;
  }

  .careers-post .careers-content,
  .careers-post .careers__form__wrapper {
    width: 100%;
  }

  .careers-post .careers__form__wrapper {
    padding-right: 1rem;
  }

  .body-container--careers-post .content-wrapper {
    padding: 0 !important;
  }

  .careers-post .careers-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 480px) {
  .contact-form form>fieldset.form-columns-1:last-of-type {
    float: left;
    width: 50%;
  }

  .contact-form form .hs_submit {
    margin-right: 8px;
    text-align: right;
  }
}
  
@media screen and (min-width: 1380px) {
  .career-index {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .career-box {
    flex: 45%;
  }
  .careers-container > div {
    border-right: none;
  }
  .career-title{
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
}
  
@media screen and (min-width: 768px) {
  .career-index {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .career-bottom .row-fluid{
    align-items: center;
    display: flex;
  }
  .careers-container article:nth-child(n + 3) {
    border-top: 1px solid #000;
  }
  .careers-container{
    gap: 5%;
  }
}

@media screen and (max-width: 767px) {
  .career-index {
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .career-box {
      flex: 100%;
  }
  .career-title{
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
  .careers-container > div {
    border-right: none;
  }
  .career-box:nth-child(n + 2) {
    border-top: 1px solid #000;
  }
}

@media screen and (max-width: 479px) {

  .careers-post input[type="tel"],
  .careers-post input[type="text"],
  .careers-post input[type="email"] {
    width: 100% !important;
  }

  .careers__form__wrapper fieldset {
    flex-flow: column;
  }

  .careers__form__wrapper .form-columns-2>div {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .careers__form__wrapper form {
    margin-bottom: 80px;
  }
}
.landing-page-ii h3, .landing-page-iii h3, .landing-page-iv h3{
	color: #A7CF38;
	font-size: 25px;
}
.ld-white-bg p, .ld-white-bg li{
	color: #0A1816;
	font-weight: 600;
}
.ld-pre-footer p{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	max-width: 904px;
	margin: 0 auto;
	line-height: 1.5;
}
.ld-pre-footer-ii p{
	text-align: center;
	max-width: 904px;
	margin: 0 auto;
}
.landing-page-ii form div > label span, .landing-page-iii form div > label span, .landing-page-iv form div > label span{
	color: #000000;
	font-weight: bold;
}
.landing-page-ii form li > label span, .landing-page-iii form li > label span, .landing-page-iv form li > label span{
	color: #6E6E6E;
}
.landing-page-ii .hs-button, .landing-page-iii .hs-button{
	float: right;
}
.landing-page-ii select, .landing-page-iii select{
	width: 100% !important;
}
.landing-page-ii form .inputs-list, .landing-page-iii form .inputs-list {
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 991px){
	.dnd-section{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	p, h1, h2, h3, h4, h5, h6{
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}
	.landing-page-ii form, .landing-page-iii form{
		margin-top: 30px;
	    margin-bottom: 80px;
	}
	.landing-page-ii .hs-input, .landing-page-iii .hs-input{
		width: 100% !important;
	}
	.ld-white-bg{
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

.landing-page-iv .hs-error-msgs label {
	color: #EF6B51 !important;
}