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











































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

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
.page-center .dnd-section>.row-fluid {
  width: 100%!important;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

@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: 'Panton';
  src: url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/Amberjack_February2021/Fonts/309AB6_1_0.eot");
  src: url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/Amberjack_February2021/Fonts/309AB6_1_0.eot") format("embedded-opentype"),
    url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/309AB6_1_0.woff2") format("woff2"),
      url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/309AB6_1_0.woff") format("woff"),
        url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/309AB6_1_0.ttf") format("truetype");
          font-weight: 400
          }

@font-face {
  font-family: 'Panton';
  src: url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/Amberjack_February2021/Fonts/309AB6_0_0.eot");
  src: url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/Amberjack_February2021/Fonts/309AB6_0_0.eot") format("embedded-opentype"),
    url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/309AB6_0_0.woff2") format("woff2"),
      url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/309AB6_0_0.woff") format("woff"),
        url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/309AB6_0_0.ttf") format("truetype");
          font-weight: 700
          }
@font-face {
  font-family: 'ETmodules';
  src: url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/Amberjack_February2021/Fonts/modules.eot");
  src: url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/Amberjack_February2021/Fonts/modules.eot") format("embedded-opentype"),
    url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/modules.ttf") format("truetype"), 
      url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/modules.woff") format("woff"),
        url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/modules.svg") format("svg");
          font-weight: normal;
          font-style: normal;
          }
@font-face {
  font-family: 'eg-font';
  src: url('https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/Amberjack_February2021/Fonts/egfont.eot');
  src: url('https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/Amberjack_February2021/Fonts/egfont.eot') format('embedded-opentype'),
    url('https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/egfont.woff') format('woff'),
      url('https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/egfont.ttf') format('truetype'),
        url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/egfont.svg") format("svg");
          font-weight: normal;
          font-style: normal;
          }
@font-face { 
  font-family: "Panton Regular";
  src: url('https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/Amberjack_February2021/Fonts/Fontfabric-Panton-Regular.eot') format('embedded-opentype'),
    url("https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/Amberjack_February2021/Fonts/Fontfabric-Panton-Regular.otf") format("opentype"),
    url('https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/Fontfabric-Panton-Regular.woff') format('woff'),
      url('https://8289999.fs1.hubspotusercontent-eu1.net/hubfs/8289999/raw_assets/public/Amberjack_February2021/fonts/Fontfabric-Panton-Regular.ttf') format('truetype');
        }



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

p {
  margin: 0;
  padding-bottom: 1em;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4em;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  padding-bottom: 10px;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin:0;
  padding: 0 0 23px 1em;
}

ul li,
ol li {
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

.hs-button {
  margin: 0;
  cursor: pointer;
  border: 2px solid;
  display: inline-block;
  border-style: solid;
  color: #ffffff;
  vertical-align: middle;
  font-size: 16px;
  background-color: #f06825;
  border-width: 0px;
  border-radius: 8px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 2px;
  font-family: Panton,Lato,sans-serif;
  margin-bottom: 20px;
  padding: 0.3em 1em;
  line-height: 1.7em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: normal;
}
.hs-error-msgs li label {
  color: red!important;
}
.hs-error-msgs {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  border: 0px solid transparent;
  padding: 0.3em 2em 0.3em 0.7em!important;
}

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


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

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

.hs-input,
.systems-page form input[type="password"]{
  width: 100%;
  max-width: 500px;
  display: block;
  border: 1px solid #bbb;
  margin-bottom: 3%;
  background-color: #EEE;
  border-width: 0px;
  border-radius: 0;
  color: #999;
  font-size: 14px;
  padding: 16px;
  position: relative;
  font-family: Panton, Lato, sans-serif;
}
.systems-page form input[type="password"] {
  height: auto!important;
  margin-top: 0!important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: #2D3940;
  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;
}
.hs-search-field__suggestions {
  position: absolute!important;

  border: 0!important;

}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px!important;
  background: #fff;
}




.cst-serch-page .hs-search-results {
  margin: 0;
}

.cst-serch-page .hs-search-results .hs-search-results__listing li a {
  font-size: 43px;
  line-height: 1.4em;
  font-family: Panton,Lato,sans-serif;
  text-decoration: none;
  color: #323a44;
}
.cst-serch-page .hs-search-results .hs-search-results__listing li {
  margin-bottom: 60px;
}

.email-edit.hs-input {
  width: 100%!important;
  max-width: 500px!important;
  padding: 16px!important;
  font-size: 14px!important;
}

.systems-page form {
  max-width: 500px;
  width: 100%;
}

form#email-prefs-form {
  max-width: 100%;
}

.systems-page .success {
  min-width: 100%!important;
  max-width: 500px!important;
  width: 100%!important;
  font-size: 14px;
}

@media (max-width: 767px) { 
  .email-edit.hs-input,
  .body-container-wrapper .hs-input,
  .content-wrapper .hs-input,
  .systems-page form,
  .systems-page form input[type="password"],
  .systems-page .success {
    max-width: 100%!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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




.about-us-pg .banner-img img {
  display: block;
  margin: 0px auto -18px;
}
.about-us-pg .cst-banner-grp .page-center {
  padding-top: 0;
  padding-bottom: 58px
}
.about-us-pg .cst-banner-grp .page-center .banner-content-grp  h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
  text-align: center; 
}
.about-us-pg .cst-banner-grp .page-center .banner-content-grp h1 {
  padding-bottom: 10px;
}
.body-container__about .hs_cos_wrapper_type_rich_text h3 {
  font-weight: 700;
  font-size: 24px;
  color: #323a44;
  line-height: 2em; 
}
.body-container__about .hs_cos_wrapper_type_rich_text h1 {
  font-size: 80px;
  color: #323a44;
  line-height: 1.2em;
}
.about-us-pg .span6 {
  width: 47.25%;
  margin-left: 0;
}
.about-us-pg .span6:first-child {
  margin-right: 5.5%;
}
.about-bridging .span6 .hs_cos_wrapper_type_rich_text {
  margin-top: 24px;
  display: block;
}
.about-us-pg .hs_cos_wrapper_type_rich_text h2 {
  line-height: 1.5em;
}
.about-bridging .hs_cos_wrapper_type_linked_image img {
  display: block;
  padding-right: 10px;
} 
.about-bridging-grp{
  min-height: 730px;
}
.about-services-grp{
  background-image:linear-gradient(130deg,#783F89 0%,#EC2977 100%)!important;
}
.about-services-grp .hs_cos_wrapper_type_rich_text *,
.about-strategy .hs_cos_wrapper_type_rich_text *{
  color: #fff;
}
.about-services-grp .hs_cos_wrapper_type_linked_image img {
  padding-right: 8px;
  display: block;
}
.about-clients .hs_cos_wrapper_type_linked_image img,
.about-strategy .hs_cos_wrapper_type_linked_image img{
  padding-right: 8px;
  display: block;
}
.about-clients .hs_cos_wrapper_type_rich_text {
  margin-top: 72px;
  display: block;
}
.about-strategy {
  background-image:linear-gradient(130deg,#783F89 0%,#EC2977 100%);
  padding-top: 73px;
  padding-bottom: 5px;
}
.about-strategy .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-top: 53px;
}
.about-values .hs_cos_wrapper_type_rich_text h2,
.about-history .hs_cos_wrapper_type_rich_text h2{
  font-size: 46px;
}

.partnership-page .dnd-section>.row-fluid {
  width: 100%;
}
.partnership-page .cst-banner-grp .page-center .banner-content-grp h1 {
  padding-bottom: 10px;
}
.partnership-page .cst-strategy-grp .cst-title-col h2 {
  font-size: 23px;
}
.partnership-page .cst-strategy-grp.glbl-padding {
  padding-top: 0;
}
.partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item {
  width: 15.6%;
}
.partnership-page .cst-strategy-grp.glbl-padding .page-center.title-col {
  margin-bottom: -48px !important;
}
.partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item .inner-grp .content-grp .et_pb_blurb_container h4 {
  font-size: 20px;
  font-weight: 700;
}
.partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item:nth-child(2) .inner-grp .content-grp .et_pb_blurb_container h4 {
  margin-top: 10px;
}
.partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item .inner-grp {
  min-height: 340px;
}
.partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item:nth-child(3) .inner-grp .content-grp .et_pb_blurb_container h4 {
  margin-top: 26px;
}
.partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item:last-child .inner-grp .content-grp .et_pb_blurb_container h4 {
  margin-top: 42px;
}
.partnership-page .cst-strategy-grp.glbl-padding .cst-top-section {
  padding-bottom: 30px;
}
.partnership-page .cst-amberchat-grp span.image-holder img{
  display: block;
}
.partnership-page .cst-amberchat-grp.white .top-grp .page-center.top {
  padding: 0;
}
.partnership-page .partnership-abertrack .cst-amberchat-grp.white .top-grp .page-center.top .title-grp h3 {
  font-size: 26px;
}
.partnership-page .cst-testimonial-grp.cst-glbl-padding {
  padding-bottom: 16px;
}
.partnership-hipo .cst-amberchat-grp .cst-three-col-grp .page-center.clearfix,
.partnership-impact .cst-amberchat-grp .cst-three-col-grp .page-center.clearfix,
.partnership-leap .cst-amberchat-grp .cst-three-col-grp .page-center.clearfix,
.partnership-talentsee .cst-amberchat-grp .cst-three-col-grp .page-center.clearfix,
.partnership-amberchat .cst-amberchat-grp .cst-three-col-grp .page-center.clearfix{
  padding-top: 0;
}
.partnership-page .cst-amberchat-grp .cst-two-col-grp .cst-content-column .cst-content-grp {
  margin-bottom: 0;
  padding-bottom: 30px !important;
}
.partnership-page .partnership-amberchat .cst-testimonial-grp.cst-glbl-padding {
  padding-bottom: 46px;
}
.privacy-strategy .dnd-section>.row-fluid,
.privacy-definitions .dnd-section>.row-fluid{
  width: 100%;
} 
.privacy-page .body-container-wrapper .hs_cos_wrapper_type_rich_text ul {
  line-height: 26px;
  padding-bottom: 1em;
}
.privacy-page .cst-strategy-grp.glbl-padding h2 {
  padding-bottom: 7px;
  color: #000000;
}
.privacy-protection {
  padding-top: 16px;
  padding-bottom: 2px;
}
.tracking-page .banner-content-inner h4 {
  font-size: 26px;
}
.tracking-page .cst-banner-grp .page-center .banner-content-grp h1 {
  padding-bottom: 10px;
}
.tracking-page .dnd-section>.row-fluid{
  width: 100%;
} 
.tracking-page .cst-strategy-grp .cst-title-col h2 {
  font-size: 36px;
  margin-top: -1px;
  padding-bottom: 20px;
}
.tracking-page .cst-strategy-grp.glbl-padding {
  padding-top: 0;
}
.tracking-page .cst-strategy-grp .icon-with-content .cst-icon-content-item {
  width: 47.25%;
}
.tracking-page .cst-strategy-grp .icon-with-content .cst-icon-content-item .inner-grp .content-grp .et_pb_blurb_container h4 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 11px;
}
.tracking-page .cst-strategy-grp .icon-with-content .cst-icon-content-item .inner-grp {
  min-height: 340px;
}
.tracking-page .cst-strategy-grp .icon-with-content .cst-icon-content-item .inner-grp .content-grp .et_pb_blurb_container h4 + h4 {
  padding-bottom: 0;
}
.tracking-page .cst-amberchat-grp span.image-holder img {
  display: block;
}
.tracking-ambertrack .cst-testimonial-grp.cst-glbl-padding {
  padding-bottom: 16px;
}
.tracking-impact .cst-amberchat-grp.white .top-grp .page-center.top {
  padding: 0;
}
.technology-page .cst-banner-grp .page-center .banner-content-grp h1 {
  margin-bottom: 2.75%;
  padding-bottom: 10px;
}
.technology-page .cst-banner-grp .page-center .banner-content-grp h4 {
  padding-bottom: 5px;
}
.technology-page .dnd-section>.row-fluid {
  width: 100%;
}
.technology-page .cst-strategy-grp .icon-with-content .cst-icon-content-item {
  width: 22.75%;
  margin-right: 3%;
}
.technology-page .cst-strategy-grp .icon-with-content .cst-icon-content-item .inner-grp .content-grp .et_pb_blurb_container h4 + h4 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 0;
  margin-top: 5px;
  padding-bottom: 5px;
}
.technology-page .cst-strategy-grp .icon-with-content .cst-icon-content-item .inner-grp {
  min-height: 340px;
}
.technology-page .cst-strategy-grp .cst-btm-btn-grp .page-center {
  padding: 0;
}
.technology-page .cst-amberchat-grp .cst-two-col-grp .cst-accordion-grp .cst-accordion-item {
  margin-bottom: 4.6% !important;
}
.technology-page .cst-amberchat-grp {
  padding-bottom: 0;
}
.technology-assessment .cst-amberchat-grp .cst-two-col-grp .cst-content-column {
  padding-top: 3px;
}
.technology-tracking .image-holder img {
  display: block;
  margin-top: 18px;
}
.technology-offer .cst-amberchat-grp.white .top-grp .page-center.top {
  padding: 0;
}

