/* ******************************************************************************
*********************************************************************************
main.css - 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.
*********************************************************************************
****************************************************************************** */

<link rel="stylesheet" href="https://use.typekit.net/cje6vkh.css">











































/* ******************************************************************************
*********************************************************************************
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: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
_typography.css - This file contains all the neccessary styles to control how
your fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/*@font-face {
  font-family: "avenir-lt-pro", sans-serif;
  src: url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
    url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}
@font-face {
  font-family: "avenir-lt-pro", sans-serif;
  src: url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "avenir-lt-pro", sans-serif;
  src: url("https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("https://use.typekit.net/af/6aec08/00000000000000003b9b0935/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: auto;
}
@font-face {
  font-family: "avenir-lt-pro", sans-serif;
  src: url("https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), 
    url("https://use.typekit.net/af/27776b/00000000000000003b9b0939/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: auto;
}
@font-face {
  font-family: "avenir-lt-pro", sans-serif;
  src: url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}
*/


@import url("https://p.typekit.net/p.css?s=1&k=cje6vkh&ht=tk&f=59830.59831.59836.59837.59838.59841&a=822175&app=typekit&e=css");

@font-face {
font-family:"avenir-lt-pro";
src:url("https://use.typekit.net/af/428c3e/0000000000000000775aa86e/31/l?subset_id=2&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/428c3e/0000000000000000775aa86e/31/d?subset_id=2&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/428c3e/0000000000000000775aa86e/31/a?subset_id=2&fvd=n8&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:800;font-stretch:normal;
}

@font-face {
font-family:"avenir-lt-pro";
src:url("https://use.typekit.net/af/ff1958/0000000000000000775aa86f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/ff1958/0000000000000000775aa86f/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/ff1958/0000000000000000775aa86f/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
font-family:"avenir-lt-pro";
src:url("https://use.typekit.net/af/434a93/0000000000000000775aa877/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/434a93/0000000000000000775aa877/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/434a93/0000000000000000775aa877/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"avenir-lt-pro";
src:url("https://use.typekit.net/af/0f11da/0000000000000000775aa879/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/0f11da/0000000000000000775aa879/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/0f11da/0000000000000000775aa879/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}

@font-face {
font-family:"avenir-lt-pro";
src:url("https://use.typekit.net/af/1770de/0000000000000000775aa874/31/l?subset_id=2&fvd=n2&v=3") format("woff2"),url("https://use.typekit.net/af/1770de/0000000000000000775aa874/31/d?subset_id=2&fvd=n2&v=3") format("woff"),url("https://use.typekit.net/af/1770de/0000000000000000775aa874/31/a?subset_id=2&fvd=n2&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:200;font-stretch:normal;
}

@font-face {
font-family:"avenir-lt-pro";
src:url("https://use.typekit.net/af/190637/0000000000000000775aa878/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/190637/0000000000000000775aa878/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/190637/0000000000000000775aa878/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

.tk-avenir-lt-pro { font-family: "avenir-lt-pro",sans-serif; }

html {
  
}

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

div.blog-listing-text div.titlee #card-titlee > a {
  line-height: 24px !important;
}

div.blog-listing-text div.titlee #card-titlee {
  line-height: 24px !important;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover {
  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;
}

blockquote {
    width: 45%;
    float: left;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 0;
    padding: 0;
    position: relative;
    margin-bottom: 35px;
    text-align: left;
    border: none !important;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

.dnd-section>.row-fluid{
  
/*     padding-right: 15px;
    padding-left: 15px; */
}

@media (max-width: 1199px) {
.dnd-section>.row-fluid,.header__container,.footer__container,.content-wrapper{
      max-width: 970px !important;
}
}

@media (max-width: 992px) and (min-width: 768px){
.header__container {
    max-width: 100% !important;
}
}

@media (max-width: 998px) and (min-width: 992px){
  .dnd-section>.row-fluid{
    padding-right: 15px;
    padding-left: 15px; 
}
  .blog-wrap  .content-wrapper{
    padding-right: 15px;
    padding-left: 15px; 
  }
  
  .top-tag-post {
    margin-left: 15px;
    margin-right: 15px;
}
}

@media (max-width: 991px) {
  
  .dnd-section>.row-fluid,.footer__container,.content-wrapper{
    max-width: 750px !important;
  }
}

@media (max-width: 778px) and (min-width: 768px){
  .dnd-section>.row-fluid{
    padding-right: 15px;
    padding-left: 15px; 
}
}

@media (max-width: 767px) {
  .dnd-section>.row-fluid,.footer__container{
    max-width: 100% !important;
  }
  
  .dnd-section>.row-fluid{
    padding-right: 15px;
    padding-left: 15px; 
}
}
@media (max-width: 480px) {
  
}
/* ******************************************************************************
*********************************************************************************
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: 720px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  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: .92rem;
  padding: 15px 53px;

    text-decoration: none !important;
    font-family: "avenir-lt-pro", sans-serif; ;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.hs-button:hover, .hs-button:focus {
 

  color: #fff;
}

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


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
    font-family: "avenir-lt-pro", sans-serif; 
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.86px;
    margin-bottom: 5px;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  
color:rgb(0, 0, 0);
  
letter-spacing:normal;
line-height:normal;
      padding: 14px;
    font-size: 16px;
    font-family: 'proxima-nova';
}

.hs-input:focus {
    outline: -webkit-focus-ring-color auto 1px !important;
    outline-offset: -2px;
}

ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    color: #f00;
    display: block;
    font-family: proxima-nova;
    font-size:12px;
    font-weight:400;
    letter-spacing: 0.86px;
    line-height:29px;
}

.hs-input:focus {
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: -2px;
}

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

div#hs-search-module {}

form {
    padding: 30px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-bottom:20px;
}

div#hs-search-module form input {
    margin-bottom: 18px;
}

@media (max-width: 767px){
  form {
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
_menus.css - This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

/* BEGIN NEW MOBILE MENU */

.mobile-level-1, .mobile-level-2 {
  list-style-type: none;
  padding-left: 0;
  
}

.mobile-level-1 {
  margin: 0 auto 64px auto;
}

ul.mobile-level-1 > li {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}

ul.mobile-level-1 > li > a {
  color: #212121;
}

ul.mobile-level-2 > li > a.mobile-menu-link {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.29px;
  line-height: 18px;
  text-transform: none;
  padding: 5px 0;
  margin: 5px 0;
  text-align: center;
}



/* END NEW MOBILE MENU */


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

@media (min-width: 769px) {
  .mobile-menu-primary{
    display:none;
}
  
}

@media (max-width: 768px) {
  .mobile-menu-primary {
    /* position: fixed; */
    left: 0;
    top: 0;
    text-align: right;
    background: #FFF;
    height: 100vh;
    width: 100%;
    padding: 32px 0 64px 0;
    transition: All 1s ease;
    opacity: 0;
    z-index: 12;
    display: none;
    overflow-y: scroll;
}

.mobile-menu-primary > div {
    display: block !important;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid rgba(250,250,250,0.1);
}

.mobile-menu-primary > div > nav {}

.mobile-menu-primary > div > nav > ul.submenu.level-1 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.mobile-menu-primary > div > nav > ul.submenu.level-1 > li {
    float: none;
    padding-right: 20px;
    margin: 12px 0;
    position: relative;
}

.mobile-menu-primary > div > nav > ul.submenu.level-1 > li > a {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #212121;
    display: block;
    line-height: 34px;
    text-align: right;
}
  
  .mobile-open .mobile-menu-primary {
    opacity: 1;
    display: block;
}

body.mobile-open {overflow-y: hidden;}

.mobile-open .nav-icon span {
    background: #00C167;
}

.mobile-open .nav-icon span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.mobile-open .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-open .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-open .nav-icon span:nth-child(4) {
    top: 14px;
    width: 0%;
    left: 50%;
}

/*
.mobile-open .nav-icon {
    right: 17px;
}


.mobile-menu-primary>div>nav>ul.submenu.level-1>li ul.submenu.level-2 {
    display: none;
}
*/
  
.mobile-menu-primary {}
  
  
  
}
/* ******************************************************************************
*********************************************************************************
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;
}

/* Missing Template at Path: \'Atomwise_may2020\/css\/_landing.css\/no-cache=true\' */
/* ******************************************************************************
*********************************************************************************
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;
}

.header__container {
 
  max-width: 1200px;
  margin: 0 auto;

}


/* Styles for the Logo */



/* Styles for the Search Bar */

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

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

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

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

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

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

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

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

/* Styles for the Language Switcher Component */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Tablet Styles */



/* Mobile Styles */

@media (max-width: 768px) {
  
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

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

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* header */


.header {
    position: relative;
    z-index: 999;
    padding: 20px 0;
}

.header .header__container {
    padding-right: 15px;
    padding-left: 15px;
}

.header__logo a {
    position: relative;
    z-index: 999;
}

.header__logo a img {
    max-width: 300px;
}

.custom-menu-primary {
    float: right;
    width: auto;
}

.header__logo {
    float: left;
    width: 300px;
}

.custom-menu-primary > div {}

.custom-menu-primary > div > nav {}

.custom-menu-primary > div > nav > ul.submenu.level-1 {
    white-space: normal;
    display: inline-block;
    position: relative;
    top: 12px;
}

.custom-menu-primary > div > nav > ul.submenu.level-1 > li {
    float: left;
    /* padding-bottom: 24px; */
}

.custom-menu-primary > div > nav > ul.submenu.level-1 > li > a {
    margin-left: 3px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 11px 30px;
    font-family: "avenir-lt-pro", sans-serif; 
    padding: 30px 22px;
}

.header {
    padding-bottom: 16px;
}

.custom-menu-primary > div > nav > ul.submenu.level-1 > li:nth-child(2) > a {
    margin-left: 0;
}

/* REMOVED BY B. OLIVER 03.08.21

.custom-menu-primary > div > nav > ul.submenu.level-1 > li > a:hover {
    font-family: "proxima-nova" !important;
    border-radius: 30px;
    
  
    background: linear-gradient(#18C3C1, #0CC296);
}


.custom-menu-primary>div>nav>ul.submenu.level-1>li a.active-branch{
   border-radius: 30px;
  
}
*/

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch{
  
  background: none;
    border-radius: unset;
}

.custom-menu-primary > div > nav > ul.submenu.level-1 > li > ul.submenu.level-2 {
    top: 100%;
    width: 180px;
    left: 0;
    transform: unset;
    background-color: rgba(0,0,0,0.5);
    border-radius: 6px;
    padding: 20px;
    list-style: none;
    position: absolute;
    left: 15px;
    top: 51px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

position: absolute;
    background-color: #FFF;
    display: none;
    top: 60px;
    right: -85px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    border-radius: 6px;
    width: 180px;
    padding: 20px 0;

.triangle-container.level-2 {
    display: none !important;
}

.custom-menu-primary > div > nav > ul.submenu.level-1 > li > ul.submenu.level-2 > li {}

.custom-menu-primary > div > nav > ul.submenu.level-1 > li > ul.submenu.level-2 > li > a {
    text-align: left;
    font-size: 14px;
    color: #212121;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
  letter-spacing: 0.29px;
    line-height: 17px;
  padding: 10px 0;
}

.custom-menu-primary > div > nav > ul.submenu.level-1 > li > ul.submenu.level-2:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0,0,0,0.5) transparent;
    top: -19px;
    left: 40px;
}

.custom-menu-primary>div>nav>ul.submenu.level-1>li.has-submenu:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -29px;
    height: 34px;
    width: 100%;
}


@media (max-width: 830px) {
.custom-menu-primary>div>nav>ul.submenu.level-1>li>a{
    padding: 11px 22px;
}
}


@media (max-width: 768px) {
.custom-menu-primary {
    display: none;
}

.nav-icon {
    width: 24px;
    height: 20px;
    position: relative;
    float: right;
    z-index: 999;
    margin: 16px 10px 10px 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    display: block;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
    top: 7px;
}

.nav-icon span:nth-child(4) {
    top: 14px;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 110%;
    background: #00C167;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

/***** NEW FOOTER *****/

.blog-pagination {
  padding-top: 40px;
  text-align: center;
}

.footer-new {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px 15px;
}

.footer-box-new {
  width: 100%;
  display: block;
}

.footer-column-new {
  width: 20%;
  display: block;
  float: left;
  margin-bottom: 3rem;
}

.footer-new label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
}

.footer-new ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 12px;
}

.footer-new li {
  margin: 10px 0 0 0;
  max-width: 90%;
  line-height: 16px;
}

.footer-new a {
  color: #595959;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.29px;
  line-height: 18px;
  font-weight: 500;
}

.footer-new a:hover {
  opacity: 0.75;
}

#footer-copyright {
  color: #595959;
  font-size: 14px;
  letter-spacing: 0.29px;
  line-height: 18px;
  font-weight: 500;
}

.footer-hr-top {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 64px;
}

.footer-hr-bottom {
  display: block;
  width: 100%;
  min-height: 24px;
  float: left;
  border-bottom: 1px solid #DDDDDD;
}

div.footer-top-bar {
  padding: 0 0 24px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-bar-column {
  width: 50%;
}

div.footer-bottom-bar {
  padding: 30px 0 30px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bottom-bar-column {
  width: 50%;
}

.top-bar-column.left, .bottom-bar-column.left {
  text-align: left;
}

.bottom-bar-column.right {
  text-align: right;
}

.top-bar-column.right {
  display: flex;
  justify-content: flex-end;
}

.footer-social-media {
  padding-left: 20px;
}

@media (max-width: 1020px) {
  .footer-column-new {
    width: 40% !important;
    margin-left: 5%;
    margin-right: 5%;
  }
  .footer-new li {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .footer-top-bar {
    flex-direction: column !important;
  }
  .top-bar-column {
    width: 100%;
  }
  .top-bar-column.right {
    justify-content: flex-start;
    padding-top: 24px;
  }
  .footer-bottom-bar {
    flex-direction: column !important;
    padding-top: 0 !important;
  }
  .bottom-bar-column {
    padding-top: 24px;
    width: 100%;
  }
  .bottom-bar-column.left, .bottom-bar-column.right  {
    text-align: left;
  }
  .footer-social-media {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/***** BEGIN FOOTER CREDITS *****/

@media (max-width: 1199px) {
  .footer-info {
    max-width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .footer-info {
    max-width: 750px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/***** END FOOTER CREDITS *****/

.footer {
  background-color: #F8FAFC;

}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

.footer {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #f7f7f7;
    padding-bottom: 16px;
}

.footer .footer__container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-logo {}

.footer-logo {
    max-width: 171px;
    float: left;
    display: block;
  
    margin-right: 5px;
}

.menu-main-nav-container {
    float: right;
}

.menu-main-nav-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 12px;
}

.menu-main-nav-container ul li {
    float: left;
    position: relative;
}

.menu-main-nav-container ul li a {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    color: #3f3f3f;
    margin-left: 50px;
}

.menu-main-nav-container ul li:first-child a {
    margin: 0;
}



@media (max-width: 768px) {
.menu-main-nav-container {
    padding-bottom: 37px;
  }
  .menu-main-nav-container ul li a {
    margin-left: 35px;
  }
  .footer {
    padding-bottom: 15px;
  }

  .menu-main-nav-container ul {
    top: 11px;
  }
}



@media (max-width: 658px) {
.menu-main-nav-container {
    padding-bottom: 33px;
}

.menu-main-nav-container ul {
    top: 7px;
}
  
}

@media (max-width: 480px) {
.menu-main-nav-container ul li {
    float: left;
    width: 33%;
    margin-bottom: 11px;
}

.menu-main-nav-container {
    padding-bottom: 0;
    float: none;
}

.menu-main-nav-container ul li a {
    margin-left: 0;
    text-align: left;
}

.footer-logo {
    float: none;
}

.footer {
    padding-bottom: 12px;
}

.menu-main-nav-container ul {
    top: 12px;
}
}
/* ******************************************************************************
*********************************************************************************
_blog.css - 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.
*********************************************************************************
****************************************************************************** */

/* Banner Spacing - 06.19.20 */
.hs-blog-listing .blog-banner-area, .hs-blog-post .blog-banner-area {
  padding: 100px 0 240px 0 !important;
  /*background: url(https://7399933.fs1.hubspotusercontent-na1.net/hubfs/7399933/blog-backgrounds/atomwise-blog-background-v3-1920x640.jpg);*/
  background: url(https://7399933.fs1.hubspotusercontent-na1.net/hubfs/7399933/Blog%20Post%20files/Template%20Files/nl-blog-header-v1-1920x640.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#hs_cos_wrapper_module_162994053979228 {
  display: inline-block;
}

/* BEGIN BLOG INDEX */

/* 
.hs-blog-id-28615289373 #listing-wrapper {
  max-width: 1184px;
}
*/

.hs-blog-id-28615289373 .blog-post-item {
  border-radius: 10px; 
  min-height: 0px;
  /* width: 30.33%;
  margin: 0 1.5% 30px 1.5%; */
  width: 29.33%;
  margin: 0 2% 48px 2%;
  float: left;
  display: inline-block;
  -webkit-box-shadow: 0 8px 30px 0 rgb(154, 161, 177, 15%);
  -moz-box-shadow: 0 8px 30px 0 rgb(154, 161, 177, 15%); 
  box-shadow: 0 8px 30px 0 rgb(154, 161, 177, 15%);
}

.hs-blog-id-28615289373 .new-featured-img {
  height: 175px;
}

.hs-blog-id-28615289373 .new-featured-img img.hs-featured-image-new {
  width: 100%;
  height: 175px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  border-bottom: 1px solid #ebeff3;
}

.hs-blog-id-28615289373 .blog-listing-text {
  padding: 20px 20px 0 20px;
  margin-bottom: -20px;
  min-height: 360px;
}

/*.hs-blog-id-28615289373 #card-titlee {
  font-size: 20px;
  line-height: 24px !important;
  letter-spacing: unset;
  color: #212121;
  margin-bottom: 10px;
}

.hs-blog-id-28615289373 #card-titlee a {
  font-size: 20px;
  line-height: 24px !important;
  letter-spacing: unset;
  color: #212121;
}
*/

.hs-blog-id-28615289373 div.slant {
  display: none !important;
}

.hs-blog-id-28615289373 #listing-wrapper {
  margin-top: 0; 
  padding-top: 40px;
}

/*******************************************************************************************/

.hs-blog-id-28615289373 .utilities {
  padding: 30px 0;
  max-width: 1124px;
  margin: 0 auto;
}

.hs-blog-id-28615289373 .blog-utilities {
  background: #5966F1;
}

.hs-blog-id-28615289373 .blog-site-search {
  width: 45% !important;
  margin-right: 5% !important;
}

.hs-blog-id-28615289373 .hs-categories {
  display: inline-block !important;
  float: left;
}

.hs-blog-id-28615289373 .hs-categories {
  width: 30% !important;
  min-width: 285px;
  margin-right: 5% !important;
  background: #5966F1 !important;
}

.hs-blog-id-28615289373 .utilities-reset {
  display: inline-block !important;
  float: right;
  margin-top: 12px;
}

div.tags-label {
  padding: 12px 8px 0 0;
  display: inline-block;
}

.hs-blog-id-28615289373 #hs_cos_wrapper_post_filter {
  display: inline-block;
}

.hs-blog-id-28615289373 select#tinynav1 {
  background: #FFF !important;
}

a.reset-tags {
  width: 113px;
  /*height: 50px;*/
  border-radius: 24px;
  padding: 12px 30px;
  color: #FFF;
  font-weight: 600;
  background-color: #37373F;
  letter-spacing: 1px;
}

a.reset-tags:hover {
  text-decoration: none;
  color: #FFF;
}

/**************************** BLOG INDEX SUBSCRIBE ******************************************/

.blog-subcribe-form {
  display: unset;
}

.hs-blog-listing #blog-subscribe-inner form, .hs-blog-post #blog-subscribe-inner form  {
  max-width: 100% !important;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.hs-blog-listing #blog-subscribe-inner, .hs-blog-post #blog-subscribe-inner {
  max-width: 1140px;
  display: flex;
  flex-direction: row;
  justify-content: unset;
  margin: 96px auto 0 auto;
  background: #2b2457;
  /*background: -webkit-gradient(linear, left top, right top, from(#19C3C5), to(#00C167));
  background: -webkit-linear-gradient(left, #19C3C5 0%, #00C167 100%);
  background: -o-linear-gradient(left, #19C3C5 0%, #00C167 100%);
  background: linear-gradient(90deg, #19C3C5 0%, #00C167 100%);*/
  border-radius: 6px;
  padding: 40px !important;
  box-shadow: none;
  color: #fff;
}

.hs-blog-listing #blog-subscribe-outer {
  padding: 0 20px;
}

#blog-subscribe-inner > div.sub-col-1 > p {
  padding-right: 24px; 
}

.hs-blog-listing #blog-subscribe-inner .sub-col-1, .hs-blog-post #blog-subscribe-inner .sub-col-1  {
  width: 33.33%;
}

.hs-blog-listing #blog-subscribe-inner .sub-col-2, .hs-blog-post #blog-subscribe-inner .sub-col-2 {
  width: 66.66%;
}

.hs-blog-listing #blog-subscribe-inner form, .hs-blog-post #blog-subscribe-inner form  {
  display: flex;
  flex-direction: row;
}

.hs-blog-listing #blog-subscribe-inner div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field, .hs-blog-post #blog-subscribe-inner div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field  {
   display: inline-block;
   width: 100%;
}

.hs-blog-listing #blog-subscribe-inner div.hs_submit.hs-submit, .hs-blog-post #blog-subscribe-inner div.hs_submit.hs-submit  {
  display: inline-block;
}

.hs-blog-listing #blog-subscribe-inner input, .hs-blog-post #blog-subscribe-inner input  {
  border: none;
  border-radius: 4px 0 0 4px;
}

.hs-blog-listing #blog-subscribe-inner .hs-button, .hs-blog-post #blog-subscribe-inner .hs-button  {
  border-radius: 0 4px 4px 0;
  background: #000;
  border: 0;
  padding: 16px 40px;
  width: 100%;
  margin: 21px 0 0 0;
  font-size: 16px;
  line-height: 18px;
}

.hs-blog-listing #blog-subscribe-inner h2, .hs-blog-post #blog-subscribe-inner h2 {
  color: #fff;
}

