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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

@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:"sofia-pro";
  src:url("//use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),
    url("//use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),
    url("//use.typekit.net/af/0c5f71/00000000000000003b9b1aa0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:900;
}

@font-face {
  font-family:"sofia-pro";
  src:url("//use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"sofia-pro";
  src:url("//use.typekit.net/af/1ca530/00000000000000003b9b1a94/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"),
    url("//use.typekit.net/af/1ca530/00000000000000003b9b1a94/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"),
    url("//use.typekit.net/af/1ca530/00000000000000003b9b1a94/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:200;
}

@font-face {
  font-family:"sofia-pro";
  src:url("//use.typekit.net/af/572508/00000000000000003b9b1a96/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("//use.typekit.net/af/572508/00000000000000003b9b1a96/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
    url("//use.typekit.net/af/572508/00000000000000003b9b1a96/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:300;
}

@font-face {
  font-family:"sofia-pro";
  src:url("//use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("//use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("//use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:500;
}

@font-face {
  font-family:"sofia-pro";
  src:url("//use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family:"sofia-pro";
  src:url("//use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("//use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("//use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display:auto;
  font-style:normal;
  font-weight:600;
}


@font-face {
  font-family: ETmodules;
  src: url(//f.hubspotusercontent00.net/hubfs/6846459/Rokk3r_August_2020/fonts/modules.eot) format("embedded-opentype"),
    url("//f.hubspotusercontent00.net/hubfs/6846459/raw_assets/public/Rokk3r_August_2020/fonts/modules.woff") format("woff"),
      url("//f.hubspotusercontent00.net/hubfs/6846459/raw_assets/public/Rokk3r_August_2020/fonts/modules.ttf") format("truetype"),
        url("//f.hubspotusercontent00.net/hubfs/6846459/raw_assets/public/Rokk3r_August_2020/fonts/modules.svg") format("svg");
          font-weight: 400;
          font-style: normal
          }

html {
  font-size: 24px;
}

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

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

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

/* 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;
  letter-spacing: -2px;
}

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 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;
}

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

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

.dnd-section > .row-fluid {
  max-width: 1920px;
}


h1 {
  line-height: 0.9;
}

@media (min-width:1261px){


}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
  
  h1 {
    line-height: 1;
  }
  
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}

/* ******************************************************************************
*********************************************************************************
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;
  border:1px solid;
}

.hs-error-msgs label{
    color: #f00 !important;
    font-size: 1em;
    font-weight: normal;
    display: block;
    line-height: 1.5;
}

.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;

  text-decoration: none !important;
  padding: 5px 15px;
  font-size: 20px;
  border-radius: 2px;
  font-family: inherit;
  line-height:normal;
  border-style: solid;
  white-space: normal;
}

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

  color: #fff;
}

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;  
  font-size: 16px;
  font-weight: lighter;
  font-family: "sofia-pro";
  font-style: normal;
  line-height: 1.5;
}

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

.hs-search-field__input,
.hs-input[type=password],
.hs-input,
input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  border:none;
  height: auto !important;
  color: #33475b;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 2px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #bbb;
  width: 100%;
  font-family: inherit;
  font-size: 13px;
  line-height:normal;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  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: #2B303A;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-search-field__input:focus,
.hs-input[type=password]:focus,
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  color:#3e3e3e;
}

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 {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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


.custom-menu-primary {
  padding: 30px 0 0 0;
  padding-left: 207px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  float: right;
  font-weight: 600;
}

.header__navigation.header--element {
  width: 100%;
}


.custom-menu-primary .hs-menu-wrapper {
  float: left;
  line-height: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  float: left;
  line-height: 0;
  display: block;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  font-size: 14px;
  padding-right: 21px;
  position: relative;
  line-height: 1em;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 0;
  padding-bottom: 30px;
  font-weight: bold;  
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 2px;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  margin:0;
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  /* width: 240px; */
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  -webkit-transform: translateZ(0);
  text-align: left;
  border-color: rgba(249,249,249,0);
  padding: 0px;
  padding-top: 1em;
  padding-left: 15px;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul li {
  padding: 0px;
  margin-bottom: 1em;
  display: block;
  font-size: 14px;
  position: relative;
  line-height: 2em;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul li a{
  padding:0;
  line-height: 1;
  color: #CCCFD3;
  letter-spacing: 2px;
  font-weight: bold;
  font-style: normal;
}



/* Home */

.header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #CCCFD3;
}

.header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
  color: #656876 !important;
}

.header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background-color: rgba(43,49,58,0.95);
}

.header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  line-height: 1;
  color: #CCCFD3;
  letter-spacing: 2px;
  font-style: normal;
}

.header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul li a:hover {
  color: #cccfd3;
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


@-webkit-keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5)
  }

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

@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
  }

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


body:not(.homepage-layout) .header_ver_2 .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: #656876!important;
}

body:not(.homepage-layout) .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active-branch>a:hover {
  color: #656876!important;
}


.insurtech-page .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
  color: #fff;
}

.insurtech-page .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff;
}

.insurtech-page .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #FF7B24;
  box-shadow: none;
}

.insurtech-page .custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: #fff;
  line-height: 1;
  letter-spacing: 2px;
}

.insurtech-page .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #fff;
  opacity: .7;
}


.cult-layout .custom-menu-primary .hs-menu-wrapper>ul li.active-branch>a,
.idea-layout .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    color: #2b303a;
}

.cult-layout .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:hover,
.idea-layout .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:hover {
    opacity: .7;
}

.cult-layout .custom-menu-primary .hs-menu-wrapper>ul ul,
.idea-layout .custom-menu-primary .hs-menu-wrapper>ul ul {
    background: transparent;
    box-shadow: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active-branch>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:hover {
    opacity: .7;
}

@media (max-width:1900px) {

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul.hs-menu-children-wrapper {
    left: auto;
    right: 0;
  }
  
}

@media (min-width:1261px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: Grow .4s ease-in-out;
    animation: Grow .4s ease-in-out;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    opacity: 1;
    visibility: visible;
  }

  /* Scroll */
  
  
  .insurtech-page .scroll-header .custom-menu-primary .hs-menu-wrapper > ul li.active > a {
    color: #2b303a;
  }

  .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul li.active > a {
    color: #656876!important;
  }

  .cult-layout .scroll-header .custom-menu-primary .hs-menu-wrapper>ul ul,
  .idea-layout .scroll-header .custom-menu-primary .hs-menu-wrapper>ul ul {
    background: #fff;
  }

  .header_ver_2.scroll-header .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: #5e616f!important;
  }

  

}


@media (max-width:1260px) {

  .custom-menu-primary {
    padding-top: 0 !important;
  }
  
  .mobile-open .custom-menu-primary {
    padding-top: 5% !important;
  }

  .custom-menu-primary {
    margin-left: -30px;
    padding: 5%;
    width: calc(100% + 60px);
    background-color: rgba(255,255,255,0);
    position: absolute;
    left: 0;
    background: #fff;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-color: #5e616f;
  }


  .insurtech-page .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #2b303a;
  }

  .insurtech-page .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
    color: #2b303a;
  }

  .custom-menu-primary {
    border-color: #5e616f;
  }

  .custom-menu-primary .hs-menu-wrapper {
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 20px;
    color: #5e616f;
    font-size: 14px;
    display: block;
    text-transform: none;
    line-height: 23px;
    letter-spacing: normal;
    font-weight: 600;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-bottom: 20px;
    font-weight: 700;
    background-color: rgba(0,0,0,.03);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    padding: 0;
    visibility: visible;
    display: block;
    padding-left: 10px;
    position: static;
    width: 100%;
    opacity: 1;
    box-shadow: none;
    border: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li {
    padding-left: 5%;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li a {
    padding: 20px;
    line-height: 23px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 23px;
    letter-spacing: normal;
    font-weight: 600;
  }

  .header_ver_2 .custom-menu-primary {
    background-color: #2B303A!important;
    border-color: #5e616f;
  }

  .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 23px;
    letter-spacing: normal;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    background-color: rgba(0,0,0,.03);
    opacity: .7;
    color: #2b303a;
  }
  
  

  /*    */

  .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    background-color: transparent;
  }
  
  .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
    color: #CCCFD3 !important;
  }

  .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a:hover {
    background: transparent !important;
    color: #CCCFD3!important;
  }

  .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    background-color: rgba(0,0,0,.03);
  }

  body:not(.homepage-layout) .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    background-color: rgba(0,0,0,.03);
    color: #CCCFD3!important;
  }

  body:not(.homepage-layout) .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a {
    color: #656876!important;
  }

  .homepage-layout .header_ver_2 .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover,
  body:not(.homepage-layout) .header_ver_2 .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a:hover {
    background-color: rgba(0,0,0,.03) !important;
  }
  
  .homepage-layout .header_ver_2 .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    background-color: transparent !important;
  }

  .insurtech-page .custom-menu-primary .hs-menu-wrapper>ul ul{
    background-color: #f9f9f9 !important;
  }
  
  .insurtech-page .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #2b303a;
    letter-spacing:  normal;
    line-height: 23px;
    font-weight: 600;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    background-color: rgba(0,0,0,.03) !important;
  }
  
}

@media (max-width:980px) {

  .custom-menu-primary {
    border-top: 0px!important;
    box-shadow: 0 0px 0px rgba(0,0,0,0)!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
    color: #2b303a !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li a:hover {
    background-color: rgba(0,0,0,.03) !important;
    color: #2b303a !important;
    opacity: .7;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul{}


}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container__website p {
  padding-bottom: 1em;
  margin: 0;
  line-height: 1.7;
  font-weight: 500;
  font-size: 14px;
}

.body-container__website h4 {
  padding-bottom: 10px;
  margin: 0;
}

.body-container__website h4:empty {
  line-height: 0;
  font-size: 0;
}

.row-fluid [class*="span"]{
  min-height: 0;
}

.dnd-section>.row-fluid {
  padding: 2% 0;
}

.gimeno-partnership {}

.black_lives .widget-type-header,
.gimeno-partnership .widget-type-header {
  border-color: #CCCFD3;
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-bottom: 62px;
  padding-top: 21px;
}

.black_lives .widget-type-header .hs_cos_wrapper_type_header,
.gimeno-partnership .widget-type-header .hs_cos_wrapper_type_header {
  margin: 0;
  width: 73.625%;
  margin-right: 5.5%;
  display: block;
}

.black_lives  .widget-type-header h1,
.gimeno-partnership .widget-type-header h1 {
  padding-top: 20px;
  padding-right: 50px;
  display: block;
  margin: 0;
}

.black_lives p,
.gimeno-partnership p {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3;
  color: #656876;
}

.black_lives p strong,
.gimeno-partnership p strong {
  color: #656876;
}

.gimeno-partnership .widget-type-rich_text:after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  border-top-color: #5e616f;
}