sup {
  font-size: 100%;
  bottom: 0.8em;
  top: auto;
}
.partnership-leap .cst-amberchat-grp .cst-three-col-grp .page-center.clearfix .cst-three-col-item .inner-grp {
  min-height: 297px;
}
.partnership-leap .cst-amberchat-grp .cst-three-col-grp .page-center.clearfix .cst-three-col-item:first-child .inner-grp .btm-content-grp {
  margin-top: 48px;
}
.partnership-leap .cst-amberchat-grp .cst-three-col-grp .page-center.clearfix .cst-three-col-item:last-child .inner-grp .btm-content-grp {
  margin-top: 16px;
}






@media (min-width: 981px){  
  .et_pb_section {
    padding: 4% 0;
  }

}

@media only screen and (min-width: 1525px){
  .et_pb_section {
    padding: 61px 0;
  }
}


@media only screen and (max-width: 1526px){
  .about-us-pg .dnd-section,
  .tracking-page .dnd-section{
    padding: 2% 0;
  }
  .partnership-page .dnd-section,
  .privacy-page .dnd-section{
    padding: 2% 0;
  }
  .about-bridging .hs_cos_wrapper_type_linked_image img,
  .about-services-grp .hs_cos_wrapper_type_linked_image img,
  .about-clients .hs_cos_wrapper_type_linked_image img,
  .about-strategy .hs_cos_wrapper_type_linked_image img{
    padding-right: 0;
  }
  .about-clients .dnd-section {
    padding: 2.5% 0 !important;
  }
  .about-us-pg .banner-img img {
    margin: 0 auto -22px;
  }
  .partnership-page .body-container__partnership .dnd-section {
    padding-top: 2% !important;
  }
  .privacy-protection {
    padding-top: 0;
  }
  .tracking-page .cst-strategy-grp .cst-title-col h2 {
    padding-bottom: 3.5%;
  }
  .technology-page .cst-banner-grp .page-center .banner-content-grp h4 {
    padding-bottom: 11px;
  }
  .technology-page .cst-strategy-grp.glbl-padding .page-center.title-col {
    margin-bottom: -26px !important;
  }



}


@media only screen and (max-width: 980px){
  .about-us-pg .banner-img img {
    margin: 0 auto -22px;
  }
  .body-container__about .hs_cos_wrapper_type_rich_text h3 {
    font-size: 16px;
  }
  .body-container__about .hs_cos_wrapper_type_rich_text h1 {
    font-size: 40px;
  }
  .about-us-pg .span6:first-child {
    margin-right: 0;
  }
  .about-us-pg .span6 {
    width: 100%;
    margin-bottom: 30px;
  }
  .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
  .about-bridging-grp .dnd-section>.row-fluid,
  .about-clients .dnd-section>.row-fluid{
    flex-flow: column-reverse;
  }
  .et_pb_section {
    padding: 50px 0;
  }
  .about-us-pg .dnd-section,
  .partnership-page .dnd-section,
  .privacy-page .dnd-section,
  .tracking-page .dnd-section{
    padding: 30px 0;
  }
  .about-us-pg .widget-type-linked_image {
    width: 100%;
  }
  .partnership-page .body-container__partnership .dnd-section {
    padding-top: 30px !important;
  }
  .partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item {
    width: 47.25%;
  }
  .partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item:nth-child(even) {
    margin-right: 0;
  }
  .partnership-page .cst-strategy-grp .cst-title-col h2 {
    padding-bottom: 25px;
  }
  .partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item:nth-child(3n) {
    margin-right: 5.5%;
  } 
  .partnership-page .cst-amberchat-grp .cst-three-col-grp .page-center.clearfix {
    padding-top: 0;
  }
  .partnership-page .cst-amberchat-grp .cst-two-col-grp .cst-content-column .cst-content-grp {
    padding-bottom: 0 !important;
  }
  .partnership-hipo .cst-amberchat-grp .cst-two-col-grp .cst-image-grp {
    margin-bottom: 30px;
  }
  .privacy-protection {
    padding-top: 5px;
  }
  .tracking-page .cst-strategy-grp .icon-with-content .cst-icon-content-item {
    width: 100%;
    margin-right: 0;
  }
  .tracking-page .cst-strategy-grp .icon-with-content {
    overflow: visible;
  } 
  .tracking-page .cst-strategy-grp .cst-title-col h2 {
    padding-bottom: 20px;
  }
  .tracking-page .cst-strategy-grp .icon-with-content .cst-icon-content-item:last-child {
    margin-bottom: 0;
  }
  .technology-page .cst-strategy-grp .icon-with-content .cst-icon-content-item {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .technology-page .cst-strategy-grp .icon-with-content .cst-icon-content-item:nth-child(even) {
    margin-right: 0;
  }
  .technology-page .cst-banner-grp .page-center .banner-content-grp h1 {
    margin-bottom: 30px;
  }
  .technology-page .cst-banner-grp .page-center .banner-content-grp h4 {
    padding-bottom: 5px;
  }
  .technology-page .cst-strategy-grp.glbl-padding .page-center.title-col {
    margin-bottom: -33px !important;
  }
  .cst-strategy-grp .icon-with-content .cst-icon-content-item:nth-child(3n) {
    margin-right: 5.5%;
  }
  .about-services-grp .hs_cos_wrapper_type_rich_text p {
    padding-bottom: 1px;
  } 
  .about-services-grp.et_pb_section {
    padding-bottom: 20px;
  }
  .about-clients {
    padding-top: 2px;
    padding-bottom: 13px;
  }
  .about-strategy .span6:last-child,
  .about-history .span6:last-child{
    margin-bottom: 0;
  }
  .technology-page .cst-strategy-grp .icon-with-content .cst-icon-content-item:nth-child(3n) {
    margin-right: 5.5%;
  }
  .technology-page .cst-amberchat-grp .cst-two-col-grp .cst-accordion-grp .cst-accordion-item {
    margin-top: 4.6%!important;
  }
  .partnership-leap .cst-amberchat-grp .cst-three-col-grp .page-center.clearfix .cst-three-col-item .inner-grp {
    min-height: auto;
  }
  .partnership-leap .cst-three-col-grp.glbl-padding {
    padding-top: 30px;
  }



}


@media only screen and (max-width: 767px){
  .body-container__about .hs_cos_wrapper_type_rich_text h3 {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .body-container__about .hs_cos_wrapper_type_rich_text h1 {
    font-size: 32px;
  }
  .about-us-pg .dnd-section>.row-fluid{
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }
  .about-us-pg .row-fluid .span12 {
    width: 100%;
  }
  .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
  .about-bridging-grp .dnd-section>.row-fluid,
  .about-clients .dnd-section>.row-fluid{
    flex-flow: column-reverse;
  }
  .counter-grp .counter:last-child {
    clear: left;
  }
  .about-clients {
    padding-top: 14px;
  }
  .tracking-page .cst-testimonial-grp .page-center .testimonial-content-grp .highlight-main {
    font-size: 50px;
  }



}


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

  .partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item {
    width: 100%;
    margin-right: 0;
  } 
  .partnership-page .cst-strategy-grp .icon-with-content .cst-icon-content-item:nth-child(3n) {
    margin-right: 0;
  }
  .privacy-page .cst-strategy-grp .icon-with-content .cst-icon-content-item {
    width: 100%;
    margin-right: 0;
  }
  .technology-page .cst-strategy-grp .icon-with-content .cst-icon-content-item {
    width: 100%;
    margin-right: 0% !important;
  }


}


.assessment-page .body-container-wrapper .dnd-section>.row-fluid {
  width: 100%;
}

.assessment-page .cst-banner-grp .page-center .banner-content-grp h1 {
  padding-bottom: 10px;
}

.assessment-page .cst-exceptiona-techno-grp .equal-col {
  min-height: auto;
}

.assessment-page .cst-exceptiona-techno-grp .top-title-grp h2 {
  line-height: 1.6em;
}

.assessment-page .cst-exceptiona-techno-grp .cst-content-grp h3 {
  font-size: 20px;
}

.assessment-page .cst-amberchat-grp.white .top-grp .page-center.top {
  padding: 0;
}

.assessment-page .cst-testimonial-grp.cst-glbl-padding {
  padding-bottom: 16px;
}

.assessment-page .cst-amberchat-grp .cst-two-col-grp.left .cst-image-grp img {
  display: block;
}


.assessment-page .footer-top {
  padding-top: 40px;
}


.attraction-page .cst-banner-grp .page-center .banner-content-grp h1 {
  line-height: 1.33em;
  margin-top: -8px;
  padding-bottom: 0;
}

.attraction-page.assessment-page .cst-banner-grp .page-center .banner-content-grp h1 {
  line-height: 1.33em;
  padding-bottom: 5px;
}

.attraction-page.assessment-page .cst-banner-grp .page-center .banner-content-grp h4 {
  padding-bottom: 0;
  margin-bottom: -4px;
}

.cst-case-studies-type2-r1-grp.glbl-padding {
  padding: 0;
}

@media (min-width: 981px) {
  .assessment-page .cst-exceptiona-techno-grp .equal-col .cst-excepton-items {
    width: 22.75%;
    margin-right: 3%;
  }

  .assessment-page .cst-exceptiona-techno-grp .equal-col {
    padding-bottom: 2%;
  }

  .assessment-page .row-fluid-wrapper.dnd-section:last-child .cst-testimonial-grp.cst-glbl-padding {
    padding-bottom: 3.5%;
  }

  .attraction-page.assessment-page .cst-exceptiona-techno-grp .equal-col .cst-excepton-items {
    width: 29.6667%;
    margin-right: 5.5%;
  }

  .attraction-page .cst-exceptiona-techno-grp .equal-col .cst-excepton-items:last-child {
    margin-right: 0;
  }

  .assessment-page.attraction-page .row-fluid-wrapper.dnd-section:last-child .cst-testimonial-grp.cst-glbl-padding {
    padding-bottom: 7px;
  }
}
@media only screen and (min-width: 1525px){
  .assessment-page .cst-exceptiona-techno-grp .equal-col {
    min-height: auto;
    padding-bottom: 30px;
  }

  .assessment-page .row-fluid-wrapper.dnd-section:last-child .cst-testimonial-grp.cst-glbl-padding {
    padding-bottom: 55px;
  }

  .assessment-page.attraction-page .row-fluid-wrapper.dnd-section:last-child .cst-testimonial-grp.cst-glbl-padding {
    padding-bottom: 15px;
  }

}

@media (max-width: 980px) {
  .assessment-page .cst-exceptiona-techno-grp .equal-col .cst-excepton-items {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .assessment-page .cst-exceptiona-techno-grp .equal-col .cst-excepton-items:nth-child(even) {
    margin-right: 0;
  }

  .assessment-page .footer-top-section {
    margin-top: 0;
  }

  .assessment-page .footer-top {
    padding-top: 5px;
  }

  .assessment-page .row-fluid-wrapper.dnd-section:last-child .cst-testimonial-grp.cst-glbl-padding {
    padding-bottom: 37px;
  }

  .assessment-page .cst-amberchat-grp .cst-two-col-grp.left .cst-content-column {
    margin-bottom: 0;
  }

  .attraction-page.assessment-page .cst-banner-grp .page-center .banner-content-grp h1 {
    line-height: 1.45em;
    padding-bottom: 5px;
    margin-top: -6px;
  }

  .attraction-page.assessment-page .cst-banner-grp .page-center .banner-content-grp h4 {
    margin-bottom: 1px;
  }

  .attraction-page.assessment-page .cst-exceptiona-techno-grp .equal-col .cst-excepton-items {
    width: 100%;
  }

  .assessment-page .row-fluid-wrapper.dnd-section:last-child .cst-testimonial-grp.cst-glbl-padding {
    padding-bottom: 8px;
  }
}

@media (max-width: 479px) {
  .assessment-page .cst-exceptiona-techno-grp .equal-col .cst-excepton-items {
    width: 100%;
    margin-right: 0;
  }

  .attraction-page.assessment-page .cst-banner-grp .page-center .banner-content-grp h1 {
    line-height: 1.2em;
    margin-top: 0;
  }

  .attraction-page.assessment-page .cst-amberchat-grp .top-grp .title-grp h2 {
    font-size: 38px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
.banner-section .dnd-section>.row-fluid {
  max-width: 100%!important;
  width: 100%;
}
.cst-fll-r1-grp .page-center .widget-type-rich_text p:last-of-type {
  padding-bottom: 0;
}
.et-waypoint:not(.et_pb_counters) {
  opacity: 0;
}
@media (min-width: 981px) {
  .glbl-padding .page-center {
    padding: 2% 0;
  }
  .cst-glbl-padding {
    padding: 4% 0;
  }
  .cst-glbl-padding .page-center {
    padding: 2% 0;
  }
}
@media only screen and (min-width: 1525px) {
  .glbl-padding .page-center {
    padding: 30px 0;
  }
  .cst-glbl-padding {
    padding: 61px 0;
  }
  .cst-glbl-padding .page-center {
    padding: 30px 0;
  }
}
@media (max-width: 980px) {
  .glbl-padding .page-center {
    padding: 30px 0;
  }
  .cst-glbl-padding {
    padding: 50px 0;
  }
  .cst-glbl-padding .page-center {
    padding: 30px 0;
  }
}





/**************** Hover Example Page ********************/

.hvr-example-pge .footer-top-section {
  display: none;
}

.contact-pge .cst-banner-grp .page-center .banner-content-grp h1 {
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cst-contact-r1-grp .cst-r1-contact-section {
  text-align: center;
  padding-top: 10px;
}


.cst-contact-r2-grp .cst-contact-r2-left-col {
  width: 47.25%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.cst-contact-r2-grp .cst-contact-r2-left-col .widget-type-linked_image img {
  position: relative;
  vertical-align: middle;
}
.cst-contact-r2-grp .cst-contact-r2-left-col .widget-type-linked_image {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.cst-contact-r2-grp .cst-contact-r2-right-col {
  width: 47.25%;
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.cst-contact-r3-grp .widget-type-rich_text p:last-of-type {
  padding: 0;
}
.cst-contact-r2-grp .cst-contact-r2-right-col .cst-btn-grp {
  text-align: center;
  position: relative;
  top: 174px;
  bottom: auto;
  left: -24px;
  right: auto;
}
.et-waypoint:not(.et_pb_counters) {
  opacity: 0;
}

.et_pb_animation_top.et-animated {
  opacity: 1;
  -webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}


/* Transitions */
@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%); }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0); } }

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%); }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0); } }

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0); }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%); } }

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0); }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%); } }

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%); }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0); } }

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%); }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0); } }

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0); }
  100% {
    opacity: 0;
    -webkit-transform: translatey(60%); } }

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0); }
  100% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-70%); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%); } }

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1); } }