.hs-blog-listing #blog-subscribe-inner p, .hs-blog-post  #blog-subscribe-inner p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.hs-blog-listing #blog-subscribe-inner .hs-form label, .hs-blog-post #blog-subscribe-inner .hs-form label  {
  color: #fff;
  font-size: 14px;
}

.hs-blog-listing #blog-subscribe-inner .hs_email, .hs-blog-post #blog-subscribe-inner .hs_email {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .hs-blog-listing #blog-subscribe-inner, .hs-blog-post #blog-subscribe-inner  {
    max-width: 100%;
    flex-direction: column;
    margin: 96px auto 0 auto;
    padding: 20px !important;
  }
  .hs-blog-listing #blog-subscribe-inner .sub-col-1, .hs-blog-post #blog-subscribe-inner .sub-col-1 {
    width: 100%;
  }
  .hs-blog-listing #blog-subscribe-inner .sub-col-2, .hs-blog-post #blog-subscribe-inner .sub-col-2 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hs-blog-listing #blog-subscribe-inner form, .hs-blog-post #blog-subscribe-inner form {
    flex-direction: column;
  }
  .hs-blog-listing #blog-subscribe-inner input, .hs-blog-listing #blog-subscribe-inner .hs-button, .hs-blog-post #blog-subscribe-inner input, .hs-blog-post #blog-subscribe-inner .hs-button {
    border-radius: 4px;
  }
}