.gimeno-partnership .widget-type-rich_text {
  position: relative;
}

.black_lives .widget-type-header h1,
.gimeno-partnership .widget-type-header h1 {
  font-size: 45px;
  line-height: 1;
}

.two-col-content .span9 {
  padding-right: 5.5%;
  width: 79.125%;
  padding-bottom: 23px;
  border-right: #e2e2e2 1px solid;
  padding-top: 57px;
}

.two-col-content .span3 {
  padding-left: 30px;
  width: 20.875%;
  margin-left: 0;
  padding-top: 57px;
  padding-bottom: 60px;
}

.two-col-content {}

.two-col-content .dnd-section>.row-fluid {
  padding: 0;
}

.two-col-content .span9 h2 {
  margin-bottom: 20px;
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1;
}

.two-col-content .span9 p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.two-col-content .span3 h4 {
  color: #5e616f;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}

.two-col-content .span3 p {
  padding-bottom: 1em;
  margin: 0;
  font-size: 12px;
  line-height: 23px;
}

.two-col-content .span3 p a {
  color: #e09900;
  font-weight: 500;
}

.two-col-content .span9 .widget-type-header h1 {
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  color: #2b303a;
  text-decoration: none;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1;
  letter-spacing: normal;
}

/* Contact Page */

.contact-page {
  background-color: #f9f9f9;
}

.contact-page .dnd-section {
  padding-top: 6px;
  padding-bottom: 50px;
}

.contact-page .dnd-section > .row-fluid {
  padding: 0;
}

.body-container__website h4 {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 5.82%;
}

.body-container__website .span6 {
  width: 47.25%;
  margin-left: 0;
}

.body-container__website .span6 p:last-child {
  padding-bottom: 0;
}

.contact-page h3.form-title {
  font-size: 28px;
  color: #2B303A;
  margin-bottom: 5.82%;
  padding: 0;
  line-height: 1;
  font-weight: 500;
}

.contact-page form .hs-richtext p {
  line-height: 1.45;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5.82%;
  color: #2b303a;
}

.contact-page .hs_your_recipient {
  padding: 10.400px;
  padding-left: 0px;
  margin: 0;
}

.hs_your_recipient > label {
  display: none;
}

fieldset.form-columns-1 select.hs-input {
  background-color: #fff;
  border: 1px solid #bbb !important;
  padding: 2px;
  color: #4e4e4e;
  font-size: 13.33px;
  max-width: 195px !important;
  font-family: inherit;
}

.contact-page form input:not(.hs-button) {
  background: transparent;
}

.contact-page form textarea {
  background: transparent;
  min-height: 199px;
}

form .field {
  padding: 10.400px;
  padding-left: 0px;
  margin: 0;
}

.body-container__website .span6:first-child {
  margin-right: 5.5%;
}

.body-container__website .span6:last-child {
  padding-left: 50px;
}

.contact-page form {
  font-size: 16px;
}

.contact-page form label {
  text-transform: capitalize;
}

.contact-page form .input {
  font-size: 14px;
}

.contact-page form .hs_submit.hs-submit {
  text-align: right;
}

.body-container__website .span6 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.45;
  color: #2b303a;
}

.contact_social_icons {
  padding: 50px 0;
  margin-top: 5.82%;
}

.body-container__website .span6:last-child h4 + p {
  padding-top: 23px;
}


/* */

.ven_bul_banner {
  padding-bottom: 50px;
  margin-bottom: -1px;
  padding-top: 201px;
  background: #fff;
}

.ven_bul_banner .dnd-section ,
.ven_bul_banner .dnd-section > .row-fluid {
  padding: 0;
}

.ven_bul_banner h1 {
  color: #FFBE13;
  letter-spacing: -2px;
  line-height: 1;
  margin: 0;
  padding-bottom: 10px;
}

.ven_bul_banner .span9 {
  width: 57.8%;
  margin-right: 5.5%;
}

.ven_bul_banner .span3 {
  margin-left: 0;
  width: 36.7%;
}

.ven_bul_banner h3 {
}

.ven_bul_banner h3 {
  font-weight: 700;
  color: #656876;
  line-height: 1.4;
  font-size: 22px;
  margin: 0;
  padding-bottom: 10px;
}

.intro_deck_area {
}

.intro_deck_area .dnd-section>.row-fluid {
  width: 100%;
  padding: 0;
}

.ven_bul_banner .dnd-section > .row-fluid {
  padding-bottom: 27px;
}

.ven_bul_banner p {
  margin-top: 19px;
  margin-bottom: 0;
}

.ven_bul_banner p a {
  color: #884EFF;
}

.ven_bul_banner h2 {
  font-weight: 300;
  color: #656876;
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
}

/* .ven_bul_banner-area h3 {
width: 57.8%;
} */

.ven_bul_banner.ai-banner {
  background-color: #ffffff;
  padding-top: 197px;
}


/* Homepage */


.home-trans .dnd-section, 
.home-start .dnd-section {
  padding-top: 200px;
  padding-bottom: 200px;
  margin-bottom: -1px;
}

.home-trans .dnd-section {
  padding-top: 0;
}

.home-trans .dnd-section > .row-fluid,
.home-start .dnd-section > .row-fluid {
  padding: 0;
}

.home-trans .dnd-section > .row-fluid > .span6,
.home-start .dnd-section > .row-fluid > .span6 {
  width: 47.25%;
  margin-right: 5.5%;
  margin-left: 0;
}

.home-trans .dnd-section > .row-fluid > .span6:last-child,
.home-start .dnd-section > .row-fluid > .span6:last-child {
  margin-right: 0;
}

.home-trans h1,
.home-start h1 {
  color: #ffffff;
  padding-bottom: 10px;
  font-weight: 500;
  margin: 0;
}

.home-trans p,
.home-start p {
  margin-bottom: 5.82%;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  padding-top: 10px;
  margin-top: 0;
  color: #f9f9f9;
}

.home-trans a.hs-button,
.home-start a.hs-button {
  font-weight: 700;
  font-size: 24px;
  color: #884eff;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 1;
  padding-bottom: 10px;
}

.home-trans .dnd-module,
.home-start .dnd-module {
  align-items: start !important;
}

.home-trans img.hs-image-widget {
  position: relative;
}

.home-trans .widget-type-linked_image {
  width: 46%;
  margin: 0 auto;
  line-height: 0;
}

.home-trans .dnd-section > .row-fluid {
  padding-bottom: 27px;
}

.home-trans p span {
  color: #ffce4e;
}

.home-partner .dnd-section {
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: -1px;
  background-color: #ffffff;
  position: relative;
  background-position: 50% !important;
}

.home-partner .dnd-section > .row-fluid {
  padding: 0;
  padding-bottom: 27px;
}

.home-partner .span6 {
  width: 47.25%;
  margin-right: 5.5%;
  margin-left: 0;
}

.home-partner .span6:last-child {
  margin-right: 0;
}

.home-partner p {
  padding-bottom: 1em;
  margin: 0;
  line-height: 1.3;
  color: #5e616f;
  font-weight: 300;
  font-size: 20px;
}

.home-partner h1 {
  margin: 0;
  padding-bottom: 20px;
}

.home-partner p:last-child {
  margin-bottom: 5.82%;
  padding-bottom: 0;
}

.home-partner a.hs-button {
  font-weight: 700;
  font-size: 23px;
  color: #884eff;
  background: transparent;
  padding: 0;
  border: none;
  line-height: 1;
  padding-bottom: 10px;
}

.home-partner .dnd-module {
  align-items: start !important;
}


.home-form {
  position: relative;
  background-color: #fff;
  padding: 54px 0;
}

.home-form .dnd-section>.row-fluid {
  max-width: 1080px;
  padding: 0;
}

.home-form .span6.dnd-column {
  width: 47.25%;
  margin-right: 5.5%;
  margin-left: 0;
}

.home-form .span6.dnd-column:last-child {
  margin-right: 0;
}

.home-form .span6 .widget-type-header h1 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -1px;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1;
}

.home-form h3.form-title {
  font-weight: 700;
  font-size: 32px;
  color: #2b303a;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
  margin-bottom: 5.82%;
  padding-top: 10px;
}

.home-form .hs-form label {
  font-family: helvetica;
  font-size: 13px;
  color: #2b303a;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.home-form .hs-form input:not(.hs-button),
.hs-form select {
  padding: 8px 15px;
  background-color: #f5f8fa;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
}

.home-form .hs-form textarea {
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  background-color: #f5f8fa;
}

.home-form .hs-form input.hs-button {
  background: #884eff;
  border-color: #884eff;
  color: #ffffff;
  font-size: 12px;
  font-family: helvetica;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
}

.home-form .hs-form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
  text-align: right;
}

.home-form .hs-form .hs-form-field {
  margin-bottom: 18px;
  padding: 0;
}

.home-form .hs-error-msgs label {
  margin: 0;
  color: #f2545b !important;
}

.home-form .hs-form .hs-form-field input.invalid {
  border-color: #c87872;
}

/*  */

.our_ven_top {
  padding-bottom: 0px;
  margin-bottom: -1px;
  background-color: #2B303A;
  padding-top: 154px;
}

.our_ven_top .dnd-section {
  padding-top: 0;
}

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

.our_ven_top h1 {
  color: #ffffff;
  padding-bottom: 10px;
  margin: 0;
}

