




















 
 
 


















*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.dnd-section {
padding: 0 15px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;

}

.dnd-section .widget-type-cell {

}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
  font-family: "Klinic Slab";
  src: url("https://7833460.fs1.hubspotusercontent-na1.net/hubfs/7833460/raw_assets/public/Biglytics_March2020/fonts/klinicslablight-webfont.woff2") format("woff2"),
   url("https://7833460.fs1.hubspotusercontent-na1.net/hubfs/7833460/raw_assets/public/Biglytics_March2020/fonts/klinicslablight-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Klinic Slab";
  src: url("https://7833460.fs1.hubspotusercontent-na1.net/hubfs/7833460/raw_assets/public/Biglytics_March2020/fonts/klinicslabmedium-webfont.woff2") format("woff2"),
   url("https://7833460.fs1.hubspotusercontent-na1.net/hubfs/7833460/raw_assets/public/Biglytics_March2020/fonts/klinicslabmedium-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}


@font-face {
  font-family: "Proxima Nova";
  src: url("") format("embedded-opentype"),
   url("https://7833460.fs1.hubspotusercontent-na1.net/hubfs/7833460/raw_assets/public/Biglytics_March2020/fonts/proximanova-bold-webfont.woff2") format("woff2"),
    url("https://7833460.fs1.hubspotusercontent-na1.net/hubfs/7833460/raw_assets/public/Biglytics_March2020/fonts/proximanova-bold-webfont.woff") format("woff"),
     url("https://7833460.fs1.hubspotusercontent-na1.net/hubfs/7833460/raw_assets/public/Biglytics_March2020/fonts/proximanova-bold-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("") format("embedded-opentype"),
   url("https://7833460.fs1.hubspotusercontent-na1.net/hubfs/7833460/raw_assets/public/Biglytics_March2020/fonts/proximanova-regular-webfont.woff2") format("woff2"),
    url("https://7833460.fs1.hubspotusercontent-na1.net/hubfs/7833460/raw_assets/public/Biglytics_March2020/fonts/proximanova-regular-webfont.woff") format("woff"),
     url("https://7833460.fs1.hubspotusercontent-na1.net/hubfs/7833460/raw_assets/public/Biglytics_March2020/fonts/proximanova-regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("") format("embedded-opentype"),
   url("") format("woff2"),
    url("") format("woff"),
     url("") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family:Avenir Next W02;
  src:url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/7a1b7ae7-5c29-481f-83ac-652e932c5509x.eot#iefix) format("eot"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/bb590848-4012-46d6-a8d5-48c9893a176bx.woff2) format("woff2"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/3a42a252-67ff-4186-88cf-762f56719ca1x.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/dbc39ae3-2636-4653-a23e-8938bce2cf51x.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/8e46b6cb-85f2-4400-a9d8-7cbd8ed30dd8x.svg#8e46b6cb-85f2-4400-a9d8-7cbd8ed30dd8) format("svg");
  font-weight:400;
  font-style:normal;
}
@font-face {
  font-family:Avenir Next W02;
  src:url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/23504b23-e297-4c91-ba98-deceeb0af199x.eot#iefix) format("eot"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/4849e0c5-f7d0-45b0-8d87-80102f27934dx.woff2) format("woff2"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/5191e4ce-5fdb-4b0b-b00f-b04e333dbf3ex.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/7a4d3756-ab14-401a-b693-5980ada400dax.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/533c52aa-9e8d-4596-a1bc-562d2acb72dfx.svg#533c52aa-9e8d-4596-a1bc-562d2acb72df) format("svg");
  font-weight:400;
  font-style:italic;
}
@font-face {
  font-family:Avenir Next W02;
  src:url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/f2c1017b-8f5f-4e69-8a34-3788975c6e84x.eot#iefix) format("eot"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/7195d5d0-582f-42d4-86ca-9da8dc31146ex.woff2) format("woff2"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/0417e965-6ae1-4395-8f71-f61ea767d523x.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/eb8735e1-059f-4b58-b708-78ede4e39742x.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/9eaa4170-3804-4e8d-a010-4d1f191948a4x.svg#9eaa4170-3804-4e8d-a010-4d1f191948a4) format("svg");
  font-weight:500;
  font-style:normal;
}
@font-face {
  font-family:Avenir Next W02;
  src:url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/ec8454e9-1900-4157-902d-1667f20b503ex.eot#iefix) format("eot"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/b86524f7-009e-4c08-a266-c43f1fb68e5ex.woff2) format("woff2"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/e40e6ac5-f2bd-4d65-baf7-b1e397d7fdccx.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/34772968-ece3-42e3-9f0d-f5724cafa60ex.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/e2f89b55-2e17-4aa3-af72-75a82c51008bx.svg#e2f89b55-2e17-4aa3-af72-75a82c51008b) format("svg");
  font-weight:600;
  font-style:normal;
}
@font-face {
  font-family:Avenir Next W02;
  src:url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/51d861aa-f9b4-4afb-a019-d7d155c21072x.eot#iefix) format("eot"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/b729a5ee-0221-40db-9a76-7b9e9b747f65x.woff2) format("woff2"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/51a56502-44d2-4d70-808f-fc822da45209x.woff) format("woff"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/11eb4d83-a3b4-4ab8-a47c-ef9173d239fcx.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/fonts/7258c0e3-4850-4db8-b45f-a8f81d1bf6bax.svg#7258c0e3-4850-4db8-b45f-a8f81d1bf6ba) format("svg");
  font-weight:700;
  font-style:normal;
}

html {
font-size: 24px;
}

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

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

::-moz-selection {
  color: #fff;
  background: #4a4a4a;
  text-shadow: none
}

::selection {
  color: #fff;
  background: #4a4a4a;
  text-shadow: none
}

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

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

h1 {
font-size: 50px;
line-height: 50px;
text-transform: uppercase;
}

h2 {
font-size: 34px;
line-height: 50px;
line-height: 50px;
}

h3 {
font-size: 23px;
line-height: 25px;
}

h4 {
font-family: Lato, sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;

}

h5 {
font-size: 14px;
line-height: 25px;
    font-weight: 600;
}

h6 {
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
}

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 {
  font-size: 17px;
  font-style: italic;
  border-left: 4px solid #eaf4ff;
  margin-left: 0;
  padding-left: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

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

}
}

@media (max-width: 480px) {
html {

}
}
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search{
display:block;
margin-bottom: 30px;
border-radius: .1875rem;
background-color: #fff;
box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
position: relative;
padding: 40px;
}

form {
max-width: 767px;
font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
}

h3.form-title{
font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
font-weight: 700;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-shadow: 0 0 1px transparent;
display: block;
line-height: normal;
text-transform: none;
font-size: 20px;
}
.hs-button,
input[type="submit"],
input[type="button"] {
padding: 0;
letter-spacing: .5px;
width: 100%;
max-width: 230px;
cursor: pointer;
-webkit-appearance: none;
font-family: 'Proxima Nova',sans-serif;
font-size: 14px;
font-weight: 700;
white-space: normal;
display: inline-block;
text-align:center;
justify-content: center;
align-items: center;
margin: 10px 0;
background-color: #000;
border-color: #000;
color: #fff;
line-height: 32px;
}

/* .hs-button:hover, .hs-button:focus {
background-color: #000000;
border-color: #000000;
color: #fff;
} */

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


.hs-form label {
font-size: .83rem;
color: #33475b;
font-family:Avenir Next W02,Helvetica,Arial,sans-s;
display: block;
float: none;
width: auto;
font-weight: 500;
font-size:14px;
text-align: left;
line-height: 1.2;
padding-top: 0;
margin-bottom: 4px;
}

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

label.hs-main-font-element,
label.hs-error-msg {
    color: red !important;
}
.hs-input {
width: 100%;
color: #33475b;
min-height: 45px;
padding-left: 20px;
  background:#f5f8fa;
  

}

.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-radius: 3px;
padding: 0 30px;
    margin-bottom: 18px;
    color: #989898;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #fff;
    font-family: 'Proxima Nova',sans-serif;
}

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

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: Proxima Nova, serif;
}
#email-prefs-form input {
   width: 100% !important;
}
#hs-pwd-widget-password {
   height: auto !important;
   width: 100% !important;
   min-height: 45px;
   color: #33475b;
   padding: 6px;
   font-family: inherit;
   max-width: 507px;
}