@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slideWidth {
  0% {
    width: 0; }
  100% { } }

@keyframes slideWidth {
  0% {
    width: 0; }
  100% { } }

@-webkit-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%); }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0); } }

@keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%);
    transform: translatey(-5%); }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0); } }


@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }







@media (max-width: 980px) {
  .cst-contact-r2-grp .cst-contact-r2-left-col {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .cst-contact-r2-grp .cst-contact-r2-right-col {
    width: 100%;
  }
  .cst-contact-r2-grp .cst-contact-r2-right-col .cst-btn-grp {
    top: 0;
    left: 0;
  }
}



p:last-of-type {
  padding-bottom: 0;
}
/******* Team Page ***************/

.team-pge .header-grp {
  min-height: 81px;
}

.cst-team-r2-grp .three-col .dnd-section>.row-fluid .span4:last-child {
  margin-right: 0;
}
.cst-team-r2-grp .three-col .dnd-section>.row-fluid .span4 {
  width: 29.6667%;
  margin-right: 5.5%;
  margin-left: 0;
}
.cst-team-r2-grp .three-col .dnd-section>.row-fluid .span4:last-child .cst-team-member-card .non-hvr h2 img {
  margin-bottom: 13px;
}
.team-pge .footer-top-section {
  margin-top: -69px;
}


.cst-offr-mngemnt-r1-grp {
  padding-top: 2px;
  padding-bottom: 6px;
}

.offr-mngemnt-pge .dnd-section>.row-fluid {
  width: 100%;
}

.offr-mngemnt-pge .footer-top-section {
  margin-top: -69px;
}
.cst-offr-mngemnt-r4-grp.cst-glbl-padding {
  padding-bottom: 0;
}

.rpo-pge .cst-banner-grp .page-center {
  padding-bottom: 2px;
}
.rpo-pge .dnd-section>.row-fluid {
  width: 100%;
}
.cst-rpo-r4-grp .cst-testimonial-grp {
  padding-top: 15px;
  padding-bottom: 17px;
}
.cst-rpo-r5-grp .cst-content-image-grp.right .cst-content-grp .inner-grp {
  padding-bottom: 0px!important;
  margin-top: 15px!important;
}
.cst-rpo-r5-grp .cst-content-image-grp.right .page-center.clearfix {
  padding-bottom: 0;
}
.cst-rpo-r6-grp .cst-content-image-grp.left .page-center.clearfix .cst-image-grp .image-holder span.image-wrap img {
  margin: 0;
}
.cst-rpo-r6-grp .cst-content-image-grp.left .page-center.clearfix .cst-image-grp .image-holder {
  text-align: left;
}

.cst-rpo-r6-grp .cst-content-image-grp.left .page-center.clearfix {
  margin-top: 20px!important;
  margin-right: auto!important;
  margin-bottom: 20px!important;
  margin-left: auto!important;
}
.cst-rpo-r7-grp .cst-content-image-grp.right {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cst-rpo-r6-grp .cst-content-image-grp.left {
  padding-top: 0px;
  padding-bottom: 2px;
}
.cst-rpo-r7-grp .cst-content-image-grp.right .cst-image-grp .image-holder .image-wrap {
  display: block;
}
.cst-rpo-r7-grp .cst-content-image-grp.right .cst-image-grp .image-holder .image-wrap img {
  width: 100%;
}
.cst-rpo-r8-grp .cst-content-image-grp.left {
  padding: 0;
}
.cst-rpo-r7-grp .cst-content-image-grp.right .cst-content-grp .inner-grp {
  padding-bottom: 0px!important;
  margin-top: 15px!important;
}
.cst-rpo-r8-grp .cst-content-image-grp.left {
  padding-top: 0px;
  padding-bottom: 2px;
}
.cst-rpo-r8-grp .cst-content-image-grp.left .page-center.clearfix .image-holder span.image-wrap img {
  width: 100%;
}
.cst-rpo-r8-grp .cst-content-image-grp.left .page-center.clearfix .image-holder span.image-wrap {
  width: 100%;
}

.cst-rpo-r8-grp .cst-content-image-grp.left .page-center.clearfix {
  margin-top: 34px !important;
  padding-bottom: 7px;
}

.services-pge .dnd-section>.row-fluid,
.join-team-pge .dnd-section>.row-fluid {
  width: 100%;
}

.services-pge .header-grp {
  min-height: 81px;
}

.services-pge .cst-banner-grp .page-center .banner-content-grp h1 {
  padding-bottom: 10px;
}

.cst-services-r1-grp .cst-strategy-grp .cst-btm-btn-grp {
  padding-top: 0px;
  padding-bottom: 15px;
}

.cst-services-r3-grp .cst-amberchat-grp.color {
  padding-top: 3px;
  padding-bottom: 0px;
}
.cst-services-r3-grp .cst-amberchat-grp.color .cst-two-col-grp .cst-accordion-grp .cst-accordion-item {
  margin-bottom: 5.5%!important;
}
.cst-services-r4-grp .cst-testimonial-grp {
  padding-bottom: 0;
}
.cst-services-r5-grp .cst-amberchat-grp {
  padding-top: 3px;
  padding-bottom: 1px;
}
.cst-services-r5-grp .cst-amberchat-grp .top-grp .title-grp h3.sub-title {
  text-align: left;
}
.cst-services-r5-grp .cst-amberchat-grp .cst-two-col-grp .cst-image-grp .btm-content-grp {
  margin-top: -5px !important;
}
.cst-services-r5-grp .cst-amberchat-grp .cst-two-col-grp .cst-content-column .cst-accordion-grp .cst-accordion-item:nth-child(3) {
  margin-top: 4.6%!important;
  margin-bottom: 4.6%!important;
}
.cst-services-r5-grp .cst-amberchat-grp .cst-two-col-grp .cst-content-column .cst-accordion-grp .cst-accordion-item:nth-child(2) {
  margin-bottom: 5.5%!important;
}
.cst-services-r5-grp .cst-amberchat-grp .cst-two-col-grp.left .cst-image-grp .btm-content-grp {
  margin-top: -5px !important;
}
.cst-services-r7-grp .cst-testimonial-grp {
  padding-bottom: 15px;
}
.cst-services-r6-grp .cst-amberchat-grp.color {
  padding-top: 3px;
  padding-bottom: 3px;
}
.cst-services-r8-grp .cst-amberchat-grp {
  padding-top: 3px;
  padding-bottom: 0px;
}

.cst-services-r9-grp .cst-amberchat-grp.color {
  padding-top: 3px;
  padding-bottom: 0px;
}
.cst-services-r10-grp .cst-testimonial-grp {
  padding-bottom: 0;
}

.cst-services-r10-grp .cst-testimonial-grp p {
  padding-bottom: 3em;
}
.services-pge .footer-top-section {
  margin-top: -69px;
}

.join-team-pge .header-grp {
  min-height: 81px;
}

.cst-join-team-r1-grp .cst-content-image-grp {
  padding: 0;
}

.cst-join-team-r1-grp .cst-content-image-grp.left .cst-image-grp .image-holder span.image-wrap img {
  margin: 0;
}
.cst-join-team-r2-grp .cst-cntn-top-icon-grp {
  padding-top: 6px;
  padding-bottom: 19px;
}
.cst-join-team-r2-grp .cst-cntn-top-icon-grp .page-center.clearfix {
  margin-bottom: -28px!important;
}
.cst-join-team-r3-grp .cst-content-image-grp.right .cst-content-grp {
  width: 57.8%;
}
.cst-join-team-r3-grp .cst-content-image-grp.right .cst-image-grp .image-holder {
  text-align: center;
}
.cst-join-team-r3-grp .cst-content-image-grp.right .cst-image-grp {
  width: 36.7%;
}
.cst-join-team-r3-grp .cst-content-image-grp.right .cst-content-grp h2 {
  line-height: 1.4em;
  margin-top: 2px;
}
.cst-join-team-r3-grp .cst-content-image-grp.right .cst-image-grp .image-holder .image-wrap {
  margin-top: 2px;
}
.cst-join-team-r3-grp .cst-content-image-grp {
  margin-bottom: -69px;
}
.join-team-pge .footer-top-section {
  margin-top: 0px;
}
.banner-area .dnd-section {
  padding: 0 !important;
}

.case-studies-pge .header-grp {
  min-height: 81px;
}

.case-studies-pge .cst-banner-grp .page-center .banner-content-grp h1 {
  padding-bottom: 14px;
}

.case-studies-pge .dnd-section>.row-fluid {
  width: 100%;
}
.case-studies-pge .footer-top-section {
  margin-top: -69px;
}

.case-studies-type2-pge .header-grp {
  min-height: 81px;
}

.case-studies-type2-pge .cst-banner-grp .page-center .banner-content-grp h1 {
  margin-bottom: 2.75%;
  line-height: 1.23em;
  margin-top: -1px;
  padding-bottom: 11px;
}

.cst-case-studies-type2-r1-grp {
  background-color: #F2F2FA;
}

.cst-case-studies-type2-r1-grp .inner .left-col-grp {
  width: 47.25%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  min-height: 1px;
}

.cst-case-studies-type2-r1-grp .inner .right-col-grp {
  width: 47.25%;
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.cst-case-studies-type2-r1-grp .inner .left-col-grp .cst-r1-case-studies-type2-left-col-section {
  position: relative;
  top: 164px;
  bottom: auto;
  left: 0px;
  right: auto;
  text-align: center;
  display: block;
}
.cst-case-studies-type2-r1-grp .inner .right-col-grp .cst-accordion-grp .cst-accordion-item:nth-child(2) {
  margin-top: 4.6%;
  margin-bottom: 4.6%;
}
.cst-case-studies-type2-r1-grp .inner .right-col-grp .cst-accordion-grp .cst-accordion-item:nth-child(3) {
  margin-top: 4.6%;
  margin-bottom: 4.6%;
}
.cst-case-studies-type2-r1-grp .inner .right-col-grp .cst-accordion-grp .cst-accordion-item:last-child {
  margin-bottom: 12%;
}
.cst-case-studies-type2-r1-grp .page-center {
  padding-bottom: 0;
}
.case-studies-type2-pge .dnd-section>.row-fluid {
  width: 100%;
}
.cst-case-studies-type2-r2-grp .cst-testimonial-grp {
  padding-top: 20px;
  padding-bottom: 34px;
}

.cst-case-studies-type2-r3-grp .inner .left-col-grp {
  width: 47.25%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  min-height: 1px;
}
.cst-case-studies-type2-r1-grp.glbl-padding {
  padding: 0;
}
.cst-case-studies-type2-r3-grp .inner .right-col-grp {
  width: 47.25%;
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.cst-r6-hme-grp .page-center .title-wrapper {
  margin-bottom: 2.75%;
  text-align: center;
}
.cst-case-studies-type2-r4-grp {
  padding-top: 5px;
  padding-bottom: 0px;
}
.cst-r6-hme-grp .cst-video-grp .cst-video {
  margin: 0;
}
.cst-case-studies-type2-r4-grp .page-center {
  padding-top: 62px;
  padding-bottom: 30px;
}

.cst-case-studies-type2-r4-grp .page-center {
  padding-top: 62px;
}

.cst-content-left-image-grp .inner .left-col {
  width: 47.25%;
  margin-right: 5.5%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}

.cst-content-left-image-grp .inner .left-col .image-wrapper {
  position: relative;
  top: 118px;
  bottom: auto;
  left: 0px;
  right: auto;
  text-align: center;
}
.et_animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
} 
/* Fold: Top */
@-webkit-keyframes et_pb_foldTop {
  to {
    opacity: 1;
    -webkit-transform: perspective(0px) rotateX(0deg);
    transform: perspective(0px) rotateX(0deg); } }

@keyframes et_pb_foldTop {
  to {
    opacity: 1;
    -webkit-transform: perspective(0px) rotateX(0deg);
    transform: perspective(0px) rotateX(0deg); } }
.et_animated.animated {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-name: et_pb_foldTop;
  animation-name: et_pb_foldTop;
}


/****************** Homepage styling *****************/

.hme-pge .dnd-section {
  padding: 0;
}
.hme-pge .dnd-section>.row-fluid {
  width: 100% !important;
  max-width: 100% !important;
}

.hme-pge .header-grp {
  min-height: 81px;
}

.cst-r1-hme-grp .cst-r1-c1-hme-wrapper {
  padding-bottom: 0;
  text-align: center;
}

.cst-r2-hme-grp .cst-strategy-grp.image {
  background-color: #783f89!important;
  padding: 0;
}

.cst-r2-hme-grp .cst-strategy-grp.image .cst-top-section .title-col {
  padding-bottom: 0px!important;
  padding-top: 30px!important;
  margin-bottom: 0!important;
  color: #fff;
}
.cst-r2-hme-grp .cst-strategy-grp.image .cst-top-section .title-col .cst-title-col {
  padding: 0;
}

.cst-r2-hme-grp .cst-strategy-grp.image .cst-top-section .title-col .cst-title-col h2 {
  color: #fff;
  line-height: 1.6em;
}
.cst-r2-hme-grp .cst-strategy-grp.image .cst-btm-btn-grp.glbl-padding .page-center {
  padding-top: 22px!important;
  min-height: 116px;
}
.cst-r2-hme-grp .cst-strategy-grp.image .cst-top-section .page-center.icon-with-content {
  padding-bottom: 20px;
}

.cst-r7-hme-grp .page-center {
  padding-top: 0px!important;
  padding-bottom: 19px!important;
}
.cst-r9-hme-grp .cst-our-clients-grp .cst-cliet-grp .cst-clietn-items:nth-child(2) .et_pb_blurb_description {
  padding: 0;
}
.cst-r9-hme-grp .cst-our-clients-grp .cst-cliet-grp .cst-clietn-items .inner-grp .inner .et_pb_blurb_container p span {
  color: #323a44;
}

.cst-11-hme-grp .cst-strategy-grp .cst-title-col {
  margin-top: 17px;
  padding: 0;
}
.cst-11-hme-grp .cst-strategy-grp .cst-title-col h2 {
  color: #fff;
}
.cst-r10-hme-grp .cst-btn-grp a {
  padding-top: 18px!important;
  padding-right: 34px!important;
  padding-bottom: 18px!important;
  padding-left: 34px!important;
}

.cst-11-hme-grp .cst-strategy-grp.glbl-padding .page-center.title-col {
  margin-bottom: 0!important;
  padding: 0!important;
}
.cst-12-hme-grp .cst-testimonial-grp {
  padding-bottom: 0px;
}
.cst-12-hme-grp .cst-testimonial-grp .testimonial-content-grp p {
  padding-bottom: 1em;
}
.cst-13-hme-grp .page-center .left-col-grp .cst-home-r13-left-section {
  padding-bottom: 0px;
  width: 93%;
  text-align: left;
  margin-left: 0;
}
.cst-13-hme-grp .page-center .right-col-grp {
  width: 47.25%;
  float: left;
  background-position: center;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.cst-13-hme-grp {
  padding-top: 25px;
  padding-bottom: 16px;
}

.cst-13-hme-grp .page-center {
  margin-top: -22px!important;
}
.cst-13-hme-grp .page-center .right-col-grp .widget-type-rich_text {
  margin-bottom: 5.82%;
  margin-top: 34px;
}
.cst-13-hme-grp .page-center .left-col-grp {
  width: 47.25%;
  margin-right: 5.5%;
  float: left;
  min-height: 1px;
}
.cst-13-hme-grp .page-center .right-col-grp .cst-btn-grp {
  text-align: left;
}
.cst-13-hme-grp .page-center .right-col-grp .widget-type-rich_text p {
  color: #fff;
}
.cst-13-hme-grp .page-center .right-col-grp .widget-type-rich_text h2 {
  color: #ffffff!important;
  line-height: 1.3em;
}
.hme-pge .footer-top-section {
  margin-top: -69px;
  clear: both;
}
.cst-13-hme-grp .page-center .right-col-grp .cst-btn-grp a {
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 2px solid;
  color: #FFF;
  font-family: Panton,Lato,sans-serif;
  transition: all 300ms ease 0ms;
  display: inline-block;
  font-size: 16px;
  background-color: #f06825;
  border-width: 0px!important;
  border-radius: 8px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 2px;
  padding-top: 20px!important;
  padding-right: 48px!important;
  padding-bottom: 20px!important;
  padding-left: 48px!important;
}

.cst-13-hme-grp {
  position: relative;
  background-color: #FFF;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hme-pge .footer-top-section .footer_et_pb_text_12 {
  padding-top: 48px;
}


.cst-13-g-grp {
  padding-bottom: 0px;
  background-color: #323a44;
}
.cst-13-g-grp .page-center.clearfix {
  padding-top: 0px!important;
}

.tracking-impact .cst-testimonial-grp {
  padding-bottom: 0;
}
.tracking-impact .cst-testimonial-grp {
  padding-bottom: 17px;
}

.services-pge .cst-strategy-grp .icon-with-content .cst-icon-content-item .inner-grp {
  cursor: default;
}

.cst-services-r3-grp .cst-amberchat-grp.white {
  background-image: linear-gradient( 180deg,#ffffff 0%,#F4F4FB 100%)!important;
}

cite, em, i {
  font-style: italic;
}

@media (min-width: 981px) {
  .cst-services-r2-grp .cst-amberchat-grp .top-grp .page-center,
  .cst-services-r5-grp .cst-amberchat-grp .top-grp .page-center.top,
  .cst-services-r8-grp .cst-amberchat-grp .top-grp .page-center {
    padding: 2% 0;
  }
  .tracking-impact .footer_et_pb_text_12 {
    padding-top: 34px;
  }
}
@media only screen and (min-width: 1525px) {
  .cst-services-r2-grp .cst-amberchat-grp .top-grp .page-center,
  .cst-services-r5-grp .cst-amberchat-grp .top-grp .page-center.top,
  .cst-services-r8-grp .cst-amberchat-grp .top-grp .page-center {
    padding: 30px 0;
  }
}

@media (max-width: 980px) {

  .cst-team-r2-grp .three-col .dnd-section>.row-fluid .span4 {
    width: 100%!important;
    margin-right: 0;
    margin-bottom: -15px;
  }
  .cst-team-r2-grp .three-col .dnd-section>.row-fluid .span4:last-child {

  }
  .rpo-pge .cst-banner-grp.no-parallax {
    padding-top: 0px;
    padding-bottom: 2px;
  }
  .cst-strategy-grp .icon-with-content {
    overflow: hidden;
  }
  .cst-services-r2-grp .cst-amberchat-grp .top-grp .page-center,
  .cst-services-r5-grp .cst-amberchat-grp .top-grp .page-center.top,
  .cst-services-r8-grp .cst-amberchat-grp .top-grp .page-center {
    padding: 30px 0;
  }
  .cst-services-r2-grp .cst-amberchat-grp .cst-two-col-grp.left .cst-content-column {
    margin-bottom: 0;
  }
  .cst-services-r3-grp .cst-amberchat-grp.color .top-grp .page-center.top {
    padding: 30px 0;
  }
  .cst-services-r3-grp .cst-amberchat-grp.color .cst-two-col-grp .cst-accordion-grp .cst-accordion-item:last-child {
    margin-bottom: 4% !important;
  }
  .cst-services-r4-grp .cst-testimonial-grp .page-center .testimonial-content-grp .highlight-main {
    font-size: 32px;
  }
  .cst-services-r5-grp .cst-amberchat-grp .cst-two-col-grp.left .cst-image-grp {
    padding-bottom: 50px;
  }
  .cst-services-r5-grp .cst-amberchat-grp .cst-two-col-grp.left .cst-content-column {
    margin-bottom: 0;
  }
  .cst-services-r6-grp .cst-amberchat-grp.color .top-grp .page-center.top {
    padding: 30px 0;
  }
  .cst-services-r8-grp .cst-amberchat-grp .cst-two-col-grp.left .cst-content-column {
    margin-bottom: 10px;
  }
  .cst-services-r9-grp .cst-amberchat-grp.color .top-grp .page-center.top {
    padding: 30px 0;
  }
  .cst-services-r9-grp .cst-amberchat-grp .top-grp .title-grp {
    width: 100%;
  }
  .cst-services-r10-grp .cst-testimonial-grp .page-center .testimonial-content-grp .highlight-main {
    font-size: 32px;
  }
  .cst-services-r5-grp .cst-amberchat-grp .cst-two-col-grp.left .cst-image-grp {
    padding-bottom: 82px;
  }
  .cst-services-r7-grp .cst-testimonial-grp .page-center .testimonial-content-grp .highlight-main {
    font-size: 50px;
  }
  .cst-services-r10-grp .cst-testimonial-grp .page-center .testimonial-content-grp .highlight-main {
    font-size: 24px;
  }
  .cst-join-team-r3-grp .cst-content-image-grp.right .cst-content-grp {
    order: 1;
  }
  .cst-join-team-r3-grp .cst-content-image-grp.right .cst-image-grp {
    margin-bottom: 0;
  }
  .case-studies-type2-pge .cst-banner-grp .page-center .banner-content-grp h1 {
    margin-bottom: 30px;
  }
  .cst-case-studies-type2-r1-grp .inner .left-col-grp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 19px;
  }
  .cst-case-studies-type2-r1-grp .inner .left-col-grp .cst-r1-case-studies-type2-left-col-section {
    top: 0;
  }
  .cst-case-studies-type2-r1-grp .inner .right-col-grp {
    width: 100%;
  }
  .cst-case-studies-type2-r3-grp .inner .left-col-grp {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .cst-case-studies-type2-r3-grp .inner .right-col-grp {
    width: 100%;
  }
  .cst-r2-hme-grp .cst-strategy-grp.image .cst-top-section .icon-with-content.col-width4 .cst-icon-content-item:nth-child(2) {
    margin-right: 0;
  }
  .cst-r2-hme-grp .cst-strategy-grp.image .cst-top-section .icon-with-content.col-width4 .cst-icon-content-item {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .cst-r2-hme-grp .cst-strategy-grp.image .cst-top-section .icon-with-content.col-width4 .cst-icon-content-item:nth-child(3) {
    margin-bottom: 0;
  }
  .cst-13-hme-grp .page-center .left-col-grp {
    width: 100%;
    margin-right: 0;
  }
  .cst-13-hme-grp .page-center .right-col-grp {
    width: 100%;
  }
  .cst-13-hme-grp .page-center .left-col-grp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cst-13-hme-grp .page-center .right-col-grp .widget-type-rich_text {
    margin-bottom: 30px;
  }
  .cst-13-hme-grp .page-center .right-col-grp .cst-btn-grp {
    margin-bottom: 5px;
  }
  .hme-pge .footer-top-section .footer_et_pb_text_12 {
    padding-top: 0;
  }
  .cst-rpo-r3-grp .cst-content-image-grp.gradient .cst-content-grp p:last-child {
    padding-bottom: 1em;
  }
  .cst-13-hme-grp .page-center .left-col-grp .cst-home-r13-left-section {
    margin-left: auto;
    margin-right: auto;
  }
  .cst-13-hme-grp .page-center .left-col-grp .cst-home-r13-left-section img {
    display: block;
  }
}


@media only screen and (max-width: 767px) {
  .cst-services-r4-grp .cst-testimonial-grp .page-center .testimonial-content-grp .highlight-main {
    font-size: 24px;
  }
  .cst-case-studies-type2-r2-grp .cst-testimonial-grp .page-center .testimonial-content-grp .highlight-main {
    font-size: 50px;
  }
  .cst-r5-hme-grp .counter-grp .counter .percent p {
    font-size: 72px;
  }
  .cst-r6-hme-grp .page-center .title-wrapper {
    margin-bottom: 30px;
  }
  .cst-r9-hme-grp .cst-our-clients-grp .cst-cliet-grp {
    margin-top: -15px!important;
  }
  .cst-12-hme-grp .cst-testimonial-grp .page-center .testimonial-content-grp .highlight-main {
    font-size: 50px;
  }
  .cst-13-hme-grp .page-center .left-col-grp .cst-home-r13-left-section {
    margin-left: auto;
    margin-right: auto;
  }
  .cst-r2-hme-grp .cst-strategy-grp.image .cst-top-section .icon-with-content.col-width4 .cst-icon-content-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cst-r2-hme-grp .cst-strategy-grp.image .cst-top-section .icon-with-content.col-width4 .cst-icon-content-item:nth-child(3) {
    margin-bottom: 30px;
  }
  .cst-strategy-grp.image .cst-top-section .icon-with-content.col-width4 .cst-icon-content-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .cst-r3-hme-grp .cst-our-clients-grp .cst-cliet-grp .cst-clietn-items:nth-child(2) .inner-grp {
    min-height: 328px;
  }
  .cst-13-hme-grp .page-center .left-col-grp .cst-home-r13-left-section {
    margin: 0 auto;
  }
  .cst-case-studies-type2-r2-grp .cst-testimonial-grp .page-center .testimonial-content-grp .highlight-main {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .cst-strategy-grp .icon-with-content .cst-icon-content-item {
    width: 100%;
    margin-right: 0;
  }
  .cst-r8-hme-grp .cst-strategy-grp .icon-with-content .cst-icon-content-item {
    width: 100%;
    margin-right: 0;
  }
  .cst-r8-hme-grp .cst-strategy-grp .icon-with-content .cst-icon-content-item:nth-child(4),
  .cst-r8-hme-grp .cst-strategy-grp .icon-with-content .cst-icon-content-item:nth-child(5) {
    margin-bottom: 30px;
  }
  .cst-11-hme-grp .cst-strategy-grp .icon-with-content .cst-icon-content-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .cst-11-hme-grp .cst-strategy-grp .icon-with-content .cst-icon-content-item:last-child {
    margin-bottom: 0;
  }
  .cst-13-hme-grp .page-center .left-col-grp .cst-home-r13-left-section img {
    display: block;
  }
  .page-header h1 {
    font-size: 35px;
  }
  .page-header h2 {
    font-size: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
article, aside, footer, header, hgroup, nav, section {
  display: block;
}
#main-header {
  -webkit-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}
#main-header {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  position: relative;
  z-index: 99;
}
#main-header {
  position: fixed;
  min-height: 82px;
}
#main-header, #et-top-navigation {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
.container.et_menu_container {
  z-index: 99;
}
.logo_container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.et_header_style_left .logo_container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.logo_container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right:0;
}
#logo {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  max-height: 54%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
}
#logo {
  width: 100%!important;
  max-width: 178px;
}
#et-top-navigation {
  font-weight: 600;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  float: right;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 32px 0 0 0;
}
nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu {
  float: left;
}
#top-menu-nav, #top-menu {
  line-height: 0;
}
nav#top-menu-nav > ul.level-1, nav#top-menu-nav > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#top-menu {
  float: left;
}
#top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
}

