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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .dnd-section > .row-fluid {
    max-width: 100%;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (max-width: 991px) {
  .dnd-section > .row-fluid {
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@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: "Font Awesome 5 Brands";
  src: url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Brands-Regular.woff2") format("woff2"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Brands-Regular.woff") format("woff"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Brands-Regular.ttf") format("truetype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Brands-Regular.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Light.eot") format("embedded-opentype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Light.woff2") format("woff2"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Light.woff") format("woff"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Light.ttf") format("truetype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Light.svg") format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Brands-Regular-1.eot") format("embedded-opentype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Brands-Regular-1.woff2") format("woff2"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Brands-Regular-1.woff") format("woff"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Brands-Regular-1.ttf") format("truetype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Brands-Regular-1.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid-1.eot") format("embedded-opentype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid.woff2") format("woff2"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid.woff") format("woff"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid.ttf") format("truetype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid.svg") format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid-1.eot") format("embedded-opentype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid-1.woff2") format("woff2"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid.woff") format("woff"), 
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid.ttf") format("truetype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid-1.svg") format("svg");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid-3.eot") format("embedded-opentype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid-2.woff2") format("woff2"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid-2.woff") format("woff"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid-2.ttf") format("truetype"),
    url("https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/DataAxle_September2020/Fonts/FontAwesome5Pro-Solid-2.svg") format("svg");
  font-style: normal;
  font-weight: 900;
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

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

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 24px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 15px 53px;
  font-family: 'Roboto', sans-serif;
  
  text-decoration: none;
  margin: 20px 0;
}
h3.form-title {
  font-size: 28px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

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


.hs-form label {
  font-size: 14px;
  color: #33475b;
  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 {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
  height: 76px;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
.header-outer {
  min-height: 76px;
}
.fixed .header {
  box-shadow: 0 0 35px rgba(50,50,50,0.2);
}
.header_inner-wrapper {
  margin-right: -12px;
  margin-left: -12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_inner-wrapper .navbar-brand.site-branding {
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding-bottom: 5px;
  margin-right: 18px;
}
.header_inner-wrapper .navbar-brand.site-branding img.hs-image-widget {
  width: 120px !important;
  position: relative;
  top: 3px;
}

.lp .header_inner-wrapper .navbar-brand.site-branding img.hs-image-widget {
  margin-top: 23px;
}
button.menu_toggle {
  display: none;
}
.header-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: block;
  left: auto;
  top: auto;
}
.header-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  line-height: inherit;
}
.header-menu .hs-menu-wrapper > ul > li > a {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  padding-top: 26px;
  padding-right: 14.5px;
  padding-bottom: 26px;
  padding-left: 15px;
  transition: color 400ms;
  display: inline-block;
  margin: 0;
}
.header-menu .hs-menu-wrapper > ul > li > a:hover {
  box-shadow: inset 0 -4px 0 0 #00a0dc;
}
.header-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: static;
}
a.search_ico {
  width: 38px;
  font-size: 14px;
  height: 38px;
  border-radius: 21px;
  background-color: #f3f4f5;
  text-align: center;
  line-height: 38px;
  margin-right: 15px;
  color: #221f20;
}
a.search_ico i.fal.fa-search {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-search:before {
  content: "\f002";
}
.search_main.show_search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
}
.btn.orange-btn.desktop_btn a {
  border-radius: 22px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  padding: 8px 16px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.5;
}
.btn.orange-btn.desktop_btn a:hover {
  text-decoration: none;
}
.phone-header.desktop_btn a {
  color: #221f20;
  font-family: 'Poppins',sans-serif;
  padding: 8px 5px;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  position: absolute;
  left: 100%;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  top: 16px;
}
a.search_ico:hover {
  background-color: #221f20;
  color: #fff;
}


.header-menu .hs-menu-wrapper > ul > li.OurData > ul {
  width: 562px;
}
.header-menu .hs-menu-wrapper > ul > li > ul {
  background-blend-mode: multiply;
  left: -50px;
  box-shadow: 0 0 10px 0 rgba(133, 136, 142, 0.7);
  padding: 20px;
  top: 100%;
  position: absolute;
  text-align: left;
  right: auto;
  margin: 0;
  border: none;
  line-height: 0;
  display: none;
  font-size: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul > li > ul > li > a:hover, 
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul > li > ul > li > a:hover {
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7), inset 0 -3px 0 0 #00a0dc;
  background-color: #fbfbfb;
}
.header-menu .hs-menu-wrapper > ul > li:hover > ul {
  opacity: 1;
  z-index: 9;
  visibility: visible; 
  display: block;
}
.header-menu .hs-menu-wrapper > ul > li > ul {
  width: 995px;
}

.header-menu .hs-menu-wrapper > ul > li.OurData > ul > li {
  font-family: 'Poppins';
  clear: both;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.header-menu .hs-menu-wrapper > ul > li.OurData > ul > li > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 100%;
  margin-bottom: 5px;
}
.header-menu .hs-menu-wrapper > ul > li.OurData > ul > li > ul > li {
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  width: 50%;
}
.header-menu .hs-menu-wrapper > ul > li.OurData > ul > li > ul > li > ul {
  margin-bottom: 5px;
  top: auto;
  box-shadow: none;
  opacity: 1;
  display: block;
  position: relative;
}
.header-menu .hs-menu-wrapper > ul > li.OurData > ul > li > ul > li > ul > li {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.header-menu .hs-menu-wrapper > ul > li.OurData > ul > li > ul > li > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding: 15px;
  color: #221f20;
  font-family: 'Poppins';
}
span.item_description {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 5px;
  display: block;
}


.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li{
  font-family: 'Poppins';
  clear: both;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 100%;
  margin-bottom: 5px;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li{
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li:first-child,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li:first-child{
  width: 55%;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li:last-child,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li:last-child{
  width: 45%;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li > a,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li > a{
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: 'Poppins';
  border-bottom: 1px solid #d0d2d7 !important;
  font-size: 12px !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3 !important;
  letter-spacing: normal !important;
  pointer-events: none;
  font-weight: 300 !important;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li > ul,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li > ul{
  margin-bottom: 5px;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li:first-child > ul > li,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li:first-child > ul > li{
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  float: left;
  width: 50% !important;
  margin-bottom: 20px;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li > ul > li > a,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li > ul > li > a{
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  background-color: inherit;
  font-family: 'Poppins';
  padding: 15px;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li:last-child > ul > li,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li:last-child > ul > li{
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding-right: 10px;
  margin-bottom: 5px;
  float: left;
  width: 50% !important;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li:last-child > ul > li:nth-child(2n+1),
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li:last-child > ul > li:nth-child(2n+1){
  clear: both;
}
.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li:last-child > ul > li > a,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li:last-child > ul > li > a{
  font-weight: 500;
  line-height: 24px;
  transition: 400ms;
  -webkit-transition: 400ms;
  padding: 10px 15px !important;
  font-size: 12.5px !important;
}

.header-menu .hs-menu-wrapper > ul > li.WhatWe.Do > ul > li > ul > li:last-child > ul > li > a:hover,
.header-menu .hs-menu-wrapper > ul > li.HowWe.Help > ul > li > ul > li:last-child > ul > li > a:hover {
  border-radius: 0 4px 4px 0;
  box-shadow: 0 0 16px 0 rgba(34, 31, 32, 0.2), inset 3px 0 0 0 #00a0dc;
}

.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li,
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li{
  clear: both;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul,
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  margin-top: 0;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul > li,
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul > li{
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  width: 25%;
}
.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul > li > ul,
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul > li > ul{
  margin-bottom: 5px;
  opacity: 1;
  display: block;
  position: relative;
  top: auto;
  box-shadow: none;
}
.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul > li > ul > li,
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul > li > ul > li{
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul > li > ul > li > a,
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul > li > ul > li > a{
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: 'Poppins';
  padding: 12px;
}
.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul > li > ul > li > a:before,
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul > li > ul > li > a:before{
  margin-bottom: 5px;
  content: "";
  height: 100px;
  width: 100%;
  display: inline-block;
}

.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul > li > ul > li.CaseStudies > a:before {
  background: url(https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/raw_assets/public/DataAxle_September2020/images/NAV_case_studies_blue.svg) no-repeat center center;
  background-size: auto 100%;
}
.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul > li > ul > li.Testimonials > a:before {
  background: url(https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/raw_assets/public/DataAxle_September2020/images/NAV_testimonials_green.svg) no-repeat center center;
  background-size: auto 100%;
}
.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul > li > ul > li.Recognition > a:before {
  background: url(https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/raw_assets/public/DataAxle_September2020/images/NAV_recognition_yellow.svg) no-repeat center center;
  background-size: auto 100%;
}
.header-menu .hs-menu-wrapper > ul > li.CustomerSuccess > ul > li > ul > li > ul > li.DesignGallery > a:before {
  background: url(https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/raw_assets/public/DataAxle_September2020/images/NAV_design_gallery_terracotta.svg) no-repeat center center;
  background-size: auto 100%;
}


.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul > li > ul > li.ThoughtLeadership > a:before {
  background: url(https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/raw_assets/public/DataAxle_September2020/images/NAV_thought_leadership_blue.svg) no-repeat center center;
  background-size: auto 100%;
}
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul > li > ul > li.Blog > a:before {
  background: url(https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/raw_assets/public/DataAxle_September2020/images/NAV_blog_green.svg) no-repeat center center;
  background-size: auto 100%;
}
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul > li:nth-child(3) > ul > li > a:before {
  background: url(https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/raw_assets/public/DataAxle_September2020/images/NAV_expert__qa_yellow.svg) no-repeat center center;
  background-size: auto 100%;
}
.header-menu .hs-menu-wrapper > ul > li.Resources > ul > li > ul > li:nth-child(4) > ul > li > a:before {
  background: url(https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/raw_assets/public/DataAxle_September2020/images/NAV_news_coverage_terracotta.svg) no-repeat center center;
  background-size: auto 100%;
}

.search-open .search_main.show_search {
  display: block;
}
.search_main.show_search .search_wrapper {
  max-width: 995px;
  margin: 0 auto;
  box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
  background-color: #ffffff;
  padding: 24px;
}
.search_main.show_search .search_wrapper label {
  margin: 0;
  display: inline-block;
}
.search_main.show_search .search_wrapper label span.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.search_main.show_search .search_wrapper label input.search-field {
  width: 857px;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #6f737c;
  outline: none;
  height: 45px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline-offset: -2px;
}
.search_main.show_search .search_wrapper input.search-submit {
  border-radius: 4px;
  border: solid 1.5px #00a0dc;
  background: none;
  width: 82px;
  height: 45px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #0d141c;
  vertical-align: middle;
  padding: 9.6px 16px 6.4px 16px;
}
.search_main.show_search .search_wrapper input.search-submit:hover {
  background: #00a0dc;
  border-color: #00a0dc;
  opacity: 1;
}
.mobile_menu {
  display: none;
}
@media screen and (max-width: 1366px){
  .phone-header.desktop_btn a {
    display: none;
  }
}

@media (max-width: 1199px){
  .header-menu .hs-menu-wrapper > ul > li > a {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .header__container {
    max-width: 100%;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 1130px){
  .header-menu .hs-menu-wrapper > ul > li > ul {
    width: 855px;
  }
}

@media screen and (max-width: 1100px){
  a.search_ico {
    display: none;
  }
}

@media screen and (max-width: 1024px){
  .header__container {
    max-width: 100%;
    padding: 0 15px !important;
  }
  .header_inner-wrapper {
    margin: 0;
  }
}

@media screen and (max-width: 991px){
  .header-menu {
    display: none !important;
  }
  .btn.orange-btn.desktop_btn a {
    display: none;
  }
  button.menu_toggle {
    background: transparent;
    border: 0;
    padding: 0;
    float: right;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: button;
    outline: none !important;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.75rem;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
  }
  .header_inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-content: space-between;
  }
  .header {
    padding-top: 20px;
  }
  .header_inner-wrapper .navbar-brand.site-branding {
    font-size: 1.25rem;
    line-height: 1;
    white-space: nowrap;
    padding-bottom: 5px;
    margin-right: 18px;
  }
  button.menu_toggle span.navbar-toggler-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  .mobile_menu {
    top: 0;
    left: inherit;
    width: 320px;
    background: #000;
    right: -320px;
    overflow: auto;
    -webkit-transition: all 600ms cubic-bezier(0.47, 0.5, 0, 0.95);
    -moz-transition: all 600ms cubic-bezier(0.47, 0.5, 0, 0.95);
    -ms-transition: all 600ms cubic-bezier(0.47, 0.5, 0, 0.95);
    -o-transition: all 600ms cubic-bezier(0.47, 0.5, 0, 0.95);
    transition: all 600ms cubic-bezier(0.47, 0.5, 0, 0.95);
    position: fixed;
    z-index: 111;
    padding: 20px;
    height: 100%;
    overflow: auto;
    display: block;
  }
  .mobile-open .mobile_menu {
    display: block;
    right: 0;
  }
  .nav_right_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }
  .mobile-open .nav_right_overlay {
    opacity: 1;
    visibility: visible;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .mobile_menu .navbar-brand.site-branding {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-right: 16px;
    font-size: 1.25rem;
    position: relative;
    top: 3px;
    white-space: nowrap;
    line-height: 30px;
  }
  .mobile_menu .navbar-brand.site-branding img.hs-image-widget {
    width: 120px !important;
    filter: none;
  }
  a.menu_remove {
    float: right;
  }
  div#collapsibleNavbar {
    margin: 14px 0;
    padding: 8px 0;
    border-top: 1px solid rgba(67, 78, 101, 0.7);
    border-bottom: 1px solid rgba(67, 78, 101, 0.7);
    margin-bottom: 20px;
  }
  div#collapsibleNavbar .mobile_search_main {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  div#collapsibleNavbar .mobile_search_main .mobile_search_wrapper.search_input_main {
    position: relative;
    padding: 0 !important;
    border: none !important;
    width: 100%;
    max-width: none;
    float: right;
  }
  div#collapsibleNavbar .mobile_search_main .mobile_search_wrapper.search_input_main i.far.fa-search {
    color: #fff;
    left: 5px;
    font-weight: 400;
    font-size: 16px;
    top: 15px;
    position: absolute;
  }
  div#collapsibleNavbar .mobile_search_main .mobile_search_wrapper.search_input_main i.far.fa-search:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
  }
  div#collapsibleNavbar .mobile_search_main form label {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
  }
  div#collapsibleNavbar .mobile_search_main form label span.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
  div#collapsibleNavbar .mobile_search_main form label input.search-field {
    height: 45px;
    border-radius: 4px;
    border: none !important;
    padding: 0 10px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff !important;
    padding-left: 30px !important;
    background: none;
    box-shadow: inset 0 -1px 0 0 #fbfbfb;
  }
  div#collapsibleNavbar .mobile_search_main form input.search-submit {
    display: none;
  }
  nav#wp-megamenu-menu-1 {
    z-index: 9999;
    text-align: left;
    position: relative;
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    left: auto;
    top: auto;
    display: block;
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li {
    width: 100%;
    position: relative;
    display: inline-block;
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li > a {
    padding: 10px 0 !important;
    width: 100%;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    color: #ffffff !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    max-width: 100%;
    position: relative;
    font-family: 'Poppins';
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    max-width: 240px;
    position: relative;
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li > ul {
    display: none;
  }
  .mobile_field_row {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .mobile_field_row a {
    border-radius: 22px;
    background-color: #FDB913;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #221f20;
    font-family: 'Poppins', sans-serif;
    padding: 8px 16px;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .mobile_field_row a:hover {
    background-color: #fec02a;
    color: #221f20;
    text-decoration: none;
  }
  .phone-header.mobile_btn a {
    position: static;
    margin: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 8px 5px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    left: 100%;
    background-color: transparent;
  }
  span.fa.fa-chevron-down.toggle_sub_item {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px !important;
    font: normal normal normal 14px/1 FontAwesome;
  }
  span.fa.fa-chevron-down.toggle_sub_item:before {
    content: "\f078";
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #d0d2d7;
  }
  .child-open span.fa.fa-chevron-down.toggle_sub_item:before {
    content: "\f077";
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li > ul {
    background: #f3f4f5 !important;
    padding: 10px 20px !important;
    top: 100%;
    box-shadow: none;
    margin: 0 -20px;
    width: auto !important;
    margin-bottom: -9px;
    animation-name: none;
    border-top: 3px solid #00a0dc;
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li > ul > li > a,
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li > ul > li > ul > li > a{
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 0;
    color: #221f20;
    font-family: 'Poppins';
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li:nth-child(3) > ul > li > a,
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li:nth-child(4) > ul > li > a{
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Poppins';
    border-bottom: 1px solid #d0d2d7 !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3 !important;
    letter-spacing: normal !important;
    color: #6f737c !important;
    pointer-events: none;
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    color: #221f20;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    background-color: inherit;
  }
  nav#wp-megamenu-menu-1 .hs-menu-wrapper > ul > li > ul > li > ul {
    margin-bottom: 10px;
  }

  .lp .header_inner-wrapper .navbar-brand.site-branding img.hs-image-widget {
    margin-top: 0;
  }

  .btn.orange-btn.desktop_btn,.phone-header.desktop_btn {
    display: none;
  }
}

@media screen and (max-width: 767px){
  .header {
    padding-top: 22px;
  }
  .mobile_menu .navbar-brand.site-branding{
    top: 5px;
  }
  div#collapsibleNavbar{
    margin: 13px 0;
  }


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

.footer {
  background-color: #F8FAFC;
  line-height: 1.4;
  letter-spacing: normal;
  padding: 26px 0 0 0;
  font-family: 'Roboto', sans-serifss;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
.footer__container {
  margin: 0 auto;
}
.footer_copyright {
  padding: 10px 0;
  margin-top: 15px;
}
.row {
  margin-right: -12px;
  margin-left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-bottom {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  line-height: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer_copyright_left {
  float: left;
}
.footer_copyright_right {
  float: right;
}
.footer_copyright_left p {
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  margin-top: 11px;
}
.footer_copyright_right .hs-menu-wrapper > ul > li {
  display: inline-block;
  margin-left: 16px;
}
.footer_copyright_right .hs-menu-wrapper > ul > li > a {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #d7dae0;
  text-decoration: none;
  padding: 13px 0;
  display: inline-block;
  position: relative;
}
.social-share-left {
  float: left;
}
.social-share-right {
  float: right;
}
.social-share-right .social_links_main {
  float: right;
  text-align: left;
  width: 100%;
  margin-top: 0px;
}
.social-share-right .social_links_main .social_links {
  display: inline-block;
  width: 100%;
  margin-top: 3px;
}
.social-share-right .social_links_main .social_links .mkdf-icon-shortcode {
  display: inline-block;
  margin-left: 6px;
}
.social-share-right .social_links_main .social_links .mkdf-icon-shortcode a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 19px;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
a.back-to-top i.far.fa-chevron-up {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}
label.hs-error-msg,
label.hs-main-font-element{
  color: #f0524c !important;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 0 !important;
}
aside.form_sectiont .footer_form form .hs-input.invalid.error {
  border: solid 1px #f0524c !important;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  line-height: 1;
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f08c";
}
.social-share-left .hs-menu-wrapper > ul > li {
  margin-right: 24px;
  display: inline-block;
}
.social-share-left .hs-menu-wrapper > ul > li > a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #d0d2d7;
  text-decoration: none;
  padding: 13px 0;
  display: inline-block;
  position: relative;
}
.footer_menu_wrapper {
  padding: 24px 0 0 0;
}
.footer_menu_sec {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-right: 12px;
  padding-left: 12px;
}
.footer_menu_sec .hs-menu-wrapper > ul > li {
  margin-bottom: 28px;
}
.footer_menu_sec .hs-menu-wrapper > ul > li > a {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  pointer-events: none;
}
.footer_menu_sec .hs-menu-wrapper > ul > li > ul {
  margin-top: 12px;
}
.footer_menu_sec .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 12px;
}
.footer_menu_sec .hs-menu-wrapper > ul > li > ul > li > a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-decoration: none;
}
.footer_right-signup-section {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;   
  position: relative;
  top: -2px;
  max-width: 33.333333%;
}
.footer_right-signup-section aside.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_right-signup-section aside.widget_nav_menu ul li {
  margin-bottom: 12px;
  line-height: 1.4;
}
.footer_right-signup-section aside.widget_nav_menu ul li a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-decoration: none;
}
.saprator {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.saprator hr {
  margin: 10px 0;
  background-color: #5f6570;
}
.featured_post .widget {
  margin-bottom: 24px;
}
.featured_post .widget .featured_title {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 16px;
}
.featured_post .widget .post_row {
  margin-bottom: 16px;
}
.featured_post .widget .post_row .category_data {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #d0d2d7;
  margin-bottom: 5px;
}
.featured_post .widget .post_row .title_data {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #d0d2d7;
}
.featured_post .widget .post_row .title_data a {
  color: #d0d2d7;
  text-decoration: none;
}
aside.form_sectiont {
  margin-top: 24px;
}
aside.form_sectiont h2.widget-title {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 12px;
}
aside.form_sectiont .footer_form {
  margin-top: 12px;
  margin-bottom: 22px;
}
aside.form_sectiont .footer_form form {
  position: relative;
}
aside.form_sectiont .footer_form form > .hs_email > label {
  display: none;
}
aside.form_sectiont .footer_form form > .hs_email input[type=email] {
  color: #fff;
  border: solid 1px #d0d2d7;
  max-width: 100%;
  background: none;
  height: 45px;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
aside.form_sectiont .footer_form form .hs-button {
  top: 0;
  margin-top: 0;
  min-width: 20px;
  background-color: transparent !important;
  border: none !important;
  right: 5px;
  font-size: 0 !important;
  border-radius: 0 !important;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin-left: 5px;
  vertical-align: middle;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  height: 42px;
  cursor: pointer;
  background-image: url(https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/raw_assets/public/DataAxle_September2020/images/regular.png);
  padding: 0 19.1px;
}
aside.form_sectiont .footer_form form > .hs_email input[type=email]::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}
aside.form_sectiont .footer_form form > .hs_email input[type=email]::-moz-placeholder {
  color: rgb(117, 117, 117);
}
aside.form_sectiont .footer_form form > .hs_email input[type=email]:-ms-input-placeholder {
  color: rgb(117, 117, 117);
}
aside.form_sectiont .footer_form form > .hs_email input[type=email]:-moz-placeholder {
  color: rgb(117, 117, 117);
}
.footer_menu_sec {
  margin-bottom: -2px;
}
.menu_top_bar_1 {
  border-bottom: solid 1px;
}
.menu_top_bar_1 .hs-menu-wrapper > ul > li {
  margin-right: 24px;
  display: inline-block;
}
.menu_top_bar_1 .hs-menu-wrapper > ul > li > a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-decoration: none;
  padding: 20px 0;
  display: inline-block;
  position: relative;
}
.menu_top_bar_1 .hs-menu-wrapper > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1px;
  display: none;
}
.menu_top_bar_1 .hs-menu-wrapper > ul > li > a:hover:after {
  display: block;
}

footer.footer.lp {
  padding: 0;
}

a.back-to-top {
  position: fixed;
  bottom: 90px;
  right: 15px;
  display: inline-block;
  height: 60px;
  width: 60px;
  background: #00A0DC;
  text-align: center;
  line-height: 58px;
  font-size: 26px;
  color: #0d141c !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px, rgba(0, 0, 0, 0.2) 0px 2px 24px;
  z-index: 999999;
}

.fa-chevron-up:before {
  content: "\f077";
}

.fal, .far {
  font-family: "Font Awesome 5 Pro";
}






@media screen and (max-width: 1199px){
  .footer__container {
    max-width: 100%!important;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 1024px){
  .footer__container {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 768px){
  .footer_copyright_left {
    width: 100%;
  }
  .footer_copyright_right {
    float: right;
    width: 100%;
  }
  .social-share-left {
    width: 100%;
  }
  .social-share-right {
    width: 100%;
    text-align: center;
  }
  .social-share-left .hs-menu-wrapper > ul {
    text-align: center;
  }
  .social-share-right .social_links_main .social_links {
    text-align: center;
  }
  .footer_right-signup-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    top: 0;
    max-width: 100%;
  }
  aside.form_sectiont {
    margin-top: 36px;
  }
  .featured_post .widget {
    margin-bottom: 40px;
  }
  .footer_menu_sec {
    float: left;
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 10100%;
  }
  .menu_top_bar_1 .hs-menu-wrapper > ul > li > a {
    padding: 10px 0;
  }
}

@media screen and (max-width: 766px){
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer_menu_sec {
    padding: 0 15px;
  }
  .footer_right-signup-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-bottom {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    line-height: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  padding: 0 15px;
  margin: 0 auto;
}
.newsletter_form .content-wrapper {
  margin: 64px auto;
  max-width: 996px;
  border-radius: 24px;
  padding: 60px 56px 53px 48px;
  background-color: #3c4457;
}
.newsletter_form .content-wrapper > .row {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-left {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.form-right {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.form-left .newsletter_form_title {
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 15px;
}
.form-left .newsletter_form_text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 655px;
  color: #ffffff;
}
.form-right form .hs_email > label {
  display: none;
}
.form-right form .hs_email {
  width: 66.44%;
  margin-left: 10px;
  color: #ffffff;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  float: left;
}
.form-right form .hs_submit {
  display: inline-block;
  float: right;
}
.form-right form .hs_submit input.hs-button.primary.large {
  border: solid 1px #d0d2d7;
  background: #e6e6e6;
  line-height: 1;
  font-family: Poppins;
  font-size: 16px !important;
  font-weight: 500;
  color: #0d141c !important;
  outline: none;
  border-radius: 22px !important;
  background-color: #f8f9fa !important;
  padding: 13px 19.1px;
  width: auto;
  margin-top: 0;
  cursor: pointer;
  min-width: 96px;
  height: 45px;
}
.form-right form .hs_email input[type=email] {
  border: solid 1px #d0d2d7;
  color: #fff !important;
  background-color: transparent;
  padding: 10px 13px !important;
  display: inline-block;
  float: right;
  width: 100%;
  font-family: Roboto;
  font-size: 16px;
  border-radius: 4px;
  height: auto;
  line-height: 1.5;
}
.newsletter_form_form h3.form-title {
  display: none;
}
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}
.listing-wrapper {
  padding: 64px 0;
}
.listing-wrapper .content-wrapper {
  padding: 0;
}
.listing-wrapper h2.blog_main_title {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #221f20;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
}
.listing-wrapper .post_filter {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.listing-wrapper .site-search {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.listing-wrapper .site-search form {
  position: relative;
  padding: 0 !important;
  border: none !important;
  width: 100%;
  float: right;
  max-width: 267px;
}
.listing-wrapper .site-search form i.far.fa-search {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #6c757d;
  font-weight: 400;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.listing-wrapper .site-search form input {
  height: 45px;
  border-radius: 4px;
  border: solid 1px #d0d2d7 !important;
  padding: 0 10px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #6f737c;
  padding-left: 40px;
}
.listing-wrapper .site-search form label {
  left: 40px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #6f737c;
  position: absolute;
  pointer-events: none;
  display: inline-block;
  margin-bottom: 8px;
}
.category-navigation {
  margin-bottom: 32px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.category-navigation [type="button"] {
  color: #6f737c;
  background: none !important;
  box-shadow: none;
  padding: 8px 12px;
  outline: none !important;
  border: solid 1px #d0d2d7;
  height: 45px;
  cursor: pointer;
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: left;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.category-navigation [type="button"]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4.08px;
  float: right;
  vertical-align: 4.08px;
  content: "";
  border-top: 4.080px solid;
  border-right: 4.080px solid transparent;
  border-bottom: 0;
  border-left: 4.080px solid transparent;
}
.filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.category-navigation ul {
  margin: 0;
  border: solid 1px #1f242f;
  position: absolute;
  border-radius: 0 0 4px 4px;
  border-top: none;
  z-index: 999;
  min-width: 0px !important;
  display: none;
  margin-top: -3px;
  width: 91.7%;
  padding: 8px 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  float: left;
}
.post-item.no-img .blog-post__tags {
  position: relative !important;
}
.topic-open .category-navigation [type="button"] {
  border: solid 1px #1f242f;
}
.category-navigation ul li a {
  padding: 10px;
  padding-left: 40px;
  color: #221f20;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  clear: both;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.topic-open .category-navigation ul {
  display: block;
}
.category-navigation ul li a:hover {
  background-color: #f3f4f5;
  text-decoration: none;
}
.filter-option-inner {
  padding-right: 20px;
}

.post-index {
  margin-right: -12px;
  margin-left: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-index .post-item {
  margin-bottom: 32px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.post-index .post-item .content_cards_grid_data {
  padding-bottom: 44px;
  border-radius: 12px;
  box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.post-index .post-item .content_cards_grid_data .content_cards_grid_image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
  position: relative;
  max-height: 225px;
  overflow: hidden;
}
.post-index .post-item .content_cards_grid_data .content_cards_grid_image .blog-post__tags span:first-child {
  display: none;
}
.post-index .post-item .content_cards_grid_data .content_cards_grid_image .blog-post__tags svg {
  display: none;
}
.post-index .post-item .content_cards_grid_data .content_cards_grid_image .blog-post__tags span {
  border-radius: 14px;
  background-color: #221f20;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  z-index: 2;
  padding: 3px 10px;
}
.post-index .post-item .content_cards_grid_data .content_cards_grid_image .blog-post__tags {
  position: absolute;
  top: 10px;
  z-index: 99;
  left: 10px;
}
.post-index .post-item .content_cards_grid_data .content_cards_grid_image img {
  visibility: hidden;
  max-width: 100%;
}
.content_cards_grid_content {
  padding: 17px 24px;
  height: 100%;
  width: 100%;

}
.content_cards_grid_content .content_cards_grid_title {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #221f20;
}
.content_cards_grid_content .content_cards_grid_excerpt {
  margin-bottom: -2px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #221f20;
}
.content_cards_grid_content .content_cards_grid_link {
  margin-bottom: 5px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding-left: 24px;
}
.content_cards_grid_content .content_cards_grid_link span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0d141c;
  padding-bottom: 4px;
  border-bottom: 2px solid #00A0DC;
  text-decoration: none;
}
.content_cards_grid_content .content_cards_grid_link span i.fal.fa-long-arrow-right {
  display: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.post-item:hover .content_cards_grid_content .content_cards_grid_link span i.fal.fa-long-arrow-right {
  display: inline-block;
}
.fa-long-arrow-right:before {
  content: "\f178";
}

.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}
.post-index .post-item .content_cards_grid_data a {
  display: block;
  text-decoration: none;
}
.blog-header__form {
  margin: 0 1rem;
}

.related-post-wrapper {
  padding-bottom: 64px;
}

.post__meta > span:not(:first-child) {
  padding-left: 14px;
  margin-left: 9px;
  position: relative;
}

.post__meta > span:not(:first-child):after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #221f20;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.social_fix_icons {
  position: fixed;
  right: 0px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 9999998;
}

.social_fix_icons .social_links {
  width: auto;
  background-color: #fbfbfb;
  padding: 12px 14px;
  display: inline-block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
}

.social_fix_icons .social_links > span {
  display: block;
  margin-left: 0;
  margin-bottom: 21px;
}

.social_fix_icons .social_links a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #a2a6af;
  font-size: 22px;
}

.social_fix_icons .social_links a:hover {
  color: #221f20;
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.social_fix_icons .social_links>span:last-child {
  margin-bottom: 0;
}



@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-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-pagination {
  margin-top: 10px;
  text-align: center;
}
.blog-pagination a {
  text-decoration: none;
  display: inline-block;
  padding: 9px 13px;
  border-radius: 4px;
  border: 1.5px solid #00a0dc;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0d141c !important
}
.blog-pagination a:hover {
  background: #00A0DC;
}

.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}


div#blog_featured_topics_4 {
  padding: 64px 0;
}
div#blog_featured_topics_4 .content-wrapper {
  padding: 0;
}
div#blog_featured_topics_4 .content-wrapper h2 {
  margin-bottom: 37px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #221f20;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
}
div#blog_featured_topics_4 .content-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div#blog_featured_topics_4 .content-wrapper ul > li {
  margin-bottom: 28px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.post-index .post-item .content_cards_grid_data:hover {
  box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
}

div#blog_featured_topics_4 .content-wrapper ul > li .topics_content_data {
  padding-bottom: 44px;
  border-radius: 12px;
  box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  position: relative;
}
div#blog_featured_topics_4 .content-wrapper ul > li .topics_content_data a {
  text-decoration: none;
}
div#blog_featured_topics_4 .content-wrapper ul > li .topics_content_data a .topic-wrap {
  height: calc(100% - 154px);
  padding: 17px 24px;
}
div#blog_featured_topics_4 .content-wrapper ul > li .topics_content_data a .topic-wrap h3 {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.13px;
  color: #221f20;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 600;
  font-family: Poppins;
  font-size: 21px;
}
div#blog_featured_topics_4 .content-wrapper ul > li .topics_content_data a .topic-wrap .feature-img {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #221f20;
  margin-bottom: 5px;
}
div#blog_featured_topics_4 .content-wrapper ul > li .topics_content_data a .topic-wrap .feature-img img.alignnone.size-medium {
  height: auto;
  max-width: 100%;
}
.view-all {
  position: relative;
  bottom: inherit;
  padding-left: 0;
  margin: 15px 0 5px;
  left: 0;
  right: 0;
}
.view-all span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0d141c;
  padding-bottom: 4px;
  border-bottom: 2px solid #00A0DC;
  text-decoration: none;
}
.view-all span i.fal.fa-long-arrow-right {
  display: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
div#blog_featured_topics_4 .content-wrapper ul > li:hover i.fal.fa-long-arrow-right {
  display: inline-block !important;
}
.content_cards_grid_image {
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.feature_post {
  background-color: #3c4456;
  height: 553px;
  margin-bottom: 64px;
  position: relative;
  padding: 64px 0;
}
.feature_post_image_outside {
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
  height: 100%;
  z-index: 3;
  bottom: 0;
}
.feature_post_image_outside img.media_img {
  display: block !important;
  float: right;
  height: auto;
  max-width: 100%;
}
.feature_post .content-wrapper {
  padding-right: 12px;
  padding-left: 12px;
  height: 100%;
}
.feature_post .content-wrapper .feature_post_left {
  padding-right: 12px;
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.feature_post .content-wrapper .feature_post_center {
  padding-left: 12px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.feature_post .content-wrapper .feature_post_center img.media_img.inside_image {
  display: none;
}
.feature_post .content-wrapper .feature_post_left h1.hero_block_title {
  color: #fff;
  padding: 0 0 19px 0;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.13px;
}
.feature_post .content-wrapper .feature_post_left h1.hero_block_title svg {
  display: none;
}
.feature_post .content-wrapper .row {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 100%;
}
.feature_post .content-wrapper .feature_post_left .hero_block_heading {
  color: #fff;
  font-size: 38px;
  margin-bottom: 27px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-family: 'Poppins', sans-serif;
}
.feature_post .content-wrapper .feature_post_left .hero_block_description {
  font-weight: normal;
  margin-right: 93px;
  color: #d0d2d7;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.feature_post .content-wrapper .feature_post_left .hero_block_link {
  margin-bottom: 20px;
}
.feature_post .content-wrapper .feature_post_left .hero_block_link a {
  color: #fff;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  border-radius: 4px;
  padding: 9px 13.7px !important;
  border: 1.5px solid #00A0DC;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.feature_post .content-wrapper .feature_post_left .hero_block_link a:hover {
  color: #0d141c;
  text-decoration: none;
  background: #00A0DC;
}
div#blog_featured_topics_4 .content-wrapper ul>li .topics_content_data:hover {
  box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
}


.blog_featured_topic.p_module {
  background-size: cover !important;
  padding: 52px 0;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
.blog_featured_topic.p_module .content-wrapper {
  padding: 0;
}
.blog_featured_topic.p_module .content-wrapper > .row {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.blog_featured_topic_left {
  padding-right: 100px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.blog_featured_topic_left .blog_featured_topic_sub_title {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.13px;
  color: #221f20;
  margin-bottom: 19px;
}
.blog_featured_topic_left .blog_featured_topic_title {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #221f20;
  margin-bottom: 16px;
}
.blog_featured_topic_left .blog_featured_topic_title span.orange_bg {
  position: relative;
  z-index: 1;
}
.blog_featured_topic_left .blog_featured_topic_title span.orange_bg:after {
  background: #f48056;
  top: 20px;
  left: -5px;
  width: 105%;
  bottom: 9px;
  content: "";
  position: absolute;
  z-index: -1;
}
.blog_featured_topic_left .blog_featured_topic_link a {
  padding: 9px 15px;
  border-radius: 4px;
  border: 1.5px solid #00A0DC;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0d141c;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.blog_featured_topic_left .blog_featured_topic_link a:hover {
  background: #00A0DC;
  color: #0d141c;
}
.blog_featured_topic_right {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.blog_featured_topic_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 12px;
  padding-left: 12px;
}
.blog_featured_topic_wrap a {
  text-decoration: none;
}
.blog_featured_topic_wrap a .blog_featured_inner {
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(208, 210, 215, 0.5);
  background-color: #ffffff;
  padding: 16px;
  margin: 12px 0;
  height: 95%;
}
.blog_featured_topic_wrap a .blog_featured_inner:hover {
  box-shadow: 0 0 16px 0 rgba(208, 210, 215, 0.7);
}
.blog_featured_topic_wrap a .blog_featured_inner .blog_featured_data_image {
  margin-bottom: 18px;
  line-height: 0;
}
.blog_featured_topic_wrap a .blog_featured_inner .blog_featured_data_image img {
  max-height: 54px;
  height: auto;
  max-width: 100%;
}
.blog_featured_topic_wrap a .blog_featured_inner .blog_featured_data_title {
  font-family: Roboto;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #221f20;
  margin-bottom: 16px;
  min-height: 60px;
}
.blog_featured_topic_wrap a .blog_featured_inner .blog_featured_data_link {
  margin-bottom: 5px;
}
.blog_featured_topic_wrap a .blog_featured_inner .blog_featured_data_link span.link_type_link {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0d141c;
  padding-bottom: 4px;
  border-bottom: 2px solid #00A0DC;
  text-decoration: none;
}
.blog_featured_topic_wrap a .blog_featured_inner .blog_featured_data_link span.link_type_link i.fal.fa-long-arrow-right {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: none;
}
.blog_featured_topic_wrap:hover a .blog_featured_inner .blog_featured_data_link span.link_type_link i.fal.fa-long-arrow-right {
  display: inline-block;
}





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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .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 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.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;
}
.newsletter_form_form .hs_error_rollup {
  display: none;
}
.blog-post-header {
  text-align: center;
  padding-top: 6px;
}

.blog-post-tag span {
  border-radius: 14px;
  background-color: #221f20;
  font-family: 'Roboto', sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  font-weight: 700;
}

h1.post-title {
  color: #221f20;
  letter-spacing: -0.5px;
  line-height: 1.3;
  max-width: 946px;
  margin: 16px auto;
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.post__meta {
  position: relative;
  font-size: 16px;
  color: #221f20;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 25px;
  padding-top: 6px;
}

.post-featured-img {
  max-width: 700px;
  margin: 0 auto;
}

.blog-post__body {
  padding: 70px 0;
  max-width: 752px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #221f20;
  margin-bottom: 20px;
}
.listing-wrapper.topic-page {
  padding-top: 0;
}
span.featured {
  display: none;
}
.listing-wrapper .site-search form input:focus {
  outline: none;
}
h1.page-title.topic {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 600;
  margin: 25.46px 0;
  line-height: 1.2;
}
.site-search.not-empty form label,
.site-search.input--fill.blured label,
.site-search.input--fill label,
.site-search.input--fill.not-empty label,
.site-search.focused.input--fill label{
  top: 5px;
  font-size: 9px;
  color: #221f20;
}
.site-search.not-empty form input,
.site-search.input--fill.blured input,
.site-search.input--fill.not-empty input,
.site-search.focused.input--fill input{
  padding-top: 10px;
  color: #1f242f;
}
h2.blog_main_title {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #221f20;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
}
.related-post-wrapper .content-wrapper {
  padding: 0;
}
@media(max-width: 1199px){
  .feature_post .content-wrapper {
    max-width: 100%;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .feature_post {
    height: 450px;
  }
  .blog_featured_topic.p_module .content-wrapper {
    max-width: 100%;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .blog_featured_topic.p_module,
  .listing-wrapper,
  div#blog_featured_topics_4{
    padding: 40px 0 !important;
  }
  .listing-wrapper .content-wrapper {
    max-width: 100%;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  div#blog_featured_topics_4 .content-wrapper {
    max-width: 100%;
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

@media(max-width: 1024px){
  .feature_post .content-wrapper {
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .blog_featured_topic.p_module .content-wrapper>.row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .listing-wrapper .content-wrapper {
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  div#blog_featured_topics_4 .content-wrapper {
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .feature_post .content-wrapper .row {
    margin: 0;
  }
  .newsletter_form .content-wrapper {
    margin: 40px auto;
  }
  .blog_featured_topic.p_module .content-wrapper {
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media(max-width: 991px){
  .feature_post {
    height: 440px;
    padding: 30px 0 !important;
  }
  .blog_featured_topic_left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 12px;
  }
  .blog_featured_topic_right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 12px;
  }
  div#blog_featured_topics_4 .content-wrapper ul>li .topics_content_data a .topic-wrap {
    height: calc(100% - 93px);
  }
}

@media(max-width: 950px){
  .form-right form .hs_email {
    margin: 0;
    width: 55%;
  }

}

@media(max-width: 768px){
  h2.blog_main_title {
    margin-bottom: 11px;
    font-size: 23px;
  }
  div#blog_featured_topics_4 .content-wrapper ul>li .topics_content_data a .topic-wrap .feature-img img.alignnone.size-medium {
    width: 300px;
  }
  .listing-wrapper .post_filter .row {
    margin: 0 -6px !important;
  }
  .newsletter_form .content-wrapper {
    margin: 4px 15px 26px;
    padding: 34px 17px 31px 17px;
    max-width: 100%;
    border-radius: 16px;
  }
  .feature_post {
    height: auto;
    padding: 27px 0 !important;
    background-size: 100% !important;
    background-position: left top !important;
  }
  .feature_post .content-wrapper .feature_post_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 12px !important;
  }
  .feature_post_image_outside {
    display: none;
  }
  .feature_post .content-wrapper .feature_post_center img.media_img.inside_image {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: -27px;
    display: block;
    height: 100%;
  }
  .feature_post .content-wrapper .feature_post_center {
    position: relative;
    top: 50px;
    padding: 0 12px !important;
    padding-right: 15px;
  }
  .feature_post .content-wrapper .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .feature_post .content-wrapper .feature_post_left .hero_block_heading {
    font-size: 28px !important;
    margin-bottom: 13px;
  }
  .feature_post .content-wrapper .feature_post_left .hero_block_description {
    margin-bottom: 14px;
  }
  .blog_featured_topic_left .blog_featured_topic_title {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  .blog_featured_topic_left .blog_featured_topic_title span.orange_bg:after{
    display: none;
  }
  .blog_featured_topic_wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 12px;
    -ms-flex: 0 0 100%;
  }
  .blog_featured_topic_right {
    margin-top: 18px;
  }
  .form-right form .hs_email {
    margin: 0;
  }
  .form-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-left .newsletter_form_text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .form-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-right form .hs_email {
    width: 100%;
  }
  .form-right form {
    position: relative;
  }
  .form-right form .hs_submit {
    position: absolute;
    top: 0px;
    right: 0;
  }
  .form-right form .hs_submit input.hs-button.primary.large {
    width: auto;
    margin-top: 10px !important;
    position: absolute;
    top: 0px;
    background-image: url(https://7162856.fs1.hubspotusercontent-na1.net/hubfs/7162856/raw_assets/public/DataAxle_September2020/images/regular.png);
    min-width: 20px;
    background-color: transparent !important;
    border: none !important;
    right: 10px;
    font-size: 0 !important;
    border-radius: 0 !important;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
  }
  .newsletter_form .content-wrapper>.row {
    margin: 0;
    padding: 0 3px;
  }
  .blog_featured_topic_wrap {
    padding: 0;
  }
  .listing-wrapper h2.blog_main_title {
    font-size: 23px;
  }
  .listing-wrapper .post_filter {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .post-index {
    margin-top: 24px;
  }
  .category-navigation {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 22px;
  }
  .listing-wrapper .site-search {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-wrapper .site-search form {
    max-width: 100%;
  }
  .post-index .post-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  div#blog_featured_topics_4 {
    padding: 17px 0 34px !IMPORTANT;
  }
  div#blog_featured_topics_4 .content-wrapper h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }
  div#blog_featured_topics_4 .content-wrapper ul>li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  div#blog_featured_topics_4 .content-wrapper ul > li .topics_content_data a .topic-wrap h3 {
    margin-bottom: 14px !important;
    margin-top: 11px;
    font-size: 19px !important;
  }
  .listing-wrapper .content-wrapper{
    overflow: hidden;
  }
  .social_fix_icons {
    width: 100% !important;
    position: relative;
    transform: none;
    top: 0;
  }

  .social_fix_icons .social_links>span {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 18px;
  }

  .social_fix_icons .social_links>span:last-child {
    margin: 0;
  }

  .social_fix_icons .social_links a {
    font-size: 23px;
    color: #221f20;
  }

  .social_fix_icons .social_links {
    width: 100%;
    text-align: center;
  }

}


@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static;
  background: transparent !important;
  height: auto;
  box-shadow: unset !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  outline: 0;
  padding-left: 20px !important;
  border: 1px solid rgba(208,210,215,1.0);
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  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;
}