#hs-pwd-widget-password:focus {
   border-color: rgba(73,74,82,1.0);
   outline: 0 !important;
}
#email-prefs-form .item input {
   width: auto !important;
}

#email-prefs-form .subscribe-options input {
   width: auto !important;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
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;
}
/* TODO */
/* Missing Template at Path: \'Biglytics_March2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: #F8FAFC
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: #F8FAFC
}

img{
max-width:100%;
 height:auto;
}
.custom-header {
background-color: rgba(#null,0.0);
padding-top: 32px;
padding-bottom: 38px;
z-index: 1111;
display: inline-block;
width: 100%;
      position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}
.no-banner .custom-header{
  position: relative;
  background: rgba(0,0,0,0.65);
}
.fixed-header .custom-header {
position: fixed;
background: rgba(0,0,0,0.65);
padding: 25px 0 25px;

-webkit-transition: background .3s ease-in;
-moz-transition: background .3s ease-in;
transition: background .3s ease-in;
}
.header__container {
max-width: 1170px;
margin: 0 auto;

}

.logo-wrapper {
width: 31.623931624%;
display: block;
float: left;
}
.logo-wrapper img{
/*width: 100% !important;*/

}

@media (max-width: 1024px) and (min-width: 768px){
  .custom-header {
      padding-left: 40px;
      padding-right: 40px;
  }
}