.our_ven_top h3 {
  font-size: 28px;
  color: #656876;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}

.our_ven_page .span8.dnd-column {
  width: 57.8%;
  margin-right: 5.5%;
}

.our_ven_page .span4.dnd-column {
  width: 36.7%;
  margin-left: 0;
}

.our_ven_main {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -1px;
  background-color: #2B303A;
  border-top-color: #ffffff;
  position: relative;
}

.our_ven_main .dnd-section > .row-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.our_ven_main .dnd-section {
  padding: 0;
}

.our_ven_main h1 {
  color: #FFCE4E;
  margin: 0;
  padding-bottom: 10px;
}

.our_ven_main h3 {
  color: #ffffff;
  letter-spacing: 3px;
  font-size: 22px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}

.our_ven_main p {
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.our_ven_main a.hs-button {
  padding: .3em 1em;
  color: #ffffff;
  border-width: 0px;
  border-color: #ffffff;
  border-radius: 0px;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: rgba(136,78,255,0.35);
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 3px;
  display: inline-block;
  transition: all 300ms ease 0ms;
  position: relative;
  line-height: 1.7;
  margin: 0;
  margin-top: 30px;
}

.our_ven_main a.hs-button:hover {
  background: rgba(255,255,255,0);
  border-color: #2b303a;
}

.our_ven_bottom {
}

.our_ven_bottom .dnd-section {
  padding: 54px 0;
  padding-top: 200px;
  position: relative;
}

.our_ven_bottom .dnd-section > .row-fluid {
  padding: 27px 0;
}

.our_ven_bottom .span6.dnd-column {
  width: 47.25%;
  margin-right: 5.5%;
  margin-left: 0;
}

.our_ven_bottom .span6.dnd-column:last-child {
  margin-right: 0;
}

.our_ven_bottom .widget-type-header h1 {
  font-weight: 700;
  font-size: 60px;
  color: #2b303a;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
  letter-spacing: normal;
}

.our_ven_bottom h3.form-title {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 16px;
  position: relative;
  line-height: 1;
  margin: 0;
  padding-top: 17px;
}

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

.our_ven_bottom .hs-form input:not(.hs-button) {
  font-weight: 300;
  font-size: 16px;
  color: #2B303A;
  padding: 16px;
  border-bottom: 1px solid #bbb !important;
}

.our_ven_bottom .hs-form fieldset {
  max-width: 100%;
  padding: 0 0 0 3%;
}

.our_ven_bottom .hs-form fieldset .hs-form-field {
  padding: 0;
  margin-bottom: 3%;
}

.our_ven_bottom .hs-form fieldset .hs-form-field .input {
  margin: 0;
}

.our_ven_bottom .hs-form {
  margin-left: -3%;
  width: 100%;
}

.our_ven_bottom .hs-form fieldset.form-columns-2 > div {
  width: 50%;
  float: left;
  padding: 0 0 0 3%;
}

.our_ven_bottom .hs-form fieldset.form-columns-2 {
  padding: 0;
}

.our_ven_bottom .hs-form textarea {
  min-height: 150px;
  display: block;
  font-weight: 300;
  padding: 16px;
  font-size: 16px;
}

.our_ven_bottom .hs-form .actions {
  text-align: right;
}

.our_ven_bottom .hs-form .actions input.hs-button.primary.large {
  font-size: 17px;
  text-transform: uppercase;
  padding: 0.3em 1em;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0 0 0 18px;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: none;
}

.our_ven_bottom .hs-form input.invalid:not(.hs-button), 
.our_ven_bottom .hs-form .invalid {
  border: 1px solid red !important;
}

/*  */


main.body-container-wrapper.ven_pro_page {
}

.ven_pro_top {
  margin-top: -74px;
  background-color: #fff;
  padding-top: 202px;
  padding-bottom: 54px;
}

.ven_pro_top .dnd-section {
  padding: 0;
}

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

.ven_pro_top .span4.dnd-column {
  width: 36.7%;
  margin-right: 5.5%;
}

.ven_pro_top .span8.dnd-column {
  width: 57.8%;
  margin-left: 0;
}

.ven_pro_top .span4.dnd-column h1 {
  padding-bottom: 33px;
  margin: 0;
}

.ven_pro_main {
  background-color: #fff;
  padding: 54px 0;
}

.ven_pro_main .span3 {
}

.ven_pro_main .dnd-section {
}

.ven_pro_main .dnd-section > .row-fluid {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
}

.ven_pro_main .span3.dnd-column,
.ven_pro_main .span4.dnd-column {
  width: 31.3333%;
  border-color: #eaecee #eaecee #dbdbdb #eaecee;
  border-bottom-width: 1px;
  padding-top: 70px;
  padding-right: 45px;
  padding-bottom: 50px;
  padding-left: 45px;
  margin-left: 0;
  margin-right: 3%;
  border-bottom-style: solid;
}

.ven_pro_main .span4.dnd-column:last-child {
  margin-right: 0;
}

.ven_pro_main .span4.dnd-column .widget-type-linked_image {
  margin-bottom: 4.787%;
  width: 50%;
  text-align: left;
  line-height: 0;
}

.ven_pro_main .span4.dnd-column .dnd-module {
  display: block !important;
}

.ven_pro_main .span4.dnd-column p {
  margin: 0;
  line-height: 1.3;
  color: #656876;
}

.ven_pro_main .span4.dnd-column img.hs-image-widget {
  position: relative;
}

.ven_pro_main .span4.dnd-column .hs_cos_wrapper_type_linked_image {
  display: block;
  position: relative;
  max-width: 100%;
}


.ven_pro_main .span3.dnd-column {
  width: 22.75%;
}

.ven_pro_main .span3.dnd-column:last-child {
  margin-right: 0;
}

.ven_pro_main .span3.dnd-column h3 {
  font-weight: 700;
  font-size: 26px;
  color: #656876;
  letter-spacing: -1px;
  padding-bottom: 10px;
  line-height: 1em;
  margin: 0;
}

.ven_pro_main .span3.dnd-column img.hs-image-widget {
  position: relative;
}

.ven_pro_main .span3.dnd-column .widget-type-linked_image {
  margin-bottom: 6.593%;
  width: 60%;
  text-align: left;
}

.ven_pro_main .span3.dnd-column .dnd-module {
  display: block !important;
}

.ven_pro_bottom {
  background: #fff;
  padding: 54px 0;
  padding-top: 105px;
}

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

.ven_pro_bottom .span6 {
  margin-right: 5.5%;
  width: 47.25%;
  margin-left: 0;
}

.ven_pro_bottom .span6:last-child {
  margin-right: 0;
}

.ven_pro_bottom .span6 .widget-type-header h1 {
  font-weight: 700;
  font-size: 60px;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
  letter-spacing: normal;
  margin-bottom: 5.82%;
}

.ven_pro_bottom .span6 .dnd-module {
  display: block !important;
}

.ven_pro_bottom .span6 a.hs-button {
  display: inline-block;
  padding: .3em 1em;
  padding-top: 3px;
  color: #ffffff;
  border-width: 0px;
  border-color: #ffffff;
  border-radius: 0px;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: rgba(136,78,255,0.85);
  padding-right: 1em;
  padding-left: 1em;
  transition: all 300ms ease 0ms;
  line-height: 1.7;
  margin-bottom:0;
}

/* Idea */


.full_width_cnt {}

.full_width_cnt .dnd-section {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  background-color: #fff;
}

.full_width_cnt .dnd-section > .row-fluid {
  max-width: 1080px;
  position: relative;
  padding: 0;
}

.full_width_cnt  h3 {
  color: #656876;
  line-height: 1.5em;
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 500;
  margin: 0;
  padding-top: 27px;
}


.eval-pro {
  background-color: #fff;
}

.eval-pro .dnd-section {
  padding: 54px 0;
  padding-top: 100px;
}

.eval-pro .dnd-section > .row-fluid {
  max-width: 1080px;
  position: relative;
  padding: 0;
}

.eval-pro .dnd-section > .row-fluid > .span6 {
  margin-right: 5.5%;
  width: 47.25%;
  padding: 2.855% 0;
  margin-left: 0;
}

.eval-pro .span6 h1 {
  font-weight: 700;
  font-size: 60px;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
  letter-spacing: normal;
  margin-bottom: 5.82%;
}

.eval-pro .span6 p {
  line-height: 1.5;
  padding-bottom: 1em;
  margin: 0;
}

.eval-pro .dnd-section > .row-fluid > .span6:last-child {
  margin-right: 0;
  padding: 0;
}

.eval-pro .dnd-section > .row-fluid > .span6 + .span6 > div {
  padding: 5.82% 0;
}

.eval-pro .dnd-section > .row-fluid > .span6 + .span6 > div:first-child {
  padding-top: 48px;
}

.eval-pro .span6 > .row-fluid-wrapper .span6 {
  width: 44.17989%;
  margin-right: 11.64%;
  margin-left: 0;
}

.eval-pro .span6 > .row-fluid-wrapper .span6:last-child {
  margin: 0;
} 

.eval-pro .span6 > .row-fluid-wrapper .span6 .widget-type-linked_image {
  margin-bottom: 13.174%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}
.eval-pro .span6 .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
  border-radius: 200px 200px 200px 200px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.eval-pro .span6 > .row-fluid-wrapper .span6 h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
}

.eval-pro .span6 > .row-fluid-wrapper .span6 p {
  text-align: center;
  line-height: 1;
  font-weight: 300;
  font-size: 14px;
  padding: 0;
  padding-bottom: 1em;
}

.eval-pro .span12.dnd-column .widget-type-linked_image {
  width: 28%;
  text-align: left;
  margin-bottom: 5.82%;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  font-size: 0;
}

.eval-pro .span6 > .row-fluid-wrapper .span12 h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
}

.eval-pro .span6 > .row-fluid-wrapper .span12 p {
  line-height: 1;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}

.eval-pro .span6 > .row-fluid-wrapper .span12 p:last-child {
  padding-bottom: 0;
}


.timeline {
}

.timeline .dnd-section {
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: linear-gradient(32deg,#fff8ed 0%,#f9f9f9 100%);
  position: relative;
  background-size: cover;
}

.timeline .dnd-section > .row-fluid {
  padding: 0;
  max-width: 1080px;
}

.timeline .dnd-section > .row-fluid > .dnd-column > .dnd-row {
  padding: 27px 0;
}

.timeline h1 {
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  letter-spacing: normal;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1;
}

.timeline .span3 {
  width: 20.875%;
  margin-left: 0;
  margin-right: 5.5%;
}

.timeline .span3:last-child {
  margin-right: 0;
}

.timeline .span3 h3 {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  color: #2b303a;
  padding-bottom: 10px;
  margin: 0;
  line-height: 1;
}

.timeline .span3 p {
  line-height: 1.2;
  text-align: center;
  padding-bottom: 1em;
  margin: 0;
}

.timeline .span3 p:last-child {
  padding-bottom: 0;
}

.timeline .span3 .widget-type-linked_image {
  width: 100%;
  margin-bottom: 1px;
  text-align: center;
  line-height: 0;
}

.timeline a.hs-button {
  padding: .3em 1em;
  line-height: 1.7;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  color: #2b303a;
  font-size: 18px;
  border-width: 1px;
  border-color: #2b303a;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 300ms ease 0ms;
  position: relative;
  margin: 0;
  font-weight: 500;
}

.timeline a.hs-button:hover {
    color: rgba(43,48,58,0.81);
    background: rgba(255,255,255,0);
    border-color: #2b303a;
    border-radius: 2px;
    letter-spacing: 1px;
}

.timeline .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
  border-top-width: 1px;
  border-top-color: #cccfd3;
  border-top-style: solid;
}