p#subscribe-text {
  margin-top: 8px;
  font-size: 12px !important;
  line-height: 15px !important;
}

#subscribe-text a {
  color: rgba(0,0,0,0.5);
}

/**************************** END BLOG INDEX SUBSCRIBE ***************************************/

/****************************** BLOG POST SUBSCRIBE ******************************************/

/*.hs-blog-post #blog-subscribe-inner form {
  max-width: 100% !important;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.hs-blog-post #blog-subscribe-inner {
  max-width: 1140px;
  display: flex;
  flex-direction: row;
  justify-content: unset;
  margin: 96px auto 0 auto;
  background: #2b2457;
  border-radius: 6px;
  padding: 40px !important;
  box-shadow: none;
  color: #fff;
  /*max-width: 280px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0 auto;
  background: #2b2457;
  /*background: -webkit-gradient(linear, left top, right top, from(#19C3C5), to(#00C167));
  background: -webkit-linear-gradient(left, #19C3C5 0%, #00C167 100%);
  background: -o-linear-gradient(left, #19C3C5 0%, #00C167 100%);
  background: linear-gradient(90deg, #19C3C5 0%, #00C167 100%);
  border-radius: 6px;
  padding: 20px !important;
  box-shadow: none;
  color: #fff;
}

@media (max-width: 1120px) {
  .hs-blog-post #blog-subscribe-inner {
  max-width: 100%;
  }
}

.hs-blog-post #blog-subscribe-outer {
  padding: 0;
  margin-bottom: 40px;
}

.hs-blog-post #blog-subscribe-inner .sub-col-1 {
  width: 100%;
}

.hs-blog-post #blog-subscribe-inner .sub-col-2 {
  width: 100%;
}

.hs-blog-post #blog-subscribe-inner form {
  display: flex;
  flex-direction: column;
}

.hs-blog-post #blog-subscribe-inner div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
   display: inline-block;
   width: 100%;
}

.hs-blog-post #blog-subscribe-inner div.hs_submit.hs-submit {
  display: inline-block;
}

.hs-blog-post #blog-subscribe-inner input {
  border: none;
  border-radius: 4px;
  margin-bottom: 0;
}

.hs-blog-post #blog-subscribe-inner .hs-button {
  border-radius: 4px;
  background: #000;
  border: 0;
  padding: 16px 40px;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
}

.hs-blog-post #blog-subscribe-inner h2 {
  color: #fff;
  margin-top: 0 !important;
}

.hs-blog-post #blog-subscribe-inner p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0px;
}

.hs-blog-post #blog-subscribe-inner .hs-form label {
  color: #fff;
  font-size: 14px;
}

p#subscribe-text {
  margin-top: 8px;
  font-size: 12px !important;
  line-height: 15px !important;
}

#subscribe-text a {
  color: rgba(0,0,0,0.5);
}
*/
/**************************** END BLOG POST SUBSCRIBE ***************************************/