.nav li {
  position: relative;
  line-height: 1em;
}

ul li {
  font-family: Panton,Lato,sans-serif!important;
}
#et_mobile_nav_menu {
  float: right;
  display: none;
}
.et_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
nav#top-menu-nav>ul.level-1 > li.has-submenu > a {
  padding-right: 20px;
}
nav#top-menu-nav>ul.level-1 > li > a {
  font-family: Panton,Lato,sans-serif;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #323a44;
  padding-bottom: 32px;
}
nav#top-menu-nav>ul.level-1 > li > a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
nav#top-menu-nav>ul.level-1 > li.has-submenu > ul {
  min-width: 340px;
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2EA3F2;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translate3d(0, 0, 0);
  text-align: left;
  border-color: #ec2977;
}

nav#top-menu-nav>ul.level-1 > li.has-submenu:hover > ul {
  opacity: 1;
  visibility: visible;
}

nav#top-menu-nav>ul.level-1>li.has-submenu>ul > li {
  padding: 0 20px;
  margin: 0;
  width: 100%;
  position: relative;
  line-height: 2em;
}
nav#top-menu-nav>ul.level-1>li.has-submenu>a:after {
  font-family: 'ETmodules';
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}
nav#top-menu-nav>ul.level-1>li.has-submenu>ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0.7;
}
.et_search_form_container {
  animation: none;
  -o-animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}