@media (min-width: 768px){
.mobile-trigger,.child-trigger{
  display: none;
}
}


@media (max-width: 767px){
    .custom-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 16px !important;
    width: 100%;
    }
  .logo-wrapper {
    position: relative;
    z-index: 8;
    width: 100%;
    max-width: 130px;
    float: left;
}
.logo-wrapper img {
  -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}
.mobile-trigger{
  border: 0;
  top: 26px;
  right: 14px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  padding: 7px 10px 8px 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  line-height: 16px;
  z-index: 111;
}
.mobile-trigger i {
  transition: all .5s ease-in;
  position: relative;
  top: -4px;
}
.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
width: 30px;
background: #fff;
height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: inline-block;
  transition: all .3s ease-in;
}
.mobile-trigger i:before, .mobile-trigger i:after {
position: absolute;
content: '';
}
.mobile-trigger i:before {
top: -9px;
}
.mobile-trigger i:after {
top: 9px;
}
.mobile-open .mobile-trigger i {
  background: transparent;
  transition: all .1s ease-in;
}
.mobile-open .mobile-trigger i:before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
.mobile-open .mobile-trigger i:after {
  top: 0;
  background: #fff;
  transform: rotate(-45deg);
}

.child-trigger {
  display: block !important;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px !important;
  min-width: 55px !important;
  height: 45px !important;
  padding: 0 !important;
  border-left: 1px dotted rgba(255,255,255,.20)
}

.child-trigger:hover {
  text-decoration: none
}

.child-trigger i {
  position: relative;
  top: 50%;
  margin: 0 auto !important
}

.child-trigger i:after {
  position: absolute;
  content: ''
}

.child-trigger i,.child-trigger i:after {
  width: 10px;
  height: 1px;
  background-color: #fff;
  display: block
}

.child-trigger i:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.child-trigger.child-open i:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.child-trigger.child-open i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}


}
.footer {
background-color: #F8FAFC;
padding: 0 15px;
}
.footer .span12 {
margin-left: 0;
} 
.footer__container {
margin: 0 auto;
}
.footer-logo {
text-align: center;
padding-top: 46px;
padding-bottom: 47px;
}
.footer-logo img {
height: 20px;
width: auto !important;
}
.footer-logo a{
max-height: 25px;
display: block;
}
.copyright-section p,
.hs-blog-listing p{
  font-family: 'Proxima Nova',sans-serif;
  font-weight: 400;
}
.footer-menu-wrapper {
border-top: 1px solid #5e5e5e;
border-bottom: 1px solid #5e5e5e;
text-align: center;
font-family: 'Proxima Nova',sans-serif;
}
.footer-menu-wrapper ul {
margin-top: 0;
list-style: none;
font-size: .9em;
text-align: center;
display: block;
}
.footer-menu-wrapper ul li {
display: inline-block;
float: none;
padding: 0 25px;
padding-top: 20px;
padding-bottom: 23px;
line-height: 25px;
}
.footer-menu-wrapper ul li a {
font-size: 14px;
letter-spacing: .6px;
padding: 0;
max-height: 17px;
font-weight: 600;
display: inline-block;
color: #fff;
}
.footer-menu-wrapper ul li:hover a{
color: #fff !important;

} 
.footer-rss-feed {
padding-bottom: 64px;
border-bottom: 1px solid #5e5e5e;
overflow: auto;
}
.footer-rss-feed .feed-title {
text-align: center;
font-weight: 700;
font-size: 14px;
letter-spacing: .4px;
color: #6f6f6f;
padding-top: 49px;
text-transform: uppercase;
padding-bottom: 28px;
font-family: 'Proxima Nova',sans-serif;
}
.footer-rss-feed .hs-rss-title {
color: white;
font-size: 18px;
font-weight: 700;
letter-spacing: .6px;
text-decoration: none;
margin-top: 0;
display: block;
margin-bottom: 5px;
font-family: 'Proxima Nova',sans-serif;
}
.hs-rss-description p {
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 15px;
  font-family: 'Proxima Nova',sans-serif;
  font-weight: 300;
}
.footer .hs-rss-item {
width: 50%;
float: left;
margin-bottom: 0;
}
.hs-rss-module.feedreader_box {
min-height: 143px;
}
.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
float: right;
width: 70%;
font-weight: 300;
font-size: 16px;
line-height: 1.4;
letter-spacing: .5px;
color: #fff;
margin-top: 0;
}
.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
float: left;
width: 150px;
height: 90px;
object-fit: contain;
border-radius: 3px;
}
span.orange-text {
color: #f8ac1c;
}
.footer .social-share {
padding-top: 39px;
padding-bottom: 57px;
text-align: center;
}
.social-share ul{
margin: 0;
padding: 0;
}
.social-share ul li {
padding-right: 16px;
list-style: none;
display: inline-block;
line-height: 25px;
}
.social-share ul li:last-child{
padding-right: 0;
}
.social-share ul li a img {
vertical-align: bottom;
}
.copyright-section {
padding-bottom: 70px;
text-align: center;

}
.copyright-section p {
margin-bottom: 15px;
font-size: 14px;
line-height: 19px;
}
.copyright-section p a {
color: #f8ac1c;
}
.copyright-section p a:hover{
text-decoration: none;
color: #fff;
}