.process_box_width h1 {
    line-height: 0.9;
}

.inspiration {
}

.inspiration .dnd-section {
  padding-top: 152px;
  padding-bottom: 149px;
}

.inspiration .dnd-section > .row-fluid {
  padding: 27px 0;
  max-width: 1080px;
}

.inspiration .span6.dnd-column {
  width: 47.25%;
  margin-right: 5.5%;
}

.inspiration .span3.dnd-column {
  width: 20.875%;
  margin-left: 0;
  margin-right: 5.5%;
}

.inspiration .span3.dnd-column:last-child {
  margin-right: 0;
}

.inspiration .span6 h1 {
  margin-bottom: 5.82%;
  font-size: 60px;
  color: #ffffff;
  padding-bottom: 20px;
}

.inspiration .span6 p {
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  margin-bottom: 5.82%;
}

.inspiration .span6 a {
  line-height: 1.7;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  border-color: #ffffff;
  font-size: 18px;
  padding: .3em 1em;
  border-width: 1px;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 300ms ease 0ms;
  color: #fff;
  position: relative;
  font-weight: 500;
  margin-bottom: 26px;
}

.inspiration .span6 p:last-child {
  margin: 0;
}

.inspiration .span6 p span {
  color: #ffde89;
  font-size: 14px;
  font-weight: 500;
}

.inspiration .span6 a:nth-child(5) {
  margin-bottom: 6px;
}

.inspiration .span6 a:hover {
  color: rgba(43,48,58,0.81);
  background: rgba(255,255,255,0);
  border-color: #2b303a;
  border-radius: 2px;
  letter-spacing: 1px;
}

.inspiration .span3 .widget-type-linked_image {
  width: 43%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

.inspiration .span3 {
  text-align: center;
}

.inspiration .span3 p {
  line-height: 1.3;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
}

.inspiration .span3.dnd-column > div:not(:last-child) {
  margin-bottom: 13.174%;
  padding-bottom: 2px;
}

.cre_section {}

.cre_section .dnd-section {
  padding-bottom: 0;
  padding-top: 40px;
}

.cre_section .dnd-section > .row-fluid {
  max-width: 1080px;
  background-color: #ffde89;
  padding-top: 50px;
  padding-bottom: 51px;
  text-align: center;
}

.cre_section  h1 {
  font-weight: 700;
  font-size: 60px;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
  margin-bottom: 2.75%;
}

.cre_section h1 > span {
  padding-bottom: 10px;
  display: inline-block;
}

.cre_section p {
  margin: 0 auto;
  width: 60%;
  margin-bottom: 2.75%;
  font-weight: 300;
  line-height: 1.3;
  font-size: 18px;
}

.fea_section a.hs-button,
.cre_section  a.hs-button {
  line-height: 1.7;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  font-weight: 500;
  position: relative;
  transition: all 300ms ease 0ms;
  display: inline-block;
  font-size: 18px;
  border-width: 1px;
  border-color: #2b303a;
  letter-spacing: 1px;
  padding: .3em 1em;
  color: #2b303a;
  margin:0;
}

.fea_section a.hs-button:hover,
.cre_section a.hs-button:hover {
  color: rgba(43,48,58,0.81);
}

.fea_section {}

.fea_section .dnd-section {
  padding: 0;
  padding-bottom: 40px;
}

.fea_section .dnd-section > .row-fluid {
  max-width: 1080px;
  padding: 0;
}

.fea_section h3 {
  padding-top: 98px;
  padding-bottom: 37px;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}

.fea_section .span3 {
  width: 20.875%;
  margin-left: 0;
  margin-right: 5.5%;
  line-height: 0;
}

.fea_section .span3:last-child {
  margin-right: 0;
}

.fea_section .dnd-column {}

.fea_section .dnd-column > .row-fluid-wrapper:not(:first-child) {
}

.part_section {
  padding: 54px 0;
  background-color: #fff;
}

.part_section .dnd-section {
  padding: 0;
}

.part_section .dnd-section > .row-fluid {
  max-width: 1080px;
  padding: 27px 0;
}

.part_section h1 {
  text-align: center;
  font-weight: 700;
  color: #2b303a;
  letter-spacing: 3px;
  font-size: 22px !important;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 2.75%;
}

.part_section hr {
  width: 100% !important;
  height: 1px;
  border-top: 1px solid rgba(0,0,0,.1) !important;
  border-top-color: #5e616f !important;
  border-bottom: none !important;
  margin-bottom: 21px !important;
}

.part_section .dnd-section .span3.dnd-column {
  width: 20.875%;
  min-height: 1px;
  margin-left: 0;
  margin-right: 5.5%;
}

.part_section .dnd-section .span3.dnd-column:last-child {
  margin-right: 0;
}

.part_section .span3:nth-child(3) .widget-type-linked_image {
  padding-top: 8px;
  width: 125%;
  text-align: center;
  display: block;
  max-width: 125%;
}

.part_section .dnd-section .span3.dnd-column .span12.dnd-module {
  display: block !important;
}

.cre_section {
  background-color: #fff;
}

.fea_section {
  background-color: #fff;
}

/*  */

.cult-full-width {}

.cult-full-width .dnd-section {
  position: relative;
  background-color: #fff;
  padding: 54px 0 !important;
}

.cult-full-width .dnd-section > .row-fluid {
  padding: 27px 0;
  max-width: 1080px;
}

.cult-full-width h2 {
  line-height: 1.8;
  color: #656876;
  font-weight: 700;
  font-size: 30px;
  margin:0;
}

.cult-three-col {}

.cult-three-col .dnd-section {
  position: relative;
  background-color: #fff;
}

.cult-three-col .dnd-section > .row-fluid {
  padding-top: 81px;
  padding-bottom: 0;
  width: auto;
}

.cult-bottom-pane {}

.cult-bottom-pane .dnd-section > .row-fluid {
  padding-top: 102px;
  padding-bottom: 102px;
}

.cult-bottom-pane .dnd-section {
  background-color: #eaecee;
}

.cult-bottom-pane h1 {
  font-weight: 700;
  font-size: 60px;
  color: #2B303A;
  letter-spacing: -1px;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 0;
  margin: 0;
}

.cult-bottom-pane h1 span {
  display: block;
  padding-bottom: 10px;
}

.cult-bottom-pane h1 a {
  color: inherit;
}

.cult-bottom-pane p {
  margin: 0;
  width: 6.25%;
  padding-top: 18px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

/*  */

.vent_service .dnd-section {
  padding-top: 200px;
  padding-bottom: 200px;
  margin-bottom: -1px;
}

.vent_service .dnd-section > .row-fluid {
  padding: 0;
  padding-bottom: 27px;
}

.vent_service .dnd-section > .row-fluid > .span6 {
  width: 47.25%;
  margin-right: 5.5%;
  margin-left: 0;
}

.vent_service .dnd-section > .row-fluid > .span6:last-child {
  margin-right: 0;
}

.vent_service h1 {
  color: #ffffff;
  margin: 0;
  padding-bottom: 10px;
}

.vent_service .dnd-section > .row-fluid > .span6 .dnd-module {
  display: block !important;
}

.vent-bottom_pane a.hs-button,
.vent_for_col a.hs-button ,
.vent_service a.hs-button {
  padding: .3em 1em;
  padding-top: 3px;
  color: #fff;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: rgba(136,78,255,0.85);
  padding-right: 1em;
  padding-left: 1em;
  display: inline-block;
  transition: all 300ms ease 0ms;
  line-height: 1.7;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 0;
}

.vent-bottom_pane a.hs-button:hover,
.vent_for_col a.hs-button:hover,
.vent_service a.hs-button:hover {
  background: rgba(255,255,255,0);
  border-color: #2b303a;
}

.vent-bottom_pane a.hs-button:hover,
.vent_for_col a.hs-button:hover {
  color: #2b303a;
}

.vent_service .widget-type-linked_image {
  width: 85%;
  display: block;
  margin-right: auto;
  line-height: 0;
}

.vent_service .widget-type-linked_image img.hs-image-widget {
  position: relative;
  width: 100%;
  display: inline-block;
}

.vent_service .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
  border-radius: 0;
  width: 100%;
}

.vent_value {
}

.vent_value .dnd-section > .row-fluid {
  width: 100%;
  padding: 0;
}

.vent_value .port_container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.vent_for_col {
}

.vent_for_col .dnd-section {
  padding-top: 155px;
  padding-bottom: 155px;
  margin-bottom: -1px;
  background-color: #ffffff;
}

.vent_for_col .dnd-section > .row-fluid {
  max-width: 1920px;
  padding: 0;
}

.vent_for_col .widget-type-header {
  width: 36.7%;
}

.vent_for_col .dnd-module {
  display: block !important;
}

.vent_for_col a.hs-button {
  margin-bottom: 27px;
}

.vent_for_col .page-center {
  width: 100%;
}

.vent-bottom_pane .dnd-section {
  padding: 54px 0;
  position: relative;
  background-color: #fff;
}

.vent-bottom_pane .dnd-section > .row-fluid {
  padding: 27px 0;
  max-width: 1080px;
}

.vent-bottom_pane .dnd-section > .row-fluid > .span6 {
  width: 47.25%;
  margin-right: 5.5%;
  margin-left: 0;
}

.vent-bottom_pane .dnd-section > .row-fluid > .span6:last-child {
  margin-right: 0;
}

.vent-bottom_pane h1 {
  font-size: 60px;
  letter-spacing: normal;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 5.82%;
}

.vent-bottom_pane .dnd-module {
  display: block !important;
}

/*  */




.insu-two-col {
}

.insu-two-col .dnd-section {
  background-color: #f9f9f9;
  padding: 0;
}

.insu-two-col .dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}