.et_pb_search_form_hidden {
  -webkit-animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_search_outer .page-center #hs_cos_wrapper_site_search_desk {
  width: 100%;
  height: 100%;
}
.container.et_search_form_container.et_pb_search_form_hidden {
  z-index: 1 !important;
}
.container.et_menu_container {
  position: relative;
}
.et_search_outer.rem-hid {
  overflow: visible; 
} 
.et_search_outer .page-center .hs-search-field ul.hs-search-field__suggestions {
  max-width: 90%;
  position: absolute;
  width: 100%;
  right: 30px;
}
.et_search_outer .hs-search-field.hs-search-field--open {
  max-width: 986px;
  float: right;
}
nav#top-menu-nav>ul.level-1>li.has-submenu>ul > li > a {
  width: 320px;
  padding: 6px 20px;
  color: #323a44;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  display: block;
}
#top-menu li.request-demo:hover {
  color: #fff!important;
  background-color: #F06825;
  border: 2px solid #F06825;
}
#top-menu li.request-demo {
  padding-right: 0;
  width: 210px;
  height: 45px;
  text-align: center;
  padding-top: 14px;
  margin-top: -12px;
  border-radius: 4px;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #412562;
  border: 2px solid #412562;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
#et_top_search {
  float: right;
  margin: 3px 0 0 22px;
  position: relative;
  display: block;
  width: 18px;
  cursor: pointer;
}
.et-pb-arrow-prev:before, .et-pb-arrow-next:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .et_overlay:before, #et_search_icon:before, .mobile_menu_bar:before, .et-social-icon a:before, .et_pb_social_icon a.icon:before, .et_pb_font_icon:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, #et-info-phone:before, #et-info-email:before, .et-cart-info span:before, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, a.et_pb_more_button:after, .et_pb_newsletter_button:after, .comment-reply-link:after, .form-submit .et_pb_button:after, .et_pb_contact_submit:after, .et_pb_contact_reset:after, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .woocommerce button.single_add_to_cart_button.button:after, .woocommerce a.button.alt:after, .woocommerce-page a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce-page button.button.alt:after, .woocommerce input.button.alt:after, .woocommerce-page input.button.alt:after, .woocommerce #respond input#submit.alt:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce #content input.button.alt:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page a.button:after, .woocommerce button.button:after, .woocommerce-page button.button:after, .woocommerce input.button:after, .woocommerce-page input.button:after, .woocommerce #respond input#submit:after, .woocommerce-page #respond input#submit:after, .woocommerce #content input.button:after, .woocommerce-page #content input.button:after {
  font-family: 'ETmodules' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -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: 0px 0px;
}
nav#top-menu-nav>ul.level-1> li.request-demo > a {
  color: #fff;
}
.et_search_outer .page-center {
  width: 100%!important;
  max-width: 100%!important;
  padding-right: 30px;
  padding-left: 30px;
}
#et_search_icon:before {
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
}
.et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page, .et_nav_text_color_light #top-menu>li>a, .et_nav_text_color_dark #top-menu>li>a, #top-menu a, .et_mobile_menu li a, .et_nav_text_color_light .et_mobile_menu li a, .et_nav_text_color_dark .et_mobile_menu li a, #et_search_icon:before, .et_search_form_container input, span.et_close_search_field:after, #et-top-navigation .et-cart-info {
  color: #323a44;
}