@media (max-width: 1120px) and (min-width: 1025px){
  .footer .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 67%;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
.footer-logo {
  padding-top: 76px;
}
.social-share ul li{
padding-right: 40px;
}
.footer-menu-wrapper {
padding: 30px 0px;
width: auto;
margin: 0 40px;
}
.footer-menu-wrapper ul li {
padding: 0 11px;
}
.footer-menu-wrapper ul li a{
font-size: 12px;
}
.footer-rss-feed {
width: auto;
margin: 0 40px;
}
.footer-rss-feed .feed-title {
font-size: 16px;
}
.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
display: none;
}
.hs-rss-item.hs-with-featured-image {
overflow: hidden;
flex-direction: column-reverse;
padding: 0 20px;
display: -webkit-flex;
}
.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
float: right;
width: 100%;
padding: 0;
margin-top: 10px;
}
}
@media (max-width: 767px){
.footer-logo {
padding-top: 30px;
padding-bottom: 30px;
padding-bottom: 23px;
padding-top: 37px;
}

.footer-menu-wrapper ul {
padding: 25px 10px;
display: block;
padding-bottom: 22px;
padding-top: 28px;
}

.footer-menu-wrapper ul li {
padding-top: 7px;
padding-bottom: 7px;
width: auto;
padding-left: 13px;
padding-right: 13px;
line-height: 15px;
}

.footer-menu-wrapper ul li a {
font-size: 12px;
}
.footer-rss-feed .feed-title {
padding-top: 30px;
padding-bottom: 29px;
}
.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
display: none;
}
.footer-rss-feed {
padding-bottom: 34px;
}
.hs-rss-item.hs-with-featured-image {
flex-direction: column-reverse;
padding: 0 20px;
display: -webkit-flex;
}
.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
font-size: 13px;
line-height: 20px;
min-height: 240px;
float: right;
width: 100%;
padding-right: 0;
}
.footer-rss-feed .hs-rss-title {
font-size: 14px;
}
.footer .social-share {
  padding-top: 30px;
  padding-bottom: 30px;
}

}
/* TODO: Find a better place for this */
.hs-blog-listing p {
  font-family: 'Klinic Slab'
}

.hs-blog-listing p span {
  font-family: 'Proxima Nova',sans-serif
}

.hs-blog-listing a {
  font-family: 'Proxima Nova',sans-serif;
  text-decoration: none;
}

.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
  padding-bottom:25px
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

.blog-section {
  padding-top: 50px;
  max-width: 968px;
  margin: 0 auto;
  float: none;
  display: block;
}
.blog-banner {
  background-image:
  text-align: center;
  padding: 155px 0px 95px;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
}
.post-listing {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.post-item p strong {
  font-weight: 300
}

.post-item {
  margin-bottom: 30px;
  display: block;
  box-sizing: border-box;
  align-self: stretch;
  border: 1px solid #dad7d7
}
.blog-index-sidebar .post-item{
border:none;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 295px;
  max-width: 470px;
  height: 100%;
  width: 100%;
  float: none;
  margin: 0px
}

.post-featured-image {
  height: 295px;
  display: block
}

.post-item h2 {
  padding-bottom: 5px;
}

.post-item h2,.post-item h2 a {
  font-size: 32px;
  color: #4f504f;
  letter-spacing: .8px;
  line-height: 29px;
  text-transform: uppercase
}

.post-item p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .6px;
  color: #4a4a4a;
  font-weight: 100;
  /*padding-top: 20px;*/
  margin-bottom: 10px
}