@media (max-width: 1199px) {
  .hs-blog-id-28615289373 .blog-site-search {
    width: 45% !important;
  }
  .hs-blog-id-28615289373 .utilities {
    /*max-width: 945px;*/
    max-width: 720px;
  }
}

@media (max-width: 1023px) {
  .hs-blog-id-28615289373 .blog-utilities {
    /*max-width: 740px !important;*/
    margin: 0 auto !important;
  }
  .hs-blog-id-28615289373 .blog-site-search {
    float: unset;
    width: 88% !important;
    padding: 0 5px;
    margin: 0 auto 20px auto !important;
  }
  .hs-blog-id-28615289373 .hs-categories {
    float: unset;
    width: 50% !important;
    margin: 0 auto 0 5px !important;
  }
  .hs-blog-id-28615289373 .utilities-reset {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .hs-blog-id-28615289373 .utilities {
    margin: 0 auto !important;
  }
  .hs-blog-id-28615289373 .blog-site-search {
    padding: 0 30px;
    margin: 0 auto 20px auto !important;
  }
  .hs-blog-id-28615289373 .hs-categories {
    padding-left: 30px;
  }
  .hs-blog-id-28615289373 .utilities-reset {
    margin-right: 30px;
  }
}

@media (max-width: 419px) {
  .hs-blog-id-28615289373 .blog-site-search {
    padding: 0 30px;
  }
  .hs-blog-id-28615289373 .hs-categories {
    padding-left: 0;
    min-width: 285px !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .hs-blog-id-28615289373 .utilities-reset {
    margin: 20px auto 0 auto;
    width: 100%;
  }
  a.reset-tags {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/*
.hs-blog-id-28615289373 select#tinynav1, .hs-blog-id-28615289373 input.hs-search-field__input {
  margin-bottom: 0px !important;
}
*/

/*******************************************************************************************/



.hs-blog-id-28615289373 #hs_cos_wrapper_post_filter {
  flex: auto;
}


.hs-blog-id-28615289373 .filter-expand-link {
  display: none;
}

/*
.hs-blog-id-28615289373 div.blog-site-search, .hs-blog-id-28615289373 div.hs-categories {
  display: none;
}
*/

.hs-blog-id-28615289373 .new-spacer {
  height: 30px;
  width: 100%;
}

.hs-blog-id-28615289373 .blog-post-item-inner {
  padding-top: 0 !important;
  border: 0 !important;
}

/*
.hs-blog-id-28615289373 .excerpt {
  line-height: 20px;
}

 .hs-blog-id-28615289373 a.more-link {
  display: inline-block;
  position: relative;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #37373F;
  color: #FFF;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 20px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
}
*/

.hs-blog-id-28615289373 a.more-link {
  display: inline-block;
  position: relative;
  float: right;
  bottom: 20px;
  right: 20px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  padding-right: 16px;
  background: url(https://7399933.fs1.hubspotusercontent-na1.net/hubfs/7399933/Blog%20Post%20files/Template%20Files/icon-chevron-right-pink.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 8px;
}

.hs-blog-id-28615289373 a.more-link:hover {
  opacity: 0.7;
}

/* .hs-blog-id-28615289373 div.categories {
  padding-bottom: 7px;
}
*/

#listing-page {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 1199px) {
  .hs-blog-id-28615289373 .blog-listing-text {
    min-height: 360px;
  }
  .hs-blog-id-28615289373 .new-featured-img, .hs-blog-id-28615289373 .new-featured-img img.hs-featured-image-new {
    height: 149px;
  }
}

@media screen and (max-width: 1023px) {
  .hs-blog-id-28615289373 #listing-wrapper {
    max-width: 750px !important;
  }
  .hs-blog-id-28615289373 .blog-post-item {
    width: 46%;
  }
  .hs-blog-id-28615289373 .blog-listing-text {
    min-height: 360px;
  }
  .hs-blog-id-28615289373 .new-featured-img, .hs-blog-id-28615289373 .new-featured-img img.hs-featured-image-new {
    height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .hs-blog-id-28615289373 #listing-page.blog-banner-area {
    padding-top: 60px !important; 
  }
  #listing-page {
    padding-bottom: 20px !important;
  }
  .hs-blog-id-28615289373 #listing-wrapper {
    max-width: 710px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 10px;
  }
  .hs-blog-id-28615289373 .blog-post-item {
    width: 46%;
    margin: 0 2% 30px 2%;
  }
  .hs-blog-id-28615289373 .blog-listing-text {
    min-height: 360px;
  }
  .hs-blog-id-28615289373 .blog-post-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs-blog-id-28615289373 #card-titlee {
    font-size: 18px;
    line-height: 23px !important;
  }
  .hs-blog-id-28615289373 .excerpt p {
    font-size: 15px;
    line-height: 18px;
  }
}