.et_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.et_search_outer .hs-search-field form {
  border-color: #2EA3F2;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: rgba(0, 0, 0, 0) !important;
}
.et_search_outer .hs-search-field form input[type="text"] {
  width: 90%;
  border: none;
  color: #323a44;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: transparent;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  outline: none;
  line-height: normal;
}
.container.et_search_form_container {
  position: relative;
  opacity: 0;
  height: 1px;
}
.et_pb_menu_hidden #top-menu, .et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden .et-cart-info {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_menu_hidden #top-menu, .et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden .mobile_menu_bar {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_no_animation #top-menu, .et_pb_no_animation #et_search_icon:before, .et_pb_no_animation .mobile_menu_bar, .et_pb_no_animation.et_search_form_container {
  animation: none !important;
  -o-animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
}
.container.et_search_form_container.et_pb_search_visible {
  z-index: 999;
  -webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_no_animation #top-menu, .et_pb_no_animation #et_search_icon:before, .et_pb_no_animation .mobile_menu_bar, .et_pb_no_animation.et_search_form_container {
  animation: none !important;
  -o-animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
}

.et_pb_search_visible.et_pb_no_animation {
  opacity: 1;
}

.et_pb_search_visible.et_pb_no_animation {
  opacity: 1;
}
.et_search_form_container input::-webkit-input-placeholder {
  color: #323a44;
}
.et_search_outer .page-center .hs-search-field {
  position: relative;
  width: 100%;
  height: 100%;
}

.et_search_outer .page-center .hs-search-field .hs-search-field__bar {
  width: 100%;
  height: 100%;
}

.et_search_outer .hs-search-field form {
  max-width: 986px;
  right: 0;
}

span.et_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 30px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}
span.et_close_search_field:after {
  font-family: 'ETmodules';
  content: '\4d';
  speak: none;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.et_pb_menu_visible #top-menu, .et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible .et-cart-info {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_menu_visible #top-menu, .et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible .mobile_menu_bar {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_no_animation #top-menu, .et_pb_no_animation #et_search_icon:before, .et_pb_no_animation .mobile_menu_bar, .et_pb_no_animation.et_search_form_container {
  animation: none !important;
  -o-animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
}
.header-grp {
  min-height: 82px;
}
.et_mobile_menu > li {
  font-family: Panton,Lato,sans-serif!important;
}
@media (min-width: 981px) {
  .et-fixed-header {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  }
  #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  #logo {
    max-height: 74%;
  }
  .et_pb_svg_logo #logo {
    height: 74%;
  }
  nav#top-menu-nav>ul.level-1 > li.has-submenu: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 !important;
    backface-visibility: visible !important;
  }
  .et_search_outer .hs-search-field form {
    right: 30px;
  }
  .et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field {
    right: 30px;
  }
  .mobile-nav {
    display:none;
  }
}

@media (max-width: 1225px) and (min-width: 1025px){ 
  #top-menu li.request-demo {
    width: 170px;
    font-size: 11px;
  }
  #top-menu > li {
    padding-right: 10px;
  }
  #logo {
    width: auto !important;
    max-width: 140px;
  }
  #top-menu>li {
    font-size: 13px;
  }
}
@media (max-width: 1040px) and (min-width: 981px){ 
  #top-menu li.request-demo {
    width: 150px;
    font-size: 10px;
  }
  #top-menu > li {
    padding-right: 8px;
  }
  #logo {
    width: auto !important;
    max-width: 130px;
  }
  #top-menu>li {
    font-size: 12px;
  }
  nav#top-menu-nav>ul.level-1>li.has-submenu>ul {
    right: 0;
    left: auto;
  }
}

@media (max-width: 980px) {
  #top-menu {
    display: none;
  }
  #main-header {
    position: absolute;
    -webkit-transition: none;
    transition: none;
  }
  #main-header .et_menu_container {
    height: 100%;
    min-height: 80px;
  }
  #logo {
    width: 100% !important;
    max-width: 127px;
    max-height: 100%;
  }
  .header-grp {
    min-height: 80px;
  }
  #main-header {
    min-height: 80px;
  }
  #et-top-navigation .mobile_menu_bar, #et-top-navigation .mobile_menu_bar {
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .mobile_menu_bar:before {
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4 {
    color: #2EA3F2;
  }
  #et_mobile_nav_menu {
    display: block;
  }
  .mobile_nav .select_page {
    display: none;
  }
  #et_top_search {
    margin: 0 35px 0 0;
    float: left;
  }
  .et_mobile_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2EA3F2;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  }
  #et-top-navigation {
    padding-top: 24px;
    display: block;
  }
  #et_search_icon:before {
    top: 7px;
  }
  #main-header .et_menu_container {
    position: relative;
  }
  .mobile-nav {
    display: none!important;
  }
  .et_mobile_menu>li > a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7;
  }
  .et_mobile_menu>li.has-submenu > a:hover,
  .et_mobile_menu>li>ul>li>a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7;
  }
  .et_mobile_menu>li.has-submenu > a {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .et_mobile_menu>li > a,
  .et_mobile_menu>li>ul>li>a{
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 10px 5%;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #323a44;
  }
  .et_mobile_menu>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    visibility: visible !important;
    display: block !important;
    padding-left: 10px;
  }
  .et_mobile_menu>li.request-demo>a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    opacity: 0.7;
  }
  .et_mobile_menu>li.request-demo>a {
    color: #fff;
  }
  .et_mobile_menu>li.request-demo:hover {
    color: #fff!important;
    background-color: #F06825;
    border: 2px solid #F06825;
  }
  .et_mobile_menu>li.request-demo {
    width: 210px;
    height: 45px;
    margin-left: 20px;
    text-align: center;
    padding-top: 1px;
    margin-top: 24px;
    border-radius: 4px;
    letter-spacing: 4px;
    text-transform: uppercase;
    background-color: #412562;
    border: 2px solid #412562;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }
  .et_mobile_menu>li>ul>li {
    padding-left: 5%;
  }
  .et_search_outer .hs-search-field form {
    width: 50% !important;
    max-width: 50% !important;
    right: 0px;
  }
  .et_search_outer .page-center {
    width: 80%!important;
  }
  span.et_close_search_field {
    right: 0;
  }
  .et_search_outer .hs-search-field.hs-search-field--open {
    max-width: 100%;
    float: right;
  }
  .et_search_outer .page-center .hs-search-field ul.hs-search-field__suggestions {
    max-width: 50%;
    position: absolute;
    width: 100%;
    right: -10px;
  }
}

.header-grp.lp-header .et_menu_container {
  height: 82px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

a#back-to-top {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0,0,0,.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1)
}

a#back-to-top.h-hidden {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1)
}

a#back-to-top {
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules
}