.pad-tb {
  padding: 0px 37px;
  padding-top: 50px
}

.hubspot-editable {
  padding-bottom: 20px;
  position: relative
}

.hubspot-editable:after {
  content: "";
  background: #dad7d7;
  width: 50px;
  height: 1px;
  left: 0px;
  position: absolute;
  display: block;
  bottom: 0px
}

.hubspot-editable,.hubspot-editable a {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .5px;
  color: #4a4a4a;
  font-weight: 300;
  text-align: left
}

.hubspot-editable a {
  font-weight: 600;
  padding-right: 20px
}

.more-link {
  text-align: left;
  padding-top: 18px;
  padding-bottom: 35px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .5px;
  color: #f8ac1c;
  text-transform: uppercase;
  font-weight: 600;
  clear: both;
  display: block
}

.more-link:hover {
  color: #f8ac1c
}

.blog-pagination {
  padding-top: 30px;
  padding-bottom: 80px
}

.all-posts-link,.previous-posts-link,.next-posts-link {
  font-size: 12px;
  color: #f8ac1c;
  line-height: 24px;
  letter-spacing: .5px;
  text-transform: uppercase;
  position: relative;
  font-weight: 600
}

.all-posts-link:hover,.previous-posts-link:hover,.next-posts-link:hover {
  color: #e64c3c
}

.all-posts-link {
  text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
  max-width: 100px;
  padding: 0 10px;
}

.previous-posts-link {
  float: left;
  margin-left: 35.5px
}


.next-posts-link {
  float: right;
  margin-right: 35.5px;
  position: relative;
}

.hs-blog-post #hubspot-topic_data,.hs-blog-post #recaptcha_area {
  display: none
}

.hs-blog-post .section.post-header {
  display: none;
  border-bottom: 0
}

.hs-blog-post .section,#comments-listing {
  border-bottom: 0
}

.hs-blog-post .section.post-body {
  padding-bottom: 50px
}

.hs-blog-post .blog-section {
  max-width: 768px
}

.hs-blog-post .blog_body p {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: .6px;
  color: #4a4a4a;
  font-weight: 300;
  margin: 0px 0px 12px
}

.hs-blog-post .blog-section {
  padding-top: 55px
}

.hs-blog-post .blog_body .wrapper {
  max-width: 768px
}

.hs-blog-post .comment-heading h3 {
  font-size: 18px;
  letter-spacing: .6px;
  line-height: 28px;
  padding-bottom: 15px
}

.hs-blog-post .comment-heading {
  padding-top: 19px
}

.hs-blog-post .section.post-footer {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 160px
}

.author_header {
   text-align: center;
   background: url(//cdn2.hubspot.net/hubfs/2410643/Biglytics_assets/Biglytics_Site/Blog/author_background.png) no-repeat;
   color: #fff;
   padding: 122px 0px 98px;
   background-size: cover;
}

.blog-header__author-avatar {
   max-width: 80px;
   border-radius: 100%;
   max-height: 80px;
   margin: 0 auto !important;
}
.author_header_inner {
   padding-top: 0;
   padding-bottom: 0;
}
h1.blog-header__title {
    font-size: 54px;
    line-height: 70px;
    letter-spacing: 0.5px;
    color: #f5f5f5;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 10px;
}

h4.blog-header__subtitle {
   display: none;
}

body form.hs-form fieldset .hs-form-field {
  padding-right: 0px
}

#comment-form input,#comment-form textarea {
  font-size: 14px;
  color: #4d4d4c;
  line-height: 20px;
  letter-spacing: .8px;
  font-weight: 300;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none
}

#comment-form input,#comment-form textarea {
  border-radius: 0px;
  border: 1px solid #ded7d7;
  height: 47px;
  padding-left: 17px
}

#comment-form input[type='checkbox'] {
  height: 20px;
  position: relative;
  vertical-align: middle;
  bottom: 3px
}

#comment-form .hs-richtext h3 {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 31px;
  letter-spacing: .7px;
  color: #4a4a4a;
  padding-bottom: 35px;
  font-weight: 400
}

#comment-form .hs-button {
  max-width: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.3px;
  font-size: 16px;
  background: #f8ac1c;
  border: 0;
  height: 63px
}
.blog .grecaptcha-badge {
  margin: 0;
}