@media screen and (max-width: 600px) {
  .hs-blog-id-28615289373 #listing-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .hs-blog-id-28615289373 .blog-post-item {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .hs-blog-id-28615289373 .blog-listing-text {
    min-height: 250px;
  }
  .hs-blog-id-28615289373 .blog-post-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs-blog-id-28615289373 .new-featured-img, .hs-blog-id-28615289373 .new-featured-img, .hs-blog-id-28615289373 .new-featured-img img.hs-featured-image-new {
    height: 280px;
  }
}

@media screen and (max-width: 560px) {
  .hs-blog-id-28615289373 .new-featured-img, .hs-blog-id-28615289373 .new-featured-img, .hs-blog-id-28615289373 .new-featured-img img.hs-featured-image-new {
    height: 220px;
  }
}

@media screen and (max-width: 460px) {
  .hs-blog-id-28615289373 .new-featured-img, .hs-blog-id-28615289373 .new-featured-img, .hs-blog-id-28615289373 .new-featured-img img.hs-featured-image-new {
    height: 180px;
  }
}

/* END BLOG INDEX */

/* BEGIN BLOG POST */

p.formula {
  word-wrap: break-word;
}

.hs-blog-post .blog-postt {
  display: inline-block;
}

.hs-blog-post a {
  word-wrap: break-word;
}