a#back-to-top:before {
  content: "2"
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%)
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(100%)
  }
}
.footer-top-section {
  padding-top: 0vh;
  padding-bottom: 0vw;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', Arial, sans-serif;
}
.et_parallax_bg_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.footer-top-section .footer-middle {
  position: relative;
  line-height: 2em;
}
.footer-phone-number h5,
.footer-contact h4 {
  color: #fff;
}
.et_parallax_bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;

}
.footer-top {
  padding-top: 5px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.footer {
  font-family: 'Open Sans', Arial, sans-serif;
}
.ftr-copyrght {
  background-color: #313a44;
}
.footer-bottom {
  background-color: rgba(0, 0, 0, 0.32);
  padding: 15px 0 5px;
  line-height: 2em;
}
.footer-info {
  font-size: 15px;
  text-align: left;
  padding-bottom: 10px;
  float: left;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #666;
}
.footer_et_pb_text_12 {
  margin-left: auto;
  margin-right: auto;
  min-height: 178px;
  max-width: 850px;
}
.footer_et_pb_text_inner h2 {
  font-weight: 700;
  font-size: 41px;
  line-height: 1.4em;
  font-family: Panton,Lato,sans-serif;
  padding-bottom: 10px;
  margin: 0;
}
.footer_et_pb_text_inner h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 2em;
  font-family: Panton,Lato,sans-serif;
  padding-bottom: 10px;
  margin: 0;
}
.footer_button a {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 2px;
  display: inline-block;
  box-shadow: 0px 20px 30px -10px rgba(247,130,142,0.4);
  transition: all 300ms ease 0ms;
  font-family: Panton,Lato,sans-serif;
  line-height: 1.7em ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.footer_button a::after {
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-size: 25.6px;
  transition: all 300ms ease 0ms;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  text-transform: none;
  font-family: 'ETmodules';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.footer_button a:hover::after {
  opacity: 1;
  margin-left: 0;
  -webkit-transition: none ;
  transition: none;
}
.footer_button a:hover {
  color: #fff;
}
.footer_column {
  float: left;
}
.footer-contact,.footer-phone-number {
  margin-bottom: 15px;
}
.footer-links p a {
  text-decoration: none;
  white-space: normal;
  word-break: break-all;
}
.footer-contact h4 {
  line-height: 1.4em;
  font-size: 18px;
  font-family: Panton,Lato,sans-serif;
  padding-bottom: 10px;
  font-weight: 500;
  margin: 0;
}
.footer-phone-number h5 {
  font-size: 16px;
  font-family: Panton,Lato,sans-serif;
  line-height: 1.4em;
  padding-bottom: 10px;
  font-weight: 500;
  margin: 0;
}
.footer-links {
  font-size: 18px;
  margin-bottom: 39px;
}
.footer-links p {
  margin: 0;
  padding-bottom: 1em;
  font-family: Panton,Lato,sans-serif;
  font-weight: 500;
}
.footer-links p:last-of-type {
  padding-bottom: 0;
}
.footer_social_media_follow {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 26px;
}
.footer_social_media_follow li {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}
.footer_social_media_follow li a {
  border-radius: 34px 34px 34px 34px;
  height: 32px;
  width: 32px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: color 0.3s;
}
.footer_social_media_follow li.et-social-linkedin a {
  background-color: #05B4D6;
}
.footer_social_media_follow li.et-social-twitter a {
  background-color: #05B4D6;
}
.footer_social_media_follow li.et-social-facebook a {
  background-color: #05B4D6;
}
.footer_social_media_follow li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer_social_media_follow li a::before {
  height: 32px;
  width: 32px;
  font-size: 16px;
  display: block;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  position: relative;
  z-index: 10;
  font-family: 'ETmodules' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px;
  color:#fff;
}
.footer_social_media_follow li a:hover::before {
  color: rgba(255, 255, 255, 0.7);
}
.et-social-facebook a:before {
  content: '\e093';
}
.et-social-twitter a:before {
  content: '\e094';
}
.et-social-linkedin a:before {
  content: '\e09d';
}
.et-social-instagram a:before {
  content: '\e09a';
}
.et-social-instagram a {
  background-color: #ea2c59 !important;
}
.footer_social_media_follow li:last-child a {
  margin-right: 0;
}
.footer_column.four {
  margin-right: 0;
}

.footer-menu.technology .hs-menu-wrapper>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu.technology .hs-menu-wrapper>ul>li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-top-section .hs-menu-item a {
  padding: 0;
}
.footer-menu.technology .hs-menu-wrapper>ul>li>a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  font-family: Panton,Lato,sans-serif;
  padding-bottom: 20px;
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  padding: 0;
}
.footer_et_pb_text_inner h3, .footer_et_pb_text_inner h2 {
  color: #fff;
}
.footer_button a {
  background-color: #f06825;
  color: #fff;
}
.footer-menu.insights-and-events .hs-menu-wrapper>ul>li>a {
  color: #fff;
}
.footer-menu.insights-and-events .hs-menu-wrapper>ul>li {
  display: block;
  width: 100%;
}
.footer-menu.our-Services .hs-menu-wrapper>ul>li>a {
  color: #fff;
}
.footer-menu.our-Services .hs-menu-wrapper>ul>li {
  display: block;
  width: 100%;
}
.footer-menu.technology .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 16px;
  color: #fff;
}
.footer-menu.technology .hs-menu-wrapper>ul>li h4 a {
  color: #fff;
}
.footer-menu.technology .hs-menu-wrapper>ul>li h4 {
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  font-family: Panton,Lato,sans-serif;
  line-height: 1.4em;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.footer-menu.technology .hs-menu-wrapper>ul>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu.technology .hs-menu-wrapper>ul>li>ul>li {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  list-style: none;
}
.footer-menu.technology .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 16px;
  line-height: 1.4em;
  font-family: Panton,Lato,sans-serif;
  padding-bottom: 10px;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.footer-menu.our-Services .hs-menu-wrapper>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu.our-Services .hs-menu-wrapper>ul>li {
  list-style: none;
  margin-bottom: 15px;
}
.footer-menu.our-Services .hs-menu-wrapper>ul>li>a {
  font-weight: 700;
  font-size: 18px;
  font-family: Panton,Lato,sans-serif;
  line-height: 1.4em;
  padding-bottom: 20px;
  display: block;
  text-decoration: none;
}
.footer-menu.our-Services .hs-menu-wrapper>ul>li:last-child>a {
  font-size: 16px;
  padding-bottom: 10px;
}
.footer-menu.insights-and-events .hs-menu-wrapper>ul>li {
  margin-bottom: 15px;
}
.footer-menu.insights-and-events .hs-menu-wrapper>ul>li>a {
  font-size: 18px;
  font-family: Panton,Lato,sans-serif;
  line-height: 1.4em;
  padding-bottom: 20px;
  display: block;
  font-weight: 500;
  text-decoration: none;
}
.footer-menu.insights-and-events .hs-menu-wrapper>ul>li:last-child {
  margin-bottom: 0;
}
.footer-menu.insights-and-events .hs-menu-wrapper>ul>li:first-child>a {
  padding-bottom: 10px;
}
.footer-menu.insights-and-events .hs-menu-wrapper>ul>li:nth-child(5)>a,.footer-menu.insights-and-events .hs-menu-wrapper>ul>li:last-child>a {
  font-size: 16px;
  line-height: 2em;
  padding: 0;
}
.et-pb-icon {
  font-family: 'ETmodules';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.et_pb_scroll_top.et-pb-icon {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
}
.footer-top-section .hs-menu-wrapper ul {
  padding: 0;
}
.footer-top-section {
  margin-top: -8px;
}
.et_pb_scroll_top.et-visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_scroll_top.et-hidden {
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_scroll_top:before {
  content: '2';
}
.footer-menu.technology .hs-menu-wrapper>ul>li>ul>li {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 981px){
  .footer-top {
    padding-bottom: 2%;
    width: 89%;
    max-width: 89%;
  }
  .footer_et_pb_text_12 {
    margin-bottom: 2.75%;
  }
  .footer-middle {
    padding: 2% 0;
  }
  .footer_column {
    width: 20.875%;
    margin-right: 5.5%;
  }
  .footer_column.four {
    margin-right: 0;
  }
  .footer-menu.insights-and-events .hs-menu-wrapper>ul>li:nth-child(5) {
    margin-bottom: 13.174%;
  }
}

@media only screen and (min-width: 1525px){
  .footer-top {
    padding-bottom: 30px;
  }
  .footer-middle {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 980px){
  .footer-info  {
    float: none;
    text-align: center;
  }
  .footer-top-section{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .footer-top {
    width: 80%;
    max-width: 80%;
    padding-bottom: 30px;
  }
  .footer_et_pb_text_inner h3 {
    font-size: 16px;
  }
  .footer_et_pb_text_inner h2 {
    font-size: 40px;
  }
  .footer_et_pb_text_12 {
    margin-bottom: 30px;
  }
  .footer-middle {
    padding: 30px 0;
  }

  .footer_column {
    width: 47.25%;
  }

  .footer_column.one {
    margin-right: 5.5%;
    margin-bottom: 30px;
  }

  .footer_column.two {
    margin-bottom: 30px;
  }

  .footer_column.three {
    margin-right: 5.5%;
  }

  .footer-menu.insights-and-events .hs-menu-wrapper>ul>li:nth-child(5) {
    margin-bottom: 30px;
  }
  .footer-top-section {
    margin-top: -19px;
  }
}

@media only screen and (max-width: 767px){
  .footer_et_pb_text_inner h3 {
    font-size: 14px;
  }
  .footer_et_pb_text_inner h2 {
    font-size: 32px;
  }
}

@media (max-width: 479px){
  .footer_column.four {
    margin: 0 !important;
  }
  .footer_column {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-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;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

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

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

/******** Banner Style **********/

.cst-banner-grp {
  position: relative;
  background-color: #FFF;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.cst-banner-grp .page-center .banner-content-grp {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.8em;
  text-align: center;
  position: relative;
  color: #FFF;
}
.cst-banner-grp .page-center .banner-content-grp h1 {
  font-size: 80px;
  line-height: 1.2em;
  color: inherit;
  font-family: Panton,Lato,sans-serif;
  font-weight: bold;
  padding-bottom: 12px;
}
.cst-banner-grp * {
  color: #fff;
}

@media (min-width: 981px) {
  .cst-banner-grp .page-center {
    padding: 2% 0;
  }
}
@media only screen and (min-width: 1525px) {
  .cst-banner-grp .page-center {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 980px) {
  .cst-banner-grp {
    padding-top: 99px;
    padding-bottom: 99px;
  }
  .cst-banner-grp .page-center {
    padding: 30px 0;
  }
  .cst-banner-grp .page-center .banner-content-grp h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cst-banner-grp .page-center .banner-content-grp h1 {
    font-size: 32px;
  }
}


.cst-inner-post-item-grp .page-center-grp {
  padding-top: 2px;
  padding-bottom: 0px;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col:last-child {
  margin-right: 0;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col {
  width: 29.6667%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col .inner-grp {
  cursor: pointer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  text-align: left;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col .inner-grp .content-box {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col .inner-grp .content-box .et_pb_main_blurb_image {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 0;
  max-width: 100%;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col .inner-grp .content-box .et_pb_main_blurb_image .et_pb_image_wrap {
  display: block;
  margin: auto;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col .inner-grp .content-box .et_pb_main_blurb_image .et_pb_image_wrap img {
  max-width: 100%;
  height: auto;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col .inner-grp .content-box .et_pb_blurb_container {
  text-align: left;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col .inner-grp .content-box .et_pb_blurb_container h4 a {
  color: #323a44;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col .inner-grp .content-box .et_pb_blurb_container h4 {
  font-weight: 700;
  font-size: 18px;
}
.cst-inner-post-item-grp .page-center-grp .page-center .post-item-col .inner-grp .content-box .et_pb_blurb_description p:last-of-type {
  padding: 0;
}
@media (min-width: 981px) {
  .cst-inner-post-item-grp .page-center-grp .page-center {
    padding: 2% 0;
  }
}
@media only screen and (min-width: 1525px) {
  .cst-inner-post-item-grp .page-center-grp .page-center {
    padding: 30px 0;
  }
}

@media (max-width: 980px) {
  .cst-inner-post-item-grp .page-center-grp .page-center.clearfix {
    padding: 30px 0;
  }
  .cst-inner-post-item-grp .page-center-grp .page-center .post-item-col:last-child {
    margin-bottom: 0;
  }
  .cst-inner-post-item-grp .page-center-grp .page-center .post-item-col {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

/******************* Award Blog Post ****************/

.award-blog-post .footer-top-section {
  display: none;
}

.cst-blog-post-grp {
  line-height: 2em;
}
.award-blog-post .header-grp {
  min-height: 82px;
}
.cst-blog-post-grp .page-center {
  padding-top: 58px;
  text-align: left;
  position: relative;
}
.cst-blog-post-grp .page-center:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
  right: 20.875% !important;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp {
  float: left;
  padding-right: 5.5%;
  width: 79.125%;
  padding-bottom: 23px;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .et_post_meta_wrapper p.post-meta {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 6px;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp {
  float: left;
  width: 20.875%;
  padding-left: 30px;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .et_post_meta_wrapper p.post-meta a {
  text-decoration: none;
  color: #666;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp .error-search {
  margin-bottom: 30px;
  width: 100%;
  float: none;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp .error-search .hs-search-field form .search-submit {
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
  background-color: #ddd;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp .error-search .hs-search-field form input[type="text"] {
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
  width: 100%;
  border-radius: 3px;
  max-width: 100%;
  background-color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  outline: none;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp .error-search .hs-search-field form {
  position: relative;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp .cst-recent-post ul li a:hover {
  color: #82c0c7;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp .cst-recent-post ul li a {
  text-decoration: none;
  color: #666;
}
h3:empty {
  display: none;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp .cst-recent-post ul li {
  margin-bottom: .5em;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp .cst-recent-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp .cst-recent-post {
  margin-bottom: 30px;
  width: 100%;
  float: none;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .featured-image-grp {
  padding-top: 3px;
  padding-bottom: 0px;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .featured-image-grp .cst-image-wrapper .et_pb_module {
  text-align: center;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .featured-image-grp .cst-image-wrapper .et_pb_module .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .featured-image-grp .cst-image-wrapper .et_pb_module .et_pb_image_wrap img {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix {
  position: relative;
  background-color: #FFF;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix {
  padding: 30px 0;
}


.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .post-con-col {
  width: 57.8%;
  margin-right: 5.5%;
  float: left;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .featured-image-grp .cst-image-wrapper .et_pb_module .et_pb_image_wrap img {
  display: block;
  margin: 0 auto;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .featured-image-grp .cst-image-wrapper .et_pb_module .et_pb_image_wrap {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .post-con-col .et_post_video .fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .post-con-col .et_post_video .fluid-width-video-wrapper .hs-responsive-embed-wrapper {
  max-width: 100%!important;
  max-height: 100%!important;
  min-height: 100%!important;
  min-width: 100%!important;
  position: static!important;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .post-con-col .et_post_video .fluid-width-video-wrapper .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper {
  padding: 0!important;
  position: static!important;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp h1.et_pb_contact_main_title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 16px;
  position: relative;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp {
  width: 36.7%;
  float: left;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-form-field {
  margin-bottom: 3%;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-form-field > label {
  display: none;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-form-field textarea.hs-input {
  min-height: 150px;
  display: block;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-fieldtype-booleancheckbox ul.inputs-list {
  margin: 0;
  padding: 0;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-richtext .et_pb_contact_field_options_title {
  margin-bottom: 0.5em;
  font-weight: 600;
  display: block;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-form-field .hs-input {
  font-family: Panton, Lato, sans-serif;
  height: auto;
  line-height: normal;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-form-field .hs-input::-webkit-input-placeholder  {
  color: rgb(117, 117, 117);
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-fieldtype-booleancheckbox ul.inputs-list li label input {
  margin: 0 9px 0 0;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-richtext {
  display: block;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-submit .hs-button {
  margin: 0;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp .form-col {
  margin-bottom: 30px;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-fieldtype-booleancheckbox ul.inputs-list li label {
  margin: 0;
  font-size: 16px;
  font-family: Panton, Lato, sans-serif;
  line-height: 25px;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-fieldtype-booleancheckbox ul.inputs-list li label {
  margin: 0;
  font-size: 16px;
  font-family: Panton, Lato, sans-serif;
  line-height: 26px;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-submit {
  text-align: center;
}

/*********** Post Author and Topic Page  Styling ****************/

.post-topic-item-grp .post-item-sec {
  margin-bottom: 60px;
}

.post-topic-item-grp .post-item-sec a img {
  vertical-align: bottom;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.post-topic-item-grp .post-item-sec > a {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.post-topic-item-grp .post-item-sec .post-meta a {
  text-decoration: none;
  color: #666;
}
.post-topic-item-grp .post-item-sec .post-meta {
  margin-bottom: 6px;
  font-size: 14px;
  padding-bottom: 15px;
}
.post-topic-item-grp .post-item-sec h2.entry-title a {
  color: inherit;
}
.post-topic-item-grp .post-item-sec h2.entry-title {
  font-family: Panton,Lato,sans-serif;
  color: #323a44;
}

.pagination {
  clear: both;
}
.alignleft {
  float: left;
}
.pagination a {
  color: #ec2977;
}
.alignright {
  float: right;
}

/****************** Insight & Events Blog Styling ************/

.insight-blog-listing .cst-banner-grp .banner-content-inner h4 {
  padding-bottom: 13px;
}
.insight-blog-listing .cst-banner-grp .banner-content-inner h1 {
  padding-bottom: 10px;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section {
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-bottom: 20px;
  text-align: center;
}
.cst-insight-listing-item-grp .post-list-item-wrapper * {
  -webkit-font-smoothing: antialiased;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .cst-topic-grp {
  display: inline-block;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .cst-topic-grp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .cst-topic-grp ul li a span {
  display: none;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .cst-topic-grp ul li a {
  color: inherit;
  display: block;
  text-transform: capitalize;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .cst-topic-grp ul li {
  color: #999;
  margin-right: 0;
  cursor: pointer;
  padding: 0px 16px;
  border: 1px solid #e5e5e5;
  line-height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  display: inline-block;
  background: #fff;
  margin-bottom: 5px;
  font-family: Panton,Lato,sans-serif!important;
  font-size: 16px!important;
  color: #999;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .cst-topic-grp ul li.active, .cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .cst-topic-grp ul li:hover {
  background-color: #fff;
  border-color: #bbb;
  color: #333;
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 13%);
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .search-col {
  margin-left: 2.5px;
  margin-right: 2.5px;
  vertical-align: top;
  line-height: 40px;
  display: inline-block;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .search-col form input[type="text"]:focus {
  border-color: #2D3940;
  color: #3e3e3e;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .search-col form input[type="text"] {
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  outline: 0!important;
  margin: 0 0 5px!important;
  padding: 8px 15px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #4e4e4e;
  font-size: 13.3333px;
  line-height: normal;
  width: auto;
  float: none;
  max-width: none;
}

.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .search-col form input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .search-col form .search-submit {
  display: inline-block;
  width: auto;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0 0 0 -3px;
  line-height: 40px;
  cursor: pointer;
  outline: none;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .search-col form {
  display: inline-block;
  vertical-align: middle;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .search-col form .search-submit i {
  font-style: italic;
}
.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .search-col form .search-submit i:before {
  content: '\e802';
  font-family: eg-font;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.cst-masonary-grp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transform-style: flat!important;
  width: 100%;
  max-width: 100%;
  line-height: 26px;
}

.cst-masonary-grp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transform-style: flat!important;
  width: 100%;
  max-width: 100%;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.cst-masonary-grp ul li {
  background: #ffffff;
  padding: 0px 20px 0px 20px;
  border-width: 0px 0px 0px 0px;
  border-radius: 20px 20px 20px 20px;
  border-color: transparent;
  border-style: none;
  box-shadow: 0px 0px 0px 0px #dddddd;
  width: 31.33333%;
  float: left;
  cursor: pointer;
}
.cst-masonary-grp ul li .inner-wrapper .featured-image a {
  display: block;
}
.cst-masonary-grp ul li .inner-wrapper {
  position: relative;
  width: 100%;
}
.cst-masonary-grp ul li .inner-wrapper .featured-image {
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  width: 100%;
}
.cst-masonary-grp ul li .inner-wrapper .featured-image .over-lay-grp a i:before {
  content: '\e802';
  font-family: eg-font;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.cst-masonary-grp ul li .inner-wrapper .featured-image .over-lay-grp a:hover {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
  font-weight: 400 !important;
  border-radius: 60px 60px 60px 60px !important;
  background: rgba(255,255,255,1) !important;
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
  border-color: #ffffff !important;
  border-style: solid !important;
}
.cst-masonary-grp ul li .inner-wrapper .featured-image .over-lay-grp a {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  padding: 17px 17px 17px 17px !important;
  border-radius: 60px 60px 60px 60px !important;
  background: transparent !important;
  z-index: 2 !important;
  display: block;
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
  border-color: #ffffff !important;
  border-style: solid !important;
  width: 60px;
  height: 60px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.cst-masonary-grp ul li:hover .inner-wrapper .featured-image .over-lay-grp {
  transform: translateX(0%);
  opacity: 1;
}
.cst-masonary-grp ul li .inner-wrapper .featured-image .over-lay-grp a.none-hover {
  padding: 0!important;
  width: 100%!important;
  height: 100%!important;
  position: static!important;
  transform: none!important;
  border: 0!important;
  background: transparent!important;
}
.cst-masonary-grp ul li .inner-wrapper .featured-image .over-lay-grp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all .8s ease;
  transform: translateX(-60px);
  opacity: 0;
}
.hs-search-field__suggestions {
  position: absolute;
}
.cst-masonary-grp ul li .inner-wrapper .content-col-grp {
  background: #ffffff;
  padding: 8px 20px 0px 20px;
  border-width: 0px 0px 0px 0px;
  border-radius: 20px 20px 20px 20px;
  border-color: transparent;
  border-style: none;
  text-align: left;
}
.cst-masonary-grp ul li .inner-wrapper .content-col-grp .post-list-bdy a {
  border: none;
  text-decoration: none;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #323a44 !important;
  font-weight: 500 !important;
  padding: 0px 0px 20px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  background: transparent !important;
  z-index: 2 !important;
  display: block;
}
.blog-pagination-grp.clearfix a.blog-pagination__link--active, .blog-pagination-grp.clearfix a:hover {
  background-color: #fff;
  border-color: #bbb;
  color: #333;
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 13%);
}
.insight-blog-listing .footer-top-section {
  margin-top: -69px;
}
.blog-pagination-grp.clearfix a {
  display: inline-block;
  visibility: visible;
  padding: 0px 16px;
  color: #999;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  line-height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 700;
  background: #fff;
  margin-bottom: 5px;
  font-family: Panton,Lato,sans-serif!important;
  font-size: 16px!important;
}
.blog-pagination-grp.clearfix {
  text-align: center;
}
.cst-masonary-grp ul li .inner-wrapper .content-col-grp .post-list-bdy {
  display: block !important;
  text-align: left !important;
  clear: none !important;
  margin: 0px 0px 0px 0px !important;
  position: relative !important;
}
.cst-masonary-grp ul li .inner-wrapper .content-col-grp .esg-content {
  font-size: 18px;
  line-height: 26px;
  color: #323a44;
  font-weight: 600;
  display: inline-block;
  float: none;
  clear: both;
  margin: 20px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: rgba(255,255,255,0.15);
  position: relative;
  z-index: 2 !important;
}
.cst-masonary-grp ul li .inner-wrapper .featured-image .img-col {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .post-con-col ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-submit .actions {
  margin: 0;
  cursor: pointer;
  border: 2px solid;
  display: inline-block;
  border-style: solid;
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
  background-color: #f06825;
  border-width: 0px;
  border-radius: 8px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 2px;
  font-family: Panton,Lato,sans-serif;
  margin-bottom: 20px;
  padding: .3em 1em;
  line-height: 1.7em;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-submit .actions:after {
  font-family: 'ETmodules' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -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: 0px 0px;
  content: '';
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-size: 25.6px;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-submit .actions .hs-button {
  background: transparent!important;
  font: inherit;
  padding: 0!important;
  margin: 0!important;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-submit .actions:hover {
  background-color: rgba(240,104,37,1.0);
  border-color: rgba(240,104,37,1.0);
  border-radius: 8px;
  border-width: 0px;
  color: rgba(255,255,255,1.0);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .3em;
  padding-bottom: .3em;
  padding: .3em 2em .3em .7em !important;
}
.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-submit .actions:hover:after {
  opacity: 1;
  margin-left: 0;
}

.cst-insight-listing-item-grp .post-list-item-wrapper .cst-top-section .search-col .hs-search-field--open .hs-search-field__suggestions {
  padding: 10px !important;
  background: #fff;
  border: 1px solid #bbb !important;
  z-index: 99;
  max-width: 188px;
  width: 100%;
  text-align: left;
}
div#comments-listing {
  display: none;
}



.cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-fieldtype-booleancheckbox ul.inputs-list li label {
  position: relative;
}


@media (min-width: 981px) {
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .featured-image-grp .cst-image-wrapper,
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix{
    padding: 2% 0;
  }
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix {
    padding: 4% 0;
  }

  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix {
    margin-top: -43px !important;
  }

}
@media only screen and (min-width: 1525px) {
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .featured-image-grp .cst-image-wrapper,
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix{
    padding: 30px 0;
  }
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix {
    padding: 61px 0;
  }

  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix {
    margin-top: -83px !important;
  }
}

@media only screen and (max-width: 980px) { 
  .cst-blog-post-grp .page-center {
    padding-top: 56px;
    text-align: left;
    position: relative;
  }
  .award-blog-post .header-grp {
    min-height: 80px;
  }
  .cst-blog-post-grp .page-center:before {
    display:none;
  }
  .cst-blog-post-grp .page-center {
    padding-top: 56px;
  }

  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .featured-image-grp .cst-image-wrapper {
    padding: 30px 0;
  }
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .post-con-col {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp {
    width: 100%;
  }

  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix .comment-form-grp form .hs-form-field .hs-input {
    max-width: 100%;
  }
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .sidebar-grp {
    padding-left: 0;
    width: 100%;
    padding-bottom: 28px;
  }
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix {
    margin-bottom: 27px;
    padding-bottom: 75px;
  }
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp {
    width: 100%;
    padding-right: 0;
  } 

  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix {
    padding-top: 50px;
  }

  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix {
    padding-top: 10px;
  }

  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .content-grp.clearfix .inner-content-grp.clearfix {
    margin-top: -43px !important;
  }
  .cst-masonary-grp ul li {
    width: 28.33333%;
  }

}
@media only screen and (max-width: 767px) { 
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .entry-content .featured-image-grp .cst-image-wrapper {
    padding: 30px 0;
  }
  .cst-masonary-grp ul li {
    width: 100%;
  }

  .insight-blog-listing .cst-banner-grp .page-center .banner-content-grp h1 {
    font-weight: 500;
  }

  .insight-blog-listing .cst-banner-grp .banner-content-inner h4 {
    padding-bottom: 11px;
  }

}

@media only screen and (max-width: 479px) {  
  .cst-blog-post-grp .page-center .cst-content-area.clearfix .cst-left-grp .et_post_meta_wrapper h1.entry-title {
    font-size: 43px;
  }
}

.insight-blog-listing {
  overflow: hidden;
}

.insight-blog-listing .cst-banner-grp .banner-content-inner h2 {
  font-size: 30px;
  line-height: 1.4em;
}
.insight-blog-listing .cst-banner-grp .banner-content-inner h1 {
  padding-bottom: 10px;
  line-height: 1.23em;
}
/* ******************************************************************************
*********************************************************************************
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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .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;
}