.section-reachus {
  color: #fff;
  position: relative;
  background: #1e1e1e url(https://cdn2.hubspot.net/hubfs/2410643/Biglytics_assets/Biglytics_Site/Blog/blog_footer_bg.png) no-repeat;
  background-size: cover;
  display: block;
  float: left;
  width: 100%;
}
.blog-post__body p {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: .6px;
  color: #4a4a4a;
  font-weight: 300;
  margin: 0px 0px 12px;
}
.section-reachus .reach-us-centered {
  width: 100%;
  max-width: 600px;
  border-radius: 3px;
  padding-left: 34px;
  padding-right: 34px;
  float: none;
  margin-top: -42px;
  background-color: #618ebe;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 57px;
  margin-bottom: 79px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.section-reachus-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  display: block;
  padding-top: 0;
  float: none;
  width: 100%;
}

.reachus-title h1,.reachus-title h2,.reachus-title h3,.reachus-title h4,.reachus-title h5 {
  text-align: center;
  line-height: 48px;
  margin-top: 59px;
  margin-bottom: 31px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-transform: initial
}

.reachus-text,.reachus-text p {
  font-family: 'Klinic Slab';
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: #f5f5f5
}

.reachus-form input[type="text"],.reachus-form input[type="email"],.reachus-form input[type="tel"],.reachus-form textarea,.reachus-form select {
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0 30px;
  margin-bottom: 18px;
  color: #989898;
  font-size: 16px;
  width: 100%;
  display: block;
}

.thankyou-msg {
  text-align: center
}


.reachus-form ::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #989898
}

.reachus-form :-moz-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #989898
}

.reachus-form ::-moz-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #989898
}

.reachus-form :-ms-input-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #989898
}

.reachus-form input[type="text"],.reachus-form input[type="email"] {
  height: 43px
}

.reachus-form input[type="text"]:focus,.reachus-form input[type="email"]:focus,.reachus-form input[type="tel"]:focus,.reachus-form textarea:focus {
  border: 1px solid #f3f3f3
}

.reachus-form form>div {

}

.reachus-form form .hs_submit {
  margin-bottom: 0;
  text-align: center
}

.reachus-form form>div:first-child,.reachus-form form>div:nth-child(2) {
  width: 49%;
  box-sizing: border-box
}

.reachus-form form>div:first-child {
  margin-right: 0px;
  float: left
}

.reachus-form form>div:nth-child(2) {
  margin-left: 0px;
  float: right
}

.reachus-form form>div:nth-child(3) {
  clear: both;
  float: none
}

body .reachus-form form>div:first-child {
  width: 100%;
  float: none;
  margin: 0px;
}

.reachus-form .inputs-list {
  margin: 0
}


body .hs-button.primary, body input[type="submit"], body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Proxima Nova',sans-serif;
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: normal;
  word-wrap: break-word;
}

.section-reachus form .hs-button {
   padding: 0;
   letter-spacing: .5px;
   width: 100%;
   max-width: 230px;
   min-height: 54px;
   margin-left: auto;
   margin-right: auto;
}
.hubspot-editable a:hover {
   color: #4a4a4a;
}
.section-reachus form .hs-button:hover {
   background: #f8ac1c;
   border-color: transparent;
}

body.blog-advance .hs-button.primary, body input[type="submit"] {
  width: 100%;
  margin-top: 15px;
}


body .section-reachus .hs-form-field > label {
  display: none;
}

.section-reachus form {
  padding-top: 25px;
}


.reachus-title {
  display: block;
  float: left;
  width: 100%;
}

.reach-us-centered:before, .reach-us-centered:after {
  display: table;
  content: "";
}

.section-reachus-wrapper:before, .section-reachus-wrapper:after {
  display: table;
  content: "";
}

.section-reachus-wrapper {
  padding: 0px 20px;
}


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

  .blog-index .post-item {
    width:46%;
    float: left;
    margin-bottom: 30px;
    margin-left: 14.5px;
    margin-right: 14.5px;
    min-height: 650px
  }
}

.hubspot-editable,.hubspot-editable a {
    font-family: 'Proxima Nova',sans-serif;
  }

.blog-index, .blog-index-sidebar,.blog-sidebar {
  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;
}
.post-topic {
  display: inline-block;
  width: 48.717948718%;
  float: left;
}

.tag-section {
  background: #1e1e1e;
  padding: 13px 0px;
  overflow: auto;
}