/*
.blog-banner-area h1 {
    padding: 0 20px;
  }
*/

.hs-blog-post h1, .hs-blog-post h2, .hs-blog-post h3, .hs-blog-post h4, .hs-blog-post h5, .hs-blog-post h6 {
  margin-top: 24px !important;
}

.hs-blog-post {
  line-height: 1.5;
}

.hs-blog-post img {
  max-width: 100% !important;
}

.hs-blog-post h2 {
  font-size: 32px;
}
.hs-blog-post h3 {
  font-size: 24px;
}

.hs-blog-post .slant {
    top: 507px;
}

.hs-blog-post figure {
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

.hs-blog-post .youtube-wrap-blog, hs-blog-post .youtube-wrap-blog > div {
    height: 695px;
}

.blog-post-wrap .content-wrapper {
    max-width: 740px !important;
    border-radius: 4px;
    -webkit-box-shadow: 8px 30px 0 rgb(154 161 177 / 15%);
    -moz-box-shadow: 0 8px 30px 0 rgb(154, 161, 177, 15%);
    box-shadow: 0 8px 30px 0 rgb(154 161 177 / 15%);  
    background-color: #fff;
    margin-top: -240px;
    margin-bottom: 60px;
    padding: 60px 60px;
    position: relative;
    z-index: 9;
}

#blog-sidebar{
    max-width: 900px !important;
}

.hs-blog-listing .slant, .hs-blog-listing .top-tag-post {
  display: none;
}

.blog-col-content {
  /* max-width: 600px; */
  float: left;
}

.blog-col-sidebar {
  float: left; 
  margin-left: 60px; 
  border-left: 1px solid #DDD; 
  padding-left: 60px; 
  height: 100%;
}

.related-posts {
  display: table; 
  width: 280px; 
  padding: 0;
}

.related-blog-item {
  display: table-cell; 
  width: 280px;
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 600;
  padding-bottom: 15px;
  vertical-align: middle;
}

.hs-blog-post .blog-post-wrap li {
  padding-bottom: 10px;
}

ul.recent-news {
  list-style: none !important;
  width: 280px;
  margin-top: 0;
}

ul.recent-news li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-left: -38px;
  padding-bottom: 15px;
}

@media (max-width: 1120px) {
  .blog-col-content {
    max-width: 100%;
  }
  #blog-sidebar {
    max-width: 740px !important;
  }
  .blog-col-sidebar {
    margin-left: 0; 
    border-left: none; 
    padding-left: 0;
    margin-top: 50px;
  }
  .related-posts {
    width: 100% !important; 
  }
  .related-blog-item {
    width: 100% !important;
  }
  ul.recent-news {
    width: 100% !important;
  }
}

@media (max-width: 768px){
  .hs-blog-listing .blog-banner-area, .hs-blog-post .blog-banner-area {
    padding: 60px 0 216px 0 !important;
  }
  .blog-banner-area h1 {
    font-size: 44px !important;
  }
  .blog-col-content { 
    float: none;
  }
  .blog-post-wrap .content-wrapper {
    margin-bottom: 30px;
    padding: 30px 30px;
  }
  .hs-blog-post h2 {
    font-size: 28px;
  }
  .hs-blog-post h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .hs-blog-listing .blog-banner-area, .hs-blog-post .blog-banner-area {
    padding: 20px 0 216px 0 !important;
  }
  .blog-banner-area h1 {
    font-size: 28px !important;
  }
  .hs-blog-post .blog-postt {
    display: block;
  }
  .blog-post-wrap .content-wrapper {
    margin-bottom: 20px;
    padding: 20px 20px;
  }
  .hs-blog-post img {
    max-width: 100% !important;
  } 
  .hs-blog-post h2 {
    font-size: 24px;
  }
  .hs-blog-post h3 {
    font-size: 18px;
  }
}

/* END BLOG POST */


.blog-post__body ul li {
  font-weight: 400;
}

/* Title Width fix - Added 06.15.20 */
.blog-top-section .blog-banner-area h1, .blog-top-section .blog-banner-area h2  {
  max-width: 1020px;
  width: 80%;
}

.blog-post__body h2, .blog-post__body h3, .blog-post__body h4 {
  padding-top: 20px;
}

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

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

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

}
.blog-comments .hs-button:hover {

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

/* blog css */

.blog-top-section {
  position: relative;
}

.blog-banner-area {
  position: relative;
  z-index: 0;
  /* padding: 90px 0 250px 0 !important; */
  width: 100%;
  overflow: hidden;
  background-color: rgba(68,68,80,0.8);
}

#listing-page h1 {
  font-family: "avenir-lt-pro", sans-serif; 
  /* font-weight: 800; */
  font-size: 44px;
  letter-spacing: -0.29px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  /*text-shadow: 0 0 7px rgba(0,0,0,0.50);*/
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px !important;
}