.insu-two-col .dnd-section > .row-fluid > .span6 {
  width: 50%;
  margin-left: 0;
}

.insu-two-col .dnd-section > .row-fluid > .span6:first-child {
  padding-right: 100px;
  padding-left: 170px;
}

.insu-two-col h1 {
  padding-top: 183px;
  padding-bottom: 31px;
  font-size: 60px;
  margin: 0;
  letter-spacing: normal;
}

.insu-two-col p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 100px;
  margin: 0;
}

.insu-two-col .widget-type-linked_image {
  width: 100%;
  display: inline-block;
  line-height: 0;
}

.insu-two-col .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
  border-radius: 0;
  width: 100%;
}

/*  */

.team_leaders .dnd-section {
  padding: 54px 0;
  position: relative;
  background-color: #fff;
}

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

.team_leaders .widget-type-header {
  padding: 0;
}

.team_leaders .widget-type-header h1 {
  font-weight: 700;
  font-size: 60px;
  color: #2b303a;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
  letter-spacing: normal;
}

.team_leaders .span6 {
  width: 46%;
  margin-right: 8%;
  margin-left: 0;
}

.team_leaders .span6:last-child {
  margin-right: 0;
}

.team_leaders .dnd-section > .row-fluid > .dnd-column > .row-fluid-wrapper {
  padding: 27px 0;
}

.team_leaders .span6 .widget-type-linked_image {
  width: 30%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8.696%;
  line-height: 0;
}

.team_leaders .span6 h1 {
  font-weight: 700;
  font-size: 36px !important;
  color: #2B303A;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
  letter-spacing: normal;
}

.team_leaders .span6 h3 {
  font-weight: 300;
  font-size: 20px;
  color: #2b303a;
  line-height: 1.3em;
  text-align: center;
  padding-bottom: 10px;
  margin: 0;
}

.team_leaders .span6 p {
  line-height: 1.4;
  margin: 0;
}


.cm-botm-form {
}

.cm-botm-form .dnd-section {
  padding-top: 54px;
  padding-bottom: 126px;
  position: relative;
  background-color: #fff;
}

.cm-botm-form .dnd-section > .row-fluid {
  padding: 27px 0;
  max-width: 1080px;
}

.cm-botm-form h1 {
  font-weight: 700;
  font-size: 60px;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
  letter-spacing: normal;
}

.cm-botm-form h3.form-title {
  margin-bottom: 5.82%;
  font-size: 28px;
  color: #2B303A;
  line-height: 1;
  font-weight: 500;
}

.cm-botm-form .hs-form p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5.82%;
}

.cm-botm-form .hs-form textarea {
  padding: 4px;
  min-height: 199px;
}

.cm-botm-form .actions {
}

.cm-botm-form .actions input.hs-button {
  padding: 5px 15px;
  font-size: 20px;
  border-radius: 2px;
  float: right;
}

.cm-botm-form .hs-form fieldset {
  max-width: 100%;
}

.cm-botm-form .hs-form fieldset .field {
  padding: 10.400px 0;
}

.cm-botm-form .span6 {
  width: 47.25%;
  margin-right: 5.5%;
  margin-left: 0;
}

.cm-botm-form .span6:last-child {
  margin-right: 0;
}

.cm-botm-form select {
  background-color: transparent;
  color: #4e4e4e;
  height: 27px !important;
}

.content-animated {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.content-animated.animate{
  opacity:1;
  -webkit-animation: fadeIn 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeIn 1s cubic-bezier(.77,0,.175,1) 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.tw-cl-ct-layout main{
    background-color: #fff;
}

.terms_of_use main {
    background: #fff;
}

.two-col-content .span3 p:last-child {
    padding-bottom: 0;
}

.terms_of_use .body-container__website p:last-child {
    padding-bottom: 0;
}

.terms_of_use .dnd-section>.row-fluid {
    padding: 27px 0;
}

.terms_of_use .body-container__website h4{
  font-weight:500;
}

.home-trans .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
    border-radius: 0;
    display: block;
}

.hm-pst-wrapper button.trans-learn:hover {
    color: rgba(136,78,255,0.68)!important;
}

.error-layout,
.error-layout .header {
    background-color: #fff;
}

select {
    height: 38px;
}

select.hs-input {
  height: 38px !important;
}

button.trans-learn {
    background: transparent !important;
}


.vent-bottom_pane h1 {
  line-height: 1;
}

.contact-page select.hs-input {
    height: 27px !important;
}

.contact-page h3.form-title {
  line-height: 23px;
}

.exp_box_content p{
  margin-bottom:10px;
}

.terms_of_use .body-container__website h4 {
    font-size: 30px;
}

.process_box.process_box_img.process_box-14 p {
    padding-bottom: 0;
}

.process_box.process_box_img.process_box-14 .content-align-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.process_box.process_box_img.process_box-14 {
    padding-bottom: 60px;
}

.hm-pst-wrapper .section-title-inner h1 {
    letter-spacing: -3px;
    font-weight: normal;
}

@media (max-width:1349px){

  .ven_bul_banner .dnd-section>.row-fluid {
    padding-bottom: 2%;
  }

  .our_ven_bottom .dnd-section>.row-fluid {
    padding: 2% 0;
  }

  .part_section {
    padding: 4% 0;
  }

  .part_section .dnd-section>.row-fluid {
    padding: 2% 0;
  }

  .fea_section h3 {
    padding-bottom: 2%;
    margin-bottom: 10px;
  }

  .inspiration .dnd-section>.row-fluid {
    padding: 2% 0;
  }

  .timeline .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    padding: 2% 0;
  }

  .eval-pro .dnd-section {
    padding-bottom: 4%;
  }

  .three_col_cnt {
    padding: 80px 35px !important;
  }

  .cult-full-width .dnd-section {
    padding: 4% 0 !important;
  }

  .cult-full-width .dnd-section>.row-fluid {
    padding: 2% 0;
  }

  .vent-bottom_pane .dnd-section>.row-fluid{
    padding: 2% 0;
  }

  .vent-bottom_pane .dnd-section{
    padding:4% 0;
  }

}

@media (min-width:1261px) {

  .ven_bul_banner h1 {
    color: #FFBE13;
    letter-spacing: -2px;
    line-height: .9;
  }
  
}

@media (max-width:1260px) {

  .gimeno-partnership .dnd-section {
    padding-top: 38px;
  }

}