.tag-section .wrapper {
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}
.tag-section .block h3 {
  max-width: 48px;
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 1px;
  margin-bottom: 0;
}
.tag-section .widget-module {
  position: relative;
}
.tag-section .widget-module  span.filter-link-count {
  display: none;
}
.tag-section .widget-module ul{
  margin: 9px 0px 0px 0px;
  padding:0px;
}
.tag-section .widget-module ul li{
  margin: -10px 0px 0px 0px;
  padding: 0px;
  line-height: 23px;
  display: inline-block;
  margin-right: 17px;
  vertical-align: middle;
}
.tag-section .widget-module ul li a{
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #F8AC1C;
  font-weight: 400;
  text-transform: uppercase;
}
body .tag-section .search_form{
  width: 48.717948718%;
  float: right;
}
.search_form form{
  position:relative;
}
.tag-section .search_form input#search_submit {
  background: url(https://cdn2.hubspot.net/hubfs/2410643/Biglytics_assets/Biglytics_Site/Blog/Search_Image.png) no-repeat;
  cursor: pointer;
  border: 0;
  width: 6%;
  background-position-x: 50%;
  background-position-y: 66%;
  padding: 0;
  margin-top: -3PX;
  box-shadow: none;
  text-align: right;
  max-width: 300px;
  float: right;
  height: 40px;
  margin-bottom: 0px;
  font-size: 14px;
  outline: none;
}
body .tag-section .search_form input{
  max-width: 300px;
  float: right;
  background: #fff;
  border: none;
  height: 40px;
  margin-bottom: 0px;
  font-size:14px;
  outline:none;
  border-radius: 5px;
  padding-left: .5em;
  font-family: 'Proxima Nova',sans-serif;
}
::-webkit-input-placeholder {
  color: #989898;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  body .tag-section .search_form {
    float: right;
  }
  .tag-section .search_form input#search_submit {
    margin-top: -10px;
  }
  body .tag-section .search_form input {
    max-width: 205px;
    float: right;
    background: #fff;
    border: 0;
    height: 30px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .tag-section .widget-module ul{
    margin: 0px 0px 0px 50px;
  }
}
@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-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/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: 23px;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}
.blog-comments > h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .6px;
  line-height: 28px;
  padding-bottom: 15px;
}

.blog-comments .hs-form-field input[type="text"],
.blog-comments .hs-form-field input[type="email"],
.blog-comments .hs-form-field textarea {
  padding: 6px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: .5em;
  margin-bottom: 25px;
  width: 100%;
  font-family: 'Proxima Nova',sans-serif;
  font-size: 20px;
}

body .blog-comments .hs-button.primary,
body .blog-comments input[type="submit"]:hover {
  background: #f8ac1c;
}

.blog-comments .hs-button:hover {
  background: #f8ac1c;
}

.blog-comments .hs-form-field input[type="text"]:focus,
.blog-comments .hs-form-field input[type="email"]:focus,
.blog-comments .hs-form-field textarea:focus {
  border: 1px solid #ff1e00;
}

.blog-comments .hs-error-msgs label {
  font-weight: 500;
  font-size: .9em;
  line-height: 25px;
}

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

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

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

.banner-listing {
  position: relative;
  z-index: 1;
  background-image: url('//cdn2.hubspot.net/hubfs/4624278/Biglytics_June2018/image/company-hero-bg-desktop.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 0px;
  min-height: 400px;
}

/*.banner-listing:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(10,9,9,0.4);
  z-index: -1;
}*/
.banner-listing .page-center {
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
  display: block;
  padding-top: 0;
}
.banner-listing h1, .banner-listing h2{
font-size: 54px;
    line-height: 70px;
    letter-spacing: 0.5px;
    color: #f5f5f5;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 10px;
}
}
.banner-listing h1 a {
  font-size: 46px;
  line-height: 54px;
  padding-bottom: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #fff;
  text-align: center;
  text-transform: none;
}
.banner-listing p {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .6px;
  line-height: 19px;
  position: relative;
  font-family: 'Proxima Nova',sans-serif;
}
.banner-listing p a.author-link {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .6px;
  line-height: 19px;
  padding-right: 5px;
  font-family: 'Proxima Nova',sans-serif;
}
.banner-listing a:hover {
text-decoration: none !important;
}