.blog-banner-area h1 {
    font-family: "avenir-lt-pro", sans-serif; 
    /* font-weight: 400; */
    font-size: 44px;
    line-height: 52px;
    color: #000000;
    letter-spacing: -0.21px;
    text-align: left;
    /*text-shadow: 0 0 7px rgba(0,0,0,0.50);*/
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px !important;
    margin-bottom: 60px;
}

.blog-banner-area h2 {
  font-family: "avenir-lt-pro", sans-serif; 
  font-weight: 800;
  font-size: 44px;
  letter-spacing: -0.29px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  /*text-shadow: 0 0 7px rgba(0,0,0,0.50);*/
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px !important;
}

/*
.slant {
  background-image: url(https://7399933.fs1.hubspotusercontent-na1.net/hubfs/7399933/raw_assets/public/Atomwise_may2020/images/slant.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 80%;
  position: absolute;
  z-index: 8;
  height: 150px;
  width: 100%;
  top: 1000px;
  left: 0;
  top: 432px;
  top: 343px;
}
*/

.youtube-wrap-blog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  height: 562px;
}

.youtube-wrap-blog > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  height: 562px;
}
.top-tag-post {
    border-radius: 4px;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    background-color: #fff;
    min-height: 300px;
    margin-top: -250px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}




.top-tag-post {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.top-tag-post .first-image {
    min-width: 400px;
    float: left;
    height: 300px;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.top-tag-post .first-post-content {
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.top-tag-post .first-post-content .label {
    font-weight: 300;
    font-size: 14px;
    color: #16C3B9;
    letter-spacing: 0.46px;
    line-height: 20px;
    margin-bottom: 8px;
}

.top-tag-post .first-post-content .tag-title a {
    font-weight: 800;
    font-size: 24px;
    color: #36363F !important;
    letter-spacing: 0.69px;
    line-height: 27px;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}

.top-tag-post .first-post-content .excerpt {
    font-weight: 300;
    font-size: 16px;
    color: #3F3F3F;
    letter-spacing: 0.46px;
    line-height: 21px;
    margin-bottom: 30px;
}

.top-tag-post .first-post-content  a.btn-tag {
    font-family: "avenir-lt-pro", sans-serif; !important;
    border-radius: 30px !important;
    padding: 12px 30px;
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px !important;
    text-align: center;
    text-transform: uppercase !important;
    background: linear-gradient(#18C3C1, #0CC296);
    text-decoration: none;
}

.blog-wrap {}

.blog-wrap .content-wrapper {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
}

.blog-wrap .blog-left-col {
    width: 100%;
    float: left;
    margin-right: 6%;
}

.blog-wrap .blog-right-col {
    width: 30%;
    float: right;
}

.utilities {}

.utilities .blog-site-search {
    width: 30%;
    margin-right: 3%;
    float: left;
}

.utilities .blog-site-search form {
    margin: 0;
    padding: 0;
    border-radius: unset;
    box-shadow: none;
    background-color: transparent;
}

.utilities .blog-site-search form input.hs-search-field__input {
    margin-bottom: 0px;
    border: 1px solid #E9E9E9;
    padding: 14px;
    font-size: 16px;
    font-family: "avenir-lt-pro", sans-serif; 
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    background: #FFFFFF;
    color: rgb(0, 0, 0);
    letter-spacing: normal;
    line-height:normal;
}

.utilities .hs-categories {
    border-radius: 4px;
    overflow: hidden;
    background: #FFF url(https://7399933.fs1.hubspotusercontent-na1.net/hubfs/7399933/raw_assets/public/Atomwise_may2020/images/arrow.svg) no-repeat 90% 35%;
    display: inline-block;
    position: relative;
}

.utilities .hs-categories ul.l_tinynav1 {
    display: none;
}

.utilities .hs-categories h3 {
    display: none;
}

.utilities .hs-categories select#tinynav1 {
    margin-bottom: 0px !important;
    border: 1px solid #e9e9e9 !important;
    height: 50px !important;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    padding: 5px 15px;
    width: 100%;
    font-size: 16px;
    font-family: Arial;
    font-size:16px;
    letter-spacing: normal;
    line-height:normal;
}

select#tinynav1 {}

.utilities .hs-categories select#tinynav1:focus {}

.blog-post-item {}

.blog-post-item .blog-post-item-inner {
    padding: 33px 0;
    border-bottom: 1px solid #f7f7f7;
}

.blog-post-item .blog-post-item-inner .date {
    font-weight: 800;
    font-size: 15px;
    color: #8c8c8c;
    letter-spacing: .46px;
    line-height: 20px;
    margin-bottom: 4px;
}

.blog-post-item .blog-post-item-inner  .titlee {
    margin-bottom: 10px;
}

.blog-post-item .blog-post-item-inner .titlee a {
    font-size: 22px;
    color: #36363F;
    font-weight: 700;
    text-decoration: none;
    line-height: 24px !important;
}

body > div.body-wrapper.hs-content-id-70829328999.hs-blog-listing.hs-blog-id-28615289373 div.blog-listing-text div.titlee #card-titlee > a {
  line-height: 24px !important;
}

div.blog-listing-text div.titlee #card-titlee {
  line-height: 24px !important;
}

.blog-post-item .blog-post-item-inner .categories {
    font-size: 12px;
    color: #D048E8;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-post-item .blog-post-item-inner .excerpt {
    font-size: 16px;
    color: #212121;
    line-height: 21px;
}

.blog-post-item .blog-post-item-inner a.more-link {
    font-size: 16px;
    color: #16C3B9;
    letter-spacing: 0.46px;
    line-height: 20px;
}

.blog-post-item:last-child .blog-post-item-inner {
    border-bottom: none;
}

.blog-pagination {
    clear: both;
    padding-left: 0;
}

.publications {
    border-radius: 4px;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    background-color: #fff;
    margin-bottom: 40px;
}

.publications h3 {
    margin: 0;
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #36363F;
    font-weight: 600;
    font-size: 15px !important;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-family: "avenir-lt-pro", sans-serif;  !important;
    -webkit-font-smoothing: antialiased;
}

.publications ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    margin-top: 6px;
    padding-bottom: 16px;
}

.publications ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f7f7f7;
}

.publications ul li a {}