@media (max-width:1200px){

  .insu-two-col h1 {
    font-size: 34px;
  }

}
@media (min-width:981px){
  .two-col-content .dnd-section > .row-fluid:after,
  .two-col-content .dnd-section > .row-fluid:before {
    display: none;
  }

  .two-col-content .dnd-section > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width:980px){

  .dnd-section>.row-fluid {
    padding:30px 0;
  }


  .our_ven_top .span4.dnd-column {
    margin-top: 0 !important;
  }


  .black_lives .widget-type-header .hs_cos_wrapper_type_header,
  .gimeno-partnership .widget-type-header .hs_cos_wrapper_type_header{
    width: 100%;
    margin-bottom: 30px;
  }

  .black_lives  .widget-type-header,
  .gimeno-partnership .widget-type-header {
    padding-top: 30px;
  }

  .two-col-content .span9, .two-col-content .span3 {
    width: 100%;
    float: none;
  }

  .two-col-content .dnd-section>.row-fluid {
    display: block !important;
  }

  .two-col-content .span9 {
    border: none;
    padding-top: 65px;
    padding-right: 0;
  }

  .two-col-content .span3 {
    padding-left: 0;
    padding-top: 6px;
  }

  .two-col-content .span9 .widget-type-header h1 {
    font-size: 30px !important;
  }

  .body-container__website .span6 {
    width: 100%;
    margin: 0;
  }

  .contact-page form fieldset:not(:first-child) {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    font-weight: lighter;
    font-size: 16px;
  }

  .body-container__website .span6:last-child {
    padding-left: 0;
  }

  .contact_social_icons {
    padding-bottom: 0;
    margin-top: 30px;
  }

  .contact-page form fieldset:first-child {
    max-width: 100%;
  }

  .contact-page h3.form-title {
    margin-bottom: 30px;
  }

  .body-container__website h4 {
    margin-bottom: 30px;
  }

  .contact-page form .hs-richtext p {
    margin-bottom: 30px;
  }

  .contact-page form .hs_submit.hs-submit {
    max-width: 600px;
    margin: 0 auto;
  }

  .body-container__website .span6:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .body-container__website .span6:last-child {
  }

  ul.et_pb_module.et_pb_social_media_follow {
    margin: 0;
  }

  /* */

  .ven_bul_banner {
    padding-top: 133px;
  }

  .ven_bul_banner .span9, .ven_bul_banner .span3 {
    width: 100%;
    margin: 0;
  }

  .ven_bul_banner .dnd-section>.row-fluid {
    display: block !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }


  /* Home */

  .home-trans .dnd-section>.row-fluid>.span6,
  .home-start .dnd-section>.row-fluid>.span6 {
    width: 100%;
    margin: 0;
  }

  .home-trans .dnd-section>.row-fluid,
  .home-start .dnd-section>.row-fluid {
    display: block !important;
  }

  .home-trans .widget-type-linked_image {
    width: 100%;
    margin-top: 30px;
  }

  .home-partner .span6 {
    width: 100%;
    margin: 0;
  }

  .home-partner .dnd-section>.row-fluid {
    display: block !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .home-partner p:last-child {
    margin-bottom: 30px;
  }


  .home-form .span6.dnd-column {
    width: auto;
    margin: 0;
  }

  .home-form .span6 .widget-type-header h1 {
    margin-bottom: 30px;
  }

  .home-form h3.form-title {
    margin-bottom: 30px;
  }

  /*  */

  .our_ven_bottom .dnd-section>.row-fluid {
    padding: 2% 0;
  }

  .our_ven_page .span8.dnd-column {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .our_ven_page .span4.dnd-column {
    width: 100%;
    margin-top: 30px;
  }

  .our_ven_top .dnd-section>.row-fluid {
    display: block !important;
  }

  .our_ven_main .dnd-section>.row-fluid {
    display: block !important;
  }

  .our_ven_bottom .span6.dnd-column {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .our_ven_bottom .span6.dnd-column:last-child {
    margin-bottom: 0;
  }

  .our_ven_bottom .widget-type-header h1 {
    padding-bottom: 20px;
  }

  .our_ven_bottom h3.form-title {
    padding-top: 17px;
  }

  /*   ?
  */

  .ven_pro_top .span4.dnd-column {
    width: 100%;
    margin: 0;
    animation: ;
  }

  .ven_pro_top .span8.dnd-column {
    width: 100%;
  }

  .ven_pro_top .dnd-section>.row-fluid {
    display: block !important;
  }

  .ven_pro_main .span3.dnd-column, .ven_pro_main .span4.dnd-column {
    margin: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .ven_pro_main .dnd-section>.row-fluid {
    display: block;
  }

  .ven_pro_top .span4.dnd-column h1 {
    padding-bottom: 30px;
  }

  .ven_pro_main .span3.dnd-column {
    width: 47.25% !important;
    margin-right : 5.5%;
  }

  .ven_pro_main .span3.dnd-column:nth-child(2n) {
    margin-right: 0;
  }

  .ven_pro_main .dnd-section:last-child>.row-fluid {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ven_pro_bottom .span6 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .ven_pro_bottom {
    padding-top: 105px;
  }

  .ven_pro_main .span3.dnd-column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  /*  */


  .eval-pro .dnd-section>.row-fluid>.span6 {
    width: auto;
  }

  .eval-pro .span6>.row-fluid-wrapper:first-child .span6 .widget-type-linked_image {
    margin-bottom: 30px;
    width: 100%;
  }

  .eval-pro .span6>.row-fluid-wrapper:first-child .span6 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .eval-pro .span6>.row-fluid-wrapper:first-child .span6:last-child {
    margin-right: 0;
  }

  .timeline .span3 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .timeline .span3:nth-child(2n) {
    margin-right: 0;
  }

  .inspiration .span6.dnd-column {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .inspiration .span3.dnd-column {
    width: 47.25%;
  }

  .inspiration .span3:nth-child(2) .widget-type-linked_image {
    width: 100%;
  }

  .fea_section .span3 {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }

  .fea_section .span3:nth-child(2n) {
    margin-right: 0;
  }

  .fea_section .span3:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .part_section {
    padding: 50px 0;
  }

  .part_section .dnd-section>.row-fluid {
    padding: 30px 0;
  }

  .part_section .dnd-section .span3.dnd-column .widget-type-space {
    display: none;
  }

  .part_section .dnd-section .span3.dnd-column {
    min-height: 0;
    width: 47.25%;
    margin-bottom: 30px;
    margin-right: 0;
    line-height: 0;
  }

  .part_section .dnd-section .span3.dnd-column:first-child,
  .part_section .dnd-section .span3.dnd-column:last-child {
    display: none;
  }

  .part_section .span3:nth-child(3) .widget-type-linked_image {
    width: 100%;
    max-width: 100%;
  }

  /*  */

  .cult-full-width .dnd-section {
    padding-top: 129px !important;
    padding-bottom: 50px !important;
  }

  .cult-full-width .dnd-section>.row-fluid {
    padding: 30px 0;
  }

  /*    */

  .vent_service .dnd-section>.row-fluid>.span6 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .vent_service .dnd-section>.row-fluid {
    display: block !important;
    padding-bottom: 30px;
  }

  .vent_service .widget-type-linked_image {
    width: auto;
  }

  .vent_service .dnd-section>.row-fluid>.span6:last-child {
    margin-bottom: 0;
  }

  .vent_for_col .widget-type-header {
    width: auto;
  }

  .vent-bottom_pane .dnd-section>.row-fluid>.span6 {
    width: auto;
    margin-right: 0;
  }

  .vent-bottom_pane .dnd-section {
    padding: 50px 0;
  }

  .vent-bottom_pane .dnd-section>.row-fluid {
    padding: 30px 0;
  }

  .vent-bottom_pane a.hs-button {
    margin-bottom: 30px;
  }

  .vent-bottom_pane h1 {
    margin-bottom: 10px;
  }

  /*    */

  .insu-two-col h1 {
    font-size: 60px;
    padding-top: 60px;
  }

  .insu-two-col .dnd-section>.row-fluid>.span6 {
    width: 100%;
  }

  .insu-two-col .dnd-section>.row-fluid {
    display: block !important;
    padding-top: 123px;
  }

  .insu-two-col .dnd-section>.row-fluid>.span6:first-child {
    padding-right: 200px;
    padding-left: 70px;
  }

  .insu-two-col p {
    padding-bottom: 50px;
  }

  .team_leaders .span6 {
    width: auto;
    margin: 0;
  }

  .team_leaders .span6 .widget-type-linked_image {
    margin-bottom: 30px;
  }

  .team_leaders .span6:first-child {
    padding-bottom: 80px;
  }

  .cm-botm-form .span6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .cm-botm-form .hs-form fieldset:not(:first-child), .cm-botm-form .hs-form .hs_submit {
    max-width: 600px /*-- change this to get your desired form width --*/;
    margin: 0 auto;
    width: 100%;
    font-weight: lighter;
    font-size: 16px;
  }

  .cm-botm-form .hs-form .hs_submit {
  }

  .cm-botm-form .dnd-section>.row-fluid {
    padding-bottom: 0;
  }

  .cult-bottom-pane h1 {
    font-size: 36px;
  }

  .custom-menu-primary {
    background-color: #f9f9f9;
  }
  .ven_bul_banner h3{}

  .our_ven_bottom .dnd-section>.row-fluid {
    padding: 30px 0;
  }
  
}



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

  .ven_pro_main .span3.dnd-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ven_pro_main .span3.dnd-column h3 {
    font-size: 22px;
  }
  
}


@media (max-width:767px){

  .process_box_width h1 {
    line-height: 1;
  }
  
  .black_lives  .widget-type-header h1, 
  .gimeno-partnership .widget-type-header h1 {
    font-size: 36px !important;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }


  .gimeno-partnership p:last-child > a {
    margin-bottom: 30px;
    display: inline-block;
  }

  .black_lives .widget-type-header {
    padding-top: 0;
  }

  .contact-page .dnd-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .contact-page form fieldset input {
    width: 100% !important;
  }

  .contact-page form .input {
    margin-right: 0 !important;
  }

  .contact_social_icons {
    display: none;
  }

  .ven_bul_banner-area h3 {
    width: 100%;
  }  

  .ven_bul_banner h1{
    font-size: 60px !important;
  }


  /* Home */


  .home-trans .dnd-section,
  .home-start .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-trans h1,
  .home-start h1 {
    font-size: 45px !important;
  }

  .home-trans .dnd-section {
    padding-top: 0;
  }

  .home-start .dnd-section>.row-fluid>.span6:first-child {
    margin-bottom: 30px;
  }

  .home-trans .widget-type-linked_image {
    width: 60%;
    text-align: center;
  }

  .home-partner h1 {
    font-size: 45px !important;
  }

  .home-partner .dnd-section {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .home-partner .dnd-section:after,
  .home-partner .dnd-section:before {
    display: table;
    content: "";
  }

  .home-partner .dnd-section:after {
    clear: both;
  }

  .home-form .span6 .widget-type-header h1 {
    font-size: 40px !important;
  }

  /*  */

  .our_ven_top h1, .our_ven_main h1 {
    font-size: 45px !important;
  }

  .our_ven_main h3 {
    font-size: 19px;
  }

  .our_ven_page .span8.dnd-column {
    display: inline-block;
  }

  .our_ven_bottom .hs-form fieldset.form-columns-2>div {
    width: 100%;
  }

  .our_ven_bottom .widget-type-header h1 {
    font-size: 40px !important;
  }

  .ven_pro_top .span4.dnd-column h1 {
    font-size: 60px;
  }

  /*    */

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

  .full_width_cnt h3 {
    font-size: 18px;
    line-height: 1.3;
    padding-top: 30px;
  }

  .three_col_cnt {
    padding: 40px !important;
    padding-left: 44px !important;
  }

  .eval-pro .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .eval-pro .span6 h1 {
    font-size: 55px;
    letter-spacing: -2px;
  }


  .eval-pro .span6>.row-fluid-wrapper .span6 .widget-type-linked_image,
  .eval-pro .span12.dnd-column .widget-type-linked_image {
    width: 45% !important;
  }

  .eval-pro .span6>.row-fluid-wrapper:first-child .span6 {
    float: left;
  }

  .eval-pro .span6>.row-fluid-wrapper .span6 {
    float: left;
  }

  .eval-pro .dnd-section>.row-fluid>.span6+.span6>div {
    padding: 0 0 30px 0;
  }

  .eval-pro .dnd-section>.row-fluid>.span6+.span6>div:first-child {
    padding-top: 30px;
  }

  .eval-pro .span6+.span6>div:last-child {
  }

  .eval-pro .span6>div:last-child .span12.dnd-column {
    width: 50%;
    float: right;
  }

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

  .timeline .span3 {
    float: left;
    margin-bottom: 30px;
  }

  .timeline .span3 .widget-type-linked_image {
    width: 50%;
  }

  .timeline .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    padding-bottom: 30px;
  }

  .cre_section h1 {
    font-size: 31px !important;
  }

  .cre_section p {
    width: 92%;
  }

  .fea_section h3 {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }

  .fea_section .span3 {
    float: left;
  }

  .part_section .dnd-section .span3.dnd-column {
    float: left;
  }


  /*    */



  .header_ver_three .header__logo img {
  }

  .cult-full-width .dnd-section {
    padding: 50px 0 !important;
  }

  .cult-full-width .dnd-section>.row-fluid {
    padding: 0;
  }

  .cult-full-width h2 {
    line-height: 1.4;
    font-size: 24px;
  }

  .cult-three-col .dnd-section>.row-fluid {
    padding-top: 21px;
  }

  .cult-bottom-pane .dnd-section>.row-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cult-bottom-pane h1 {
    font-size: 30px !important;
  }

  .cult-bottom-pane p {
    width: 13.75%;
  }

  /*    */

  .vent_service .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vent_service h1 {
    font-size: 45px !important;
    margin-bottom: 30px;
  }

  .vent_service a.hs-button {
    display: none;
  }

  .vent_value .port_sec_title {
    margin: 0;
  }

  .vent_for_col .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vent_for_col h1 {
    font-size: 45px !important;
    padding-bottom: 60px;
  }

  .vent_for_col a.hs-button {
    display: none;
  }

  .vent-bottom_pane h1 {
    font-size: 40px !important;
  }

  .vent-bottom_pane .dnd-section {
    padding-top: 0;
  }

  /*    */

  .insu-two-col h1 {
    font-size: 40px !important;
    padding-top: 50px;
  }

  .insu-two-col .dnd-section>.row-fluid>.span6:first-child {
    padding-right: 40px;
    padding-left: 45px;
  }

  .insu-two-col .dnd-section>.row-fluid {
    padding-top: 0;
  }

  .insu-two-col p {
    padding-bottom: 20px;
  }

  .insu-two-col .widget-type-linked_image {
    padding-bottom: 30px;
  }

  .insu-two-col .widget-type-linked_image img.hs-image-widget {
  }

  .team_leaders .widget-type-header h1 {
    font-size: 40px !important;
  }

  .team_leaders .span6 .widget-type-linked_image {
    width: 45%;
    text-align: center;
  }


  .cm-botm-form h1 {
    font-size: 40px !important;
    letter-spacing: normal;
  }

  .cm-botm-form .hs-form fieldset .field {
    width: 100% !important;
  }

  /*    */

  .inspiration .span3.dnd-column {
    width: 100%;
  }

  .inspiration .span3.dnd-column .dnd-column > .dnd-row {
    display: inline-block;
    width: 50%;
  }

  .inspiration .span3.dnd-column .dnd-column {
    text-align: left;
  }

  .inspiration .span3.dnd-column .dnd-column > .dnd-row:first-child {
    width: 6.8%;
    vertical-align: text-bottom;
  }

  .inspiration .span3 p br {
    display: none;
  }

  .inspiration .span3.dnd-column>div:not(:last-child) {
    margin: 0;
    padding-bottom: 0;
  }

  .inspiration .span3 p {
    font-size: 11px;
    padding-left: 7px;
  }

  .inspiration .span3 .widget-type-linked_image {
    margin: 0;
    width: 100%;
  }

  .inspiration .span3.dnd-column > div {
    margin: 20px 0;
  }

  .inspiration .span3 p strong {
    font-weight: 300;
  }

  .inspiration .span3.dnd-column .dnd-column > .dnd-row .widget-type-rich_text {
    padding-bottom: 21px;
  }

  .inspiration .dnd-section {
    padding-top: 50px;
    padding-bottom: 41px;
  }

  .inspiration .span3.dnd-column:last-child .dnd-column > .dnd-row .widget-type-rich_text {
    padding-bottom: 0;
  }

  .inspiration .span3.dnd-column:last-child > div:last-child {
    margin-bottom: 0;
  }

  .gimeno-partnership .dnd-section {
    padding-top: 63px;
  }


  .gimeno-partnership .dnd-section > .row-fluid {
    padding: 0;
  }

  .cm-botm-form .hs-form fieldset .input {
    margin: 0 !important;
  }

  .cm-botm-form .hs-form fieldset .input input {
    width: 100% !important;
  }


  .cm-botm-form .actions input.hs-button {
    border: none;
  }

  .black_lives .widget-type-header h1,
  .gimeno-partnership .widget-type-header h1{
    font-size:36px !important;
  }
  
  .two-col-content .span9 {
    padding-bottom: 25px;
    margin-bottom: 27px;
  }
  
  .cookie_policy .two-col-content .span9 {
    margin-bottom: 0;
  }
  
  .ven_pro_bottom .span6 .widget-type-header h1 {
    font-size: 40px !important;
  }
  
  .our_ven_bottom .dnd-section {
    padding-top: 50px;
  }

  .our_ven_bottom .dnd-section>.row-fluid {
    padding: 30px 0;
  }
  
}


@media (max-width:600px) {

  .ven_bul_banner h1 {
    font-size: 38px !important;
  }


}

@media (max-width:479px) {

  .ven_pro_main .span3.dnd-column {
    width: 100% !important;
    margin-right: 0;
  }

  .eval-pro .span6>.row-fluid-wrapper:first-child .span6, 
  .eval-pro .span6>.row-fluid-wrapper .span6,
  .eval-pro .span6>div:last-child .span12.dnd-column {
    width: 100%;
    padding-bottom: 30px;
  }

  .timeline .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    padding: 30px 0;
  }

  .timeline .span3 {
    width: 100%;
  }

  .fea_section .span3 {
    width: auto;
    margin: 0 0 30px;
  }

  .fea_section .span3:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }

  .fea_section .span3:last-child {
    margin-bottom: 0;
  }

  .inspiration .span6 h1 {
    font-size: 42px;
  }

  .inspiration .span3.dnd-column .dnd-column>.dnd-row {
    width: calc(100% - 40px);
  }

  .inspiration .span3.dnd-column .dnd-column>.dnd-row:first-child {
    width: 34px;
  }

  h1 {
    font-size: 45px !important;
  }
  
  .part_section .dnd-section .span3.dnd-column {
    width: auto;
  }

  .insu-two-col h1 {
    font-size: 36px !important;
  }
  
  .home-banner-ct-nner h1 {
    font-size: 36px !important;
  }

  .home-partner h1, 
  .home-trans h1, 
  .home-start h1, 
  .section-title-inner h1, 
  .home-form .span6 .widget-type-header h1 {
    font-size: 34px !important;
  }

  
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {

  margin: 0 auto;
}

.header__row-1,
.header__row-2 {
  width: 100%;
}

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

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

/* Styles for the Logo */

.header__logo {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.header__logo img {
  height: 36%;
  width: 181px !important;
  max-height: 36%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  display: inline-block;
  float: none;
  vertical-align: middle;
  max-width: 100%;
  padding-left: 4px;
}

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {}

/* Styles for the Search Bar */

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

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

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

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

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

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

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

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

/* Styles for the Language Switcher Component */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Header */

.header_inner {
  position: fixed;
  top: 0px;
  line-height: 23px;
  font-weight: 500;
  width: 100%;
  z-index: 99999;
  -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
}

.header_inner .header__container {
  max-width: none !important;
  z-index: 99;
  text-align: left;
  position: relative;
  width: 80%;
  padding: 0;
}

.no-banner header.header {
  min-height: 74px;
}

.header__logo .hs_cos_wrapper_type_logo:before {
  content: "";
  display: inline-block;
  height: 74px;
  vertical-align: middle;
  width: 0;
}

header.header.scroll-header .header_inner {
    background-color: #f9f9f9;
}


/* Home Header */


header.header.header_ver_three,
header.header.header_ver_2 {
  min-height: 100%;
}

/* .header_ver_three .header__logo img, 
.header_ver_2 .header__logo img {
  max-width: 181px;
  padding-left: 4px;
} */

header.header.header_ver_three.scroll-header .header_inner{
  background-color: #f9f9f9;
}

header.header.header_ver_2.scroll-header .header_inner {
  background-color: #2B303A;
  border-bottom: solid 1px #464B52;
}

.header_ver_three.scroll-header .header__logo img {
    content: url(//f.hubspotusercontent00.net/hubfs/6846459/raw_assets/public/Rokk3r_August_2020/images/rokk3r-logo-1-1.svg);
}


/*  */

.insurtech-page .header_ver_three.scroll-header .header__logo img {
    content: none;
}

.insurtech-page .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: #ffffff;
}

.insurtech-page header.header.header_ver_three.scroll-header .header_inner {
    background-color: #FF7B24;
}


.terms_of_use .header,
.tw-cl-ct-layout .header {
    background-color: #fff;
}

/* Tablet Styles */

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

}

/* Mobile Styles */

@media (max-width: 1260px) {
  
  .insurtech-page .header_ver_three .header__logo img {
    content: "none";
  }
  
  .insurtech-page .header_ver_three .header--toggle:before {
    color: #2b303a !important;
  }

  .header__container { }

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

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

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

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

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

  .header__navigation--toggle {
    cursor: pointer;
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 24px;
    font-weight: 600;
    margin: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__navigation--toggle:before {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    color: #2b303a;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
  }

  .header__navigation.header--element {
    width: auto;
    float: right;
    padding: 30px 0 0 0;
  }

  .header_inner .header__container {
    display: block;
  }

  .header__logo .hs_cos_wrapper_type_logo {
    display: block;
    width: 100%;
    padding-left: 4px;
  }

  .header__logo img {
    max-width: 206px;
    width: 100% !important;
    padding: 0;
  }

  .header__logo .hs_cos_wrapper_type_logo:before {
    height: 86px;
  }
  
  .mobile-open .header__navigation--toggle:before {
    content: "\4d";
  }
 
/*    .header_ver_three .header__logo img,
  .header_ver_2 .header__logo img {
    max-width: 100%;
    width: 206px !important;
    padding-left: 0;
  }
  
  .header_ver_three .header__logo img{
    width: 192px !important;
  } */

  .header_ver_three .header--toggle:before{
    color: #5e616f !important;
  }
  
  .header_ver_2 .header--toggle:before {
    color: #CCCFD3!important;
  }


  
}


@media (max-width:980px) {
  
  .header_inner {
    position: absolute;
  }

  .header__logo img {
    width: 50% !important;
    max-width: 192px;
  }

  .header__logo .hs_cos_wrapper_type_logo:before {
    height: 80px;
  }

  .header__navigation.header--element {
    padding-top: 24px;
  }
  
  .header_ver_three .header__logo img {
    content: url(//f.hubspotusercontent00.net/hubfs/6846459/raw_assets/public/Rokk3r_August_2020/images/rokk3r-logo-1-1.svg);
  }
  
}


@media (max-width:767px) {

  
/*   .header_ver_three .header__logo img,
  .header_ver_2 .header__logo img {
    width: auto !important;
    margin-left: -1px;
    max-width: 50%;
    max-height: 54%;
  } */

  .insurtech-page .header_ver_three .header__logo img {
    content: "none";
  }
  
  .header__logo .hs_cos_wrapper_type_logo {
    padding-left: 3px;
  }
  
}

@media (max-width:499px) {
  
  .header__logo .hs_cos_wrapper_type_logo {
    padding-left: 4px;
  }
  
  .header__logo img {
/*     max-width: 38.4vw; */
  }
  
}

@media (max-width:400px){

  .header__logo img {
    width: 50.7% !important;
  }
  
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer_bottom_pane {
}

.footer__container {
  width: 80%;
  max-width: 1080px !important;
  position: relative;
  padding: 0;
  margin: 0 auto;
}

.footer_logo {
  padding-top: 27px;
}

.footer_logo img.hs-image-widget {
  max-width: 100%;
  height: auto;
  width: auto !important;
  position: relative;
}

.footer_logo_inner {
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  text-align: center;
  margin-bottom: 2.75%;
  max-width: 30%;
  font-size: 0;
}

.footer_logo:after, .footer_logo:before {
  content: "";
  display: table;
}

.footer_logo:after {
  clear: both;
}

.ai_footer_links,
.footer_links {
  padding-top: 48px;
  padding-bottom: 95px;
}

.ai_footer_links .hs-menu-wrapper > ul,
.footer_links .hs-menu-wrapper > ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 1.7em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -11px;
  margin-right: -11px;
}

.ai_footer_links .hs-menu-wrapper > ul > li,
.footer_links .hs-menu-wrapper > ul > li {
  padding-left: 11px;
  padding-right: 11px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  margin-top: 8px;
  line-height: 1em;
}

.ai_footer_links .hs-menu-wrapper > ul > li > a,
.footer_links .hs-menu-wrapper > ul > li > a {
  padding: 0;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1em;
}

.footer_links .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}

.footer_links .hs-menu-wrapper > ul > li > ul {
  top: calc(100% - 1px);
  left: 0;
  padding: 20px 0;
  text-align: left;
  position: absolute;
  z-index: 9999;
  width: 240px;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  line-height: 26px;
  border-color: transparent;  
}

.footer_links .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.footer_links .hs-menu-wrapper > ul > li > ul > li {
  position: relative;
  line-height: 2em;
  padding: 0 20px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
}

.footer_links .hs-menu-wrapper > ul > li > ul > li > a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 6px 20px;
  width: 200px;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.footer_links .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 20px;
}

.footer_links .hs-menu-wrapper {
  margin-bottom: 2.75%;
}

footer.footer {
  padding-top: 79px;
}

.social_icons {
  width: 47.25%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.footer_bottom_link {
  width: 47.25%;
  float: left;
}

.footer_bottom_pane:after, .footer_bottom_pane:before {
  content: "";
  display: table;
}

.footer_bottom_pane:after {
  clear: both;
}

.footer_social_icons ul {
  font-size: 0;
  list-style-type: none;
  margin: 0 0 22px;
  padding: 0;
  line-height: 26px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  text-align: left;
  margin-bottom: 5.82%;
}

.footer_social_icons ul li {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  line-height: 0;
  font-size: 0;
}

.footer_social_icons ul li a {
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 30px 30px 30px 30px;
  height: 32px;
  width: 32px;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #2b303a;
}

.footer_social_icons ul li a:before {
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #fff;
  transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
  position: relative;
  z-index: 10;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}

.et_pb_social_media_follow_network_name {
  display: none;
}

.et-social-twitter a.icon:before {
  content: "\e094";
}

.et-social-facebook a.icon:before {
  content: "\e093";
}

.et-social-instagram a.icon:before {
  content: "\e09a";
}

.et-social-linkedin a.icon:before {
  content: "\e09d";
}

.footer_bottom_link {
}

.footer_bottom_link p {
  margin: 0;
  text-align: right;
  font-size: 0;
}

.footer_bottom_link p a {
  font-weight: 300;
  text-decoration:none;
  font-size: 14px;
}


.artificial-footer .hs-menu-wrapper>ul>li>a {
    color: #2B303A !important;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    line-height: 1.45;
}

.artificial-footer .hs-menu-wrapper>ul>li {
    padding-left: 0;
    padding-right: 39.5px;
    margin: 0;
}

.artificial-footer .hs-menu-wrapper>ul>li:last-child {
    padding-right: 0;
}

.artificial-footer .hs-menu-wrapper>ul {
    margin-bottom: 2.75%;
}


.footer.lp_footer {
    padding-bottom: 30px;
}

.footer .hs-menu-wrapper>ul>li.active a:hover{
  color: rgb(43 48 58)!important;
  opacity: .7;
}

.footer .hs-menu-wrapper>ul ul>li>a:hover{
  opacity: .7;
}

footer.footer {
  padding-bottom: 30px;
}

@media (max-width:1020px) {

  .footer_links .hs-menu-wrapper > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  
}


@media (max-width:980px) {


  .mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
  }

  .mobile_menu_bar:before {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    cursor: pointer;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    color: #5e616f;
    top: 0;
  }
  
  .footer-menu-open .mobile_menu_bar:before {
    content: "\4d";
  }
  
  .homepage-layout .mobile_menu_bar:before {
    color: #CCCFD3;
  }

  .footer_links .hs-menu-wrapper {
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    visibility: visible;
    opacity: 1;
    background: #fff;
    position: absolute;
    left: 0;
    border-color: #5e616f;
    width: calc(100% + 60px);
    margin-left: -30px;
    line-height: 26px;
    top: auto;
    padding: 5%;
    list-style: none;
    text-align: left;
    display: none;
  }

  .footer_links .hs-menu-wrapper > ul > li > a {
    border-bottom: 0px;
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #5e616f;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 26px;
  }

  .footer_links .hs-menu-wrapper > ul > li > ul {
    line-height: 26px;
    text-align: left;
    visibility: visible;
    display: block;
    padding-left: 10px;
    position: static;
    width: 100%;
    opacity: 1;
    border-top: none;
    box-shadow: none;
    padding: 0;
  }

  .footer_links .hs-menu-wrapper > ul > li > ul > li {
    padding: 0;
    padding-left: 5%;
    display: block;
    line-height: inherit;
  }

  .footer_links .hs-menu-wrapper > ul > li > ul > li > a {
    display: block;
    border-bottom: 0px;
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #5e616f;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    width: 100%;
  }

  .footer_links .hs-menu-wrapper > ul > li {
    padding: 0;
    display: block;
    margin: 0;
    line-height: 26px;
  }

  .footer_links .hs-menu-wrapper > ul {
    line-height: 26px;
    display: block;
    margin: 0;
  }

  .footer_links .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: none;
  }

  .footer_links {
    position: relative;
  }

  .footer_links:after, .footer_links:before {
    content: "";
    display: table;
  }

  .footer_links:after {
    clear: both;
  }

  .footer_links .hs_cos_wrapper_type_menu {
    display: block;
    width: 100%;
    float: left;
    height: 100%;
  }

  .footer_links .hs_cos_wrapper_type_menu:after,
  .footer_links .hs_cos_wrapper_type_menu:before {
    content: "";
    display: table;
  }

  .footer_links .hs_cos_wrapper_type_menu:after {
    clear: both;
  }


  .footer .hs-menu-wrapper>ul>li>a:hover {
    background-color: rgba(0,0,0,.03);
    opacity: .7;
    color: #5e616f!important;
  }
  
  .footer .hs-menu-wrapper>ul>li.active a:hover {
    background-color: rgba(0,0,0,.03);
  }
  
}


@media (max-width:767px) {

  .ai_footer_links,
  .footer_links {
    display: none;
  }

  .social_icons {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .footer_bottom_link {
    width: 100%;
  }

  .footer_social_icons {
    display: none;
  }

  .footer_logo_inner {
    margin-bottom: 30px;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_bottom_pane {
    padding-bottom: 30px;
  }

  
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1080px !important;
  width: 80%;
  padding: 0;
  margin: 0 auto;
  padding-top: 62px;
  padding-bottom: 54px;
}

.blog-index__post h2.post-title a {
    color: inherit;
}

.post-content-inner a {
    margin-top: 23px;
    display: inline-block;
}

.post-content-inner {
    color: #666;
}

.hs-blog-listing {
  background-color: #f9f9f9;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
  background-size: initial;
  padding-top: 133px;
  padding-right: 0px;
  padding-bottom: 135px;
  padding-left: 0px;
  background-color: #f9f9f9;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
}

.blog-header__inner {
  max-width: 886px;
  background-position: center left;
  background-blend-mode: color-burn;
  padding: 27px 0;
  background-size: cover;
  position: relative;
  width: 80%;
  margin:0 auto;
}

.blog-header-content{
  padding: 20px 50px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  text-align: left;
}

.blog-header__title h1{
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1;
  margin: 0;
  letter-spacing: normal;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  padding-right: 100px;
  padding-left: 100px;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}

.blog-index__post {
  position: relative;
  margin-bottom: 60px;
}

.blog-index__post h2.post-title {
  line-height: 1.3;
  color: #2b303a;
  padding-bottom: 10px;
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

p.post-meta {
  font-weight: 600;
  color: #939393;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 6px;
}

.post-content {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
}

.post-content p {
  margin: 0;
}

.post-content a br {
  display: none;
}


.blog-index__post {}

@media screen and (min-width: 768px) {

  .blog-index__post {}

}
@media screen and (min-width: 1000px) {

  .blog-index__post {}

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

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

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
  padding: 25px 0;
}
.blog-comments .hs-submit {
  text-align: left;
}
.blog-comments .hs-button {
/*   background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52; */
  padding-left: 25px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
}

.blog-comments .hs-button:hover {
/*   background-color: #494A52;
  color: #fff; */
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.comment-date{
  display:block !important;
}

.grecaptcha-badge {
  margin: 0;
}

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

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


@media (max-width:1349px) {

  .blog-header__inner {
    padding: 2% 0;
  }

}

@media (max-width:999px) {

  .blog-recent-posts__list {
    display: block;
  }
  
}

@media (max-width:997px) {

  .blog-header{
    padding-top: 144px;
  }

}

@media (max-width:980px) {

  .blog-header__inner {
    padding: 30px 0;
  }

}

@media (max-width:968px) {

  .blog-header{
    padding-top: 138px;
  }

}

@media (max-width:767px) {

  .blog-header__title h1 {
    font-size: 36px  !important;
  }

  .blog-header {
    padding-bottom: 0px;
  }

  .blog-header-content {
    padding: 25px 10px;
    padding-bottom: 0;
  }

  .blog-index {
    padding-right: 0;
    padding-left: 0;
  }

  .blog-index__post h2.post-title {
    font-size: 20px;
    line-height: 1.3em;
  }

  .blog-post img {
    width: 100% !important;
    float: none !important;
    margin: 0 0 20px !important;
  }

}

@media(max-width: 480px){

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 100%;
  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;
}