@media (max-width: 1024px) {
  .banner-listing {
    padding: 170px 0 0;
    min-height: 437px;
  }
  .banner-listing h1 a{
    font-size: 40px;

  }
  .banner-listing p{
    font-size: 14px;
  }
  .banner-listing p a.author-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 19px;
    padding-right: 30px;
    font-family: 'Proxima Nova',sans-serif;
  }
  body .row-fluid .blog_body .wrapper {
    padding:0px 15px
  }

  body .wrapper,.row-fluid .wrapper[class*="span"] {
    padding: 0px 40px
  }

  .hero-post .blog-post-date {
    font-size: 14px
  }

  body .tag-section .block h3 {
    font-size: 12px;
    letter-spacing: .4px;
    line-height: 29px
  }

  body .tag-section .widget-module ul li a {
    font-size: 12px;
    margin-left: 0px
  }

  body .tag-section .widget-module ul li {
    margin-right: 8px;
    line-height: 12px
  }

  body .tag-section .filter-expand-link {
    position: absolute;
    top: 2px;
    right: -6px
  }

  body .row-fluid .search_form input {
    max-width: 204px;
    float: right;
    background: #fff;
    border: 0;
    height: 30px;
    margin-bottom: 0px;
    font-size: 12px
  }

  body .container-fluid .row-fluid .search_form input {
    max-width: 205px;
    float: right;
    background: #fff;
    border: 0;
    height: 30px;
    margin-bottom: 0px;
    font-size: 12px
  }

  body .container-fluid .row-fluid .search_form .hs-button img {
    position: absolute;
    top: 8px !important;
    right: 12px !important
  }

  body .row-fluid .tag-section .widget-module ul {
    margin: 0px 0px 0px 50px;
    padding: 0px
  }


  .reachus-title h1,.reachus-title h2,.reachus-title h3,.reachus-title h4,.reachus-title h5 {
    margin-top: 49px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600
  }

  .reachus-text,.reachus-text p {
    font-family: 'Josefin Slab',serif;
    text-align: center;
    font-weight: 300;
    font-size: 21px;
    color: #f5f5f5;
    line-height: 32px
  }

  body.blog-advance .hs-button.primary,body input[type="submit"] {
    width: 100%;
    max-width: 248px;
    height: 41px;
    margin-top: 0px
  }

  .section-reachus form {
    margin-top: 0px
  }
  body .blog-index .post-item {
    margin-bottom: 30px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    border: 1px solid #dad7d7;
    margin: 0px 0px 30px 26px
  }

  .pad-tb {
    padding: 0px 20px;
    padding-top: 32px
  }

  .post-item h2 a {
    font-size: 20px;
    line-height: 27px
  }

  .hubspot-editable,.hubspot-editable a {
    font-size: 12px;
    font-family: 'Proxima Nova',sans-serif;
  }

  .post-item {
    min-height: 600px
  }

  body .post-item p {
    font-size: 17px;
    line-height: 27px
  }

  body .more-link {
    padding-bottom: 25px
  }
}

@media (max-width: 767px) {
  .section-reachus{
    float: none;
  }
  .tag-section .wrapper {
    padding: 0px 20px;
  }
  .post-topic {
    display: block;
    float: none;
    width: 100%;
  }
  body .tag-section .search_form {
    width: 100%;
  }
  body .tag-section .search_form input {
    max-width: 230px;
    margin-right: 8px;
  }
  .section-reachus .reach-us-centered {
    border-radius: 0;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-listing {
    padding-top: 110px;
  }
  .banner-listing .page-center {
    padding: 0px 20px;
  }
  .banner-listing h1 {
    padding-bottom: 20px;
  }

  .banner-listing h1 a {
    font-size: 35px;
    line-height: 40px;
  }
  .banner-listing p {
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
  }
  .banner-listing p a.author-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 19px;
    padding-right: 10px;
    font-family: 'Proxima Nova',sans-serif;
  }
  body .post-item {
    margin: 0px;
    margin-bottom: 20px
  }

  body .post-item h2 a {
    font-size: 18px;
    line-height: 27px
  }

  body .row-fluid .hubspot-editable,.hubspot-editable a {
    font-size: 10px
  }

  body .row-fluid .hs-blog-listing .post-item p {
    padding-top: 14px;
    line-height: 22px
  }

  body .blog-pagination {
    padding-top: 5px;
    padding-bottom: 65px
  }

  body .row-fluid .hero-post .blog-post-date a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 19px;
    padding-right: 10px;
    font-family: 'Proxima Nova',sans-serif
  }

  .hs-blog-post .blog_body p {
    font-size: 16px;
    line-height: 26px
  }

  .hs-blog-post .comment-heading h3 {
    font-size: 21px;
    letter-spacing: .6px;
    line-height: 28px;
    padding-bottom: 0;
    max-width: 220px;
    margin: 0 auto
  }

  body .row-fluid .blog-section {
    padding-top: 30px
  }
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Proxima Nova, 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;
}