.publications ul li .date {
    font-size: 12px;
    color: #36363F;
    letter-spacing: 0.67px;
    line-height: 19px;
}

.publications ul li .pop-title {
    font-weight: 600;
    font-size: 14px;
    color: #36363F !important;
    line-height: 19px;
    text-decoration: none;
}

.publications ul li .pop-title a {
    font-weight: 600;
    font-size: 14px;
    color: #36363F !important;
    line-height: 19px;
    text-decoration: none;
}

.publications ul li:last-child {
    border: none;
}
.blog-pagination {}

.blog-pagination span {
    color: #555;
    margin-right: 4px;
    font-family: "avenir-lt-pro", sans-serif; 
    font-size:16px;
    font-weight:300;
    color: rgb(85, 85, 85);
    letter-spacing: normal;
    line-height:29px;
}

.blog-pagination a {
    background: #ddd;
    border: 1px solid #ccc;
    color: #666;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    background-color: #FFF;
    border: none;
    padding: 5px 12px;
    font-family: "avenir-lt-pro", sans-serif; 
    font-size:16px;
    font-weight:300;
    letter-spacing: normal;
    line-height:29px;
}

.blog-pagination a.active {
    background-color: #36363F;
  
    color: #FFF !important;
    opacity: 1;
    border: none;
    padding: 5px 12px;
    cursor: text;
}

.blog-post-item .blog-post-item-inner a.more-link:hover {
    text-decoration: none;
}

.blog-pagination a:hover {
    color: #666;
}
.blog-first-post {
    display: flex;
    align-items: center;
}
  
.blog-post-wrap .content-wrapper-sidebar {
    border-radius: 4px;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    background-color: #fff;
    margin-top: -240px;
    margin-bottom: 60px;
    padding: 60px 60px;
    position: relative;
    z-index: 9;
}



.date-new {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}

.blog-post-wrap .content-wrapper {
    margin-top: -216px;
}

.blog-postt .date {
    font-weight: 800;
    font-size: 15px;
    color: #8C8C8C;
    letter-spacing: 0.46px;
    line-height: 20px;
    margin-bottom: 6px;
}

.blog-postt .categories {
    font-size: 12px;
  font-weight: 600;
    color: #D048E8;
    letter-spacing: 1px;
    text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-postt .blog-post__body p {
    font-weight: 400;
    font-size: 18px;
    color: #3f3f3f;
    letter-spacing: 0;
    line-height: 27px;
}

.blog-comments {
    margin-left: initial;
    margin-top: 40px;
}

.blog-comments form {
    padding: 0;
    margin: 0;
    box-shadow: none;
    background-color: transparent;
}

.blog-pagination a:hover {
    color: #888;
}


.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   padding: 5px;
   overflow: hidden;
   overflow-x: auto;
}


@media (min-width: 769px){
  .youtube-wrap-blog {
    background-image: none !important;
}
  
}

@media (max-width: 768px){
.youtube-wrap-blog iframe {
    display: none;
}

.youtube-wrap-blog > div {
    background-color: transparent;
}

.youtube-wrap-blog {
    background-repeat: no-repeat;
    background-size: cover;
}
}

@media (max-width: 998px) and (min-width: 992px){
 
  .blog-wrap  .content-wrapper{
    padding-right: 15px;
    padding-left: 15px; 
  }
  
  .top-tag-post {
    margin-left: 15px;
    margin-right: 15px;
}
  
  .blog-post-wrap{
      margin-left: 15px;
    margin-right: 15px;
  }
  
}


@media (max-width: 778px) and (min-width: 769px){
   .blog-wrap  .content-wrapper{
    padding-right: 15px;
    padding-left: 15px; 
  }
  
  .top-tag-post {
    margin-left: 15px;
    margin-right: 15px;
}
  
   .blog-post-wrap{
      margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 768px){
  .top-tag-post {
    display: block;
    padding-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
}

.blog-first-post {
    display: block;
}

.top-tag-post .first-image {
    min-width: 100%;
    height: 250px;
    float: none;
    background-size: contain;
    background-position: center top;
}

.top-tag-post .first-post-content {
    padding: 5%;
}

.blog-wrap .blog-left-col {
    width: 100%;
    float: none;
}

.utilities {
    padding-left: 20px;
    padding-right: 20px;
}

.blog-post-item {
    padding-left: 20px;
    padding-right: 20px;
}

.blog-wrap .blog-right-col {
    width: 100%;
    float: none;
}

.blog-right-sidebar {
    padding-left: 20px;
    padding-right: 20px;
}

.blog-pagination {
    padding-left: 20px;
    padding-right: 20px;
}
  
  .blog-banner-area h1 {
    max-width: 90%;
}
  .utilities .blog-site-search {
    width: 100%;
    float: none;
}

.utilities .hs-categories {
    width: 100%;
    float: none;
    background: #FFF url(img/arrow.svg) no-repeat 90% 35%;
}
  
  .blog-post-wrap .content-wrapper {
    width: 90%;
}
  
}

@media (max-width: 768px){
  .slant{
    height: 172px;
    top: 302px;
  }
  .hs-blog-post .youtube-wrap-blog, hs-blog-post .youtube-wrap-blog>div {
    height: 701px;
  }
}

@media (max-width: 480px){
  .blog-banner-area h1 {
   font-size:40px;
}
  .blog-banner-area h1 {
    position: relative;
    top: -2px;
    margin-bottom: 36px;
    padding: 0 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;

  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
  
    line-height: 40px;
}

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


.subscription form input.email-edit.hs-input {
    width: 100% !important;
}

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

ul.no-list {
    padding-left: 0;
}




.content-wrapper.sp.password_prompt {}

.password_prompt form  input#hs-pwd-widget-password {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    background-color: #fff;
    border: 1px solid #d1d6dc;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    letter-spacing: normal;
    line-height: normal;
    padding: 14px;
    font-size: 16px;
    font-family: 'proxima-nova';
    border-color: rgba(233,233,233,1.0);
    color:;
    border-radius: 4px;
    height: 50px !important;
}




.subscriptions form {
    margin: 0;
    padding: 0;
    box-shadow: none;
    max-width: 100%;
}

.subscriptions form p.header {
    padding: 0;
    background-color: transparent;
      z-index: 1;
}






.sp .systems-page {
    padding-left: 0;
    padding-right: 0;
}